~/src/github.com/openstack-k8s-operators/install_yamls/devsetup ~/ci-framework-data/artifacts scripts/standalone.sh 0 libvirt ''[]'' ''[]'' ++ mktemp -d + MY_TMP_DIR=/tmp/tmp.hbeCEyfNRV + trap 'rv=$?; rm -rf -- "$MY_TMP_DIR"; exit $rv' EXIT + export VIRSH_DEFAULT_CONNECT_URI=qemu:///system + VIRSH_DEFAULT_CONNECT_URI=qemu:///system +++ dirname scripts/standalone.sh ++ cd scripts ++ pwd -P + SCRIPTPATH=/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts + EDPM_COMPUTE_SUFFIX=0 + COMPUTE_DRIVER=libvirt + EDPM_COMPUTE_ADDITIONAL_NETWORKS='[]' + EDPM_COMPUTE_ADDITIONAL_HOST_ROUTES='[]' + EDPM_COMPUTE_NAME=edpm-compute-0 + EDPM_COMPUTE_NETWORK=default + STANDALONE_VM=false + [[ false == \t\r\u\e ]] + IP_ADRESS_SUFFIX=100 + IP=192.168.122.100 + OS_NET_CONFIG_IFACE=nic2 + GATEWAY=192.168.122.10 + OUTPUT_DIR=/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../../out/edpm/ + SSH_KEY_FILE=/home/zuul/.ssh/id_rsa + SSH_OPT='-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa' + REPO_SETUP_CMDS=/home/zuul/cdn_subscription_repos.sh + CMDS_FILE=/tmp/tmp.hbeCEyfNRV/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.hbeCEyfNRV/standalone_cmds ]] + cat ++ ssh -o BatchMode=yes -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 echo ok Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ ok != \o\k ]] + '[' libvirt == ironic ']' + PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 ++ mktemp --suffix=.yaml --tmpdir=/tmp/tmp.hbeCEyfNRV + J2_VARS_FILE=/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/network_data.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/network_data.j2'\'')).render(**vars)) ' + jinja2_render standalone/deployed_network.j2 /tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/deployed_network.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/deployed_network.j2'\'')).render(**vars)) ' + jinja2_render standalone/net_config.j2 /tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/net_config.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/net_config.j2'\'')).render(**vars)) ' + jinja2_render standalone/role.j2 /tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.hbeCEyfNRV/tmp.IIvHB9jCUp.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/role.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/role.j2'\'')).render(**vars)) ' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/cdn_subscription_repos.sh root@192.168.122.100:/tmp/repo-setup.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.hbeCEyfNRV/standalone_cmds root@192.168.122.100:/tmp/standalone-deploy.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.hbeCEyfNRV/net_config.yaml root@192.168.122.100:/tmp/net_config.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.hbeCEyfNRV/network_data.yaml root@192.168.122.100:/tmp/network_data.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.hbeCEyfNRV/deployed_network.yaml root@192.168.122.100:/tmp/deployed_network.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.hbeCEyfNRV/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 5.5 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 51 kB/s | 15 kB 00:00 (2/399): perl-Storable-3.21-460.el9.x86_64.rpm 692 kB/s | 98 kB 00:00 (3/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 137 kB/s | 64 kB 00:00 (4/399): python3-urllib-gssapi-1.0.2-4.el9.noar 178 kB/s | 24 kB 00:00 (5/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 396 kB/s | 17 kB 00:00 (6/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 355 kB/s | 223 kB 00:00 (7/399): boost-thread-1.75.0-8.el9.x86_64.rpm 428 kB/s | 57 kB 00:00 (8/399): perl-Data-Dumper-2.174-462.el9.x86_64. 214 kB/s | 59 kB 00:00 (9/399): perl-Exporter-5.74-461.el9.noarch.rpm 212 kB/s | 34 kB 00:00 (10/399): boost-locale-1.75.0-8.el9.x86_64.rpm 456 kB/s | 216 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 390 kB/s | 63 kB 00:00 (12/399): perl-parent-0.238-460.el9.noarch.rpm 82 kB/s | 16 kB 00:00 (13/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 89 kB/s | 25 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 1.1 MB/s | 283 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 1.4 MB/s | 321 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 918 kB/s | 224 kB 00:00 (17/399): perl-PathTools-3.78-461.el9.x86_64.rp 597 kB/s | 92 kB 00:00 (18/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 163 kB/s | 45 kB 00:00 (19/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 1.4 MB/s | 392 kB 00:00 (20/399): perl-Text-ParseWords-3.30-460.el9.noa 220 kB/s | 18 kB 00:00 (21/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.1 MB/s | 229 kB 00:00 (22/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (23/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 13 MB/s | 1.2 MB 00:00 (24/399): perl-Term-ANSIColor-5.01-461.el9.noar 151 kB/s | 51 kB 00:00 (25/399): perl-libnet-3.13-4.el9.noarch.rpm 837 kB/s | 134 kB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 245 kB/s | 26 kB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 252 kB/s | 28 kB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 327 kB/s | 31 kB 00:00 (29/399): perl-Encode-3.08-462.el9.x86_64.rpm 25 MB/s | 1.7 MB 00:00 (30/399): perl-Pod-Escapes-1.07-460.el9.noarch. 318 kB/s | 22 kB 00:00 (31/399): libburn-1.5.4-4.el9.x86_64.rpm 2.8 MB/s | 175 kB 00:00 (32/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.9 MB/s | 218 kB 00:00 (33/399): perl-Mozilla-CA-20200520-6.el9.noarch 127 kB/s | 14 kB 00:00 (34/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 261 kB/s | 24 kB 00:00 (35/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.2 MB/s | 73 kB 00:00 (36/399): perl-Time-Local-1.300-7.el9.noarch.rp 237 kB/s | 37 kB 00:00 (37/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.1 MB/s | 59 kB 00:00 (38/399): sshpass-1.09-4.el9.x86_64.rpm 378 kB/s | 30 kB 00:00 (39/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 377 kB/s | 76 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 840 kB/s | 108 kB 00:00 (41/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 407 kB/s | 39 kB 00:00 (42/399): boost-log-1.75.0-8.el9.x86_64.rpm 2.0 MB/s | 410 kB 00:00 (43/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 323 kB/s | 19 kB 00:00 (44/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 344 kB/s | 34 kB 00:00 (45/399): perl-Digest-1.19-4.el9.noarch.rpm 727 kB/s | 29 kB 00:00 (46/399): libisoburn-1.5.4-4.el9.x86_64.rpm 5.7 MB/s | 419 kB 00:00 (47/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 960 kB/s | 43 kB 00:00 (48/399): perl-File-Path-2.18-4.el9.noarch.rpm 484 kB/s | 38 kB 00:00 (49/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.1 MB/s | 92 kB 00:00 (50/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.5 MB/s | 58 kB 00:00 (51/399): perl-constant-1.33-461.el9.noarch.rpm 643 kB/s | 25 kB 00:00 (52/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.1 MB/s | 77 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 2.2 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.2 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 574 kB/s | 27 kB 00:00 (56/399): python3-qrcode-core-6.1-12.el9.noarch 1.5 MB/s | 61 kB 00:00 (57/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 763 kB/s | 48 kB 00:00 (58/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 891 kB/s | 163 kB 00:00 (59/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 526 kB/s | 96 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 279 kB 00:00 (61/399): python3-augeas-0.5.0-25.el9.noarch.rp 840 kB/s | 31 kB 00:00 (62/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.1 MB/s | 221 kB 00:00 (63/399): python3-alembic-1.7.5-3.el9.noarch.rp 6.9 MB/s | 900 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 8.4 MB/s | 489 kB 00:00 (65/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.0 MB/s | 42 kB 00:00 (66/399): perl-AutoLoader-5.74-480.el9.noarch.r 525 kB/s | 23 kB 00:00 (67/399): perl-B-1.80-480.el9.x86_64.rpm 2.2 MB/s | 185 kB 00:00 (68/399): perl-Errno-1.30-480.el9.x86_64.rpm 290 kB/s | 17 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 235 kB/s | 24 kB 00:00 (70/399): perl-File-stat-1.09-480.el9.noarch.rp 416 kB/s | 19 kB 00:00 (71/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 218 kB/s | 23 kB 00:00 (72/399): perl-File-Basename-2.85-480.el9.noarc 143 kB/s | 19 kB 00:00 (73/399): perl-FileHandle-2.03-480.el9.noarch.r 225 kB/s | 17 kB 00:00 (74/399): perl-Getopt-Std-1.12-480.el9.noarch.r 285 kB/s | 17 kB 00:00 (75/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 395 kB/s | 25 kB 00:00 (76/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.9 MB/s | 99 kB 00:00 (77/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 240 kB/s | 25 kB 00:00 (78/399): perl-IO-1.43-480.el9.x86_64.rpm 674 kB/s | 94 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 347 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 140 kB/s | 16 kB 00:00 (81/399): perl-base-2.27-480.el9.noarch.rpm 161 kB/s | 18 kB 00:00 (82/399): perl-if-0.60.800-480.el9.noarch.rpm 164 kB/s | 16 kB 00:00 (83/399): perl-interpreter-5.32.1-480.el9.x86_6 805 kB/s | 75 kB 00:00 (84/399): perl-mro-1.23-480.el9.x86_64.rpm 353 kB/s | 31 kB 00:00 (85/399): perl-overloading-0.02-480.el9.noarch. 306 kB/s | 15 kB 00:00 (86/399): perl-subs-1.03-480.el9.noarch.rpm 174 kB/s | 13 kB 00:00 (87/399): perl-overload-1.31-480.el9.noarch.rpm 345 kB/s | 47 kB 00:00 (88/399): perl-libs-5.32.1-480.el9.x86_64.rpm 8.7 MB/s | 2.2 MB 00:00 (89/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 3.9 MB/s | 259 kB 00:00 (90/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 7.0 MB/s | 459 kB 00:00 (91/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 176 kB 00:00 (92/399): jq-1.6-14.el9.x86_64.rpm 3.5 MB/s | 190 kB 00:00 (93/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 452 kB/s | 40 kB 00:00 (94/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 8.1 MB/s | 452 kB 00:00 (95/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 475 kB/s | 59 kB 00:00 (96/399): perl-vars-1.05-480.el9.noarch.rpm 45 kB/s | 15 kB 00:00 (97/399): rhel-system-roles-1.21.2-1.el9_2.noar 29 MB/s | 2.4 MB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 1.0 MB/s | 44 kB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 12 MB/s | 656 kB 00:00 (100/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.1 MB/s | 648 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 4.7 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 334 kB/s | 57 kB 00:00 (103/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 52 MB/s | 7.9 MB 00:00 (104/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 352 kB/s | 41 kB 00:00 (105/399): ruby-default-gems-3.0.4-161.el9_2.2. 464 kB/s | 46 kB 00:00 (106/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.1 MB/s | 55 kB 00:00 (107/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 36 MB/s | 3.3 MB 00:00 (108/399): rubygem-io-console-0.5.7-161.el9_2.2 251 kB/s | 26 kB 00:00 (109/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.3 MB/s | 456 kB 00:00 (110/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 752 kB/s | 60 kB 00:00 (111/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 401 kB/s | 59 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.3 MB/s | 441 kB 00:00 (113/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.5 MB/s | 110 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 4.9 MB/s | 306 kB 00:00 (115/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 33 MB/s | 2.2 MB 00:00 (116/399): python3-openvswitch3.3-3.3.4-110.el9 8.1 MB/s | 369 kB 00:00 (117/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.4 MB/s | 245 kB 00:00 (118/399): buildah-1.29.5-1.el9_2.x86_64.rpm 39 MB/s | 8.6 MB 00:00 (119/399): ansible-collection-ansible-netcommon 2.1 MB/s | 181 kB 00:00 (120/399): ansible-collection-ansible-posix-1.2 2.1 MB/s | 124 kB 00:00 (121/399): ansible-collection-community-general 15 MB/s | 1.3 MB 00:00 (122/399): golang-github-vbatts-tar-split-0.11. 10 MB/s | 1.0 MB 00:00 (123/399): ansible-collection-ansible-utils-2.3 526 kB/s | 91 kB 00:00 (124/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.0 MB/s | 77 kB 00:00 (125/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.4 MB/s | 178 kB 00:00 (126/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.0 MB/s | 162 kB 00:00 (127/399): puppet-fdio-18.2-1.20220727113954.6f 240 kB/s | 25 kB 00:00 (128/399): python3-ansible-runner-2.0.0a1-3.el9 2.8 MB/s | 122 kB 00:00 (129/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.2 MB/s | 44 kB 00:00 (130/399): python3-beautifulsoup4-4.9.3-2.el9os 5.1 MB/s | 204 kB 00:00 (131/399): python3-croniter-0.3.35-2.el9ost.noa 1.2 MB/s | 49 kB 00:00 (132/399): python3-daemon-2.3.0-1.el9ost.noarch 1.0 MB/s | 39 kB 00:00 (133/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 827 kB/s | 44 kB 00:00 (134/399): python3-gevent-21.1.2-2.el9ost.x86_6 16 MB/s | 1.6 MB 00:00 (135/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.3 MB/s | 107 kB 00:00 (136/399): python3-docutils-0.16-6.el9ost.noarc 5.6 MB/s | 1.5 MB 00:00 (137/399): python3-jmespath-0.10.0-1.el9ost.noa 319 kB/s | 46 kB 00:00 (138/399): python3-logutils-0.3.5-15.el9ost.noa 766 kB/s | 47 kB 00:00 (139/399): python3-lockfile-0.12.2-2.el9ost.noa 337 kB/s | 31 kB 00:00 (140/399): python3-jeepney-0.6.0-2.el9ost.noarc 1.2 MB/s | 284 kB 00:00 (141/399): python3-memcached-1.59-3.el9ost.noar 1.1 MB/s | 40 kB 00:00 (142/399): python3-migrate-0.13.0-1.el9ost.noar 3.9 MB/s | 224 kB 00:00 (143/399): python3-natsort-7.1.1-2.el9ost.noarc 1.5 MB/s | 59 kB 00:00 (144/399): python3-mimeparse-1.6.0-16.el9ost.no 236 kB/s | 16 kB 00:00 (145/399): python3-passlib-1.7.4-3.el9ost.noarc 14 MB/s | 712 kB 00:00 (146/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.1 MB/s | 273 kB 00:00 (147/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 678 kB/s | 90 kB 00:00 (148/399): python3-pynacl-1.4.0-1.el9ost.x86_64 713 kB/s | 111 kB 00:00 (149/399): python3-smmap-3.0.1-4.el9ost.noarch. 389 kB/s | 47 kB 00:00 (150/399): python3-setproctitle-1.2.2-1.el9ost. 128 kB/s | 23 kB 00:00 (151/399): python3-soupsieve-2.2-1.el9ost.noarc 1.7 MB/s | 67 kB 00:00 (152/399): python3-sqlalchemy13-1.3.24-3.el9ost 30 MB/s | 1.7 MB 00:00 (153/399): python3-pyperclip-1.8.0-3.el9ost.noa 87 kB/s | 25 kB 00:00 (154/399): python3-tenacity-6.3.1-1.el9ost.noar 819 kB/s | 51 kB 00:00 (155/399): python3-webtest-2.0.35-6.el9ost.noar 992 kB/s | 82 kB 00:00 (156/399): python3-zope-event-4.2.0-20.el9ost.n 4.0 MB/s | 205 kB 00:00 (157/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.9 MB/s | 396 kB 00:00 (158/399): python3-zope-interface-5.4.0-1.el9os 4.9 MB/s | 202 kB 00:00 (159/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.3 MB/s | 243 kB 00:00 (160/399): rubygem-fast_gettext-1.2.0-9.el9ost. 918 kB/s | 34 kB 00:00 (161/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.3 MB/s | 90 kB 00:00 (162/399): rubygem-multi_json-1.15.0-2.el9ost.n 618 kB/s | 22 kB 00:00 (163/399): rubygem-puppet-resource_api-1.8.13-1 741 kB/s | 34 kB 00:00 (164/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 274 kB/s | 16 kB 00:00 (165/399): rubygem-deep_merge-1.2.1-7.el9ost.no 91 kB/s | 14 kB 00:00 (166/399): rubygem-semantic_puppet-1.0.4-2.el9o 355 kB/s | 21 kB 00:00 (167/399): ansible-config_template-2.0.1-17.1.2 729 kB/s | 29 kB 00:00 (168/399): ansible-role-atos-hsm-1.0.1-17.1.202 366 kB/s | 17 kB 00:00 (169/399): ansible-role-chrony-1.3.1-17.1.20230 409 kB/s | 22 kB 00:00 (170/399): ansible-role-container-registry-1.4. 425 kB/s | 24 kB 00:00 (171/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 2.3 MB/s | 433 kB 00:00 (172/399): ansible-role-openstack-operations-0. 442 kB/s | 30 kB 00:00 (173/399): ansible-role-qdr-config-0.0.2-17.1.2 477 kB/s | 21 kB 00:00 (174/399): ansible-role-redhat-subscription-1.3 615 kB/s | 28 kB 00:00 (175/399): ansible-role-thales-hsm-3.0.1-17.1.2 438 kB/s | 21 kB 00:00 (176/399): ansible-role-tripleo-modify-image-1. 665 kB/s | 27 kB 00:00 (177/399): ansible-role-collectd-config-0.0.3-1 208 kB/s | 53 kB 00:00 (178/399): ansible-tripleo-ipa-0.3.1-17.1.20230 576 kB/s | 36 kB 00:00 (179/399): openstack-heat-agents-2.2.1-17.1.202 245 kB/s | 9.6 kB 00:00 (180/399): dib-utils-0.0.11-17.1.20230620173328 210 kB/s | 12 kB 00:00 (181/399): os-collect-config-13.1.1-17.1.202310 1.3 MB/s | 50 kB 00:00 (182/399): os-apply-config-13.1.1-17.1.20231020 620 kB/s | 54 kB 00:00 (183/399): ansible-tripleo-ipsec-11.0.1-17.1.20 225 kB/s | 38 kB 00:00 (184/399): os-refresh-config-13.1.1-17.1.202310 239 kB/s | 21 kB 00:00 (185/399): puppet-apache-6.5.2-17.1.20230621001 4.6 MB/s | 259 kB 00:00 (186/399): puppet-aodh-18.4.2-17.1.202306201512 665 kB/s | 62 kB 00:00 (187/399): puppet-auditd-2.2.1-17.1.20230620192 717 kB/s | 28 kB 00:00 (188/399): puppet-ceilometer-18.4.3-17.1.202309 1.4 MB/s | 70 kB 00:00 (189/399): puppet-archive-4.6.1-17.1.2023062018 330 kB/s | 44 kB 00:00 (190/399): puppet-certmonger-2.7.1-17.1.2023062 348 kB/s | 26 kB 00:00 (191/399): puppet-cinder-18.5.2-17.1.2023062105 2.3 MB/s | 120 kB 00:00 (192/399): puppet-collectd-13.0.1-17.1.20230620 2.4 MB/s | 135 kB 00:00 (193/399): puppet-designate-18.6.1-17.1.2023062 816 kB/s | 69 kB 00:00 (194/399): puppet-concat-6.2.1-17.1.20230620181 268 kB/s | 41 kB 00:00 (195/399): puppet-corosync-8.0.1-17.1.202306211 474 kB/s | 68 kB 00:00 (196/399): puppet-dns-8.2.1-17.1.20230621002045 939 kB/s | 36 kB 00:00 (197/399): puppet-git-0.5.0-17.1.20230620193928 410 kB/s | 23 kB 00:00 (198/399): puppet-gnocchi-18.4.3-17.1.202306210 938 kB/s | 58 kB 00:00 (199/399): puppet-etcd-1.12.3-17.1.202306201932 156 kB/s | 25 kB 00:00 (200/399): puppet-haproxy-4.2.2-17.1.2023062019 1.2 MB/s | 52 kB 00:00 (201/399): puppet-firewall-3.4.1-17.1.202306210 415 kB/s | 77 kB 00:00 (202/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (203/399): puppet-inifile-4.2.1-17.1.2023062018 1.1 MB/s | 42 kB 00:00 (204/399): puppet-keepalived-0.0.2-17.1.2023062 214 kB/s | 14 kB 00:00 (205/399): puppet-ipaclient-2.5.2-17.1.20230620 236 kB/s | 17 kB 00:00 (206/399): puppet-manila-18.5.2-17.1.2023110219 2.1 MB/s | 81 kB 00:00 (207/399): puppet-kmod-2.5.0-17.1.2023062019064 231 kB/s | 21 kB 00:00 (208/399): puppet-heat-18.4.1-17.1.202306211116 304 kB/s | 70 kB 00:00 (209/399): puppet-memcached-6.0.0-17.1.20230620 323 kB/s | 23 kB 00:00 (210/399): puppet-module-data-0.5.1-17.1.202306 298 kB/s | 13 kB 00:00 (211/399): puppet-nova-18.6.1-17.1.202306210904 1.7 MB/s | 200 kB 00:00 (212/399): puppet-neutron-18.6.1-17.1.202306210 1.4 MB/s | 196 kB 00:00 (213/399): puppet-mysql-10.6.1-17.1.20230621022 552 kB/s | 99 kB 00:00 (214/399): puppet-nssdb-1.0.2-17.1.202306201856 335 kB/s | 12 kB 00:00 (215/399): puppet-octavia-18.5.1-17.1.202306210 1.5 MB/s | 76 kB 00:00 (216/399): puppet-openstack_extras-18.5.1-17.1. 776 kB/s | 48 kB 00:00 (217/399): puppet-placement-5.4.3-17.1.20230621 884 kB/s | 41 kB 00:00 (218/399): puppet-oslo-18.5.1-17.1.202306210523 417 kB/s | 48 kB 00:00 (219/399): puppet-qdr-7.4.1-17.1.20230620195605 639 kB/s | 31 kB 00:00 (220/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.4 MB/s | 266 kB 00:00 (221/399): puppet-redis-6.1.1-17.1.202306201917 1.2 MB/s | 51 kB 00:00 (222/399): puppet-openstacklib-18.5.2-17.1.2023 288 kB/s | 62 kB 00:00 (223/399): puppet-rsync-1.1.4-17.1.202306210028 817 kB/s | 28 kB 00:00 (224/399): puppet-remote-10.0.0-17.1.2023062019 195 kB/s | 16 kB 00:00 (225/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.1 MB/s | 58 kB 00:00 (226/399): puppet-snmp-3.9.1-17.1.2023062020041 391 kB/s | 34 kB 00:00 (227/399): puppet-swift-18.6.1-17.1.20230621052 2.2 MB/s | 115 kB 00:00 (228/399): puppet-ssh-6.2.1-17.1.20230620190251 258 kB/s | 29 kB 00:00 (229/399): puppet-sysctl-0.0.13-17.1.2023062018 430 kB/s | 16 kB 00:00 (230/399): puppet-vcsrepo-3.1.1-17.1.2023062018 873 kB/s | 50 kB 00:00 (231/399): puppet-systemd-2.12.1-17.1.202306201 402 kB/s | 42 kB 00:00 (232/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (233/399): python-oslo-cache-lang-2.7.1-17.1.20 526 kB/s | 19 kB 00:00 (234/399): python-oslo-log-lang-4.4.0-17.1.2023 230 kB/s | 14 kB 00:00 (235/399): python-oslo-middleware-lang-4.2.1-17 339 kB/s | 13 kB 00:00 (236/399): puppet-stdlib-6.3.1-17.1.20230621000 430 kB/s | 160 kB 00:00 (237/399): python-oslo-policy-lang-3.7.1-17.1.2 381 kB/s | 14 kB 00:00 (238/399): puppet-xinetd-3.3.1-17.1.20230620185 121 kB/s | 26 kB 00:00 (239/399): python-pycadf-common-3.1.1-17.1.2023 359 kB/s | 15 kB 00:00 (240/399): python3-GitPython-3.1.14-2.el9ost.no 2.7 MB/s | 238 kB 00:00 (241/399): python-oslo-versionedobjects-lang-2. 97 kB/s | 14 kB 00:00 (242/399): python3-cinderclient-7.4.1-17.1.2023 1.4 MB/s | 218 kB 00:00 (243/399): python3-aodhclient-2.2.0-17.1.202306 205 kB/s | 56 kB 00:00 (244/399): python3-barbicanclient-5.3.0-17.1.20 482 kB/s | 127 kB 00:00 (245/399): python3-designateclient-4.2.1-17.1.2 942 kB/s | 92 kB 00:00 (246/399): python3-heat-agent-2.2.1-17.1.202306 318 kB/s | 19 kB 00:00 (247/399): python3-cliff-3.7.0-17.1.20230620172 383 kB/s | 95 kB 00:00 (248/399): python3-futurist-2.3.0-17.1.20230621 361 kB/s | 64 kB 00:00 (249/399): python3-heat-agent-apply-config-2.2. 157 kB/s | 9.9 kB 00:00 (250/399): python3-heat-agent-ansible-2.2.1-17. 96 kB/s | 11 kB 00:00 (251/399): python3-heat-agent-docker-cmd-2.2.1- 200 kB/s | 12 kB 00:00 (252/399): python3-heat-agent-json-file-2.2.1-1 224 kB/s | 9.8 kB 00:00 (253/399): python3-heat-agent-hiera-2.2.1-17.1. 156 kB/s | 10 kB 00:00 (254/399): python3-heat-agent-puppet-2.2.1-17.1 154 kB/s | 11 kB 00:00 (255/399): python3-heatclient-2.3.1-17.1.202306 2.9 MB/s | 158 kB 00:00 (256/399): python3-ironic-inspector-client-4.5. 1.2 MB/s | 67 kB 00:00 (257/399): python3-ironicclient-4.6.4-17.1.2023 8.1 MB/s | 342 kB 00:00 (258/399): python3-keystonemiddleware-9.2.0-17. 2.4 MB/s | 92 kB 00:00 (259/399): python3-keystoneclient-4.3.0-17.1.20 2.8 MB/s | 239 kB 00:00 (260/399): python3-neutronclient-7.3.1-17.1.202 6.2 MB/s | 298 kB 00:00 (261/399): python3-magnumclient-3.4.1-17.1.2023 959 kB/s | 121 kB 00:00 (262/399): python3-mistralclient-4.2.0-17.1.202 1.3 MB/s | 166 kB 00:00 (263/399): python3-novaclient-17.4.1-17.1.20230 2.2 MB/s | 201 kB 00:00 (264/399): python3-os-traits-2.5.0-17.1.2023062 889 kB/s | 45 kB 00:00 (265/399): python3-os-client-config-2.1.0-17.1. 356 kB/s | 55 kB 00:00 (266/399): python3-osc-lib-2.3.1-17.1.202306202 1.1 MB/s | 78 kB 00:00 (267/399): python3-oslo-context-3.2.1-17.1.2023 408 kB/s | 27 kB 00:00 (268/399): python3-oslo-log-4.4.0-17.1.20230620 1.3 MB/s | 64 kB 00:00 (269/399): python3-oslo-cache-2.7.1-17.1.202306 359 kB/s | 56 kB 00:00 (270/399): python3-os-service-types-1.7.0-17.1. 123 kB/s | 38 kB 00:00 (271/399): python3-oslo-middleware-4.2.1-17.1.2 1.2 MB/s | 55 kB 00:00 (272/399): python3-oslo-reports-2.2.0-17.1.2023 1.3 MB/s | 59 kB 00:00 (273/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (274/399): python3-oslo-policy-3.7.1-17.1.20230 910 kB/s | 76 kB 00:00 (275/399): python3-oslo-upgradecheck-1.3.1-17.1 598 kB/s | 29 kB 00:00 (276/399): python3-oslo-serialization-4.1.1-17. 610 kB/s | 34 kB 00:00 (277/399): python3-oslo-versionedobjects-2.4.1- 2.0 MB/s | 79 kB 00:00 (278/399): python3-osprofiler-3.4.0-17.1.202306 1.5 MB/s | 130 kB 00:00 (279/399): python3-pycadf-3.1.1-17.1.2023062021 470 kB/s | 53 kB 00:00 (280/399): python3-requestsexceptions-1.4.0-17. 151 kB/s | 17 kB 00:00 (281/399): python3-saharaclient-3.3.0-17.1.2023 2.7 MB/s | 188 kB 00:00 (282/399): python3-swiftclient-3.11.1-17.1.2023 3.3 MB/s | 136 kB 00:00 (283/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (284/399): python3-statsd-3.2.1-20.1.el9ost.noa 232 kB/s | 35 kB 00:00 (285/399): python3-shade-1.33.0-17.1.2023062022 3.2 MB/s | 523 kB 00:00 (286/399): python3-troveclient-7.0.0-17.1.20230 5.9 MB/s | 344 kB 00:00 (287/399): validations-common-1.9.1-17.1.202310 2.3 MB/s | 111 kB 00:00 (288/399): python3-validations-libs-1.9.1-17.1. 1.1 MB/s | 137 kB 00:00 (289/399): python3-zaqarclient-2.4.0-17.1.20230 1.0 MB/s | 129 kB 00:00 (290/399): python3-paramiko-2.11.0-2.el9ost.noa 4.2 MB/s | 299 kB 00:00 (291/399): python3-manilaclient-2.6.4-17.1.2024 4.8 MB/s | 528 kB 00:00 (292/399): ansible-pacemaker-1.0.4-17.1.2023121 157 kB/s | 21 kB 00:00 (293/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.6 MB/s | 83 kB 00:00 (294/399): ansible-role-metalsmith-deployment-1 300 kB/s | 21 kB 00:00 (295/399): python3-werkzeug-2.0.1-7.el9ost.noar 1.7 MB/s | 427 kB 00:00 (296/399): openstack-selinux-0.8.37-17.1.202311 4.3 MB/s | 221 kB 00:00 (297/399): python3-webob-1.8.7-2.1.el9ost.noarc 979 kB/s | 230 kB 00:00 (298/399): python-oslo-db-lang-8.5.2-17.1.20240 167 kB/s | 14 kB 00:00 (299/399): python3-keystoneauth1-4.4.0-17.1.202 6.6 MB/s | 409 kB 00:00 (300/399): python3-metalsmith-1.4.4-17.1.202405 1.0 MB/s | 65 kB 00:00 (301/399): puppet-ironic-18.7.1-17.1.2024030521 460 kB/s | 121 kB 00:00 (302/399): python3-neutron-lib-2.10.3-17.1.2023 9.1 MB/s | 375 kB 00:00 (303/399): python3-glanceclient-3.3.0-17.1.2024 829 kB/s | 143 kB 00:00 (304/399): python3-octaviaclient-2.3.1-17.1.202 1.8 MB/s | 91 kB 00:00 (305/399): python3-oslo-messaging-12.7.3-17.1.2 4.6 MB/s | 216 kB 00:00 (306/399): python3-oslo-db-8.5.2-17.1.202408201 2.0 MB/s | 144 kB 00:00 (307/399): python3-waitress-2.0.0-4.el9ost.noar 1.5 MB/s | 109 kB 00:00 (308/399): python3-rhosp-openvswitch-3.3-1.el9o 73 kB/s | 8.3 kB 00:00 (309/399): python3-oslo-service-2.5.1-17.1.2024 482 kB/s | 71 kB 00:00 (310/399): openstack-ansible-core-2.14.2-4.7.el 36 MB/s | 2.3 MB 00:00 (311/399): puppet-glance-18.6.1-17.1.2025022015 1.8 MB/s | 87 kB 00:00 (312/399): openstack-tripleo-validations-14.3.2 2.6 MB/s | 204 kB 00:00 (313/399): puppet-ovn-18.6.1-17.1.2024092509490 683 kB/s | 29 kB 00:00 (314/399): puppet-pacemaker-1.5.1-17.1.20250214 3.1 MB/s | 158 kB 00:00 (315/399): puppet-tripleo-14.2.3-17.1.202503201 4.1 MB/s | 239 kB 00:00 (316/399): python3-os-ken-1.4.1-17.1.2024120509 26 MB/s | 2.1 MB 00:00 (317/399): ansible-collection-containers-podman 3.8 MB/s | 243 kB 00:00 (318/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 5.0 MB/s | 351 kB 00:00 (319/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.6 MB/s | 518 kB 00:00 (320/399): ansible-collections-openstack-1.9.1- 1.2 MB/s | 146 kB 00:00 (321/399): hiera-3.6.0-6.el9ost.noarch.rpm 711 kB/s | 33 kB 00:00 (322/399): leatherman-1.12.6-5.el9ost.x86_64.rp 8.7 MB/s | 405 kB 00:00 (323/399): openstack-tripleo-common-15.4.1-17.1 1.1 MB/s | 52 kB 00:00 (324/399): puppet-7.10.0-4.el9ost.noarch.rpm 295 kB/s | 11 kB 00:00 (325/399): puppet-headless-7.10.0-4.el9ost.noar 26 MB/s | 1.4 MB 00:00 (326/399): openstack-tripleo-common-containers- 825 kB/s | 78 kB 00:00 (327/399): puppet-keystone-18.6.1-17.1.20250425 2.3 MB/s | 127 kB 00:00 (328/399): python3-boto-2.45.0-8.1.el9ost.noarc 27 MB/s | 1.3 MB 00:00 (329/399): python3-cachetools-4.2.2-3.el9ost.no 654 kB/s | 33 kB 00:00 (330/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.6 MB/s | 284 kB 00:00 (331/399): python3-colorama-0.4.4-4.el9ost.noar 807 kB/s | 35 kB 00:00 (332/399): python3-amqp-5.0.6-5.el9ost.noarch.r 600 kB/s | 92 kB 00:00 (333/399): python3-dogpile-cache-1.1.5-5.el9ost 1.2 MB/s | 89 kB 00:00 (334/399): python3-extras-1.0.0-17.el9ost.noarc 210 kB/s | 21 kB 00:00 (335/399): python3-fixtures-3.0.0-24.el9ost.noa 1.1 MB/s | 93 kB 00:00 (336/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.1 MB/s | 313 kB 00:00 (337/399): python3-msgpack-1.0.2-4.el9ost.x86_6 943 kB/s | 87 kB 00:00 (338/399): python3-munch-2.5.0-6.el9ost.noarch. 256 kB/s | 25 kB 00:00 (339/399): python3-keyring-21.8.0-4.el9ost.noar 337 kB/s | 77 kB 00:00 (340/399): python3-paste-deploy-2.1.1-4.el9ost. 429 kB/s | 41 kB 00:00 (341/399): python3-pystache-0.5.4-15.el9ost.noa 2.2 MB/s | 132 kB 00:00 (342/399): python3-repoze-lru-0.7-12.el9ost.noa 814 kB/s | 32 kB 00:00 (343/399): python3-openstacksdk-0.55.1-17.1.202 2.5 MB/s | 735 kB 00:00 (344/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 696 kB/s | 57 kB 00:00 (345/399): python3-paste-3.5.0-5.el9ost.noarch. 2.1 MB/s | 776 kB 00:00 (346/399): python3-routes-2.4.1-14.el9ost.noarc 1.3 MB/s | 188 kB 00:00 (347/399): python3-simplejson-3.17.5-3.el9ost.x 4.3 MB/s | 266 kB 00:00 (348/399): python3-secretstorage-3.3.1-3.el9ost 299 kB/s | 36 kB 00:00 (349/399): python3-tempita-0.5.1-27.el9ost.noar 413 kB/s | 36 kB 00:00 (350/399): python3-tripleo-common-15.4.1-17.1.2 3.8 MB/s | 202 kB 00:00 (351/399): python3-testtools-2.4.0-10.el9ost.no 3.4 MB/s | 333 kB 00:00 (352/399): python3-tripleoclient-16.5.1-17.1.20 5.3 MB/s | 553 kB 00:00 (353/399): python3-vine-5.0.0-5.el9ost.noarch.r 209 kB/s | 26 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 430 kB/s | 56 kB 00:00 (355/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.4 MB/s | 180 kB 00:00 (356/399): python3-warlock-1.3.3-7.el9ost.noarc 87 kB/s | 21 kB 00:00 (357/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 278 kB/s | 29 kB 00:00 (358/399): ruby-facter-3.14.19-3.el9ost.x86_64. 110 kB/s | 9.5 kB 00:00 (359/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.1 MB/s | 123 kB 00:00 (360/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 186 kB/s | 19 kB 00:00 (361/399): openstack-heat-api-16.1.1-17.1.20250 211 kB/s | 16 kB 00:00 (362/399): openstack-heat-common-16.1.1-17.1.20 23 MB/s | 1.6 MB 00:00 (363/399): openstack-heat-engine-16.1.1-17.1.20 219 kB/s | 15 kB 00:00 (364/399): openstack-heat-monolith-16.1.1-17.1. 183 kB/s | 16 kB 00:00 (365/399): python-openstackclient-lang-5.5.2-17 968 kB/s | 58 kB 00:00 (366/399): python3-openstackclient-5.5.2-17.1.2 20 MB/s | 1.1 MB 00:00 (367/399): openstack-tripleo-heat-templates-14. 2.6 MB/s | 617 kB 00:00 (368/399): puppet-barbican-18.4.2-17.1.20250625 232 kB/s | 57 kB 00:00 (369/399): tripleo-ansible-3.3.1-17.1.202507021 3.6 MB/s | 570 kB 00:00 (370/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.6 MB/s | 354 kB 00:00 (371/399): device-mapper-persistent-data-0.9.0- 16 MB/s | 786 kB 00:00 (372/399): bash-completion-2.11-4.el9.noarch.rp 4.2 MB/s | 459 kB 00:00 (373/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 371 kB/s | 68 kB 00:00 (374/399): libaio-0.3.111-13.el9.x86_64.rpm 482 kB/s | 26 kB 00:00 (375/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.4 MB/s | 62 kB 00:00 (376/399): glibc-langpack-en-2.34-60.el9.x86_64 11 MB/s | 675 kB 00:00 (377/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.9 MB/s | 81 kB 00:00 (378/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 632 kB/s | 37 kB 00:00 (379/399): krb5-workstation-1.20.1-8.el9.x86_64 6.5 MB/s | 542 kB 00:00 (380/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 242 kB/s | 16 kB 00:00 (381/399): pkgconf-1.7.3-10.el9.x86_64.rpm 366 kB/s | 45 kB 00:00 (382/399): python3-dns-2.2.1-2.el9.noarch.rpm 5.5 MB/s | 418 kB 00:00 (383/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 75 kB/s | 12 kB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 620 kB/s | 30 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 367 kB/s | 19 kB 00:00 (386/399): device-mapper-event-1.02.187-7.el9_2 792 kB/s | 32 kB 00:00 (387/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 247 kB/s | 36 kB 00:00 (388/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 18 MB/s | 1.0 MB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 20 MB/s | 1.5 MB 00:00 (390/399): device-mapper-event-libs-1.02.187-7. 313 kB/s | 31 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 156 kB 00:00 (392/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 109 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.9 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.2 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 285 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 23 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.6 MB/s | 464 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 3.8 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 7.1 MB/s | 97 MB 00:13 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 171/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 172/408 Installing : pkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 174/408 Installing : bash-completion-1:2.11-4.el9.noarch 175/408 Installing : libkadm5-1.20.1-8.el9.x86_64 176/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 177/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 178/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 179/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 180/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 181/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 182/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 183/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 184/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 185/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 187/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 188/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 189/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 190/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 191/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 192/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 193/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 194/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 196/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 197/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 198/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 199/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 200/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 201/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 202/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 203/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 204/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 205/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 206/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 207/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 208/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 209/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 210/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 211/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 212/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 213/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 214/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 215/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 216/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 217/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 218/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 219/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 220/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 221/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 222/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 223/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 224/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 225/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 226/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 227/408 Installing : python3-memcached-1.59-3.el9ost.noarch 228/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 229/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 230/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 231/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 232/408 Installing : python3-docutils-0.16-6.el9ost.noarch 233/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 234/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 235/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 236/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 237/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 238/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 239/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 240/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 118/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 119/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 120/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 121/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 122/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 123/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 124/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 125/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 126/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 127/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 128/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 129/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 130/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 131/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 132/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 133/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 134/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 135/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 136/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 137/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 138/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 139/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 140/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 141/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 142/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 143/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 144/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 145/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 146/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 147/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 148/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 149/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 150/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 151/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 152/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 153/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 154/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 155/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 156/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 157/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 158/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 159/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 160/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 161/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 162/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 164/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 167/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 168/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 169/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 170/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 171/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 172/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 173/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 174/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 175/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 176/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 177/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 178/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 179/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 180/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 181/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 182/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 183/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 184/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 185/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 186/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 187/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 188/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 189/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 190/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 191/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 192/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 193/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 194/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 195/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 196/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 197/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 198/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 199/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 200/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 201/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 202/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 203/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 204/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 205/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 206/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 207/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 208/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 209/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 210/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 211/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 212/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 213/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 214/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 215/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 216/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 217/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 218/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 219/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 220/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 221/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 222/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 223/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 224/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 225/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 226/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 227/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 228/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 229/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 230/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 231/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 232/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 233/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 234/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 235/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 236/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 237/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 238/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 239/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 240/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 241/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 242/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 243/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 244/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 245/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 246/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 247/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 248/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 249/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 250/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 251/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 252/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 253/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 254/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 255/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 256/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 257/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 258/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 259/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 260/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 261/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 262/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 263/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 264/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 265/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 266/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 267/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 268/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 269/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 270/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 271/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 272/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 273/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 274/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 275/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 276/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 277/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 278/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 279/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 280/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 281/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 282/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 283/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 284/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 285/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 286/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 288/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 290/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 291/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 292/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 293/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 294/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 295/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 296/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 297/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 298/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 299/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 300/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 301/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 302/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 303/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 304/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 305/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 306/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 307/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 308/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 309/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 310/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 311/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 312/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 313/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 314/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 315/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 316/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 317/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 318/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 319/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 320/408 Verifying : hiera-3.6.0-6.el9ost.noarch 321/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 322/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 324/408 Verifying : puppet-7.10.0-4.el9ost.noarch 325/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 326/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 327/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 328/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 329/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 330/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 331/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 332/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 333/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 334/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 335/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 336/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 337/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 338/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 339/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 340/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 341/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 342/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 343/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 344/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 345/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 346/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 347/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 348/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 349/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 350/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 351/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 352/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 353/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 354/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 355/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 356/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 357/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 358/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 359/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 360/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 361/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 362/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 363/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 364/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 365/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 366/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 367/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 368/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 369/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 370/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 371/408 Verifying : bash-completion-1:2.11-4.el9.noarch 372/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 373/408 Verifying : libaio-0.3.111-13.el9.x86_64 374/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 375/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 376/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 377/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 378/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 379/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 380/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 381/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 382/408 Verifying : python3-dns-2.2.1-2.el9.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-08T14:06:08.244703 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 3.7091e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-08 14:06:12.003628 | fa163e69-8883-ba88-e49a-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-08 14:06:12.030184 | fa163e69-8883-ba88-e49a-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-08 14:06:12.030719 | fa163e69-8883-ba88-e49a-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.041163 | 0.03s 2025-10-08 14:06:12.033886 | fa163e69-8883-ba88-e49a-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-08 14:06:12.068691 | fa163e69-8883-ba88-e49a-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-08 14:06:12.069222 | fa163e69-8883-ba88-e49a-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.079667 | 0.03s 2025-10-08 14:06:12.071967 | fa163e69-8883-ba88-e49a-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-08 14:06:12.160464 | fa163e69-8883-ba88-e49a-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-08 14:06:12.161640 | fa163e69-8883-ba88-e49a-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.172074 | 0.09s 2025-10-08 14:06:12.168306 | fa163e69-8883-ba88-e49a-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-08 14:06:12.554949 | fa163e69-8883-ba88-e49a-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-08 14:06:12.556379 | fa163e69-8883-ba88-e49a-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.566811 | 0.39s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-08 14:06:12.580570 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:12.581064 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:12.581603 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.592045 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:12.582073 | UUID | Info | Host | Task Name | Run Time 2025-10-08 14:06:12.582628 | fa163e69-8883-ba88-e49a-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.39s 2025-10-08 14:06:12.583106 | fa163e69-8883-ba88-e49a-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-08 14:06:12.583756 | fa163e69-8883-ba88-e49a-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.03s 2025-10-08 14:06:12.584278 | fa163e69-8883-ba88-e49a-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2025-10-08 14:06:12.584780 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-10-08 14:06:15.004414 | fa163e69-8883-a90b-4fe6-000000000005 | TASK | set ssh key path facts 2025-10-08 14:06:15.039106 | fa163e69-8883-a90b-4fe6-000000000005 | OK | set ssh key path facts | undercloud 2025-10-08 14:06:15.039636 | fa163e69-8883-a90b-4fe6-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.048849 | 0.03s 2025-10-08 14:06:15.042710 | fa163e69-8883-a90b-4fe6-000000000006 | TASK | stat private key 2025-10-08 14:06:15.374897 | fa163e69-8883-a90b-4fe6-000000000006 | OK | stat private key | undercloud 2025-10-08 14:06:15.376177 | fa163e69-8883-a90b-4fe6-000000000006 | TIMING | stat private key | undercloud | 0:00:00.385377 | 0.33s 2025-10-08 14:06:15.382660 | fa163e69-8883-a90b-4fe6-000000000007 | TASK | stat public key 2025-10-08 14:06:15.585353 | fa163e69-8883-a90b-4fe6-000000000007 | OK | stat public key | undercloud 2025-10-08 14:06:15.586635 | fa163e69-8883-a90b-4fe6-000000000007 | TIMING | stat public key | undercloud | 0:00:00.595837 | 0.20s 2025-10-08 14:06:15.593531 | fa163e69-8883-a90b-4fe6-000000000008 | TASK | create private key if it does not exist 2025-10-08 14:06:16.259176 | fa163e69-8883-a90b-4fe6-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-08 14:06:16.260885 | fa163e69-8883-a90b-4fe6-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.270080 | 0.67s 2025-10-08 14:06:16.267693 | fa163e69-8883-a90b-4fe6-000000000009 | TASK | create public key if it does not exist 2025-10-08 14:06:16.450356 | fa163e69-8883-a90b-4fe6-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-08 14:06:16.452207 | fa163e69-8883-a90b-4fe6-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.461403 | 0.18s PLAY [allovercloud] ************************************************************ 2025-10-08 14:06:16.489622 | fa163e69-8883-a90b-4fe6-000000000023 | TASK | Get local private key 2025-10-08 14:06:16.820775 | fa163e69-8883-a90b-4fe6-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-a90b-4fe6-000000000023') missing from stats 2025-10-08 14:06:16.829028 | fa163e69-8883-a90b-4fe6-000000000024 | TASK | Get local public key 2025-10-08 14:06:16.997569 | fa163e69-8883-a90b-4fe6-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-a90b-4fe6-000000000024') missing from stats 2025-10-08 14:06:17.019773 | fa163e69-8883-a90b-4fe6-000000000012 | TASK | create user ceph-admin 2025-10-08 14:06:17.537070 | fa163e69-8883-a90b-4fe6-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-08 14:06:17.538412 | fa163e69-8883-a90b-4fe6-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.547610 | 0.52s 2025-10-08 14:06:17.548064 | fa163e69-8883-a90b-4fe6-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-08 14:06:18.125439 | fa163e69-8883-a90b-4fe6-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-08 14:06:18.126909 | fa163e69-8883-a90b-4fe6-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.136108 | 0.58s 2025-10-08 14:06:18.136154 | fa163e69-8883-a90b-4fe6-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-08 14:06:18.491272 | fa163e69-8883-a90b-4fe6-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-08 14:06:18.492518 | fa163e69-8883-a90b-4fe6-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.501718 | 0.35s 2025-10-08 14:06:18.501110 | fa163e69-8883-a90b-4fe6-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-08 14:06:18.730966 | fa163e69-8883-a90b-4fe6-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-08 14:06:18.731991 | fa163e69-8883-a90b-4fe6-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.741193 | 0.23s 2025-10-08 14:06:18.740414 | fa163e69-8883-a90b-4fe6-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-08 14:06:18.961948 | fa163e69-8883-a90b-4fe6-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-08 14:06:18.963039 | fa163e69-8883-a90b-4fe6-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.972241 | 0.22s 2025-10-08 14:06:18.971597 | fa163e69-8883-a90b-4fe6-000000000017 | TASK | get remote ceph-admin public key 2025-10-08 14:06:19.007504 | fa163e69-8883-a90b-4fe6-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-08 14:06:19.008544 | fa163e69-8883-a90b-4fe6-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.017745 | 0.04s 2025-10-08 14:06:19.017176 | fa163e69-8883-a90b-4fe6-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-08 14:06:19.077110 | fa163e69-8883-a90b-4fe6-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-08 14:06:19.077687 | fa163e69-8883-a90b-4fe6-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.086899 | 0.06s 2025-10-08 14:06:19.081750 | fa163e69-8883-a90b-4fe6-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-08 14:06:19.403916 | fa163e69-8883-a90b-4fe6-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-08 14:06:19.405050 | fa163e69-8883-a90b-4fe6-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.414252 | 0.32s 2025-10-08 14:06:19.413399 | fa163e69-8883-a90b-4fe6-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-08 14:06:19.931005 | fa163e69-8883-a90b-4fe6-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-08 14:06:19.932364 | fa163e69-8883-a90b-4fe6-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:04.941563 | 0.52s 2025-10-08 14:06:19.940907 | fa163e69-8883-a90b-4fe6-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-08 14:06:20.436732 | fa163e69-8883-a90b-4fe6-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-08 14:06:20.438112 | fa163e69-8883-a90b-4fe6-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.447310 | 0.50s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-08 14:06:20.468326 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:20.468816 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:20.469357 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.478555 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:20.469888 | UUID | Info | Host | Task Name | Run Time 2025-10-08 14:06:20.470417 | fa163e69-8883-a90b-4fe6-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.67s 2025-10-08 14:06:20.470894 | fa163e69-8883-a90b-4fe6-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.58s 2025-10-08 14:06:20.471438 | fa163e69-8883-a90b-4fe6-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.52s 2025-10-08 14:06:20.472047 | fa163e69-8883-a90b-4fe6-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.52s 2025-10-08 14:06:20.472792 | fa163e69-8883-a90b-4fe6-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-10-08 14:06:20.473517 | fa163e69-8883-a90b-4fe6-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-10-08 14:06:20.474279 | fa163e69-8883-a90b-4fe6-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2025-10-08 14:06:20.474847 | fa163e69-8883-a90b-4fe6-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.32s 2025-10-08 14:06:20.475419 | fa163e69-8883-a90b-4fe6-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-08 14:06:20.476011 | fa163e69-8883-a90b-4fe6-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2025-10-08 14:06:20.476563 | fa163e69-8883-a90b-4fe6-000000000007 | SUMMARY | undercloud | stat public key | 0.20s 2025-10-08 14:06:20.477060 | fa163e69-8883-a90b-4fe6-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.18s 2025-10-08 14:06:20.477631 | fa163e69-8883-a90b-4fe6-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-08 14:06:20.478195 | fa163e69-8883-a90b-4fe6-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2025-10-08 14:06:20.478707 | fa163e69-8883-a90b-4fe6-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-10-08 14:06:20.479289 | fa163e69-8883-a90b-4fe6-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-08 14:06:20.479798 | fa163e69-8883-a90b-4fe6-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-08 14:06:20.480329 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-10-08 14:06:22.920813 | fa163e69-8883-2fe2-34ee-000000000039 | TASK | Gathering Facts 2025-10-08 14:06:23.477742 | fa163e69-8883-2fe2-34ee-000000000039 | OK | Gathering Facts | undercloud 2025-10-08 14:06:23.479311 | fa163e69-8883-2fe2-34ee-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.571540 | 0.55s 2025-10-08 14:06:23.482224 | fa163e69-8883-2fe2-34ee-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-08 14:06:23.483304 | fa163e69-8883-2fe2-34ee-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.575544 | 0.56s 2025-10-08 14:06:23.512143 | fa163e69-8883-2fe2-34ee-00000000000a | TASK | Load distro-specific variables 2025-10-08 14:06:23.595571 | fa163e69-8883-2fe2-34ee-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.687795 | 0.07s 2025-10-08 14:06:23.596572 | fa163e69-8883-2fe2-34ee-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.688813 | 0.08s 2025-10-08 14:06:23.614472 | b03fe8f1-e5bb-45cf-b8e4-f396749dc97e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 14:06:23.615105 | b03fe8f1-e5bb-45cf-b8e4-f396749dc97e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 14:06:23.636780 | fa163e69-8883-2fe2-34ee-000000000052 | TASK | Load distro-specific variables 2025-10-08 14:06:23.736340 | fa163e69-8883-2fe2-34ee-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:23.737789 | fa163e69-8883-2fe2-34ee-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.830014 | 0.09s 2025-10-08 14:06:23.747311 | fa163e69-8883-2fe2-34ee-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:23.749477 | fa163e69-8883-2fe2-34ee-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.841688 | 0.11s 2025-10-08 14:06:23.755497 | fa163e69-8883-2fe2-34ee-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.847732 | 0.11s 2025-10-08 14:06:23.756215 | fa163e69-8883-2fe2-34ee-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.848462 | 0.12s 2025-10-08 14:06:23.760369 | fa163e69-8883-2fe2-34ee-00000000000b | TASK | Install chronyd 2025-10-08 14:06:23.815698 | fa163e69-8883-2fe2-34ee-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.907917 | 0.05s 2025-10-08 14:06:23.821222 | fa163e69-8883-2fe2-34ee-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.913465 | 0.06s 2025-10-08 14:06:23.835547 | 4a7ce7fc-ed59-4460-a285-6e91e8af2e17 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-08 14:06:23.836093 | 4a7ce7fc-ed59-4460-a285-6e91e8af2e17 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-08 14:06:23.854799 | fa163e69-8883-2fe2-34ee-0000000000a2 | TASK | Load distro-specific variables 2025-10-08 14:06:23.914602 | fa163e69-8883-2fe2-34ee-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.006822 | 0.06s 2025-10-08 14:06:23.926040 | fa163e69-8883-2fe2-34ee-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.018283 | 0.06s 2025-10-08 14:06:23.936014 | 6e4b930d-d60f-41ad-ae16-bea4ba3c933c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 14:06:23.936545 | 6e4b930d-d60f-41ad-ae16-bea4ba3c933c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 14:06:23.950956 | fa163e69-8883-2fe2-34ee-000000000102 | TASK | Load distro-specific variables 2025-10-08 14:06:24.059537 | fa163e69-8883-2fe2-34ee-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:24.061264 | fa163e69-8883-2fe2-34ee-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.153489 | 0.11s 2025-10-08 14:06:24.071365 | fa163e69-8883-2fe2-34ee-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:24.072631 | fa163e69-8883-2fe2-34ee-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.164871 | 0.11s 2025-10-08 14:06:24.077737 | fa163e69-8883-2fe2-34ee-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.169965 | 0.13s 2025-10-08 14:06:24.079062 | fa163e69-8883-2fe2-34ee-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.171301 | 0.12s 2025-10-08 14:06:24.087967 | fa163e69-8883-2fe2-34ee-0000000000a3 | TASK | Check for NTP service 2025-10-08 14:06:24.498090 | fa163e69-8883-2fe2-34ee-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-08 14:06:24.499540 | fa163e69-8883-2fe2-34ee-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.591769 | 0.40s 2025-10-08 14:06:24.500564 | fa163e69-8883-2fe2-34ee-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-08 14:06:24.501297 | fa163e69-8883-2fe2-34ee-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.593537 | 0.41s 2025-10-08 14:06:24.510267 | fa163e69-8883-2fe2-34ee-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-08 14:06:24.601554 | fa163e69-8883-2fe2-34ee-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-08 14:06:24.602778 | fa163e69-8883-2fe2-34ee-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.695009 | 0.09s 2025-10-08 14:06:24.603427 | fa163e69-8883-2fe2-34ee-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-08 14:06:24.604059 | fa163e69-8883-2fe2-34ee-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.696299 | 0.08s 2025-10-08 14:06:24.615153 | fa163e69-8883-2fe2-34ee-0000000000a5 | TASK | Install chronyd package 2025-10-08 14:06:27.622476 | fa163e69-8883-2fe2-34ee-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-08 14:06:27.624087 | fa163e69-8883-2fe2-34ee-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.716313 | 3.01s 2025-10-08 14:06:29.135988 | fa163e69-8883-2fe2-34ee-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-08 14:06:29.137079 | fa163e69-8883-2fe2-34ee-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.229316 | 4.51s 2025-10-08 14:06:29.145374 | fa163e69-8883-2fe2-34ee-00000000000c | TASK | Upgrade chronyd 2025-10-08 14:06:29.213468 | fa163e69-8883-2fe2-34ee-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-08 14:06:29.214762 | fa163e69-8883-2fe2-34ee-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.306988 | 0.06s 2025-10-08 14:06:29.225854 | fa163e69-8883-2fe2-34ee-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-08 14:06:29.226437 | fa163e69-8883-2fe2-34ee-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.318680 | 0.08s 2025-10-08 14:06:29.231667 | fa163e69-8883-2fe2-34ee-00000000000d | TASK | Configure chronyd 2025-10-08 14:06:29.288479 | fa163e69-8883-2fe2-34ee-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.380702 | 0.06s 2025-10-08 14:06:29.299505 | fa163e69-8883-2fe2-34ee-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.391749 | 0.06s 2025-10-08 14:06:29.307484 | 06a18990-8f84-4ffb-8356-8a9d6df04dd2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-08 14:06:29.307821 | 06a18990-8f84-4ffb-8356-8a9d6df04dd2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-08 14:06:29.323423 | fa163e69-8883-2fe2-34ee-000000000162 | TASK | Load distro-specific variables 2025-10-08 14:06:29.384230 | fa163e69-8883-2fe2-34ee-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.476461 | 0.06s 2025-10-08 14:06:29.415309 | fa163e69-8883-2fe2-34ee-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.507551 | 0.08s 2025-10-08 14:06:29.424954 | 39baa93a-0663-4f6f-a890-8223e20c0d54 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 14:06:29.425467 | 39baa93a-0663-4f6f-a890-8223e20c0d54 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 14:06:29.435517 | fa163e69-8883-2fe2-34ee-0000000001fa | TASK | Load distro-specific variables 2025-10-08 14:06:29.525453 | fa163e69-8883-2fe2-34ee-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:29.526333 | fa163e69-8883-2fe2-34ee-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.618572 | 0.09s 2025-10-08 14:06:29.536133 | fa163e69-8883-2fe2-34ee-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.628379 | 0.10s 2025-10-08 14:06:29.541448 | fa163e69-8883-2fe2-34ee-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:29.541768 | fa163e69-8883-2fe2-34ee-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.634015 | 0.09s 2025-10-08 14:06:29.546843 | fa163e69-8883-2fe2-34ee-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.639087 | 0.10s 2025-10-08 14:06:29.552496 | fa163e69-8883-2fe2-34ee-000000000163 | TASK | Install chrony configuration file 2025-10-08 14:06:30.285781 | fa163e69-8883-2fe2-34ee-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-08 14:06:30.287098 | fa163e69-8883-2fe2-34ee-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.379329 | 0.73s 2025-10-08 14:06:30.302160 | fa163e69-8883-2fe2-34ee-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-08 14:06:30.302896 | fa163e69-8883-2fe2-34ee-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.395135 | 0.75s 2025-10-08 14:06:30.311342 | fa163e69-8883-2fe2-34ee-00000000000e | TASK | Run chronyd 2025-10-08 14:06:30.390286 | fa163e69-8883-2fe2-34ee-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.482506 | 0.08s 2025-10-08 14:06:30.391328 | fa163e69-8883-2fe2-34ee-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.483568 | 0.07s 2025-10-08 14:06:30.411840 | 1c8db99e-63cf-41c1-851d-193ba10849a1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-08 14:06:30.412575 | 1c8db99e-63cf-41c1-851d-193ba10849a1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-08 14:06:30.451417 | fa163e69-8883-2fe2-34ee-000000000233 | TASK | Load distro-specific variables 2025-10-08 14:06:30.548536 | fa163e69-8883-2fe2-34ee-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.640754 | 0.10s 2025-10-08 14:06:30.560326 | fa163e69-8883-2fe2-34ee-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.652564 | 0.10s 2025-10-08 14:06:30.575303 | fa5ba7de-1e24-4508-b9e7-bd37af8ed858 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 14:06:30.575999 | fa5ba7de-1e24-4508-b9e7-bd37af8ed858 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 14:06:30.594834 | fa163e69-8883-2fe2-34ee-0000000002ee | TASK | Load distro-specific variables 2025-10-08 14:06:30.699507 | fa163e69-8883-2fe2-34ee-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:30.701239 | fa163e69-8883-2fe2-34ee-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.793458 | 0.10s 2025-10-08 14:06:30.710702 | fa163e69-8883-2fe2-34ee-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.802941 | 0.11s 2025-10-08 14:06:30.723037 | fa163e69-8883-2fe2-34ee-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:06:30.723881 | fa163e69-8883-2fe2-34ee-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.816120 | 0.11s 2025-10-08 14:06:30.733841 | fa163e69-8883-2fe2-34ee-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.826081 | 0.12s 2025-10-08 14:06:30.741410 | fa163e69-8883-2fe2-34ee-000000000234 | TASK | Ensure chronyd is running 2025-10-08 14:06:31.370020 | fa163e69-8883-2fe2-34ee-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-08 14:06:31.371764 | fa163e69-8883-2fe2-34ee-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.463991 | 0.62s 2025-10-08 14:06:32.397682 | fa163e69-8883-2fe2-34ee-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-08 14:06:32.399262 | fa163e69-8883-2fe2-34ee-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.491498 | 1.66s 2025-10-08 14:06:32.409418 | fa163e69-8883-2fe2-34ee-000000000235 | TASK | Force chronyd restart 2025-10-08 14:06:32.498947 | fa163e69-8883-2fe2-34ee-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-08 14:06:32.500271 | fa163e69-8883-2fe2-34ee-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.592498 | 0.09s 2025-10-08 14:06:32.919236 | fa163e69-8883-2fe2-34ee-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-08 14:06:32.920079 | fa163e69-8883-2fe2-34ee-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.012322 | 0.50s 2025-10-08 14:06:32.924655 | fa163e69-8883-2fe2-34ee-00000000000f | TASK | Enable online service 2025-10-08 14:06:32.996594 | fa163e69-8883-2fe2-34ee-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.088828 | 0.07s 2025-10-08 14:06:33.009233 | fa163e69-8883-2fe2-34ee-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.101480 | 0.08s 2025-10-08 14:06:33.017225 | 21ffa445-5301-42f9-a4c3-52d7ee31ef02 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-08 14:06:33.017562 | 21ffa445-5301-42f9-a4c3-52d7ee31ef02 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-08 14:06:33.039674 | fa163e69-8883-2fe2-34ee-000000000338 | TASK | Create chrony-online.service unit file 2025-10-08 14:06:33.554029 | fa163e69-8883-2fe2-34ee-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-08 14:06:33.555383 | fa163e69-8883-2fe2-34ee-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.647614 | 0.52s 2025-10-08 14:06:33.556301 | fa163e69-8883-2fe2-34ee-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-10-08 14:06:33.556956 | fa163e69-8883-2fe2-34ee-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.649196 | 0.51s 2025-10-08 14:06:33.565238 | fa163e69-8883-2fe2-34ee-000000000339 | TASK | Enable chrony-online.service 2025-10-08 14:06:34.818468 | fa163e69-8883-2fe2-34ee-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-08 14:06:34.819497 | fa163e69-8883-2fe2-34ee-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.911737 | 1.25s 2025-10-08 14:06:34.820534 | fa163e69-8883-2fe2-34ee-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-08 14:06:34.821078 | fa163e69-8883-2fe2-34ee-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.913325 | 1.24s 2025-10-08 14:06:34.825601 | fa163e69-8883-2fe2-34ee-000000000010 | TASK | Sync chronyc 2025-10-08 14:06:34.907488 | fa163e69-8883-2fe2-34ee-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.999717 | 0.08s 2025-10-08 14:06:34.908285 | fa163e69-8883-2fe2-34ee-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.000530 | 0.08s 2025-10-08 14:06:34.918766 | 51705f37-bfb1-4b52-a1c6-495848fb075d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-08 14:06:34.919252 | 51705f37-bfb1-4b52-a1c6-495848fb075d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-08 14:06:34.962781 | fa163e69-8883-2fe2-34ee-00000000042a | TASK | Force NTP sync 2025-10-08 14:06:35.252740 | fa163e69-8883-2fe2-34ee-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-08 14:06:35.254452 | fa163e69-8883-2fe2-34ee-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.346675 | 0.29s 2025-10-08 14:06:35.255455 | fa163e69-8883-2fe2-34ee-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-08 14:06:35.256149 | fa163e69-8883-2fe2-34ee-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.348361 | 0.28s 2025-10-08 14:06:35.264648 | fa163e69-8883-2fe2-34ee-00000000042b | TASK | Ensure system is NTP time synced 2025-10-08 14:06:45.583253 | fa163e69-8883-2fe2-34ee-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-08 14:06:45.584668 | fa163e69-8883-2fe2-34ee-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.676898 | 10.32s 2025-10-08 14:06:45.585555 | fa163e69-8883-2fe2-34ee-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-08 14:06:45.586218 | fa163e69-8883-2fe2-34ee-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.678458 | 10.31s 2025-10-08 14:06:45.608859 | fa163e69-8883-2fe2-34ee-00000000002c | TASK | Set timezone 2025-10-08 14:06:46.079783 | fa163e69-8883-2fe2-34ee-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-08 14:06:46.083692 | fa163e69-8883-2fe2-34ee-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.175919 | 0.47s 2025-10-08 14:06:46.084526 | fa163e69-8883-2fe2-34ee-00000000002c | OK | Set timezone | undercloud 2025-10-08 14:06:46.085137 | fa163e69-8883-2fe2-34ee-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.177354 | 0.46s 2025-10-08 14:06:46.092925 | fa163e69-8883-2fe2-34ee-00000000002d | TASK | Restart time services 2025-10-08 14:06:46.128910 | fa163e69-8883-2fe2-34ee-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-08 14:06:46.133520 | fa163e69-8883-2fe2-34ee-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-08 14:06:46.143415 | fa163e69-8883-2fe2-34ee-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-08 14:06:46.144466 | fa163e69-8883-2fe2-34ee-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.236689 | 0.05s 2025-10-08 14:06:46.148193 | fa163e69-8883-2fe2-34ee-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-08 14:06:46.155740 | fa163e69-8883-2fe2-34ee-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.247979 | 0.05s 2025-10-08 14:06:46.192427 | fa163e69-8883-2fe2-34ee-000000000012 | HANDLER | Restart chronyd 2025-10-08 14:06:46.681486 | fa163e69-8883-2fe2-34ee-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-08 14:06:46.683447 | fa163e69-8883-2fe2-34ee-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.775676 | 0.49s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-08 14:06:46.700283 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:46.700815 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:46.701350 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.793592 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:06:46.701818 | UUID | Info | Host | Task Name | Run Time 2025-10-08 14:06:46.702350 | fa163e69-8883-2fe2-34ee-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.32s 2025-10-08 14:06:46.702837 | fa163e69-8883-2fe2-34ee-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.31s 2025-10-08 14:06:46.703372 | fa163e69-8883-2fe2-34ee-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.51s 2025-10-08 14:06:46.703858 | fa163e69-8883-2fe2-34ee-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.01s 2025-10-08 14:06:46.704370 | fa163e69-8883-2fe2-34ee-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 1.66s 2025-10-08 14:06:46.704844 | fa163e69-8883-2fe2-34ee-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.25s 2025-10-08 14:06:46.705374 | fa163e69-8883-2fe2-34ee-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.24s 2025-10-08 14:06:46.705841 | fa163e69-8883-2fe2-34ee-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.75s 2025-10-08 14:06:46.706408 | fa163e69-8883-2fe2-34ee-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.73s 2025-10-08 14:06:46.706889 | fa163e69-8883-2fe2-34ee-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.62s 2025-10-08 14:06:46.707459 | fa163e69-8883-2fe2-34ee-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-10-08 14:06:46.707925 | fa163e69-8883-2fe2-34ee-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-10-08 14:06:46.708453 | fa163e69-8883-2fe2-34ee-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.52s 2025-10-08 14:06:46.708946 | fa163e69-8883-2fe2-34ee-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.51s 2025-10-08 14:06:46.709516 | fa163e69-8883-2fe2-34ee-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.50s 2025-10-08 14:06:46.710052 | fa163e69-8883-2fe2-34ee-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.49s 2025-10-08 14:06:46.710584 | fa163e69-8883-2fe2-34ee-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.47s 2025-10-08 14:06:46.711104 | fa163e69-8883-2fe2-34ee-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.46s 2025-10-08 14:06:46.711807 | fa163e69-8883-2fe2-34ee-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.41s 2025-10-08 14:06:46.712354 | fa163e69-8883-2fe2-34ee-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.40s 2025-10-08 14:06:46.712854 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2025-10-08 14:06:47.587641 | fa163e69-8883-0a36-a341-000000000005 | SKIPPED | fail | undercloud 2025-10-08 14:06:47.588487 | fa163e69-8883-0a36-a341-000000000005 | TIMING | fail | undercloud | 0:00:00.047100 | 0.03s 2025-10-08 14:06:47.646879 | fa163e69-8883-0a36-a341-000000000006 | SKIPPED | fail | undercloud 2025-10-08 14:06:47.648267 | fa163e69-8883-0a36-a341-000000000006 | TIMING | fail | undercloud | 0:00:00.106859 | 0.06s 2025-10-08 14:06:47.656331 | fa163e69-8883-0a36-a341-000000000008 | TASK | Ensure working_dir is provided 2025-10-08 14:06:47.695910 | fa163e69-8883-0a36-a341-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-08 14:06:47.697099 | fa163e69-8883-0a36-a341-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.155699 | 0.04s 2025-10-08 14:06:47.716303 | fa163e69-8883-0a36-a341-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-08 14:06:47.752616 | fa163e69-8883-0a36-a341-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-08 14:06:47.753801 | fa163e69-8883-0a36-a341-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.212401 | 0.04s 2025-10-08 14:06:47.761256 | fa163e69-8883-0a36-a341-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-08 14:06:47.797595 | fa163e69-8883-0a36-a341-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-08 14:06:47.798448 | fa163e69-8883-0a36-a341-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.257056 | 0.04s 2025-10-08 14:06:47.803176 | fa163e69-8883-0a36-a341-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-08 14:06:47.838384 | fa163e69-8883-0a36-a341-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-08 14:06:47.839097 | fa163e69-8883-0a36-a341-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.297707 | 0.04s 2025-10-08 14:06:47.843975 | fa163e69-8883-0a36-a341-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-08 14:06:47.901386 | fa163e69-8883-0a36-a341-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-08 14:06:47.902256 | fa163e69-8883-0a36-a341-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.360864 | 0.06s 2025-10-08 14:06:47.907065 | fa163e69-8883-0a36-a341-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-08 14:06:48.027145 | fa163e69-8883-0a36-a341-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'osd', '_admin', 'mon'], 'service_type': 'host'} 2025-10-08 14:06:48.028564 | fa163e69-8883-0a36-a341-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.487158 | 0.12s 2025-10-08 14:06:48.041750 | fa163e69-8883-0a36-a341-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-08 14:06:48.057016 | fa163e69-8883-0a36-a341-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-08 14:06:48.069818 | fa163e69-8883-0a36-a341-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-08 14:06:48.081575 | fa163e69-8883-0a36-a341-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.540173 | 0.17s 2025-10-08 14:06:48.090058 | fa163e69-8883-0a36-a341-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-08 14:06:48.209133 | fa163e69-8883-0a36-a341-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'osd', '_admin', 'mon'], 'service_type': 'host'} 2025-10-08 14:06:48.221531 | fa163e69-8883-0a36-a341-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-08 14:06:48.236683 | fa163e69-8883-0a36-a341-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-08 14:06:48.248831 | fa163e69-8883-0a36-a341-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-08 14:06:48.254462 | fa163e69-8883-0a36-a341-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.713065 | 0.16s 2025-10-08 14:06:48.258590 | fa163e69-8883-0a36-a341-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-08 14:06:48.303922 | fa163e69-8883-0a36-a341-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-08 14:06:48.304635 | fa163e69-8883-0a36-a341-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.763247 | 0.05s 2025-10-08 14:06:48.308644 | fa163e69-8883-0a36-a341-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-08 14:06:48.343257 | fa163e69-8883-0a36-a341-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-08 14:06:48.343774 | fa163e69-8883-0a36-a341-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.802387 | 0.03s 2025-10-08 14:06:48.344138 | fa163e69-8883-0a36-a341-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.802757 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-08 14:06:48.398873 | fa163e69-8883-0a36-a341-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-08 14:06:48.435098 | fa163e69-8883-0a36-a341-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-08 14:06:48.435824 | fa163e69-8883-0a36-a341-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.894433 | 0.04s 2025-10-08 14:06:48.440638 | fa163e69-8883-0a36-a341-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-08 14:06:48.608303 | fa163e69-8883-0a36-a341-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-08 14:06:48.609347 | fa163e69-8883-0a36-a341-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.067951 | 0.17s 2025-10-08 14:06:48.617224 | fa163e69-8883-0a36-a341-000000000019 | TASK | Set IP address of first monitor 2025-10-08 14:06:48.654021 | fa163e69-8883-0a36-a341-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-08 14:06:48.655523 | fa163e69-8883-0a36-a341-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.114119 | 0.04s 2025-10-08 14:06:48.677099 | fa163e69-8883-0a36-a341-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-08 14:06:48.723956 | fa163e69-8883-0a36-a341-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-08 14:06:48.725183 | fa163e69-8883-0a36-a341-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.183784 | 0.05s 2025-10-08 14:06:48.736072 | fa163e69-8883-0a36-a341-000000000021 | TASK | Install cephadm package 2025-10-08 14:06:51.719820 | fa163e69-8883-0a36-a341-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-08 14:06:51.721242 | fa163e69-8883-0a36-a341-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.179837 | 2.98s 2025-10-08 14:06:51.730582 | fa163e69-8883-0a36-a341-000000000022 | TASK | Stat cephadm file 2025-10-08 14:06:52.074411 | fa163e69-8883-0a36-a341-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-08 14:06:52.075717 | fa163e69-8883-0a36-a341-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.534316 | 0.34s 2025-10-08 14:06:52.085038 | fa163e69-8883-0a36-a341-000000000023 | TASK | Fail if cephadm is not available 2025-10-08 14:06:52.112952 | fa163e69-8883-0a36-a341-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-08 14:06:52.114006 | fa163e69-8883-0a36-a341-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.572607 | 0.03s 2025-10-08 14:06:52.123916 | fa163e69-8883-0a36-a341-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-08 14:06:52.939057 | fa163e69-8883-0a36-a341-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-08 14:06:52.940574 | fa163e69-8883-0a36-a341-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.399171 | 0.82s 2025-10-08 14:06:52.950910 | fa163e69-8883-0a36-a341-000000000026 | TASK | Set list of found FSIDs 2025-10-08 14:06:53.054018 | fa163e69-8883-0a36-a341-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-08 14:06:53.055223 | fa163e69-8883-0a36-a341-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.513823 | 0.10s 2025-10-08 14:06:53.064695 | fa163e69-8883-0a36-a341-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-08 14:06:53.144577 | fa163e69-8883-0a36-a341-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-08 14:06:53.145883 | fa163e69-8883-0a36-a341-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.604481 | 0.08s 2025-10-08 14:06:53.155511 | fa163e69-8883-0a36-a341-000000000028 | TASK | Set FSID to the discovered value 2025-10-08 14:06:53.232945 | fa163e69-8883-0a36-a341-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-08 14:06:53.234342 | fa163e69-8883-0a36-a341-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.692940 | 0.08s 2025-10-08 14:06:53.243571 | fa163e69-8883-0a36-a341-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-08 14:06:53.320980 | fa163e69-8883-0a36-a341-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-08 14:06:53.322610 | fa163e69-8883-0a36-a341-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.781203 | 0.08s 2025-10-08 14:06:53.333851 | fa163e69-8883-0a36-a341-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-08 14:06:53.393512 | fa163e69-8883-0a36-a341-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-08 14:06:53.394567 | fa163e69-8883-0a36-a341-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.853172 | 0.06s 2025-10-08 14:06:53.400687 | fa163e69-8883-0a36-a341-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-08 14:06:53.720868 | fa163e69-8883-0a36-a341-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-08 14:06:53.722234 | fa163e69-8883-0a36-a341-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.180834 | 0.32s 2025-10-08 14:06:53.731133 | fa163e69-8883-0a36-a341-00000000002d | TASK | Ensure specs directory exists 2025-10-08 14:06:53.924393 | fa163e69-8883-0a36-a341-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-08 14:06:53.925721 | fa163e69-8883-0a36-a341-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.384320 | 0.19s 2025-10-08 14:06:53.939225 | fa163e69-8883-0a36-a341-00000000002e | TASK | Stat spec file on ansible host 2025-10-08 14:06:54.171195 | fa163e69-8883-0a36-a341-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e69-8883-0a36-a341-00000000002e') missing from stats 2025-10-08 14:06:54.182274 | fa163e69-8883-0a36-a341-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-08 14:06:54.772444 | fa163e69-8883-0a36-a341-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-08 14:06:54.774027 | fa163e69-8883-0a36-a341-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.232627 | 0.59s 2025-10-08 14:06:54.788072 | fa163e69-8883-0a36-a341-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-08 14:06:55.061423 | fa163e69-8883-0a36-a341-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e69-8883-0a36-a341-000000000031') missing from stats 2025-10-08 14:06:55.072461 | fa163e69-8883-0a36-a341-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-08 14:06:55.546801 | fa163e69-8883-0a36-a341-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-08 14:06:55.548278 | fa163e69-8883-0a36-a341-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.006874 | 0.47s 2025-10-08 14:06:55.571669 | fa163e69-8883-0a36-a341-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-08 14:06:55.639372 | fa163e69-8883-0a36-a341-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-08 14:06:55.640501 | fa163e69-8883-0a36-a341-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.099101 | 0.07s 2025-10-08 14:06:55.656733 | fa163e69-8883-0a36-a341-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-08 14:06:55.744978 | fa163e69-8883-0a36-a341-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-08 14:06:55.746223 | fa163e69-8883-0a36-a341-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.204823 | 0.09s 2025-10-08 14:06:55.755328 | fa163e69-8883-0a36-a341-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-08 14:06:55.999813 | fa163e69-8883-0a36-a341-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-08 14:06:56.001572 | fa163e69-8883-0a36-a341-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.460166 | 0.25s 2025-10-08 14:06:56.204326 | fa163e69-8883-0a36-a341-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-08 14:06:56.205427 | fa163e69-8883-0a36-a341-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.664035 | 0.45s 2025-10-08 14:06:56.211718 | fa163e69-8883-0a36-a341-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.670318 | 0.46s 2025-10-08 14:06:56.221322 | fa163e69-8883-0a36-a341-000000000065 | TASK | Fail if necessary files are missing 2025-10-08 14:06:56.321109 | fa163e69-8883-0a36-a341-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 360713172, 'dev': 64516, 'nlink': 1, 'atime': 1759932379.8988597, 'mtime': 1759932379.7048545, 'ctime': 1759932379.9018598, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '5844f148457231de87a1049a041a0590b5c14b40', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '889842885', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-10-08 14:06:56.327896 | fa163e69-8883-0a36-a341-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 581, 'inode': 385883340, 'dev': 64516, 'nlink': 1, 'atime': 1759932380.3998733, 'mtime': 1759932380.247869, 'ctime': 1759932380.4028733, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '9d4bd74f438ff5c7d38a77bb03488fb0d4daa1b9', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2257043972', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-10-08 14:06:56.335541 | fa163e69-8883-0a36-a341-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.794138 | 0.11s 2025-10-08 14:06:56.345451 | fa163e69-8883-0a36-a341-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-08 14:06:56.579823 | fa163e69-8883-0a36-a341-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-08 14:06:56.581299 | fa163e69-8883-0a36-a341-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.039898 | 0.23s 2025-10-08 14:06:56.590839 | fa163e69-8883-0a36-a341-000000000068 | TASK | Run cephadm bootstrap 2025-10-08 14:08:00.860681 | fa163e69-8883-0a36-a341-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-08 14:08:00.862295 | fa163e69-8883-0a36-a341-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:13.320889 | 64.27s 2025-10-08 14:08:00.874691 | fa163e69-8883-0a36-a341-000000000069 | TASK | Show results of bootstrap 2025-10-08 14:08:00.926309 | fa163e69-8883-0a36-a341-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-08 14:08:00.927594 | fa163e69-8883-0a36-a341-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.386194 | 0.05s 2025-10-08 14:08:00.937157 | fa163e69-8883-0a36-a341-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-08 14:08:00.995406 | fa163e69-8883-0a36-a341-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.453995 | 0.06s 2025-10-08 14:08:01.007239 | 8444ad72-0773-4d59-946b-d71f7b7e8014 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-08 14:08:01.023885 | fa163e69-8883-0a36-a341-00000000020b | TASK | Set ceph CLI 2025-10-08 14:08:01.235203 | fa163e69-8883-0a36-a341-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-08 14:08:01.236432 | fa163e69-8883-0a36-a341-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.695032 | 0.21s 2025-10-08 14:08:01.245535 | fa163e69-8883-0a36-a341-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-08 14:08:02.141554 | fa163e69-8883-0a36-a341-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-08 14:08:02.142878 | fa163e69-8883-0a36-a341-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.601477 | 0.90s 2025-10-08 14:08:02.151901 | fa163e69-8883-0a36-a341-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-08 14:08:03.086644 | fa163e69-8883-0a36-a341-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-08 14:08:03.088015 | fa163e69-8883-0a36-a341-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.546613 | 0.93s 2025-10-08 14:08:03.097398 | fa163e69-8883-0a36-a341-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-08 14:08:03.143915 | fa163e69-8883-0a36-a341-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-08 14:08:03.145246 | fa163e69-8883-0a36-a341-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.603846 | 0.05s 2025-10-08 14:08:03.162186 | fa163e69-8883-0a36-a341-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-08 14:08:03.208035 | fa163e69-8883-0a36-a341-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-08 14:08:03.209193 | fa163e69-8883-0a36-a341-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.667795 | 0.05s 2025-10-08 14:08:03.218324 | fa163e69-8883-0a36-a341-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-08 14:08:03.248012 | fa163e69-8883-0a36-a341-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-08 14:08:03.249176 | fa163e69-8883-0a36-a341-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.707775 | 0.03s 2025-10-08 14:08:03.258269 | fa163e69-8883-0a36-a341-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-08 14:08:03.335718 | fa163e69-8883-0a36-a341-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-08 14:08:03.337430 | fa163e69-8883-0a36-a341-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.796013 | 0.08s 2025-10-08 14:08:03.345968 | fa163e69-8883-0a36-a341-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-08 14:08:03.346699 | fa163e69-8883-0a36-a341-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.805310 | 0.09s 2025-10-08 14:08:03.355360 | fa163e69-8883-0a36-a341-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-08 14:08:03.356019 | fa163e69-8883-0a36-a341-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.814630 | 0.10s 2025-10-08 14:08:03.360951 | fa163e69-8883-0a36-a341-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-08 14:08:03.361826 | fa163e69-8883-0a36-a341-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.820437 | 0.10s 2025-10-08 14:08:03.372251 | fa163e69-8883-0a36-a341-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.830854 | 0.11s 2025-10-08 14:08:03.390772 | fa163e69-8883-0a36-a341-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-08 14:08:03.505448 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-08 14:08:03.562099 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-08 14:08:03.619593 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-08 14:08:03.677027 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-08 14:08:03.734572 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-08 14:08:03.792394 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-08 14:08:03.850269 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-08 14:08:03.903368 | fa163e69-8883-0a36-a341-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-08 14:08:03.909396 | fa163e69-8883-0a36-a341-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.367978 | 0.52s 2025-10-08 14:08:03.919211 | fa163e69-8883-0a36-a341-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-08 14:08:04.955824 | fa163e69-8883-0a36-a341-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-10-08 14:08:04.956877 | fa163e69-8883-0a36-a341-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.415479 | 1.04s 2025-10-08 14:08:05.788158 | fa163e69-8883-0a36-a341-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-10-08 14:08:05.789168 | fa163e69-8883-0a36-a341-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.247777 | 1.87s 2025-10-08 14:08:06.865205 | fa163e69-8883-0a36-a341-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-10-08 14:08:06.866498 | fa163e69-8883-0a36-a341-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.325099 | 2.95s 2025-10-08 14:08:07.724181 | fa163e69-8883-0a36-a341-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-10-08 14:08:07.725338 | fa163e69-8883-0a36-a341-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.183946 | 3.80s 2025-10-08 14:08:07.736352 | fa163e69-8883-0a36-a341-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.194951 | 3.82s 2025-10-08 14:08:07.755912 | fa163e69-8883-0a36-a341-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-08 14:08:08.009285 | fa163e69-8883-0a36-a341-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-08 14:08:08.010932 | fa163e69-8883-0a36-a341-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.469533 | 0.25s 2025-10-08 14:08:08.020626 | fa163e69-8883-0a36-a341-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.479231 | 0.26s 2025-10-08 14:08:08.029700 | fa163e69-8883-0a36-a341-0000000000a7 | TASK | Fail if spec file is missing 2025-10-08 14:08:08.113043 | fa163e69-8883-0a36-a341-0000000000a7 | SKIPPED | Fail if spec file is missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 500, 'inode': 998253392, 'dev': 64516, 'nlink': 1, 'atime': 1759932414.7395904, 'mtime': 1759932414.425582, 'ctime': 1759932414.7425904, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '1692cff8c9e05d68388fef8bfb5402dca9228404', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2572763799', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-10-08 14:08:08.120274 | fa163e69-8883-0a36-a341-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.578874 | 0.09s 2025-10-08 14:08:08.129845 | fa163e69-8883-0a36-a341-0000000000a8 | TASK | Get ceph_cli 2025-10-08 14:08:08.156339 | fa163e69-8883-0a36-a341-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.614937 | 0.03s 2025-10-08 14:08:08.166800 | 14c802d4-2a72-40e9-a8a1-e2cdb742bc79 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-08 14:08:08.184076 | fa163e69-8883-0a36-a341-000000000270 | TASK | Set ceph CLI 2025-10-08 14:08:08.363942 | fa163e69-8883-0a36-a341-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-08 14:08:08.364663 | fa163e69-8883-0a36-a341-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.823274 | 0.18s 2025-10-08 14:08:08.369369 | fa163e69-8883-0a36-a341-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-08 14:08:09.369544 | fa163e69-8883-0a36-a341-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-08 14:08:09.371325 | fa163e69-8883-0a36-a341-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.829923 | 1.00s 2025-10-08 14:08:09.383272 | fa163e69-8883-0a36-a341-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-08 14:08:09.441022 | fa163e69-8883-0a36-a341-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-08 14:08:09.442453 | fa163e69-8883-0a36-a341-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.901044 | 0.06s 2025-10-08 14:08:09.461796 | fa163e69-8883-0a36-a341-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-08 14:08:09.490061 | fa163e69-8883-0a36-a341-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.948649 | 0.03s 2025-10-08 14:08:09.522489 | 5d9d67d0-ca3b-4288-96ab-32b3dec0b40e | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-08 14:08:09.542065 | fa163e69-8883-0a36-a341-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-08 14:08:09.588708 | fa163e69-8883-0a36-a341-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-08 14:08:09.591994 | fa163e69-8883-0a36-a341-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:22.050581 | 0.05s 2025-10-08 14:08:09.603556 | fa163e69-8883-0a36-a341-0000000002a8 | TASK | set cephadm debug level 2025-10-08 14:08:09.665083 | fa163e69-8883-0a36-a341-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-08 14:08:09.666922 | fa163e69-8883-0a36-a341-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:22.125511 | 0.06s 2025-10-08 14:08:09.679036 | fa163e69-8883-0a36-a341-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-08 14:08:09.761523 | fa163e69-8883-0a36-a341-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-08 14:08:09.763628 | fa163e69-8883-0a36-a341-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:22.222220 | 0.08s 2025-10-08 14:08:09.774984 | fa163e69-8883-0a36-a341-0000000002aa | TASK | set container image base in ceph configuration 2025-10-08 14:08:10.676371 | fa163e69-8883-0a36-a341-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-08 14:08:10.678170 | fa163e69-8883-0a36-a341-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:23.136734 | 0.90s 2025-10-08 14:08:10.688858 | fa163e69-8883-0a36-a341-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-08 14:08:10.734875 | fa163e69-8883-0a36-a341-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-08 14:08:10.737034 | fa163e69-8883-0a36-a341-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:23.195621 | 0.05s 2025-10-08 14:08:10.748693 | fa163e69-8883-0a36-a341-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-08 14:08:10.787232 | fa163e69-8883-0a36-a341-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-08 14:08:10.788825 | fa163e69-8883-0a36-a341-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:23.247418 | 0.04s 2025-10-08 14:08:10.799185 | fa163e69-8883-0a36-a341-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-08 14:08:10.868015 | fa163e69-8883-0a36-a341-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-08 14:08:10.869540 | fa163e69-8883-0a36-a341-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:23.328135 | 0.07s 2025-10-08 14:08:10.881302 | fa163e69-8883-0a36-a341-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-08 14:08:10.949481 | fa163e69-8883-0a36-a341-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-08 14:08:10.950902 | fa163e69-8883-0a36-a341-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:23.409497 | 0.07s 2025-10-08 14:08:10.960782 | fa163e69-8883-0a36-a341-0000000000ac | TASK | Apply spec 2025-10-08 14:08:12.486753 | fa163e69-8883-0a36-a341-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-08 14:08:12.488101 | fa163e69-8883-0a36-a341-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.946700 | 1.53s 2025-10-08 14:08:12.497697 | fa163e69-8883-0a36-a341-0000000000ad | TASK | Show results of spec apply 2025-10-08 14:08:12.557199 | fa163e69-8883-0a36-a341-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-08 14:08:12.558239 | fa163e69-8883-0a36-a341-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:25.016840 | 0.06s 2025-10-08 14:08:12.567168 | fa163e69-8883-0a36-a341-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-08 14:08:12.635455 | fa163e69-8883-0a36-a341-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:25.094048 | 0.07s 2025-10-08 14:08:12.647110 | 8c537536-5468-4a0f-9e1d-d81ee87aaeb0 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-08 14:08:12.682036 | fa163e69-8883-0a36-a341-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-08 14:08:13.706381 | fa163e69-8883-0a36-a341-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-08 14:08:44.700326 | fa163e69-8883-0a36-a341-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-08 14:08:44.701560 | fa163e69-8883-0a36-a341-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:57.160160 | 32.02s 2025-10-08 14:08:44.720195 | fa163e69-8883-0a36-a341-0000000000c9 | TASK | Get ceph_cli 2025-10-08 14:08:44.766922 | fa163e69-8883-0a36-a341-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-08 14:08:44.768027 | fa163e69-8883-0a36-a341-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.226628 | 0.05s 2025-10-08 14:08:44.777226 | fa163e69-8883-0a36-a341-0000000000ca | TASK | Collect ceph config dump 2025-10-08 14:08:44.823980 | fa163e69-8883-0a36-a341-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-08 14:08:44.825103 | fa163e69-8883-0a36-a341-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.283705 | 0.05s 2025-10-08 14:08:44.834677 | fa163e69-8883-0a36-a341-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-08 14:08:44.902989 | fa163e69-8883-0a36-a341-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-08 14:08:44.904214 | fa163e69-8883-0a36-a341-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:57.362806 | 0.07s 2025-10-08 14:08:44.912829 | fa163e69-8883-0a36-a341-0000000000cc | TASK | Create pool 2025-10-08 14:08:44.961008 | fa163e69-8883-0a36-a341-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:57.419606 | 0.05s 2025-10-08 14:08:44.969626 | fa163e69-8883-0a36-a341-0000000000cd | TASK | Enable application on Ceph pools 2025-10-08 14:08:45.030795 | fa163e69-8883-0a36-a341-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:57.489386 | 0.06s 2025-10-08 14:08:45.040611 | fa163e69-8883-0a36-a341-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-08 14:08:45.079673 | fa163e69-8883-0a36-a341-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-08 14:08:45.080929 | fa163e69-8883-0a36-a341-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:57.539529 | 0.04s 2025-10-08 14:08:45.090364 | fa163e69-8883-0a36-a341-0000000000d0 | TASK | Set trash interval 2025-10-08 14:08:45.182963 | fa163e69-8883-0a36-a341-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-08 14:08:45.189751 | fa163e69-8883-0a36-a341-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:57.648344 | 0.10s 2025-10-08 14:08:45.207001 | fa163e69-8883-0a36-a341-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-08 14:08:45.265670 | fa163e69-8883-0a36-a341-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:57.724267 | 0.06s 2025-10-08 14:08:45.275970 | fa163e69-8883-0a36-a341-0000000000e9 | TASK | Get ceph_cli 2025-10-08 14:08:45.305486 | fa163e69-8883-0a36-a341-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-08 14:08:45.306667 | fa163e69-8883-0a36-a341-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.765269 | 0.03s 2025-10-08 14:08:45.316233 | fa163e69-8883-0a36-a341-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-08 14:08:45.363932 | fa163e69-8883-0a36-a341-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.822525 | 0.05s 2025-10-08 14:08:45.381164 | fa163e69-8883-0a36-a341-0000000000f9 | TASK | Get ceph_cli 2025-10-08 14:08:45.410803 | fa163e69-8883-0a36-a341-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-08 14:08:45.411898 | fa163e69-8883-0a36-a341-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.870499 | 0.03s 2025-10-08 14:08:45.420732 | fa163e69-8883-0a36-a341-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-08 14:08:45.466931 | fa163e69-8883-0a36-a341-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-08 14:08:45.468106 | fa163e69-8883-0a36-a341-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.926710 | 0.05s 2025-10-08 14:08:45.477556 | fa163e69-8883-0a36-a341-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-08 14:08:45.517166 | fa163e69-8883-0a36-a341-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-08 14:08:45.518469 | fa163e69-8883-0a36-a341-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.977067 | 0.04s 2025-10-08 14:08:45.527842 | fa163e69-8883-0a36-a341-0000000000fc | TASK | Extract mons_json 2025-10-08 14:08:45.566400 | fa163e69-8883-0a36-a341-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-08 14:08:45.567450 | fa163e69-8883-0a36-a341-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:58.026050 | 0.04s 2025-10-08 14:08:45.576308 | fa163e69-8883-0a36-a341-0000000000fd | TASK | Build mons_list 2025-10-08 14:08:45.618930 | fa163e69-8883-0a36-a341-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-08 14:08:45.619905 | fa163e69-8883-0a36-a341-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:58.078511 | 0.04s 2025-10-08 14:08:45.625697 | fa163e69-8883-0a36-a341-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-08 14:08:45.654650 | fa163e69-8883-0a36-a341-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-08 14:08:45.655611 | fa163e69-8883-0a36-a341-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:58.114217 | 0.03s 2025-10-08 14:08:45.661727 | fa163e69-8883-0a36-a341-0000000000ff | TASK | Verify the keyring 2025-10-08 14:08:45.729393 | fa163e69-8883-0a36-a341-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:58.187979 | 0.07s 2025-10-08 14:08:45.744419 | fa163e69-8883-0a36-a341-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-08 14:08:45.775044 | fa163e69-8883-0a36-a341-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-08 14:08:45.776175 | fa163e69-8883-0a36-a341-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:58.234775 | 0.03s 2025-10-08 14:08:45.789072 | fa163e69-8883-0a36-a341-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-08 14:08:45.827659 | fa163e69-8883-0a36-a341-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-08 14:08:45.828697 | fa163e69-8883-0a36-a341-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:58.287298 | 0.04s 2025-10-08 14:08:45.844575 | fa163e69-8883-0a36-a341-00000000011c | TASK | Get ceph_cli 2025-10-08 14:08:45.870882 | fa163e69-8883-0a36-a341-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.329479 | 0.03s 2025-10-08 14:08:45.881335 | 598fc464-6891-4903-8320-0e26ea63f9b0 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-08 14:08:45.894098 | fa163e69-8883-0a36-a341-0000000003c0 | TASK | Set ceph CLI 2025-10-08 14:08:46.053560 | fa163e69-8883-0a36-a341-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-08 14:08:46.054856 | fa163e69-8883-0a36-a341-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:58.513454 | 0.16s 2025-10-08 14:08:46.063515 | fa163e69-8883-0a36-a341-00000000011d | TASK | Get the ceph orchestrator status 2025-10-08 14:08:46.905994 | fa163e69-8883-0a36-a341-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-08 14:08:46.907443 | fa163e69-8883-0a36-a341-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:59.366041 | 0.84s 2025-10-08 14:08:46.916950 | fa163e69-8883-0a36-a341-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-08 14:08:46.975930 | fa163e69-8883-0a36-a341-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-08 14:08:46.977002 | fa163e69-8883-0a36-a341-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:59.435604 | 0.06s 2025-10-08 14:08:46.985896 | fa163e69-8883-0a36-a341-000000000120 | TASK | Show the deployed daemons 2025-10-08 14:08:47.813939 | fa163e69-8883-0a36-a341-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-08 14:08:47.816462 | fa163e69-8883-0a36-a341-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:00.275058 | 0.83s 2025-10-08 14:08:47.827028 | fa163e69-8883-0a36-a341-000000000121 | TASK | Deployed daemons 2025-10-08 14:08:47.887339 | fa163e69-8883-0a36-a341-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-08 14:08:47.889245 | fa163e69-8883-0a36-a341-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:00.347845 | 0.06s 2025-10-08 14:08:47.899221 | fa163e69-8883-0a36-a341-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-08 14:08:48.840252 | fa163e69-8883-0a36-a341-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-08 14:08:48.841814 | fa163e69-8883-0a36-a341-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:01.300411 | 0.94s 2025-10-08 14:08:48.851476 | fa163e69-8883-0a36-a341-000000000123 | TASK | Ceph cluster status 2025-10-08 14:08:48.889412 | fa163e69-8883-0a36-a341-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 4f46a168-4924-53ef-8dca-d3007b487a6a", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.wbnhvu(active, since 66s)", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-08 14:08:48.890496 | fa163e69-8883-0a36-a341-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:01.349097 | 0.04s 2025-10-08 14:08:48.910929 | fa163e69-8883-0a36-a341-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-08 14:08:49.471542 | fa163e69-8883-0a36-a341-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e69-8883-0a36-a341-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-10-08 14:08:49.499672 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:08:49.500188 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:08:49.501025 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.959638 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:08:49.501950 | UUID | Info | Host | Task Name | Run Time 2025-10-08 14:08:49.502773 | fa163e69-8883-0a36-a341-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.27s 2025-10-08 14:08:49.503656 | fa163e69-8883-0a36-a341-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.02s 2025-10-08 14:08:49.504456 | fa163e69-8883-0a36-a341-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.82s 2025-10-08 14:08:49.505320 | fa163e69-8883-0a36-a341-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.98s 2025-10-08 14:08:49.506184 | fa163e69-8883-0a36-a341-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.53s 2025-10-08 14:08:49.506973 | fa163e69-8883-0a36-a341-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.00s 2025-10-08 14:08:49.507841 | fa163e69-8883-0a36-a341-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.94s 2025-10-08 14:08:49.508649 | fa163e69-8883-0a36-a341-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.93s 2025-10-08 14:08:49.509622 | fa163e69-8883-0a36-a341-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.90s 2025-10-08 14:08:49.510473 | fa163e69-8883-0a36-a341-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.90s 2025-10-08 14:08:49.511276 | fa163e69-8883-0a36-a341-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.84s 2025-10-08 14:08:49.512132 | fa163e69-8883-0a36-a341-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.83s 2025-10-08 14:08:49.512904 | fa163e69-8883-0a36-a341-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.82s 2025-10-08 14:08:49.513756 | fa163e69-8883-0a36-a341-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.59s 2025-10-08 14:08:49.514554 | fa163e69-8883-0a36-a341-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.52s 2025-10-08 14:08:49.515401 | fa163e69-8883-0a36-a341-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.47s 2025-10-08 14:08:49.516263 | fa163e69-8883-0a36-a341-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.46s 2025-10-08 14:08:49.517090 | fa163e69-8883-0a36-a341-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.34s 2025-10-08 14:08:49.517954 | fa163e69-8883-0a36-a341-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.32s 2025-10-08 14:08:49.518814 | fa163e69-8883-0a36-a341-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2025-10-08 14:08:49.519683 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-08 14:08:52.604 40906 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-08 14:08:52.627 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.627 40906 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-08 14:08:52.629 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.629 40906 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-08 14:08:52.631 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.631 40906 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-08 14:08:52.632 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.632 40906 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-08 14:08:52.634 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.634 40906 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-08 14:08:52.636 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.636 40906 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-08 14:08:52.659 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.659 40906 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-08 14:08:52.676 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.676 40906 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-08 14:08:52.678 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.678 40906 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-08 14:08:52.679 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.679 40906 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-08 14:08:52.681 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.681 40906 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-08 14:08:52.683 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.683 40906 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-08 14:08:52.685 40906 INFO migrate.versioning.api [-] done 2025-10-08 14:08:52.685 40906 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-08 14:08:52.707 40906 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-08 14:09:00Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:01Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:01Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:01Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:01Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 14:09:01Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:02Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:02Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-08 14:09:02Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:02Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:02Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-08 14:09:02Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:02Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 14:09:02Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:03Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:03Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:03Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-08 14:09:03Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:03Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:03Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:04Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-08 14:09:04Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:04Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 14:09:04Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:04Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:05Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:05Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-08 14:09:05Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-08 14:09:05Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 14:09:06Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:06Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-08 14:09:06Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:06Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-08 14:09:07Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:07Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-08 14:09:07Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:07Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:07Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:07Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-08 14:09:08Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:08Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 14:09:08Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:08Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-08 14:09:08Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:08Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 14:09:08Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-08 14:09:09Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:09Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-08 14:09:09Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:09Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-08 14:09:10Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-08 14:09:10Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:10Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 14:09:10Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:10Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:10Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:10Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:10Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:10Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:10Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:10Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:11Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 14:09:11Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 14:09:11Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 14:09:11Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 14:09:11Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:11Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:11Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:11Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:11Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:12Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-08 14:09:12Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:12Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-08 14:09:13Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:14Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-08 14:09:14Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:14Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-08 14:09:14Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:14Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-08 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:09:27Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-08 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-08 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:09:37Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:09:39Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:39Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-08 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:44Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:44Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-08 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-08 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-08 14:09:50Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-08 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:52Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-08 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-08 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:09:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:04Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-08 14:10:04Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-08 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-08 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-08 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:13Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-08 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-08 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:26Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:26Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-08 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-08 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-08 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:10:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:10:59Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-08 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:06Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:06Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-08 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-08 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-08 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-08 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:15Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:15Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:15Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-08 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-08 14:11:28Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-08 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-08 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:11:37Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:40Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-08 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:44Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-08 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-08 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 14:11:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:11:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-08 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-08 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:11:59Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-08 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-08 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-08 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:11Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-08 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-08 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-08 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-08 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-08 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-08 14:12:26Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:26Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:26Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-08 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-08 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-08 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-08 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-08 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:12:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-08 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-08 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:12:57Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-08 14:12:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:12:58Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:12:59Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-08 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:02Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-08 14:13:03Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:03Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:03Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:04Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:04Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:04Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:10Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-08 14:13:10Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-08 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-08 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:17Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:18Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:20Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-08 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:22Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 14:13:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:24Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:13:25Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:25Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-08 14:13:26Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:26Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:30Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:30Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-08 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:32Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:35Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:35Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-08 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:38Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-08 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:47Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:47Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-08 14:13:53Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:53Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-08 14:13:54Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:54Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:54Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:55Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:55Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:56Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:56Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-08 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:04Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:07Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 14:14:07Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:08Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-08 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-08 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-08 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-08 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:24Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-08 14:14:25Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:25Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:25Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:26Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:26Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:26Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-08 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:30Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-08 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:32Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:33Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:33Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 14:14:34Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:34Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:35Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:35Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:36Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-08 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-08 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:42Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:42Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:43Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:43Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:43Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:44Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:44Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-08 14:14:46Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:47Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-08 14:14:47Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:47Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-08 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-08 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:51Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:51Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:53Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-08 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:14:56Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:56Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:14:56Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:14:57Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:58Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 14:14:58Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-08 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-08 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:00Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:00Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:15:01Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:03Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-08 14:15:04Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:05Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-08 14:15:05Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:05Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:05Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:06Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:07Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:07Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-08 14:15:08Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:08Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:08Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:09Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:11Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:11Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:11Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:11Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:13Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:14Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:14Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:15Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-08 14:15:16Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:17Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-08 14:15:17Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:17Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:17Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:17Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:18Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:18Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:18Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:18Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:18Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:19Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:19Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-08 14:15:20Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:20Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:22Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:22Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:23Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-08 14:15:24Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-08 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:26Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:27Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:27Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:27Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:27Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:28Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-08 14:15:32Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-08 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:34Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-08 14:15:35Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-08 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:37Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:37Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:38Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-08 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-08 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:44Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:44Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:46Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-08 14:15:47Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:48Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-08 14:15:48Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-08 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-08 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-08 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:53Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:53Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-08 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-08 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:56Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-08 14:15:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-08 14:15:58Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:59Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:59Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:15:59Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 14:15:59Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:00Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:00Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:00Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:00Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:00Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:01Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:01Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:01Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 14:16:01Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:02Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 14:16:02Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:02Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:02Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:03Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:03Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:03Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:03Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:03Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:03Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:04Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:05Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:05Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:05Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:05Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:05Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:05Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:06Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:06Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:06Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 14:16:06Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:06Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-08 14:16:06Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:07Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:07Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-08 14:16:07Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:07Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-08 14:16:07Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:07Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:07Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:08Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-08 14:16:09Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:09Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-08 14:16:09Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:09Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 14:16:09Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:09Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:09Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-08 14:16:09Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:09Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:10Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-08 14:16:10Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:10Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:10Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 14:16:10Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:10Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:10Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-08 14:16:10Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:11Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-08 14:16:11Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:11Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:11Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:12Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:12Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:12Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-08 14:16:13Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:13Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-08 14:16:13Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:14Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-08 14:16:14Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:15Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:15Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:15Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:15Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:15Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:15Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:16Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-08 14:16:16Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:16Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-08 14:16:16Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:16Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:16Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-08 14:16:16Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:16Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:17Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:17Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:17Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 14:16:17Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:17Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:18Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-08 14:16:18Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:18Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-08 14:16:18Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-08 14:16:19Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:20Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:20Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 14:16:20Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:20Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-08 14:16:21Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:21Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:21Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:21Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 14:16:21Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:22Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:22Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:22Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-08 14:16:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:24Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:24Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-08 14:16:25Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:25Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:26Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:27Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:27Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:27Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-08 14:16:27Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:27Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-08 14:16:28Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 14:16:28Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 14:16:28Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 14:16:28Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-08 14:16:29Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/af044ccb-a3e7-4ea9-af6a-554c42726bd3 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-08 14:16:48.548602 | fa163e69-8883-74a4-e560-000000000006 | TASK | External deployment step 0 2025-10-08 14:16:48.573482 | fa163e69-8883-74a4-e560-000000000006 | OK | External deployment step 0 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 0' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-74a4-e560-000000000006') missing from stats 2025-10-08 14:16:48.622569 | fa163e69-8883-74a4-e560-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.124741 | 0.03s 2025-10-08 14:16:48.638477 | f1d8263d-4f2e-4e52-93c5-372517e6dc53 | INCLUDED | /root/standalone-ansible-dpuh_ze3/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-08 14:16:48.657061 | fa163e69-8883-74a4-e560-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-08 14:16:49.514405 | fa163e69-8883-74a4-e560-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-08 14:16:49.515790 | fa163e69-8883-74a4-e560-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.017959 | 0.86s 2025-10-08 14:16:49.534772 | fa163e69-8883-74a4-e560-000000000129 | TASK | create redis virtual ip 2025-10-08 14:16:50.387738 | fa163e69-8883-74a4-e560-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-08 14:16:50.389207 | fa163e69-8883-74a4-e560-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.891369 | 0.85s PLAY [Check if required variables are defined] ********************************* 2025-10-08 14:16:50.468963 | fa163e69-8883-74a4-e560-000000000138 | TASK | Gathering Facts 2025-10-08 14:16:51.029759 | fa163e69-8883-74a4-e560-000000000138 | OK | Gathering Facts | localhost 2025-10-08 14:16:51.031397 | fa163e69-8883-74a4-e560-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.533562 | 0.56s 2025-10-08 14:16:51.093480 | fa163e69-8883-74a4-e560-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 14:16:51.094725 | fa163e69-8883-74a4-e560-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.596891 | 0.05s 2025-10-08 14:16:51.143182 | fa163e69-8883-74a4-e560-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 14:16:51.144594 | fa163e69-8883-74a4-e560-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.646755 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-08 14:16:51.262425 | fa163e69-8883-74a4-e560-000000000160 | TASK | Gathering Facts 2025-10-08 14:16:51.272631 | fa163e69-8883-74a4-e560-000000000160 | TASK | Gathering Facts 2025-10-08 14:16:51.539880 | fa163e69-8883-74a4-e560-000000000160 | OK | Gathering Facts | undercloud 2025-10-08 14:16:51.540965 | fa163e69-8883-74a4-e560-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.043140 | 0.28s 2025-10-08 14:16:51.571740 | fa163e69-8883-74a4-e560-000000000012 | TASK | Set legacy facts 2025-10-08 14:16:51.599260 | fa163e69-8883-74a4-e560-000000000160 | OK | Gathering Facts | standalone 2025-10-08 14:16:51.600218 | fa163e69-8883-74a4-e560-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.102393 | 0.33s 2025-10-08 14:16:51.624096 | fa163e69-8883-74a4-e560-000000000012 | OK | Set legacy facts | undercloud 2025-10-08 14:16:51.624833 | fa163e69-8883-74a4-e560-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.127007 | 0.05s 2025-10-08 14:16:51.648834 | fa163e69-8883-74a4-e560-000000000012 | TASK | Set legacy facts 2025-10-08 14:16:51.683559 | fa163e69-8883-74a4-e560-000000000012 | OK | Set legacy facts | standalone 2025-10-08 14:16:51.684228 | fa163e69-8883-74a4-e560-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.186395 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-08 14:16:51.839572 | fa163e69-8883-74a4-e560-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-08 14:16:51.846197 | fa163e69-8883-74a4-e560-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.348369 | 0.04s 2025-10-08 14:16:51.846592 | fa163e69-8883-74a4-e560-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-08 14:16:51.847008 | fa163e69-8883-74a4-e560-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.349186 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-10-08 14:16:51.914469 | fa163e69-8883-74a4-e560-000000000018 | TASK | Include Service VIP vars 2025-10-08 14:16:51.937602 | fa163e69-8883-74a4-e560-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-08 14:16:51.938429 | fa163e69-8883-74a4-e560-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.440600 | 0.02s 2025-10-08 14:16:51.950979 | fa163e69-8883-74a4-e560-000000000018 | OK | Include Service VIP vars | standalone 2025-10-08 14:16:51.951322 | fa163e69-8883-74a4-e560-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.453503 | 0.03s 2025-10-08 14:16:51.954351 | fa163e69-8883-74a4-e560-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-08 14:16:51.982054 | fa163e69-8883-74a4-e560-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-08 14:16:51.982832 | fa163e69-8883-74a4-e560-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.485005 | 0.03s 2025-10-08 14:16:51.993382 | fa163e69-8883-74a4-e560-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-08 14:16:51.993749 | fa163e69-8883-74a4-e560-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.495929 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-08 14:16:52.077348 | fa163e69-8883-74a4-e560-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-08 14:16:52.790949 | fa163e69-8883-74a4-e560-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-08 14:16:52.849326 | fa163e69-8883-74a4-e560-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-08 14:16:52.874350 | fa163e69-8883-74a4-e560-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-08 14:16:52.874960 | fa163e69-8883-74a4-e560-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.377134 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-08 14:16:52.980620 | fa163e69-8883-74a4-e560-000000000023 | TASK | Set selinux state 2025-10-08 14:16:53.506477 | fa163e69-8883-74a4-e560-000000000023 | OK | Set selinux state | standalone 2025-10-08 14:16:53.507742 | fa163e69-8883-74a4-e560-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.009907 | 0.53s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-08 14:16:53.645328 | fa163e69-8883-74a4-e560-000000000026 | TASK | Configure Hosts Entries 2025-10-08 14:16:53.675592 | fa163e69-8883-74a4-e560-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.177743 | 0.03s 2025-10-08 14:16:53.702595 | fa163e69-8883-74a4-e560-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.204766 | 0.03s 2025-10-08 14:16:53.756146 | fa163e69-8883-74a4-e560-0000000001f1 | TASK | Create temporary file for hosts 2025-10-08 14:16:54.100834 | fa163e69-8883-74a4-e560-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-08 14:16:54.102233 | fa163e69-8883-74a4-e560-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.604396 | 0.33s 2025-10-08 14:16:54.114143 | fa163e69-8883-74a4-e560-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-08 14:16:54.114783 | fa163e69-8883-74a4-e560-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.616957 | 0.36s 2025-10-08 14:16:54.129497 | fa163e69-8883-74a4-e560-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-08 14:16:54.524464 | fa163e69-8883-74a4-e560-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-08 14:16:54.525288 | fa163e69-8883-74a4-e560-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.027462 | 0.39s 2025-10-08 14:16:54.525918 | fa163e69-8883-74a4-e560-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-08 14:16:54.526368 | fa163e69-8883-74a4-e560-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.028546 | 0.38s 2025-10-08 14:16:54.540398 | fa163e69-8883-74a4-e560-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-08 14:16:54.864526 | fa163e69-8883-74a4-e560-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-08 14:16:54.865858 | fa163e69-8883-74a4-e560-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.368023 | 0.31s 2025-10-08 14:16:54.866938 | fa163e69-8883-74a4-e560-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-08 14:16:54.867634 | fa163e69-8883-74a4-e560-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.369806 | 0.33s 2025-10-08 14:16:54.885197 | fa163e69-8883-74a4-e560-0000000001f4 | TASK | Render out the hosts entries 2025-10-08 14:16:54.984545 | fa163e69-8883-74a4-e560-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-08 14:16:54.985670 | fa163e69-8883-74a4-e560-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.487837 | 0.10s 2025-10-08 14:16:55.003028 | fa163e69-8883-74a4-e560-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-08 14:16:55.254661 | fa163e69-8883-74a4-e560-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-08 14:16:55.255631 | fa163e69-8883-74a4-e560-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.757802 | 0.25s 2025-10-08 14:16:55.338755 | fa163e69-8883-74a4-e560-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-08 14:16:55.339704 | fa163e69-8883-74a4-e560-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.841876 | 0.32s 2025-10-08 14:16:55.358502 | fa163e69-8883-74a4-e560-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-08 14:16:55.710726 | fa163e69-8883-74a4-e560-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-08 14:16:55.711673 | fa163e69-8883-74a4-e560-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.213845 | 0.35s 2025-10-08 14:16:55.783211 | fa163e69-8883-74a4-e560-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-08 14:16:55.784091 | fa163e69-8883-74a4-e560-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.286261 | 0.40s 2025-10-08 14:16:55.802955 | fa163e69-8883-74a4-e560-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-08 14:16:56.179217 | fa163e69-8883-74a4-e560-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-08 14:16:56.180096 | fa163e69-8883-74a4-e560-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.682268 | 0.38s 2025-10-08 14:16:56.180749 | fa163e69-8883-74a4-e560-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-08 14:16:56.181192 | fa163e69-8883-74a4-e560-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.683370 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-10-08 14:16:56.286852 | fa163e69-8883-74a4-e560-00000000002a | TASK | Common roles for TripleO servers 2025-10-08 14:16:56.313543 | fa163e69-8883-74a4-e560-00000000002a | OK | Common roles for TripleO servers | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Common roles for TripleO servers' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-00000000002a') missing from stats 2025-10-08 14:16:56.383904 | fa163e69-8883-74a4-e560-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.886069 | 0.02s 2025-10-08 14:16:56.445710 | fa163e69-8883-74a4-e560-000000000254 | TASK | Gather variables for each operating system 2025-10-08 14:16:56.561955 | fa163e69-8883-74a4-e560-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 14:16:56.563327 | fa163e69-8883-74a4-e560-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.065491 | 0.12s 2025-10-08 14:16:56.574393 | fa163e69-8883-74a4-e560-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.076556 | 0.13s 2025-10-08 14:16:56.599233 | fa163e69-8883-74a4-e560-000000000256 | TASK | Check release version package is installed 2025-10-08 14:16:56.850088 | fa163e69-8883-74a4-e560-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-08 14:16:56.851444 | fa163e69-8883-74a4-e560-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.353611 | 0.25s 2025-10-08 14:16:56.877676 | fa163e69-8883-74a4-e560-000000000257 | TASK | Deploy release version package 2025-10-08 14:17:00.724011 | fa163e69-8883-74a4-e560-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-08 14:17:00.725305 | fa163e69-8883-74a4-e560-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.227464 | 3.85s 2025-10-08 14:17:00.751270 | fa163e69-8883-74a4-e560-000000000259 | TASK | Include packages tasks 2025-10-08 14:17:00.769743 | fa163e69-8883-74a4-e560-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.271899 | 0.02s 2025-10-08 14:17:00.795733 | d3cdd783-7b5e-48bc-b9a3-44420a817f65 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-08 14:17:00.829863 | fa163e69-8883-74a4-e560-0000000002ad | TASK | Gather facts if they don't exist 2025-10-08 14:17:00.877022 | fa163e69-8883-74a4-e560-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 14:17:00.878279 | fa163e69-8883-74a4-e560-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.380443 | 0.05s 2025-10-08 14:17:00.903451 | fa163e69-8883-74a4-e560-0000000002ae | TASK | Gather variables for each operating system 2025-10-08 14:17:01.021388 | fa163e69-8883-74a4-e560-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 14:17:01.032570 | fa163e69-8883-74a4-e560-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.534727 | 0.13s 2025-10-08 14:17:01.057410 | fa163e69-8883-74a4-e560-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 14:17:01.328798 | fa163e69-8883-74a4-e560-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 14:17:01.330165 | fa163e69-8883-74a4-e560-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:12.832328 | 0.27s 2025-10-08 14:17:01.355086 | fa163e69-8883-74a4-e560-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 14:17:06.342782 | fa163e69-8883-74a4-e560-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 14:17:06.343789 | fa163e69-8883-74a4-e560-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:17.845960 | 4.99s 2025-10-08 14:17:06.364143 | fa163e69-8883-74a4-e560-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-08 14:17:07.413213 | fa163e69-8883-74a4-e560-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 14:17:07.414515 | fa163e69-8883-74a4-e560-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:18.916682 | 1.05s 2025-10-08 14:17:07.440053 | fa163e69-8883-74a4-e560-00000000025a | TASK | Enable openvswitch service if installed 2025-10-08 14:17:09.382185 | fa163e69-8883-74a4-e560-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-08 14:17:09.384069 | fa163e69-8883-74a4-e560-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.886235 | 1.94s 2025-10-08 14:17:09.411194 | fa163e69-8883-74a4-e560-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-08 14:17:09.633900 | fa163e69-8883-74a4-e560-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-08 14:17:09.635636 | fa163e69-8883-74a4-e560-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.137800 | 0.22s 2025-10-08 14:17:09.660679 | fa163e69-8883-74a4-e560-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-08 14:17:09.941848 | fa163e69-8883-74a4-e560-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-08 14:17:09.942735 | fa163e69-8883-74a4-e560-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.444909 | 0.28s 2025-10-08 14:17:09.959933 | fa163e69-8883-74a4-e560-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-08 14:17:10.016016 | fa163e69-8883-74a4-e560-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-08 14:17:10.016889 | fa163e69-8883-74a4-e560-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.519059 | 0.06s 2025-10-08 14:17:10.041433 | fa163e69-8883-74a4-e560-00000000025f | TASK | Ensure network service is enabled 2025-10-08 14:17:10.436867 | fa163e69-8883-74a4-e560-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-08 14:17:10.438807 | fa163e69-8883-74a4-e560-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.940970 | 0.40s 2025-10-08 14:17:10.466005 | fa163e69-8883-74a4-e560-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 14:17:10.793422 | fa163e69-8883-74a4-e560-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 14:17:10.794375 | fa163e69-8883-74a4-e560-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.296549 | 0.33s 2025-10-08 14:17:10.818769 | fa163e69-8883-74a4-e560-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 14:17:11.008892 | fa163e69-8883-74a4-e560-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 14:17:11.010204 | fa163e69-8883-74a4-e560-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.512369 | 0.19s 2025-10-08 14:17:11.034641 | fa163e69-8883-74a4-e560-000000000263 | TASK | Reload NetworkManager 2025-10-08 14:17:11.427728 | fa163e69-8883-74a4-e560-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-08 14:17:11.428925 | fa163e69-8883-74a4-e560-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.931095 | 0.39s 2025-10-08 14:17:11.447922 | fa163e69-8883-74a4-e560-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-08 14:17:11.683457 | fa163e69-8883-74a4-e560-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-08 14:17:11.684526 | fa163e69-8883-74a4-e560-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.186697 | 0.24s 2025-10-08 14:17:11.704525 | fa163e69-8883-74a4-e560-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-08 14:17:11.995214 | fa163e69-8883-74a4-e560-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-08 14:17:11.996629 | fa163e69-8883-74a4-e560-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.498792 | 0.29s 2025-10-08 14:17:12.022057 | fa163e69-8883-74a4-e560-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-08 14:17:12.233612 | fa163e69-8883-74a4-e560-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-08 14:17:12.234738 | fa163e69-8883-74a4-e560-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.736908 | 0.21s 2025-10-08 14:17:12.256080 | fa163e69-8883-74a4-e560-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-08 14:17:12.489266 | fa163e69-8883-74a4-e560-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-08 14:17:12.490755 | fa163e69-8883-74a4-e560-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.992921 | 0.23s 2025-10-08 14:17:12.556260 | fa163e69-8883-74a4-e560-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.058410 | 0.02s 2025-10-08 14:17:12.634947 | fa163e69-8883-74a4-e560-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-08 14:17:12.845589 | fa163e69-8883-74a4-e560-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-08 14:17:12.847034 | fa163e69-8883-74a4-e560-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.349195 | 0.21s 2025-10-08 14:17:12.872616 | fa163e69-8883-74a4-e560-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-08 14:17:13.052251 | fa163e69-8883-74a4-e560-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-08 14:17:13.053584 | fa163e69-8883-74a4-e560-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.555747 | 0.18s 2025-10-08 14:17:13.078711 | fa163e69-8883-74a4-e560-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-08 14:17:13.105632 | fa163e69-8883-74a4-e560-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-08 14:17:13.106676 | fa163e69-8883-74a4-e560-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.608842 | 0.03s 2025-10-08 14:17:13.130599 | fa163e69-8883-74a4-e560-000000000364 | TASK | Write temporary file 2025-10-08 14:17:13.156777 | fa163e69-8883-74a4-e560-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-08 14:17:13.157806 | fa163e69-8883-74a4-e560-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.659972 | 0.03s 2025-10-08 14:17:13.181671 | fa163e69-8883-74a4-e560-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-08 14:17:13.268628 | fa163e69-8883-74a4-e560-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-08 14:17:13.269681 | fa163e69-8883-74a4-e560-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.771850 | 0.09s 2025-10-08 14:17:13.294262 | fa163e69-8883-74a4-e560-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-08 14:17:13.518675 | fa163e69-8883-74a4-e560-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-08 14:17:13.519910 | fa163e69-8883-74a4-e560-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.022076 | 0.22s 2025-10-08 14:17:13.544413 | fa163e69-8883-74a4-e560-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-08 14:17:13.764773 | fa163e69-8883-74a4-e560-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-08 14:17:13.765641 | fa163e69-8883-74a4-e560-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.267814 | 0.22s 2025-10-08 14:17:13.791361 | fa163e69-8883-74a4-e560-000000000368 | TASK | Remove temp file 2025-10-08 14:17:14.004188 | fa163e69-8883-74a4-e560-000000000368 | CHANGED | Remove temp file | standalone 2025-10-08 14:17:14.005391 | fa163e69-8883-74a4-e560-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.507535 | 0.21s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-08 14:17:14.189668 | fa163e69-8883-74a4-e560-000000000034 | TASK | Deploy step tasks for step 0 2025-10-08 14:17:14.251804 | fa163e69-8883-74a4-e560-000000000034 | OK | Deploy step tasks for step 0 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for step 0' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-000000000034') missing from stats 2025-10-08 14:17:14.277896 | fa163e69-8883-74a4-e560-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-08 14:17:14.475567 | fa163e69-8883-74a4-e560-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-08 14:17:14.476840 | fa163e69-8883-74a4-e560-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.979005 | 0.20s 2025-10-08 14:17:14.501467 | fa163e69-8883-74a4-e560-000000000036 | TASK | Check cloud-init status 2025-10-08 14:17:14.698017 | fa163e69-8883-74a4-e560-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-08 14:17:14.699174 | fa163e69-8883-74a4-e560-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.201343 | 0.20s 2025-10-08 14:17:14.723886 | fa163e69-8883-74a4-e560-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-08 14:17:14.942244 | fa163e69-8883-74a4-e560-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-08 14:17:14.943424 | fa163e69-8883-74a4-e560-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.445592 | 0.22s 2025-10-08 14:17:14.968404 | fa163e69-8883-74a4-e560-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-08 14:17:15.359442 | fa163e69-8883-74a4-e560-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-08 14:17:15.360715 | fa163e69-8883-74a4-e560-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.862882 | 0.39s 2025-10-08 14:17:15.386501 | fa163e69-8883-74a4-e560-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-08 14:17:15.640178 | fa163e69-8883-74a4-e560-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-08 14:17:15.642542 | fa163e69-8883-74a4-e560-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.144700 | 0.25s 2025-10-08 14:17:15.669659 | fa163e69-8883-74a4-e560-00000000003a | TASK | Write container-puppet.sh 2025-10-08 14:17:16.140763 | fa163e69-8883-74a4-e560-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-08 14:17:16.141974 | fa163e69-8883-74a4-e560-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.644140 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:17:16.211938 | fa163e69-8883-74a4-e560-00000000003b | TIMING | include_tasks | standalone | 0:00:27.714101 | 0.04s 2025-10-08 14:17:16.233008 | 0059cfac-28ac-443b-9eac-759082fa67b6 | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-08 14:17:16.266063 | fa163e69-8883-74a4-e560-000000000416 | TASK | Configure tuned before reboot 2025-10-08 14:17:16.319264 | fa163e69-8883-74a4-e560-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.821425 | 0.05s 2025-10-08 14:17:16.378342 | fa163e69-8883-74a4-e560-000000000455 | TASK | Gather variables for each operating system 2025-10-08 14:17:16.473271 | fa163e69-8883-74a4-e560-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 14:17:16.476901 | fa163e69-8883-74a4-e560-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.979061 | 0.10s 2025-10-08 14:17:16.486688 | fa163e69-8883-74a4-e560-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.988844 | 0.11s 2025-10-08 14:17:16.563762 | fa163e69-8883-74a4-e560-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.065923 | 0.05s 2025-10-08 14:17:16.585553 | 4c9a7c7a-d81d-43a4-9ce2-ba17343d6f1f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 14:17:16.622055 | fa163e69-8883-74a4-e560-00000000047f | TASK | Check tuned package is installed 2025-10-08 14:17:16.909954 | fa163e69-8883-74a4-e560-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-08 14:17:16.911389 | fa163e69-8883-74a4-e560-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.413532 | 0.29s 2025-10-08 14:17:16.938429 | fa163e69-8883-74a4-e560-000000000480 | TASK | Install tuned 2025-10-08 14:17:23.963765 | fa163e69-8883-74a4-e560-000000000480 | CHANGED | Install tuned | standalone 2025-10-08 14:17:23.965296 | fa163e69-8883-74a4-e560-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.467464 | 7.03s 2025-10-08 14:17:23.992045 | fa163e69-8883-74a4-e560-000000000481 | TASK | Restart tuned 2025-10-08 14:17:25.846593 | fa163e69-8883-74a4-e560-000000000481 | CHANGED | Restart tuned | standalone 2025-10-08 14:17:25.848561 | fa163e69-8883-74a4-e560-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.350727 | 1.85s 2025-10-08 14:17:25.876102 | fa163e69-8883-74a4-e560-000000000457 | TASK | Check for tuned-adm 2025-10-08 14:17:26.147400 | fa163e69-8883-74a4-e560-000000000457 | OK | Check for tuned-adm | standalone 2025-10-08 14:17:26.148782 | fa163e69-8883-74a4-e560-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.650949 | 0.27s 2025-10-08 14:17:26.206804 | fa163e69-8883-74a4-e560-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.708960 | 0.03s 2025-10-08 14:17:26.235912 | 7df06a6f-ab0a-4d35-b910-c280a7575843 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 14:17:26.272432 | fa163e69-8883-74a4-e560-0000000004b6 | TASK | Ensure profile directory exists 2025-10-08 14:17:26.341487 | fa163e69-8883-74a4-e560-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 14:17:26.342838 | fa163e69-8883-74a4-e560-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.844996 | 0.07s 2025-10-08 14:17:26.369407 | fa163e69-8883-74a4-e560-0000000004b7 | TASK | Create custom tuned profile 2025-10-08 14:17:26.433889 | fa163e69-8883-74a4-e560-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 14:17:26.434965 | fa163e69-8883-74a4-e560-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.937130 | 0.06s 2025-10-08 14:17:26.460812 | fa163e69-8883-74a4-e560-0000000004b8 | TASK | Check tuned active profile 2025-10-08 14:17:26.812315 | fa163e69-8883-74a4-e560-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-08 14:17:26.813643 | fa163e69-8883-74a4-e560-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.315809 | 0.35s 2025-10-08 14:17:26.841303 | fa163e69-8883-74a4-e560-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-08 14:17:27.073959 | fa163e69-8883-74a4-e560-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 14:17:27.075426 | fa163e69-8883-74a4-e560-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.577591 | 0.23s 2025-10-08 14:17:27.104473 | fa163e69-8883-74a4-e560-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 14:17:27.179648 | fa163e69-8883-74a4-e560-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 14:17:27.181073 | fa163e69-8883-74a4-e560-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.683234 | 0.07s 2025-10-08 14:17:27.209619 | fa163e69-8883-74a4-e560-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 14:17:27.274226 | fa163e69-8883-74a4-e560-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 14:17:27.275363 | fa163e69-8883-74a4-e560-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.777530 | 0.06s 2025-10-08 14:17:27.301166 | fa163e69-8883-74a4-e560-0000000004bc | TASK | Enable tuned profile 2025-10-08 14:17:28.731830 | fa163e69-8883-74a4-e560-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-08 14:17:28.734496 | fa163e69-8883-74a4-e560-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.236652 | 1.43s 2025-10-08 14:17:28.785161 | fa163e69-8883-74a4-e560-000000000417 | TASK | Configure kernel args and reboot 2025-10-08 14:17:28.836822 | fa163e69-8883-74a4-e560-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.338982 | 0.05s 2025-10-08 14:17:28.976590 | fa163e69-8883-74a4-e560-000000000569 | TASK | Get the command line args of the node 2025-10-08 14:17:29.198101 | fa163e69-8883-74a4-e560-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-08 14:17:29.199494 | fa163e69-8883-74a4-e560-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.701658 | 0.22s 2025-10-08 14:17:29.228189 | fa163e69-8883-74a4-e560-00000000056b | TASK | Check if node has a nova.conf 2025-10-08 14:17:29.460008 | fa163e69-8883-74a4-e560-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-08 14:17:29.461339 | fa163e69-8883-74a4-e560-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.963506 | 0.23s 2025-10-08 14:17:29.488696 | fa163e69-8883-74a4-e560-00000000056d | TASK | Warn operator about workload protection 2025-10-08 14:17:29.527612 | fa163e69-8883-74a4-e560-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-08 14:17:29.528764 | fa163e69-8883-74a4-e560-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.030930 | 0.04s 2025-10-08 14:17:29.555053 | fa163e69-8883-74a4-e560-00000000056e | TASK | Setting defer reboot fact 2025-10-08 14:17:29.596260 | fa163e69-8883-74a4-e560-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-08 14:17:29.597377 | fa163e69-8883-74a4-e560-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.099537 | 0.04s 2025-10-08 14:17:29.624419 | fa163e69-8883-74a4-e560-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-08 14:17:29.653746 | fa163e69-8883-74a4-e560-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.155907 | 0.03s 2025-10-08 14:17:29.681107 | fa163e69-8883-74a4-e560-000000000575 | TASK | Find hugepages in cmdline 2025-10-08 14:17:29.724323 | fa163e69-8883-74a4-e560-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-08 14:17:29.725386 | fa163e69-8883-74a4-e560-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.227553 | 0.04s 2025-10-08 14:17:29.752501 | fa163e69-8883-74a4-e560-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-08 14:17:29.795809 | fa163e69-8883-74a4-e560-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-08 14:17:29.796869 | fa163e69-8883-74a4-e560-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.299037 | 0.04s 2025-10-08 14:17:29.822484 | fa163e69-8883-74a4-e560-00000000057a | TASK | Find desired default hugepage size 2025-10-08 14:17:29.872580 | fa163e69-8883-74a4-e560-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-08 14:17:29.874230 | fa163e69-8883-74a4-e560-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.376394 | 0.05s 2025-10-08 14:17:29.901260 | fa163e69-8883-74a4-e560-00000000057c | TASK | Storing non-configured hugepages 2025-10-08 14:17:29.933152 | fa163e69-8883-74a4-e560-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.435268 | 0.03s 2025-10-08 14:17:29.960767 | fa163e69-8883-74a4-e560-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-08 14:17:30.012182 | fa163e69-8883-74a4-e560-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-08 14:17:30.013327 | fa163e69-8883-74a4-e560-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.515492 | 0.05s 2025-10-08 14:17:30.039954 | fa163e69-8883-74a4-e560-00000000057f | TASK | Determining the default hugepagesz 2025-10-08 14:17:30.082327 | fa163e69-8883-74a4-e560-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-08 14:17:30.083579 | fa163e69-8883-74a4-e560-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.585745 | 0.04s 2025-10-08 14:17:30.110770 | fa163e69-8883-74a4-e560-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-08 14:17:30.160914 | fa163e69-8883-74a4-e560-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-08 14:17:30.162165 | fa163e69-8883-74a4-e560-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.664330 | 0.05s 2025-10-08 14:17:30.190180 | fa163e69-8883-74a4-e560-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-08 14:17:30.232505 | fa163e69-8883-74a4-e560-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-08 14:17:30.233678 | fa163e69-8883-74a4-e560-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.735843 | 0.04s 2025-10-08 14:17:30.259895 | fa163e69-8883-74a4-e560-000000000583 | TASK | Warn about possible modifications 2025-10-08 14:17:30.300479 | fa163e69-8883-74a4-e560-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-08 14:17:30.301516 | fa163e69-8883-74a4-e560-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.803684 | 0.04s 2025-10-08 14:17:30.327142 | fa163e69-8883-74a4-e560-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-08 14:17:30.368700 | fa163e69-8883-74a4-e560-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-08 14:17:30.369715 | fa163e69-8883-74a4-e560-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.871884 | 0.04s 2025-10-08 14:17:30.396037 | fa163e69-8883-74a4-e560-000000000585 | TASK | Cleaning up whitespaces 2025-10-08 14:17:30.436502 | fa163e69-8883-74a4-e560-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-08 14:17:30.437675 | fa163e69-8883-74a4-e560-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.939842 | 0.04s 2025-10-08 14:17:30.463963 | fa163e69-8883-74a4-e560-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-08 14:17:30.806822 | fa163e69-8883-74a4-e560-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-08 14:17:30.808188 | fa163e69-8883-74a4-e560-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.310355 | 0.34s 2025-10-08 14:17:30.834829 | fa163e69-8883-74a4-e560-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-08 14:17:30.894837 | fa163e69-8883-74a4-e560-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-08 14:17:30.896189 | fa163e69-8883-74a4-e560-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.398355 | 0.06s 2025-10-08 14:17:30.924176 | fa163e69-8883-74a4-e560-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-08 14:17:30.984251 | fa163e69-8883-74a4-e560-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-08 14:17:30.985483 | fa163e69-8883-74a4-e560-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.487648 | 0.06s 2025-10-08 14:17:31.011262 | fa163e69-8883-74a4-e560-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-08 14:17:31.071341 | fa163e69-8883-74a4-e560-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-08 14:17:31.072542 | fa163e69-8883-74a4-e560-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.574707 | 0.06s 2025-10-08 14:17:31.097812 | fa163e69-8883-74a4-e560-00000000058c | TASK | Generate grub config 2025-10-08 14:17:31.156823 | fa163e69-8883-74a4-e560-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-08 14:17:31.158034 | fa163e69-8883-74a4-e560-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.660200 | 0.06s 2025-10-08 14:17:31.184537 | fa163e69-8883-74a4-e560-000000000590 | TASK | Get the block device that /boot is on 2025-10-08 14:17:31.245212 | fa163e69-8883-74a4-e560-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-08 14:17:31.247494 | fa163e69-8883-74a4-e560-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.749659 | 0.06s 2025-10-08 14:17:31.273652 | fa163e69-8883-74a4-e560-000000000591 | TASK | Get the mount point that /boot is in 2025-10-08 14:17:31.337205 | fa163e69-8883-74a4-e560-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-08 14:17:31.338438 | fa163e69-8883-74a4-e560-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.840605 | 0.06s 2025-10-08 14:17:31.364743 | fa163e69-8883-74a4-e560-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-08 14:17:31.424799 | fa163e69-8883-74a4-e560-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-08 14:17:31.426044 | fa163e69-8883-74a4-e560-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.928210 | 0.06s 2025-10-08 14:17:31.447919 | fa163e69-8883-74a4-e560-000000000593 | TASK | Executed script to fix grub-menu 2025-10-08 14:17:31.504617 | fa163e69-8883-74a4-e560-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-08 14:17:31.505258 | fa163e69-8883-74a4-e560-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.007433 | 0.06s 2025-10-08 14:17:31.523237 | fa163e69-8883-74a4-e560-000000000594 | TASK | Check grub config paths 2025-10-08 14:17:31.584524 | fa163e69-8883-74a4-e560-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-08 14:17:31.599773 | fa163e69-8883-74a4-e560-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-08 14:17:31.611666 | fa163e69-8883-74a4-e560-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.113824 | 0.09s 2025-10-08 14:17:31.640405 | fa163e69-8883-74a4-e560-000000000595 | TASK | Write EFI grub.cfg 2025-10-08 14:17:31.704278 | fa163e69-8883-74a4-e560-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-08 14:17:31.716040 | fa163e69-8883-74a4-e560-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-08 14:17:31.728057 | fa163e69-8883-74a4-e560-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.230217 | 0.09s 2025-10-08 14:17:31.755481 | fa163e69-8883-74a4-e560-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-08 14:17:31.805599 | fa163e69-8883-74a4-e560-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-08 14:17:31.806696 | fa163e69-8883-74a4-e560-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.308862 | 0.05s 2025-10-08 14:17:31.834077 | fa163e69-8883-74a4-e560-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-08 14:17:31.887445 | fa163e69-8883-74a4-e560-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-08 14:17:31.888569 | fa163e69-8883-74a4-e560-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.390735 | 0.05s 2025-10-08 14:17:31.915430 | fa163e69-8883-74a4-e560-000000000598 | TASK | Execute grub2-mkconfig 2025-10-08 14:17:31.976389 | fa163e69-8883-74a4-e560-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-08 14:17:31.977876 | fa163e69-8883-74a4-e560-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.480031 | 0.06s 2025-10-08 14:17:32.004355 | fa163e69-8883-74a4-e560-000000000599 | TASK | Check for active tuned profile 2025-10-08 14:17:32.058858 | fa163e69-8883-74a4-e560-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-08 14:17:32.060146 | fa163e69-8883-74a4-e560-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.562275 | 0.05s 2025-10-08 14:17:32.086653 | fa163e69-8883-74a4-e560-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-08 14:17:32.147231 | fa163e69-8883-74a4-e560-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-08 14:17:32.148488 | fa163e69-8883-74a4-e560-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.650647 | 0.06s 2025-10-08 14:17:32.174851 | fa163e69-8883-74a4-e560-00000000059b | TASK | Set reboot required fact 2025-10-08 14:17:32.241029 | fa163e69-8883-74a4-e560-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-08 14:17:32.242330 | fa163e69-8883-74a4-e560-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.744488 | 0.07s 2025-10-08 14:17:32.270614 | fa163e69-8883-74a4-e560-00000000059d | TASK | Apply DPDK workarounds 2025-10-08 14:17:32.320996 | fa163e69-8883-74a4-e560-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-08 14:17:32.322172 | fa163e69-8883-74a4-e560-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.824338 | 0.05s 2025-10-08 14:17:32.348669 | fa163e69-8883-74a4-e560-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-08 14:17:32.387475 | fa163e69-8883-74a4-e560-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-08 14:17:32.388618 | fa163e69-8883-74a4-e560-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.890784 | 0.04s 2025-10-08 14:17:32.414990 | fa163e69-8883-74a4-e560-0000000005a0 | TASK | Load modules 2025-10-08 14:17:32.460005 | fa163e69-8883-74a4-e560-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-08 14:17:32.467407 | fa163e69-8883-74a4-e560-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.969571 | 0.05s 2025-10-08 14:17:32.492733 | fa163e69-8883-74a4-e560-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-08 14:17:32.537218 | fa163e69-8883-74a4-e560-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-08 14:17:32.543439 | fa163e69-8883-74a4-e560-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.045599 | 0.05s 2025-10-08 14:17:32.569779 | fa163e69-8883-74a4-e560-0000000005a4 | TASK | Drop module persistence 2025-10-08 14:17:32.616824 | fa163e69-8883-74a4-e560-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-08 14:17:32.623005 | fa163e69-8883-74a4-e560-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.125166 | 0.05s 2025-10-08 14:17:32.650991 | fa163e69-8883-74a4-e560-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-08 14:17:32.696178 | fa163e69-8883-74a4-e560-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-08 14:17:32.708191 | fa163e69-8883-74a4-e560-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.210353 | 0.06s 2025-10-08 14:17:32.735847 | fa163e69-8883-74a4-e560-0000000005a8 | TASK | Modules reload 2025-10-08 14:17:32.775574 | fa163e69-8883-74a4-e560-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-08 14:17:32.776853 | fa163e69-8883-74a4-e560-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.279019 | 0.04s 2025-10-08 14:17:32.804719 | fa163e69-8883-74a4-e560-0000000005aa | TASK | Reboot tasks 2025-10-08 14:17:32.855740 | fa163e69-8883-74a4-e560-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-08 14:17:32.856950 | fa163e69-8883-74a4-e560-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.359117 | 0.05s 2025-10-08 14:17:32.885082 | fa163e69-8883-74a4-e560-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-08 14:17:32.936647 | fa163e69-8883-74a4-e560-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-08 14:17:32.938235 | fa163e69-8883-74a4-e560-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.440395 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-08 14:17:33.111645 | fa163e69-8883-74a4-e560-00000000003f | TASK | Server pre-network deployments 2025-10-08 14:17:33.138248 | fa163e69-8883-74a4-e560-00000000003f | OK | Server pre-network deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server pre-network deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-00000000003f') missing from stats 2025-10-08 14:17:33.160249 | fa163e69-8883-74a4-e560-000000000043 | TASK | Hiera config 2025-10-08 14:17:33.186368 | fa163e69-8883-74a4-e560-000000000043 | TIMING | Hiera config | standalone | 0:00:44.688534 | 0.03s 2025-10-08 14:17:33.229193 | fa163e69-8883-74a4-e560-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-08 14:17:33.459423 | fa163e69-8883-74a4-e560-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-08 14:17:33.460800 | fa163e69-8883-74a4-e560-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.962965 | 0.23s 2025-10-08 14:17:33.486954 | fa163e69-8883-74a4-e560-000000000722 | TASK | Write hiera config 2025-10-08 14:17:33.938448 | fa163e69-8883-74a4-e560-000000000722 | CHANGED | Write hiera config | standalone 2025-10-08 14:17:33.939209 | fa163e69-8883-74a4-e560-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.441386 | 0.45s 2025-10-08 14:17:33.972855 | fa163e69-8883-74a4-e560-000000000044 | TASK | Hiera symlink 2025-10-08 14:17:34.201854 | fa163e69-8883-74a4-e560-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-08 14:17:34.203171 | fa163e69-8883-74a4-e560-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.705296 | 0.23s 2025-10-08 14:17:34.228800 | fa163e69-8883-74a4-e560-000000000045 | TASK | Hieradata from vars 2025-10-08 14:17:34.257207 | fa163e69-8883-74a4-e560-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.759370 | 0.03s 2025-10-08 14:17:34.318208 | fa163e69-8883-74a4-e560-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 14:17:34.851743 | fa163e69-8883-74a4-e560-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 14:17:34.853049 | fa163e69-8883-74a4-e560-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.355215 | 0.53s 2025-10-08 14:17:34.879212 | fa163e69-8883-74a4-e560-00000000077d | TASK | Render hieradata from template 2025-10-08 14:17:35.429102 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 14:17:35.430637 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.932800 | 0.55s 2025-10-08 14:17:36.005998 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-08 14:17:36.007334 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.509497 | 1.13s 2025-10-08 14:17:36.531227 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 14:17:36.531971 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.034146 | 1.65s 2025-10-08 14:17:36.989992 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 14:17:36.991140 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.493282 | 2.11s 2025-10-08 14:17:37.482153 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-08 14:17:37.484234 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.986401 | 2.60s 2025-10-08 14:17:37.912293 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-08 14:17:37.913282 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.415450 | 3.03s 2025-10-08 14:17:38.406209 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-08 14:17:38.407688 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.909856 | 3.53s 2025-10-08 14:17:38.911389 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-08 14:17:38.912847 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.415015 | 4.03s 2025-10-08 14:17:39.392024 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 14:17:39.393871 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.896040 | 4.51s 2025-10-08 14:17:39.880604 | fa163e69-8883-74a4-e560-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 14:17:39.882652 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.384819 | 5.00s 2025-10-08 14:17:39.895252 | fa163e69-8883-74a4-e560-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.397415 | 5.01s 2025-10-08 14:17:39.947420 | fa163e69-8883-74a4-e560-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 14:17:39.977639 | fa163e69-8883-74a4-e560-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.479800 | 0.03s 2025-10-08 14:17:40.048024 | fa163e69-8883-74a4-e560-000000000821 | TASK | Check for hieradata file 2025-10-08 14:17:40.316200 | fa163e69-8883-74a4-e560-000000000821 | OK | Check for hieradata file | standalone 2025-10-08 14:17:40.317463 | fa163e69-8883-74a4-e560-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.819631 | 0.27s 2025-10-08 14:17:40.343815 | fa163e69-8883-74a4-e560-000000000823 | TASK | Get existing data 2025-10-08 14:17:40.392626 | fa163e69-8883-74a4-e560-000000000823 | SKIPPED | Get existing data | standalone 2025-10-08 14:17:40.393711 | fa163e69-8883-74a4-e560-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.895877 | 0.05s 2025-10-08 14:17:40.419708 | fa163e69-8883-74a4-e560-000000000824 | TASK | Set data fact 2025-10-08 14:17:40.468629 | fa163e69-8883-74a4-e560-000000000824 | SKIPPED | Set data fact | standalone 2025-10-08 14:17:40.469730 | fa163e69-8883-74a4-e560-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.971897 | 0.05s 2025-10-08 14:17:40.494994 | fa163e69-8883-74a4-e560-000000000826 | TASK | Write ansible hieradata file 2025-10-08 14:17:41.005261 | fa163e69-8883-74a4-e560-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-08 14:17:41.006641 | fa163e69-8883-74a4-e560-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.508807 | 0.51s 2025-10-08 14:17:41.106038 | fa163e69-8883-74a4-e560-000000000047 | TIMING | include_tasks | standalone | 0:00:52.608198 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-08 14:17:41.268602 | fa163e69-8883-74a4-e560-00000000004b | TASK | Network Configuration 2025-10-08 14:17:41.296523 | fa163e69-8883-74a4-e560-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-00000000004b') missing from stats 2025-10-08 14:17:41.319901 | fa163e69-8883-74a4-e560-00000000004c | TASK | Check NetworkConfig script existence 2025-10-08 14:17:41.345796 | fa163e69-8883-74a4-e560-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-08 14:17:41.346578 | fa163e69-8883-74a4-e560-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.848750 | 0.03s 2025-10-08 14:17:41.366271 | fa163e69-8883-74a4-e560-000000000052 | TASK | Gather SELinux fact if needed 2025-10-08 14:17:41.415205 | fa163e69-8883-74a4-e560-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-08 14:17:41.416144 | fa163e69-8883-74a4-e560-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.918316 | 0.05s 2025-10-08 14:17:41.437997 | fa163e69-8883-74a4-e560-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-08 14:17:42.095319 | fa163e69-8883-74a4-e560-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-08 14:17:42.096553 | fa163e69-8883-74a4-e560-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.598721 | 0.66s 2025-10-08 14:17:42.122135 | fa163e69-8883-74a4-e560-000000000054 | TASK | Ensure requirements are satisfied 2025-10-08 14:17:42.143258 | fa163e69-8883-74a4-e560-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.645411 | 0.02s 2025-10-08 14:17:42.206537 | fa163e69-8883-74a4-e560-0000000008bf | TASK | Gather facts if they don't exist 2025-10-08 14:17:42.253563 | fa163e69-8883-74a4-e560-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 14:17:42.254424 | fa163e69-8883-74a4-e560-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.756595 | 0.05s 2025-10-08 14:17:42.274965 | fa163e69-8883-74a4-e560-0000000008c0 | TASK | Gather variables for each operating system 2025-10-08 14:17:42.426436 | fa163e69-8883-74a4-e560-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 14:17:42.432904 | fa163e69-8883-74a4-e560-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.935060 | 0.16s 2025-10-08 14:17:42.460507 | fa163e69-8883-74a4-e560-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 14:17:42.723536 | fa163e69-8883-74a4-e560-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 14:17:42.726257 | fa163e69-8883-74a4-e560-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.228421 | 0.26s 2025-10-08 14:17:42.754492 | fa163e69-8883-74a4-e560-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 14:17:42.794725 | fa163e69-8883-74a4-e560-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 14:17:42.795881 | fa163e69-8883-74a4-e560-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.298047 | 0.04s 2025-10-08 14:17:42.821205 | fa163e69-8883-74a4-e560-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-08 14:17:43.802238 | fa163e69-8883-74a4-e560-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 14:17:43.803568 | fa163e69-8883-74a4-e560-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.305736 | 0.98s 2025-10-08 14:17:43.853016 | fa163e69-8883-74a4-e560-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 14:17:44.091432 | fa163e69-8883-74a4-e560-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 14:17:44.092757 | fa163e69-8883-74a4-e560-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.594922 | 0.24s 2025-10-08 14:17:44.117734 | fa163e69-8883-74a4-e560-000000000057 | TASK | Reload NetworkManager 2025-10-08 14:17:44.507189 | fa163e69-8883-74a4-e560-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-08 14:17:44.508942 | fa163e69-8883-74a4-e560-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.011109 | 0.39s 2025-10-08 14:17:44.535354 | fa163e69-8883-74a4-e560-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-08 14:17:44.784236 | fa163e69-8883-74a4-e560-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-08 14:17:44.785526 | fa163e69-8883-74a4-e560-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.287693 | 0.25s 2025-10-08 14:17:44.811326 | fa163e69-8883-74a4-e560-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-08 14:17:45.029441 | fa163e69-8883-74a4-e560-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-08 14:17:45.030706 | fa163e69-8883-74a4-e560-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.532873 | 0.22s 2025-10-08 14:17:45.056653 | fa163e69-8883-74a4-e560-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-08 14:17:45.085428 | fa163e69-8883-74a4-e560-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-08 14:17:45.086620 | fa163e69-8883-74a4-e560-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.588785 | 0.03s 2025-10-08 14:17:45.112419 | fa163e69-8883-74a4-e560-00000000005c | TASK | Ensure we get cloud-init 2025-10-08 14:17:45.375995 | fa163e69-8883-74a4-e560-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-08 14:17:45.377312 | fa163e69-8883-74a4-e560-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.879480 | 0.26s 2025-10-08 14:17:45.403161 | fa163e69-8883-74a4-e560-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-08 14:17:45.663028 | fa163e69-8883-74a4-e560-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-08 14:17:45.664300 | fa163e69-8883-74a4-e560-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.166467 | 0.26s 2025-10-08 14:17:45.690399 | fa163e69-8883-74a4-e560-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-08 14:17:46.009482 | fa163e69-8883-74a4-e560-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-08 14:17:46.010635 | fa163e69-8883-74a4-e560-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.512803 | 0.32s 2025-10-08 14:17:46.035687 | fa163e69-8883-74a4-e560-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-08 14:17:46.083964 | fa163e69-8883-74a4-e560-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-08 14:17:46.085198 | fa163e69-8883-74a4-e560-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.587363 | 0.05s 2025-10-08 14:17:46.112288 | fa163e69-8883-74a4-e560-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-08 14:17:46.374550 | fa163e69-8883-74a4-e560-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-08 14:17:46.375726 | fa163e69-8883-74a4-e560-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.877895 | 0.26s 2025-10-08 14:17:46.393899 | fa163e69-8883-74a4-e560-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-08 14:17:46.460544 | fa163e69-8883-74a4-e560-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.962706 | 0.07s 2025-10-08 14:17:46.486507 | 517b5ad2-b57c-4cf8-88bb-279a46550e93 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-08 14:17:46.518655 | fa163e69-8883-74a4-e560-000000000909 | TASK | Set nic_config_file fact 2025-10-08 14:17:46.590167 | fa163e69-8883-74a4-e560-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-08 14:17:46.591315 | fa163e69-8883-74a4-e560-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.093479 | 0.07s 2025-10-08 14:17:46.616932 | fa163e69-8883-74a4-e560-00000000090a | TASK | Render overidden network config 2025-10-08 14:17:46.688627 | fa163e69-8883-74a4-e560-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-08 14:17:46.689821 | fa163e69-8883-74a4-e560-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.191983 | 0.07s 2025-10-08 14:17:46.715480 | fa163e69-8883-74a4-e560-00000000090b | TASK | Render network_config 2025-10-08 14:17:46.789260 | fa163e69-8883-74a4-e560-00000000090b | SKIPPED | Render network_config | standalone 2025-10-08 14:17:46.790081 | fa163e69-8883-74a4-e560-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.292254 | 0.07s 2025-10-08 14:17:46.813378 | fa163e69-8883-74a4-e560-00000000090c | TASK | Render network_config from template 2025-10-08 14:17:47.342417 | fa163e69-8883-74a4-e560-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-08 14:17:47.343713 | fa163e69-8883-74a4-e560-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.845880 | 0.53s 2025-10-08 14:17:47.369821 | fa163e69-8883-74a4-e560-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=321135697007.43981 2025-10-08 14:17:51.490574 | fa163e69-8883-74a4-e560-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-08 14:17:51.492520 | fa163e69-8883-74a4-e560-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.994687 | 4.12s 2025-10-08 14:17:51.520575 | fa163e69-8883-74a4-e560-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-08 14:17:51.979723 | fa163e69-8883-74a4-e560-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-08 14:17:51.980518 | fa163e69-8883-74a4-e560-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.482694 | 0.46s 2025-10-08 14:17:51.997788 | fa163e69-8883-74a4-e560-000000000065 | TASK | Disable cloud-init network config 2025-10-08 14:17:52.508728 | fa163e69-8883-74a4-e560-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-08 14:17:52.510261 | fa163e69-8883-74a4-e560-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.012427 | 0.51s 2025-10-08 14:17:52.536218 | fa163e69-8883-74a4-e560-000000000066 | TASK | Ensure network service is enabled 2025-10-08 14:17:52.938445 | fa163e69-8883-74a4-e560-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-08 14:17:52.940587 | fa163e69-8883-74a4-e560-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.442751 | 0.40s PLAY [Server network validation] *********************************************** 2025-10-08 14:17:53.123298 | fa163e69-8883-74a4-e560-000000000096 | TASK | Basic Network Validation 2025-10-08 14:17:53.148893 | fa163e69-8883-74a4-e560-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.651063 | 0.02s 2025-10-08 14:17:53.190820 | fa163e69-8883-74a4-e560-000000000945 | TASK | Collect default network fact 2025-10-08 14:17:53.688964 | fa163e69-8883-74a4-e560-000000000945 | OK | Collect default network fact | standalone 2025-10-08 14:17:53.690156 | fa163e69-8883-74a4-e560-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.192293 | 0.50s 2025-10-08 14:17:53.715387 | fa163e69-8883-74a4-e560-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-08 14:17:53.744709 | fa163e69-8883-74a4-e560-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-08 14:17:53.745912 | fa163e69-8883-74a4-e560-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.248077 | 0.03s 2025-10-08 14:17:53.771804 | fa163e69-8883-74a4-e560-000000000947 | TASK | Check all networks Gateway availability 2025-10-08 14:17:53.798868 | fa163e69-8883-74a4-e560-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.301033 | 0.03s 2025-10-08 14:17:53.823948 | fa163e69-8883-74a4-e560-000000000949 | TASK | Check Controllers availability 2025-10-08 14:17:53.889900 | fa163e69-8883-74a4-e560-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-08 14:17:53.896692 | fa163e69-8883-74a4-e560-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-08 14:17:53.902817 | fa163e69-8883-74a4-e560-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-08 14:17:53.909920 | fa163e69-8883-74a4-e560-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-08 14:17:53.917190 | fa163e69-8883-74a4-e560-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-08 14:17:53.922788 | fa163e69-8883-74a4-e560-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-08 14:17:53.928831 | fa163e69-8883-74a4-e560-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.430996 | 0.10s 2025-10-08 14:17:53.949884 | fa163e69-8883-74a4-e560-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-08 14:17:53.976206 | fa163e69-8883-74a4-e560-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-08 14:17:53.977050 | fa163e69-8883-74a4-e560-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.479223 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-08 14:17:54.157257 | fa163e69-8883-74a4-e560-00000000009a | TASK | Server pre deployments 2025-10-08 14:17:54.182641 | fa163e69-8883-74a4-e560-00000000009a | OK | Server pre deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server pre deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-00000000009a') missing from stats 2025-10-08 14:17:54.203015 | fa163e69-8883-74a4-e560-00000000009e | TASK | Hiera config 2025-10-08 14:17:54.229033 | fa163e69-8883-74a4-e560-00000000009e | TIMING | Hiera config | standalone | 0:01:05.731202 | 0.03s 2025-10-08 14:17:54.268075 | fa163e69-8883-74a4-e560-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-08 14:17:54.496403 | fa163e69-8883-74a4-e560-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-08 14:17:54.497754 | fa163e69-8883-74a4-e560-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.999921 | 0.23s 2025-10-08 14:17:54.523757 | fa163e69-8883-74a4-e560-00000000099f | TASK | Write hiera config 2025-10-08 14:17:55.023090 | fa163e69-8883-74a4-e560-00000000099f | OK | Write hiera config | standalone 2025-10-08 14:17:55.024737 | fa163e69-8883-74a4-e560-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.526904 | 0.50s 2025-10-08 14:17:55.073588 | fa163e69-8883-74a4-e560-00000000009f | TASK | Hiera symlink 2025-10-08 14:17:55.281760 | fa163e69-8883-74a4-e560-00000000009f | OK | Hiera symlink | standalone 2025-10-08 14:17:55.283079 | fa163e69-8883-74a4-e560-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.785247 | 0.21s 2025-10-08 14:17:55.306227 | fa163e69-8883-74a4-e560-0000000000a0 | TASK | Hieradata from vars 2025-10-08 14:17:55.333686 | fa163e69-8883-74a4-e560-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.835846 | 0.03s 2025-10-08 14:17:55.384928 | fa163e69-8883-74a4-e560-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 14:17:55.852305 | fa163e69-8883-74a4-e560-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 14:17:55.853686 | fa163e69-8883-74a4-e560-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.355851 | 0.47s 2025-10-08 14:17:55.879278 | fa163e69-8883-74a4-e560-0000000009fa | TASK | Render hieradata from template 2025-10-08 14:17:56.384852 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 14:17:56.387428 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.889579 | 0.51s 2025-10-08 14:17:56.896894 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-08 14:17:56.897586 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.399762 | 1.02s 2025-10-08 14:17:57.475701 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 14:17:57.477842 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.980009 | 1.60s 2025-10-08 14:17:57.886879 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 14:17:57.887833 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.390005 | 2.01s 2025-10-08 14:17:58.385820 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-08 14:17:58.386981 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.889148 | 2.51s 2025-10-08 14:17:58.808466 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-08 14:17:58.809608 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.311776 | 2.93s 2025-10-08 14:17:59.331852 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-08 14:17:59.333937 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.836105 | 3.45s 2025-10-08 14:17:59.841935 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-08 14:17:59.843982 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.346150 | 3.96s 2025-10-08 14:18:00.371231 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 14:18:00.371989 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.874162 | 4.49s 2025-10-08 14:18:00.774445 | fa163e69-8883-74a4-e560-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 14:18:00.776780 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.278948 | 4.90s 2025-10-08 14:18:00.789918 | fa163e69-8883-74a4-e560-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.292080 | 4.91s 2025-10-08 14:18:00.842798 | fa163e69-8883-74a4-e560-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 14:18:00.871646 | fa163e69-8883-74a4-e560-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.373810 | 0.03s 2025-10-08 14:18:00.939487 | fa163e69-8883-74a4-e560-000000000a9e | TASK | Check for hieradata file 2025-10-08 14:18:01.160203 | fa163e69-8883-74a4-e560-000000000a9e | OK | Check for hieradata file | standalone 2025-10-08 14:18:01.161567 | fa163e69-8883-74a4-e560-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.663733 | 0.22s 2025-10-08 14:18:01.187427 | fa163e69-8883-74a4-e560-000000000aa0 | TASK | Get existing data 2025-10-08 14:18:01.236908 | fa163e69-8883-74a4-e560-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-08 14:18:01.238080 | fa163e69-8883-74a4-e560-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.740248 | 0.05s 2025-10-08 14:18:01.263643 | fa163e69-8883-74a4-e560-000000000aa1 | TASK | Set data fact 2025-10-08 14:18:01.312843 | fa163e69-8883-74a4-e560-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-08 14:18:01.313882 | fa163e69-8883-74a4-e560-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.816050 | 0.05s 2025-10-08 14:18:01.339752 | fa163e69-8883-74a4-e560-000000000aa3 | TASK | Write ansible hieradata file 2025-10-08 14:18:01.824300 | fa163e69-8883-74a4-e560-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-08 14:18:01.825654 | fa163e69-8883-74a4-e560-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.327822 | 0.48s 2025-10-08 14:18:01.927418 | fa163e69-8883-74a4-e560-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.429575 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-08 14:18:02.088195 | fa163e69-8883-74a4-e560-0000000000a6 | TASK | Host prep steps 2025-10-08 14:18:02.114110 | fa163e69-8883-74a4-e560-0000000000a6 | OK | Host prep steps | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Host prep steps' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000a6') missing from stats 2025-10-08 14:18:02.242304 | fa163e69-8883-74a4-e560-0000000000a7 | TASK | Deploy Artifacts 2025-10-08 14:18:02.353909 | fa163e69-8883-74a4-e560-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-08 14:18:02.355022 | fa163e69-8883-74a4-e560-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.857189 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:18:02.418706 | fa163e69-8883-74a4-e560-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.920872 | 0.04s 2025-10-08 14:18:02.602024 | fa4237e3-c9c8-4574-823f-1ade2f6d2bb1 | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/host_prep_tasks.yaml | standalone 2025-10-08 14:18:02.658340 | fa163e69-8883-74a4-e560-000000000b1e | TASK | Run firewall role 2025-10-08 14:18:02.683182 | fa163e69-8883-74a4-e560-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.185354 | 0.02s 2025-10-08 14:18:02.735615 | fa163e69-8883-74a4-e560-000000000c36 | TASK | Gather variables for each operating system 2025-10-08 14:18:02.854246 | fa163e69-8883-74a4-e560-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-08 14:18:02.855919 | fa163e69-8883-74a4-e560-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.358085 | 0.12s 2025-10-08 14:18:02.865956 | fa163e69-8883-74a4-e560-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.368127 | 0.13s 2025-10-08 14:18:02.891810 | fa163e69-8883-74a4-e560-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-08 14:18:05.700596 | fa163e69-8883-74a4-e560-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-08 14:18:05.702028 | fa163e69-8883-74a4-e560-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.204197 | 2.81s 2025-10-08 14:18:05.729225 | fa163e69-8883-74a4-e560-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-08 14:18:05.768919 | fa163e69-8883-74a4-e560-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-08 14:18:05.770371 | fa163e69-8883-74a4-e560-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.272533 | 0.04s 2025-10-08 14:18:05.799036 | fa163e69-8883-74a4-e560-000000000c3c | TASK | Enable masquerade 2025-10-08 14:18:05.833324 | fa163e69-8883-74a4-e560-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-08 14:18:05.834793 | fa163e69-8883-74a4-e560-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.336953 | 0.03s 2025-10-08 14:18:05.861839 | fa163e69-8883-74a4-e560-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-08 14:18:05.890472 | fa163e69-8883-74a4-e560-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-08 14:18:05.891819 | fa163e69-8883-74a4-e560-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.393981 | 0.03s 2025-10-08 14:18:05.919522 | fa163e69-8883-74a4-e560-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 14:18:05.954652 | fa163e69-8883-74a4-e560-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 14:18:05.958513 | fa163e69-8883-74a4-e560-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.460675 | 0.04s 2025-10-08 14:18:06.006842 | fa163e69-8883-74a4-e560-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 14:18:06.046573 | fa163e69-8883-74a4-e560-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-08 14:18:06.047981 | fa163e69-8883-74a4-e560-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.550148 | 0.04s 2025-10-08 14:18:06.075449 | fa163e69-8883-74a4-e560-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 14:18:06.105615 | fa163e69-8883-74a4-e560-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 14:18:06.106794 | fa163e69-8883-74a4-e560-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.608961 | 0.03s 2025-10-08 14:18:06.131931 | fa163e69-8883-74a4-e560-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 14:18:06.162831 | fa163e69-8883-74a4-e560-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-08 14:18:06.163937 | fa163e69-8883-74a4-e560-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.666104 | 0.03s 2025-10-08 14:18:06.189969 | fa163e69-8883-74a4-e560-000000000c46 | TASK | Enable LOG rules 2025-10-08 14:18:06.218441 | fa163e69-8883-74a4-e560-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-08 14:18:06.219492 | fa163e69-8883-74a4-e560-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.721659 | 0.03s 2025-10-08 14:18:06.244355 | fa163e69-8883-74a4-e560-000000000c47 | TASK | Set rule fact 2025-10-08 14:18:06.337973 | fa163e69-8883-74a4-e560-000000000c47 | OK | Set rule fact | standalone 2025-10-08 14:18:06.339439 | fa163e69-8883-74a4-e560-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.841615 | 0.09s 2025-10-08 14:18:06.358066 | fa163e69-8883-74a4-e560-000000000c48 | TASK | Manage rules via nftables 2025-10-08 14:18:06.383366 | fa163e69-8883-74a4-e560-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:17.885538 | 0.02s 2025-10-08 14:18:06.449615 | fa163e69-8883-74a4-e560-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.951782 | 0.03s 2025-10-08 14:18:06.464103 | 2a19ffe8-f0d8-4ef3-80d9-c7926d0e5125 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-08 14:18:06.489554 | fa163e69-8883-74a4-e560-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-08 14:18:06.895281 | fa163e69-8883-74a4-e560-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-08 14:18:06.897193 | fa163e69-8883-74a4-e560-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.399357 | 0.41s 2025-10-08 14:18:07.270432 | fa163e69-8883-74a4-e560-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-08 14:18:07.271513 | fa163e69-8883-74a4-e560-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.773686 | 0.78s 2025-10-08 14:18:07.279283 | fa163e69-8883-74a4-e560-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.781446 | 0.79s 2025-10-08 14:18:07.309823 | fa163e69-8883-74a4-e560-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-08 14:18:08.126517 | fa163e69-8883-74a4-e560-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-08 14:18:08.128375 | fa163e69-8883-74a4-e560-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.630543 | 0.82s 2025-10-08 14:18:08.157691 | fa163e69-8883-74a4-e560-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-08 14:18:08.199453 | fa163e69-8883-74a4-e560-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-08 14:18:08.200608 | fa163e69-8883-74a4-e560-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.702768 | 0.04s 2025-10-08 14:18:08.259234 | fa163e69-8883-74a4-e560-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.761385 | 0.03s 2025-10-08 14:18:08.300098 | e661e025-7ed5-4e20-b469-463c78c2c1ea | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-08 14:18:08.335820 | fa163e69-8883-74a4-e560-000000000d40 | TASK | Push empty ruleset 2025-10-08 14:18:08.811223 | fa163e69-8883-74a4-e560-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-08 14:18:08.812636 | fa163e69-8883-74a4-e560-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.314801 | 0.48s 2025-10-08 14:18:08.839845 | fa163e69-8883-74a4-e560-000000000d41 | TASK | Load empty ruleset 2025-10-08 14:18:09.115891 | fa163e69-8883-74a4-e560-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-08 14:18:09.117405 | fa163e69-8883-74a4-e560-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.619571 | 0.28s 2025-10-08 14:18:09.144758 | fa163e69-8883-74a4-e560-000000000d43 | TASK | Use default rules 2025-10-08 14:18:09.229232 | fa163e69-8883-74a4-e560-000000000d43 | OK | Use default rules | standalone 2025-10-08 14:18:09.232358 | fa163e69-8883-74a4-e560-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.734521 | 0.09s 2025-10-08 14:18:09.303530 | fa163e69-8883-74a4-e560-000000000d44 | TASK | Enable LOG rules 2025-10-08 14:18:09.398832 | fa163e69-8883-74a4-e560-000000000d44 | OK | Enable LOG rules | standalone 2025-10-08 14:18:09.401816 | fa163e69-8883-74a4-e560-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.903983 | 0.10s 2025-10-08 14:18:09.431911 | fa163e69-8883-74a4-e560-000000000d46 | TASK | Get current nftables content 2025-10-08 14:18:09.664548 | fa163e69-8883-74a4-e560-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-08 14:18:09.665931 | fa163e69-8883-74a4-e560-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.168099 | 0.23s 2025-10-08 14:18:09.692425 | fa163e69-8883-74a4-e560-000000000d48 | TASK | Generate chain jumps 2025-10-08 14:18:10.221695 | fa163e69-8883-74a4-e560-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-08 14:18:10.223029 | fa163e69-8883-74a4-e560-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.725197 | 0.53s 2025-10-08 14:18:10.249556 | fa163e69-8883-74a4-e560-000000000d49 | TASK | Generate chain jumps 2025-10-08 14:18:10.828838 | fa163e69-8883-74a4-e560-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-08 14:18:10.830038 | fa163e69-8883-74a4-e560-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.332208 | 0.58s 2025-10-08 14:18:10.857374 | fa163e69-8883-74a4-e560-000000000d4a | TASK | Generate nft flushes 2025-10-08 14:18:11.354706 | fa163e69-8883-74a4-e560-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-08 14:18:11.356040 | fa163e69-8883-74a4-e560-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.858210 | 0.50s 2025-10-08 14:18:11.382624 | fa163e69-8883-74a4-e560-000000000d4b | TASK | Generate nft tripleo chains 2025-10-08 14:18:11.861608 | fa163e69-8883-74a4-e560-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-08 14:18:11.862906 | fa163e69-8883-74a4-e560-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.365073 | 0.48s 2025-10-08 14:18:11.889284 | fa163e69-8883-74a4-e560-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-08 14:18:13.435976 | fa163e69-8883-74a4-e560-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-08 14:18:13.437307 | fa163e69-8883-74a4-e560-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.939475 | 1.55s 2025-10-08 14:18:13.464011 | fa163e69-8883-74a4-e560-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-08 14:18:14.022433 | fa163e69-8883-74a4-e560-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-08 14:18:14.023899 | fa163e69-8883-74a4-e560-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.526067 | 0.56s 2025-10-08 14:18:14.044589 | fa163e69-8883-74a4-e560-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-08 14:18:14.303697 | fa163e69-8883-74a4-e560-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-08 14:18:14.305619 | fa163e69-8883-74a4-e560-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.807778 | 0.26s 2025-10-08 14:18:14.390163 | fa163e69-8883-74a4-e560-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.892320 | 0.03s 2025-10-08 14:18:14.410647 | ab6a9dde-feca-46c7-b0eb-07aa6fbaf402 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-08 14:18:14.466431 | fa163e69-8883-74a4-e560-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-08 14:18:14.741541 | fa163e69-8883-74a4-e560-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-08 14:18:14.742908 | fa163e69-8883-74a4-e560-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.245074 | 0.28s 2025-10-08 14:18:14.769018 | fa163e69-8883-74a4-e560-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-08 14:18:15.050897 | fa163e69-8883-74a4-e560-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-08 14:18:15.052194 | fa163e69-8883-74a4-e560-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.554361 | 0.28s 2025-10-08 14:18:15.123583 | fa163e69-8883-74a4-e560-000000000b1f | TASK | create persistent logs directory 2025-10-08 14:18:15.381326 | fa163e69-8883-74a4-e560-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 14:18:15.382951 | fa163e69-8883-74a4-e560-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.885113 | 0.26s 2025-10-08 14:18:15.573425 | fa163e69-8883-74a4-e560-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-08 14:18:15.575044 | fa163e69-8883-74a4-e560-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.077214 | 0.45s 2025-10-08 14:18:15.586045 | fa163e69-8883-74a4-e560-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.088205 | 0.46s 2025-10-08 14:18:15.613288 | fa163e69-8883-74a4-e560-000000000b20 | TASK | create persistent directories 2025-10-08 14:18:15.856506 | fa163e69-8883-74a4-e560-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 14:18:15.857897 | fa163e69-8883-74a4-e560-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.360064 | 0.24s 2025-10-08 14:18:15.863757 | fa163e69-8883-74a4-e560-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.365927 | 0.25s 2025-10-08 14:18:15.890007 | fa163e69-8883-74a4-e560-000000000b21 | TASK | create persistent directories 2025-10-08 14:18:16.142779 | fa163e69-8883-74a4-e560-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 14:18:16.144965 | fa163e69-8883-74a4-e560-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.647130 | 0.25s 2025-10-08 14:18:16.333072 | fa163e69-8883-74a4-e560-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-08 14:18:16.334539 | fa163e69-8883-74a4-e560-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.836707 | 0.44s 2025-10-08 14:18:16.344722 | fa163e69-8883-74a4-e560-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.846899 | 0.45s 2025-10-08 14:18:16.364891 | fa163e69-8883-74a4-e560-000000000b22 | TASK | create persistent directories 2025-10-08 14:18:16.558589 | fa163e69-8883-74a4-e560-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-08 14:18:16.560206 | fa163e69-8883-74a4-e560-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.062366 | 0.19s 2025-10-08 14:18:16.708667 | fa163e69-8883-74a4-e560-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-08 14:18:16.710095 | fa163e69-8883-74a4-e560-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.212265 | 0.34s 2025-10-08 14:18:16.720522 | fa163e69-8883-74a4-e560-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.222698 | 0.35s 2025-10-08 14:18:16.739285 | fa163e69-8883-74a4-e560-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-08 14:18:17.861550 | fa163e69-8883-74a4-e560-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-08 14:18:17.862617 | fa163e69-8883-74a4-e560-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.364791 | 1.12s 2025-10-08 14:18:17.882345 | fa163e69-8883-74a4-e560-000000000b24 | TASK | create persistent directories 2025-10-08 14:18:18.127322 | fa163e69-8883-74a4-e560-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-08 14:18:18.129574 | fa163e69-8883-74a4-e560-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.631737 | 0.25s 2025-10-08 14:18:18.139658 | fa163e69-8883-74a4-e560-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.641820 | 0.26s 2025-10-08 14:18:18.165439 | fa163e69-8883-74a4-e560-000000000b25 | TASK | create persistent directories 2025-10-08 14:18:18.382944 | fa163e69-8883-74a4-e560-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 14:18:18.385913 | fa163e69-8883-74a4-e560-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.888069 | 0.22s 2025-10-08 14:18:18.572240 | fa163e69-8883-74a4-e560-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-08 14:18:18.573354 | fa163e69-8883-74a4-e560-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.075522 | 0.41s 2025-10-08 14:18:18.579913 | fa163e69-8883-74a4-e560-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.082075 | 0.41s 2025-10-08 14:18:18.605728 | fa163e69-8883-74a4-e560-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-08 14:18:19.927348 | fa163e69-8883-74a4-e560-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-08 14:18:19.928719 | fa163e69-8883-74a4-e560-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.430888 | 1.32s 2025-10-08 14:18:19.953109 | fa163e69-8883-74a4-e560-000000000b27 | TASK | create persistent directories 2025-10-08 14:18:20.217831 | fa163e69-8883-74a4-e560-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 14:18:20.220548 | fa163e69-8883-74a4-e560-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.722708 | 0.27s 2025-10-08 14:18:20.412484 | fa163e69-8883-74a4-e560-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-08 14:18:20.414157 | fa163e69-8883-74a4-e560-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.916331 | 0.46s 2025-10-08 14:18:20.425066 | fa163e69-8883-74a4-e560-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.927226 | 0.47s 2025-10-08 14:18:20.451490 | fa163e69-8883-74a4-e560-000000000b28 | TASK | ensure ceph configurations exist 2025-10-08 14:18:20.681390 | fa163e69-8883-74a4-e560-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-08 14:18:20.682824 | fa163e69-8883-74a4-e560-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.184990 | 0.23s 2025-10-08 14:18:20.708435 | fa163e69-8883-74a4-e560-000000000b29 | TASK | create persistent directories 2025-10-08 14:18:20.951359 | fa163e69-8883-74a4-e560-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 14:18:20.953527 | fa163e69-8883-74a4-e560-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.455692 | 0.24s 2025-10-08 14:18:20.963562 | fa163e69-8883-74a4-e560-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.465724 | 0.25s 2025-10-08 14:18:20.990170 | fa163e69-8883-74a4-e560-000000000b2b | TASK | Create cinder image conversion directory 2025-10-08 14:18:21.020018 | fa163e69-8883-74a4-e560-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-08 14:18:21.021319 | fa163e69-8883-74a4-e560-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:32.523484 | 0.03s 2025-10-08 14:18:21.046219 | fa163e69-8883-74a4-e560-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-08 14:18:21.075452 | fa163e69-8883-74a4-e560-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-08 14:18:21.076558 | fa163e69-8883-74a4-e560-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.578725 | 0.03s 2025-10-08 14:18:21.101150 | fa163e69-8883-74a4-e560-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-08 14:18:21.132280 | fa163e69-8883-74a4-e560-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-08 14:18:21.133395 | fa163e69-8883-74a4-e560-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.635563 | 0.03s 2025-10-08 14:18:21.158082 | fa163e69-8883-74a4-e560-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-08 14:18:21.186914 | fa163e69-8883-74a4-e560-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-08 14:18:21.189662 | fa163e69-8883-74a4-e560-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:32.691828 | 0.03s 2025-10-08 14:18:21.214435 | fa163e69-8883-74a4-e560-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-08 14:18:21.244739 | fa163e69-8883-74a4-e560-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-08 14:18:21.245864 | fa163e69-8883-74a4-e560-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:32.748029 | 0.03s 2025-10-08 14:18:21.272179 | fa163e69-8883-74a4-e560-000000000b32 | TASK | Get or create LVM loopback device 2025-10-08 14:18:21.300679 | fa163e69-8883-74a4-e560-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-08 14:18:21.301763 | fa163e69-8883-74a4-e560-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:32.803929 | 0.03s 2025-10-08 14:18:21.326949 | fa163e69-8883-74a4-e560-000000000b33 | TASK | Create LVM volume group 2025-10-08 14:18:21.356659 | fa163e69-8883-74a4-e560-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-08 14:18:21.357811 | fa163e69-8883-74a4-e560-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:32.859971 | 0.03s 2025-10-08 14:18:21.384084 | fa163e69-8883-74a4-e560-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-08 14:18:21.412702 | fa163e69-8883-74a4-e560-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-08 14:18:21.413881 | fa163e69-8883-74a4-e560-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:32.916040 | 0.03s 2025-10-08 14:18:21.438970 | fa163e69-8883-74a4-e560-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-08 14:18:21.467222 | fa163e69-8883-74a4-e560-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-08 14:18:21.468230 | fa163e69-8883-74a4-e560-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:32.970397 | 0.03s 2025-10-08 14:18:21.493556 | fa163e69-8883-74a4-e560-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-08 14:18:22.382675 | fa163e69-8883-74a4-e560-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-08 14:18:22.384448 | fa163e69-8883-74a4-e560-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:33.886616 | 0.89s 2025-10-08 14:18:22.412938 | fa163e69-8883-74a4-e560-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-08 14:18:24.626909 | fa163e69-8883-74a4-e560-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-08 14:18:24.627929 | fa163e69-8883-74a4-e560-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:36.130105 | 2.21s 2025-10-08 14:18:24.681816 | fa163e69-8883-74a4-e560-000000000b3a | OK | set_fact | standalone 2025-10-08 14:18:24.684537 | fa163e69-8883-74a4-e560-000000000b3a | TIMING | set_fact | standalone | 0:01:36.186696 | 0.03s 2025-10-08 14:18:24.738721 | fa163e69-8883-74a4-e560-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:36.240875 | 0.03s 2025-10-08 14:18:24.796018 | fa163e69-8883-74a4-e560-000000000f04 | TASK | ensure apache is installed 2025-10-08 14:18:30.624680 | fa163e69-8883-74a4-e560-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-08 14:18:30.626750 | fa163e69-8883-74a4-e560-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:42.128908 | 5.83s 2025-10-08 14:18:30.653882 | fa163e69-8883-74a4-e560-000000000f05 | TASK | create image data directory 2025-10-08 14:18:30.907205 | fa163e69-8883-74a4-e560-000000000f05 | CHANGED | create image data directory | standalone 2025-10-08 14:18:30.908626 | fa163e69-8883-74a4-e560-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:42.410793 | 0.25s 2025-10-08 14:18:30.934179 | fa163e69-8883-74a4-e560-000000000f06 | TASK | create /v2/ response file 2025-10-08 14:18:31.418236 | fa163e69-8883-74a4-e560-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-08 14:18:31.419263 | fa163e69-8883-74a4-e560-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:42.921436 | 0.48s 2025-10-08 14:18:31.439613 | fa163e69-8883-74a4-e560-000000000f07 | TASK | Add listen line 2025-10-08 14:18:31.753039 | fa163e69-8883-74a4-e560-000000000f07 | CHANGED | Add listen line | standalone 2025-10-08 14:18:31.754806 | fa163e69-8883-74a4-e560-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:43.256969 | 0.31s 2025-10-08 14:18:31.780987 | fa163e69-8883-74a4-e560-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-08 14:18:32.247724 | fa163e69-8883-74a4-e560-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-08 14:18:32.249188 | fa163e69-8883-74a4-e560-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:43.751349 | 0.47s 2025-10-08 14:18:32.276188 | fa163e69-8883-74a4-e560-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-08 14:18:33.283677 | fa163e69-8883-74a4-e560-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-08 14:18:33.288330 | fa163e69-8883-74a4-e560-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:44.790494 | 1.01s 2025-10-08 14:18:33.343085 | fa163e69-8883-74a4-e560-000000000b3d | TASK | create persistent logs directory 2025-10-08 14:18:33.592800 | fa163e69-8883-74a4-e560-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-08 14:18:33.594431 | fa163e69-8883-74a4-e560-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.096591 | 0.25s 2025-10-08 14:18:33.799803 | fa163e69-8883-74a4-e560-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-08 14:18:33.801817 | fa163e69-8883-74a4-e560-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.303986 | 0.46s 2025-10-08 14:18:33.812939 | fa163e69-8883-74a4-e560-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.315097 | 0.47s 2025-10-08 14:18:33.843803 | fa163e69-8883-74a4-e560-000000000b3e | TASK | Mount NFS on host 2025-10-08 14:18:33.867231 | fa163e69-8883-74a4-e560-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-08 14:18:33.868657 | fa163e69-8883-74a4-e560-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:45.370818 | 0.02s 2025-10-08 14:18:33.896849 | fa163e69-8883-74a4-e560-000000000b3f | TASK | Mount Node Staging Location 2025-10-08 14:18:33.925817 | fa163e69-8883-74a4-e560-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-08 14:18:33.927166 | fa163e69-8883-74a4-e560-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:45.429287 | 0.03s 2025-10-08 14:18:33.953290 | fa163e69-8883-74a4-e560-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-08 14:18:34.187863 | fa163e69-8883-74a4-e560-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-08 14:18:34.189865 | fa163e69-8883-74a4-e560-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:45.692024 | 0.24s 2025-10-08 14:18:34.219617 | fa163e69-8883-74a4-e560-000000000b41 | TASK | create logs directory 2025-10-08 14:18:34.438798 | fa163e69-8883-74a4-e560-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 14:18:34.441148 | fa163e69-8883-74a4-e560-000000000b41 | TIMING | create logs directory | standalone | 0:01:45.943279 | 0.22s 2025-10-08 14:18:34.615423 | fa163e69-8883-74a4-e560-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-08 14:18:34.616523 | fa163e69-8883-74a4-e560-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.118691 | 0.40s 2025-10-08 14:18:34.623444 | fa163e69-8883-74a4-e560-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.125606 | 0.40s 2025-10-08 14:18:34.649462 | fa163e69-8883-74a4-e560-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-08 14:18:34.678070 | fa163e69-8883-74a4-e560-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-08 14:18:34.679228 | fa163e69-8883-74a4-e560-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:46.181394 | 0.03s 2025-10-08 14:18:34.705196 | fa163e69-8883-74a4-e560-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-08 14:18:34.950545 | fa163e69-8883-74a4-e560-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-08 14:18:34.951972 | fa163e69-8883-74a4-e560-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:46.454138 | 0.25s 2025-10-08 14:18:34.977637 | fa163e69-8883-74a4-e560-000000000b44 | TASK | create persistent directories 2025-10-08 14:18:35.219579 | fa163e69-8883-74a4-e560-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 14:18:35.221623 | fa163e69-8883-74a4-e560-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.723787 | 0.24s 2025-10-08 14:18:35.231728 | fa163e69-8883-74a4-e560-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.733889 | 0.25s 2025-10-08 14:18:35.257884 | fa163e69-8883-74a4-e560-000000000b45 | TASK | create persistent data directory 2025-10-08 14:18:35.477859 | fa163e69-8883-74a4-e560-000000000b45 | OK | create persistent data directory | standalone 2025-10-08 14:18:35.479255 | fa163e69-8883-74a4-e560-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:46.981422 | 0.22s 2025-10-08 14:18:35.504103 | fa163e69-8883-74a4-e560-000000000b46 | TASK | get parameters 2025-10-08 14:18:35.542942 | fa163e69-8883-74a4-e560-000000000b46 | OK | get parameters | standalone 2025-10-08 14:18:35.544054 | fa163e69-8883-74a4-e560-000000000b46 | TIMING | get parameters | standalone | 0:01:47.046222 | 0.04s 2025-10-08 14:18:35.569665 | fa163e69-8883-74a4-e560-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-08 14:18:35.618888 | fa163e69-8883-74a4-e560-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-08 14:18:35.621469 | fa163e69-8883-74a4-e560-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:47.123609 | 0.05s 2025-10-08 14:18:35.649182 | fa163e69-8883-74a4-e560-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-08 14:18:35.698911 | fa163e69-8883-74a4-e560-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-08 14:18:35.700321 | fa163e69-8883-74a4-e560-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:47.202486 | 0.05s 2025-10-08 14:18:35.727085 | fa163e69-8883-74a4-e560-000000000b4a | TASK | get haproxy status 2025-10-08 14:18:35.770683 | fa163e69-8883-74a4-e560-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-08 14:18:35.772194 | fa163e69-8883-74a4-e560-000000000b4a | TIMING | get haproxy status | standalone | 0:01:47.274297 | 0.04s 2025-10-08 14:18:35.797619 | fa163e69-8883-74a4-e560-000000000b4b | TASK | get pacemaker status 2025-10-08 14:18:35.840586 | fa163e69-8883-74a4-e560-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-08 14:18:35.841979 | fa163e69-8883-74a4-e560-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:47.344136 | 0.04s 2025-10-08 14:18:35.868142 | fa163e69-8883-74a4-e560-000000000b4c | TASK | get docker status 2025-10-08 14:18:35.911412 | fa163e69-8883-74a4-e560-000000000b4c | SKIPPED | get docker status | standalone 2025-10-08 14:18:35.912638 | fa163e69-8883-74a4-e560-000000000b4c | TIMING | get docker status | standalone | 0:01:47.414804 | 0.04s 2025-10-08 14:18:35.937889 | fa163e69-8883-74a4-e560-000000000b4d | TASK | get container_id 2025-10-08 14:18:35.981652 | fa163e69-8883-74a4-e560-000000000b4d | SKIPPED | get container_id | standalone 2025-10-08 14:18:35.983169 | fa163e69-8883-74a4-e560-000000000b4d | TIMING | get container_id | standalone | 0:01:47.485295 | 0.04s 2025-10-08 14:18:36.010860 | fa163e69-8883-74a4-e560-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-08 14:18:36.056683 | fa163e69-8883-74a4-e560-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-08 14:18:36.057890 | fa163e69-8883-74a4-e560-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:47.560056 | 0.05s 2025-10-08 14:18:36.085088 | fa163e69-8883-74a4-e560-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-08 14:18:36.135265 | fa163e69-8883-74a4-e560-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-08 14:18:36.136497 | fa163e69-8883-74a4-e560-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:47.638664 | 0.05s 2025-10-08 14:18:36.162196 | fa163e69-8883-74a4-e560-000000000b50 | TASK | push certificate content 2025-10-08 14:18:36.212594 | fa163e69-8883-74a4-e560-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-08 14:18:36.213770 | fa163e69-8883-74a4-e560-000000000b50 | TIMING | push certificate content | standalone | 0:01:47.715937 | 0.05s 2025-10-08 14:18:36.239566 | fa163e69-8883-74a4-e560-000000000b52 | TASK | set certificate ownership 2025-10-08 14:18:36.289184 | fa163e69-8883-74a4-e560-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-08 14:18:36.290205 | fa163e69-8883-74a4-e560-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:47.792372 | 0.05s 2025-10-08 14:18:36.315215 | fa163e69-8883-74a4-e560-000000000b53 | TASK | reload haproxy if enabled 2025-10-08 14:18:36.364697 | fa163e69-8883-74a4-e560-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-08 14:18:36.365867 | fa163e69-8883-74a4-e560-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:47.868032 | 0.05s 2025-10-08 14:18:36.392028 | fa163e69-8883-74a4-e560-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-08 14:18:36.435887 | fa163e69-8883-74a4-e560-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-08 14:18:36.437025 | fa163e69-8883-74a4-e560-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:47.939191 | 0.04s 2025-10-08 14:18:36.463107 | fa163e69-8883-74a4-e560-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-08 14:18:36.513263 | fa163e69-8883-74a4-e560-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-08 14:18:36.514417 | fa163e69-8883-74a4-e560-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:48.016577 | 0.05s 2025-10-08 14:18:36.539959 | fa163e69-8883-74a4-e560-000000000b58 | TASK | create persistent directories 2025-10-08 14:18:36.798007 | fa163e69-8883-74a4-e560-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-08 14:18:36.799628 | fa163e69-8883-74a4-e560-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.301789 | 0.26s 2025-10-08 14:18:37.025355 | fa163e69-8883-74a4-e560-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-08 14:18:37.027194 | fa163e69-8883-74a4-e560-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.529360 | 0.49s 2025-10-08 14:18:37.037985 | fa163e69-8883-74a4-e560-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.540144 | 0.50s 2025-10-08 14:18:37.063562 | fa163e69-8883-74a4-e560-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-08 14:18:42.351801 | fa163e69-8883-74a4-e560-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-08 14:18:42.353229 | fa163e69-8883-74a4-e560-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:53.855392 | 5.29s 2025-10-08 14:18:42.378831 | fa163e69-8883-74a4-e560-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-08 14:18:42.462851 | fa163e69-8883-74a4-e560-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.70 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.26", " Config retrieval: 0.77", " Last run: 1759933122", " Total: 0.26", "Version:", " Config: 1759933121", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-08 14:18:42.464295 | fa163e69-8883-74a4-e560-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:53.966462 | 0.08s 2025-10-08 14:18:42.493607 | fa163e69-8883-74a4-e560-000000000b5b | TASK | create persistent directories 2025-10-08 14:18:42.738343 | fa163e69-8883-74a4-e560-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 14:18:42.740685 | fa163e69-8883-74a4-e560-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.242847 | 0.25s 2025-10-08 14:18:42.946375 | fa163e69-8883-74a4-e560-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-08 14:18:42.947991 | fa163e69-8883-74a4-e560-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.450160 | 0.45s 2025-10-08 14:18:42.958704 | fa163e69-8883-74a4-e560-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.460867 | 0.46s 2025-10-08 14:18:42.986974 | fa163e69-8883-74a4-e560-000000000b5c | TASK | create persistent directories 2025-10-08 14:18:43.223946 | fa163e69-8883-74a4-e560-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 14:18:43.225564 | fa163e69-8883-74a4-e560-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.727727 | 0.24s 2025-10-08 14:18:43.428000 | fa163e69-8883-74a4-e560-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-08 14:18:43.429166 | fa163e69-8883-74a4-e560-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.931334 | 0.44s 2025-10-08 14:18:43.441452 | fa163e69-8883-74a4-e560-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.943614 | 0.45s 2025-10-08 14:18:43.467421 | fa163e69-8883-74a4-e560-000000000b5d | TASK | create persistent directories 2025-10-08 14:18:43.723536 | fa163e69-8883-74a4-e560-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 14:18:43.725878 | fa163e69-8883-74a4-e560-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.228040 | 0.26s 2025-10-08 14:18:43.735803 | fa163e69-8883-74a4-e560-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.237964 | 0.27s 2025-10-08 14:18:43.761646 | fa163e69-8883-74a4-e560-000000000b5e | TASK | create persistent directories 2025-10-08 14:18:44.062780 | fa163e69-8883-74a4-e560-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-08 14:18:44.065406 | fa163e69-8883-74a4-e560-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.567568 | 0.30s 2025-10-08 14:18:44.292571 | fa163e69-8883-74a4-e560-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-08 14:18:44.293621 | fa163e69-8883-74a4-e560-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.795791 | 0.53s 2025-10-08 14:18:44.564085 | fa163e69-8883-74a4-e560-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-08 14:18:44.566062 | fa163e69-8883-74a4-e560-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.068226 | 0.80s 2025-10-08 14:18:44.786180 | fa163e69-8883-74a4-e560-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-08 14:18:44.787716 | fa163e69-8883-74a4-e560-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.289881 | 1.02s 2025-10-08 14:18:44.801183 | fa163e69-8883-74a4-e560-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.303353 | 1.04s 2025-10-08 14:18:44.818933 | fa163e69-8883-74a4-e560-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-08 14:18:45.247217 | fa163e69-8883-74a4-e560-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-08 14:18:45.248508 | fa163e69-8883-74a4-e560-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:56.750675 | 0.43s 2025-10-08 14:18:45.273897 | fa163e69-8883-74a4-e560-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-08 14:18:46.573346 | fa163e69-8883-74a4-e560-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 14:18:46.575781 | fa163e69-8883-74a4-e560-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.077943 | 1.30s 2025-10-08 14:18:47.771887 | fa163e69-8883-74a4-e560-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 14:18:47.773396 | fa163e69-8883-74a4-e560-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.275565 | 2.50s 2025-10-08 14:18:48.990282 | fa163e69-8883-74a4-e560-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 14:18:48.992106 | fa163e69-8883-74a4-e560-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.494275 | 3.72s 2025-10-08 14:18:49.002559 | fa163e69-8883-74a4-e560-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.504728 | 3.73s 2025-10-08 14:18:49.029190 | fa163e69-8883-74a4-e560-000000000b61 | TASK | create persistent directories 2025-10-08 14:18:49.280839 | fa163e69-8883-74a4-e560-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 14:18:49.282889 | fa163e69-8883-74a4-e560-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.785052 | 0.25s 2025-10-08 14:18:49.494938 | fa163e69-8883-74a4-e560-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 14:18:49.496385 | fa163e69-8883-74a4-e560-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.998555 | 0.46s 2025-10-08 14:18:49.699244 | fa163e69-8883-74a4-e560-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 14:18:49.700264 | fa163e69-8883-74a4-e560-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.202434 | 0.67s 2025-10-08 14:18:49.707400 | fa163e69-8883-74a4-e560-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.209569 | 0.68s 2025-10-08 14:18:49.734528 | fa163e69-8883-74a4-e560-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-08 14:18:49.954960 | fa163e69-8883-74a4-e560-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-08 14:18:49.956652 | fa163e69-8883-74a4-e560-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:01.458823 | 0.22s 2025-10-08 14:18:49.978214 | fa163e69-8883-74a4-e560-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-08 14:18:50.006281 | fa163e69-8883-74a4-e560-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-08 14:18:50.007561 | fa163e69-8883-74a4-e560-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:01.509724 | 0.03s 2025-10-08 14:18:50.036299 | fa163e69-8883-74a4-e560-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-08 14:18:51.271056 | fa163e69-8883-74a4-e560-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-08 14:18:51.272411 | fa163e69-8883-74a4-e560-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:02.774577 | 1.23s 2025-10-08 14:18:51.296989 | fa163e69-8883-74a4-e560-000000000b65 | TASK | Stop iscsi.service 2025-10-08 14:18:51.338849 | fa163e69-8883-74a4-e560-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-08 14:18:51.340412 | fa163e69-8883-74a4-e560-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:02.842567 | 0.04s 2025-10-08 14:18:51.398506 | fa163e69-8883-74a4-e560-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:02.900661 | 0.03s 2025-10-08 14:18:51.493991 | fa163e69-8883-74a4-e560-000000001067 | TASK | Install additional packages 2025-10-08 14:18:51.522908 | fa163e69-8883-74a4-e560-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.025075 | 0.03s 2025-10-08 14:18:51.547201 | fa163e69-8883-74a4-e560-000000001068 | TASK | Remove dracut-config-generic 2025-10-08 14:18:55.233053 | fa163e69-8883-74a4-e560-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-08 14:18:55.234456 | fa163e69-8883-74a4-e560-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:06.736622 | 3.69s 2025-10-08 14:18:55.259551 | fa163e69-8883-74a4-e560-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-08 14:18:55.491440 | fa163e69-8883-74a4-e560-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-08 14:18:55.492273 | fa163e69-8883-74a4-e560-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:06.994448 | 0.23s 2025-10-08 14:18:55.509666 | fa163e69-8883-74a4-e560-00000000106a | TASK | Write list of modules to load at boot 2025-10-08 14:18:55.955380 | fa163e69-8883-74a4-e560-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-08 14:18:55.956631 | fa163e69-8883-74a4-e560-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.458797 | 0.45s 2025-10-08 14:18:55.982913 | fa163e69-8883-74a4-e560-00000000106b | TASK | Modules reload 2025-10-08 14:18:56.467225 | fa163e69-8883-74a4-e560-00000000106b | CHANGED | Modules reload | standalone 2025-10-08 14:18:56.468935 | fa163e69-8883-74a4-e560-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:07.971103 | 0.48s 2025-10-08 14:18:56.495109 | fa163e69-8883-74a4-e560-00000000106c | TASK | Set default sysctl options 2025-10-08 14:18:57.032232 | fa163e69-8883-74a4-e560-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-08 14:18:57.033636 | fa163e69-8883-74a4-e560-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.535802 | 0.54s 2025-10-08 14:18:57.060031 | fa163e69-8883-74a4-e560-00000000106d | TASK | Set extra sysctl options 2025-10-08 14:18:57.490617 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-08 14:18:57.492717 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.994881 | 0.43s 2025-10-08 14:18:57.731161 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-08 14:18:57.732030 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.234200 | 0.67s 2025-10-08 14:18:57.983444 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-08 14:18:57.984441 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.486610 | 0.92s 2025-10-08 14:18:58.222901 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-08 14:18:58.223770 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.725940 | 1.16s 2025-10-08 14:18:58.429765 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-08 14:18:58.431242 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.933413 | 1.37s 2025-10-08 14:18:58.602174 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-08 14:18:58.603774 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.105942 | 1.54s 2025-10-08 14:18:58.823240 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-08 14:18:58.824080 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.326251 | 1.76s 2025-10-08 14:18:59.027633 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-08 14:18:59.029173 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.531344 | 1.97s 2025-10-08 14:18:59.247339 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-08 14:18:59.248186 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.750357 | 2.19s 2025-10-08 14:18:59.487779 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-08 14:18:59.489413 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.991582 | 2.43s 2025-10-08 14:18:59.728413 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-08 14:18:59.729391 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.231560 | 2.67s 2025-10-08 14:18:59.956760 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-08 14:18:59.958549 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.460717 | 2.90s 2025-10-08 14:19:00.157467 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-08 14:19:00.158238 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.660410 | 3.10s 2025-10-08 14:19:00.367837 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-08 14:19:00.368715 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.870886 | 3.31s 2025-10-08 14:19:00.579825 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-08 14:19:00.580844 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.083013 | 3.52s 2025-10-08 14:19:01.802996 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-08 14:19:01.804846 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.307014 | 4.74s 2025-10-08 14:19:02.036817 | fa163e69-8883-74a4-e560-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-08 14:19:02.037472 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.539648 | 4.98s 2025-10-08 14:19:02.042566 | fa163e69-8883-74a4-e560-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.544733 | 4.98s 2025-10-08 14:19:02.065462 | fa163e69-8883-74a4-e560-00000000106f | TASK | Sysctl reload 2025-10-08 14:19:02.472418 | fa163e69-8883-74a4-e560-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-08 14:19:02.474518 | fa163e69-8883-74a4-e560-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:13.976683 | 0.41s 2025-10-08 14:19:02.525008 | fa163e69-8883-74a4-e560-000000000b67 | TASK | create persistent directories 2025-10-08 14:19:02.770450 | fa163e69-8883-74a4-e560-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-08 14:19:02.772654 | fa163e69-8883-74a4-e560-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.274815 | 0.25s 2025-10-08 14:19:02.979207 | fa163e69-8883-74a4-e560-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-08 14:19:02.980149 | fa163e69-8883-74a4-e560-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.482290 | 0.45s 2025-10-08 14:19:02.986497 | fa163e69-8883-74a4-e560-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.488659 | 0.46s 2025-10-08 14:19:03.012670 | fa163e69-8883-74a4-e560-000000000b68 | TASK | Check if file certs_valid exist 2025-10-08 14:19:03.232840 | fa163e69-8883-74a4-e560-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-08 14:19:03.234289 | fa163e69-8883-74a4-e560-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:14.736452 | 0.22s 2025-10-08 14:19:03.260667 | fa163e69-8883-74a4-e560-000000000b69 | TASK | Check if file cert9.db exist 2025-10-08 14:19:03.470801 | fa163e69-8883-74a4-e560-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-08 14:19:03.472201 | fa163e69-8883-74a4-e560-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:14.974367 | 0.21s 2025-10-08 14:19:03.497627 | fa163e69-8883-74a4-e560-000000000b6a | TASK | Check if file key4.db exist 2025-10-08 14:19:03.722545 | fa163e69-8883-74a4-e560-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-08 14:19:03.723911 | fa163e69-8883-74a4-e560-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:15.226078 | 0.23s 2025-10-08 14:19:03.778277 | fa163e69-8883-74a4-e560-000000000b6b | SKIPPED | fail | standalone 2025-10-08 14:19:03.779475 | fa163e69-8883-74a4-e560-000000000b6b | TIMING | fail | standalone | 0:02:15.281641 | 0.03s 2025-10-08 14:19:03.805349 | fa163e69-8883-74a4-e560-000000000b6c | TASK | Create persistent directories 2025-10-08 14:19:04.065605 | fa163e69-8883-74a4-e560-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 14:19:04.067268 | fa163e69-8883-74a4-e560-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.569429 | 0.26s 2025-10-08 14:19:04.286371 | fa163e69-8883-74a4-e560-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-08 14:19:04.287517 | fa163e69-8883-74a4-e560-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.789686 | 0.48s 2025-10-08 14:19:04.293955 | fa163e69-8883-74a4-e560-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.796117 | 0.49s 2025-10-08 14:19:04.320244 | fa163e69-8883-74a4-e560-000000000b6d | TASK | create persistent directories 2025-10-08 14:19:04.562757 | fa163e69-8883-74a4-e560-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 14:19:04.564907 | fa163e69-8883-74a4-e560-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.067064 | 0.24s 2025-10-08 14:19:04.574958 | fa163e69-8883-74a4-e560-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.077122 | 0.25s 2025-10-08 14:19:04.600572 | fa163e69-8883-74a4-e560-000000000b6e | TASK | create persistent directories 2025-10-08 14:19:04.879257 | fa163e69-8883-74a4-e560-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 14:19:04.880906 | fa163e69-8883-74a4-e560-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.383067 | 0.28s 2025-10-08 14:19:05.098132 | fa163e69-8883-74a4-e560-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-08 14:19:05.099236 | fa163e69-8883-74a4-e560-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.601405 | 0.50s 2025-10-08 14:19:05.105802 | fa163e69-8883-74a4-e560-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.607964 | 0.50s 2025-10-08 14:19:05.132099 | fa163e69-8883-74a4-e560-000000000b6f | TASK | create persistent directories 2025-10-08 14:19:05.371882 | fa163e69-8883-74a4-e560-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-08 14:19:05.373321 | fa163e69-8883-74a4-e560-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.875495 | 0.24s 2025-10-08 14:19:05.383732 | fa163e69-8883-74a4-e560-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.885904 | 0.25s 2025-10-08 14:19:05.411089 | fa163e69-8883-74a4-e560-000000000b70 | TASK | create persistent directories 2025-10-08 14:19:05.675614 | fa163e69-8883-74a4-e560-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-08 14:19:05.677861 | fa163e69-8883-74a4-e560-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.180022 | 0.27s 2025-10-08 14:19:05.873252 | fa163e69-8883-74a4-e560-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-08 14:19:05.874375 | fa163e69-8883-74a4-e560-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.376544 | 0.46s 2025-10-08 14:19:06.060022 | fa163e69-8883-74a4-e560-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-08 14:19:06.061792 | fa163e69-8883-74a4-e560-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.563961 | 0.65s 2025-10-08 14:19:06.072790 | fa163e69-8883-74a4-e560-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.574953 | 0.66s 2025-10-08 14:19:06.099092 | fa163e69-8883-74a4-e560-000000000b71 | TASK | create persistent directories 2025-10-08 14:19:06.340446 | fa163e69-8883-74a4-e560-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 14:19:06.342680 | fa163e69-8883-74a4-e560-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.844836 | 0.24s 2025-10-08 14:19:06.548665 | fa163e69-8883-74a4-e560-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-08 14:19:06.549759 | fa163e69-8883-74a4-e560-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.051927 | 0.45s 2025-10-08 14:19:06.556198 | fa163e69-8883-74a4-e560-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.058358 | 0.46s 2025-10-08 14:19:06.582256 | fa163e69-8883-74a4-e560-000000000b72 | TASK | create persistent directories 2025-10-08 14:19:06.813706 | fa163e69-8883-74a4-e560-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 14:19:06.815786 | fa163e69-8883-74a4-e560-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.317951 | 0.23s 2025-10-08 14:19:06.826022 | fa163e69-8883-74a4-e560-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.328184 | 0.24s 2025-10-08 14:19:06.851618 | fa163e69-8883-74a4-e560-000000000b73 | TASK | creating directory 2025-10-08 14:19:07.080699 | fa163e69-8883-74a4-e560-000000000b73 | CHANGED | creating directory | standalone 2025-10-08 14:19:07.082045 | fa163e69-8883-74a4-e560-000000000b73 | TIMING | creating directory | standalone | 0:02:18.584213 | 0.23s 2025-10-08 14:19:07.106774 | fa163e69-8883-74a4-e560-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-08 14:19:07.526463 | fa163e69-8883-74a4-e560-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-08 14:19:07.527757 | fa163e69-8883-74a4-e560-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:19.029924 | 0.42s 2025-10-08 14:19:07.552820 | fa163e69-8883-74a4-e560-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-08 14:19:08.333489 | fa163e69-8883-74a4-e560-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-08 14:19:08.334855 | fa163e69-8883-74a4-e560-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:19.837021 | 0.78s 2025-10-08 14:19:08.359639 | fa163e69-8883-74a4-e560-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-08 14:19:08.600675 | fa163e69-8883-74a4-e560-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-08 14:19:08.602081 | fa163e69-8883-74a4-e560-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:20.104248 | 0.24s 2025-10-08 14:19:08.627606 | fa163e69-8883-74a4-e560-000000000b77 | TASK | remove temp namespace 2025-10-08 14:19:08.872962 | fa163e69-8883-74a4-e560-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-08 14:19:08.874360 | fa163e69-8883-74a4-e560-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:20.376526 | 0.25s 2025-10-08 14:19:08.900193 | fa163e69-8883-74a4-e560-000000000b78 | TASK | create /var/lib/neutron 2025-10-08 14:19:09.130508 | fa163e69-8883-74a4-e560-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-08 14:19:09.131983 | fa163e69-8883-74a4-e560-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:20.634150 | 0.23s 2025-10-08 14:19:09.158234 | fa163e69-8883-74a4-e560-000000000b79 | TASK | set conditions 2025-10-08 14:19:09.189320 | fa163e69-8883-74a4-e560-000000000b79 | OK | set conditions | standalone 2025-10-08 14:19:09.190405 | fa163e69-8883-74a4-e560-000000000b79 | TIMING | set conditions | standalone | 0:02:20.692574 | 0.03s 2025-10-08 14:19:09.215558 | fa163e69-8883-74a4-e560-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-08 14:19:09.449610 | fa163e69-8883-74a4-e560-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-08 14:19:09.450937 | fa163e69-8883-74a4-e560-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:20.953105 | 0.23s 2025-10-08 14:19:09.475688 | fa163e69-8883-74a4-e560-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-08 14:19:09.960311 | fa163e69-8883-74a4-e560-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-08 14:19:09.961666 | fa163e69-8883-74a4-e560-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:21.463833 | 0.48s 2025-10-08 14:19:09.986899 | fa163e69-8883-74a4-e560-000000000b7c | TASK | create haproxy kill script 2025-10-08 14:19:10.458953 | fa163e69-8883-74a4-e560-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-08 14:19:10.460466 | fa163e69-8883-74a4-e560-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:21.962630 | 0.47s 2025-10-08 14:19:10.486259 | fa163e69-8883-74a4-e560-000000000b7d | TASK | create persistent directories 2025-10-08 14:19:10.670151 | fa163e69-8883-74a4-e560-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 14:19:10.672290 | fa163e69-8883-74a4-e560-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.174456 | 0.18s 2025-10-08 14:19:10.842482 | fa163e69-8883-74a4-e560-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-08 14:19:10.844218 | fa163e69-8883-74a4-e560-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.346386 | 0.36s 2025-10-08 14:19:10.854792 | fa163e69-8883-74a4-e560-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.356954 | 0.37s 2025-10-08 14:19:10.880761 | fa163e69-8883-74a4-e560-000000000b7e | TASK | create persistent directories 2025-10-08 14:19:11.128743 | fa163e69-8883-74a4-e560-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 14:19:11.129743 | fa163e69-8883-74a4-e560-000000000b7e | TIMING | create persistent directories | standalone | 0:02:22.631915 | 0.25s 2025-10-08 14:19:11.134092 | fa163e69-8883-74a4-e560-000000000b7e | TIMING | create persistent directories | standalone | 0:02:22.636254 | 0.25s 2025-10-08 14:19:11.159758 | fa163e69-8883-74a4-e560-000000000b7f | TASK | create persistent directories 2025-10-08 14:19:11.405740 | fa163e69-8883-74a4-e560-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 14:19:11.407359 | fa163e69-8883-74a4-e560-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.909521 | 0.25s 2025-10-08 14:19:11.601321 | fa163e69-8883-74a4-e560-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-08 14:19:11.602472 | fa163e69-8883-74a4-e560-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.104641 | 0.44s 2025-10-08 14:19:11.608653 | fa163e69-8883-74a4-e560-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.110825 | 0.45s 2025-10-08 14:19:11.634860 | fa163e69-8883-74a4-e560-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-08 14:19:11.844840 | fa163e69-8883-74a4-e560-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-08 14:19:11.846202 | fa163e69-8883-74a4-e560-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:23.348367 | 0.21s 2025-10-08 14:19:11.871788 | fa163e69-8883-74a4-e560-000000000b81 | TASK | create persistent directories 2025-10-08 14:19:12.114023 | fa163e69-8883-74a4-e560-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 14:19:12.116297 | fa163e69-8883-74a4-e560-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.618458 | 0.24s 2025-10-08 14:19:12.320701 | fa163e69-8883-74a4-e560-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-08 14:19:12.321750 | fa163e69-8883-74a4-e560-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.823920 | 0.45s 2025-10-08 14:19:12.545100 | fa163e69-8883-74a4-e560-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-08 14:19:12.546036 | fa163e69-8883-74a4-e560-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.048211 | 0.67s 2025-10-08 14:19:12.730173 | fa163e69-8883-74a4-e560-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 14:19:12.732378 | fa163e69-8883-74a4-e560-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.234540 | 0.86s 2025-10-08 14:19:12.950939 | fa163e69-8883-74a4-e560-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-08 14:19:12.952320 | fa163e69-8883-74a4-e560-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.454484 | 1.08s 2025-10-08 14:19:12.965557 | fa163e69-8883-74a4-e560-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.467718 | 1.09s 2025-10-08 14:19:12.992202 | fa163e69-8883-74a4-e560-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-08 14:19:13.411186 | fa163e69-8883-74a4-e560-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-08 14:19:13.412497 | fa163e69-8883-74a4-e560-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:24.914665 | 0.42s 2025-10-08 14:19:13.437420 | fa163e69-8883-74a4-e560-000000000b83 | TASK | create tempfiles 2025-10-08 14:19:13.741005 | fa163e69-8883-74a4-e560-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-08 14:19:13.742404 | fa163e69-8883-74a4-e560-000000000b83 | TIMING | create tempfiles | standalone | 0:02:25.244567 | 0.30s 2025-10-08 14:19:13.767770 | fa163e69-8883-74a4-e560-000000000b84 | TASK | Mount Nova NFS Share 2025-10-08 14:19:13.795796 | fa163e69-8883-74a4-e560-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-08 14:19:13.796998 | fa163e69-8883-74a4-e560-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:25.299165 | 0.03s 2025-10-08 14:19:13.821897 | fa163e69-8883-74a4-e560-000000000b86 | TASK | check systemd-container package installed or not 2025-10-08 14:19:13.849974 | fa163e69-8883-74a4-e560-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-08 14:19:13.852443 | fa163e69-8883-74a4-e560-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:25.354609 | 0.03s 2025-10-08 14:19:13.876735 | fa163e69-8883-74a4-e560-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-08 14:19:13.904657 | fa163e69-8883-74a4-e560-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-08 14:19:13.905813 | fa163e69-8883-74a4-e560-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:25.407979 | 0.03s 2025-10-08 14:19:13.930508 | fa163e69-8883-74a4-e560-000000000b88 | TASK | Install systemd-container package on boot 2025-10-08 14:19:13.958528 | fa163e69-8883-74a4-e560-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-08 14:19:13.959640 | fa163e69-8883-74a4-e560-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:25.461807 | 0.03s 2025-10-08 14:19:13.984421 | fa163e69-8883-74a4-e560-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-08 14:19:14.012461 | fa163e69-8883-74a4-e560-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-08 14:19:14.013629 | fa163e69-8883-74a4-e560-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:25.515796 | 0.03s 2025-10-08 14:19:14.039503 | fa163e69-8883-74a4-e560-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-08 14:19:14.067302 | fa163e69-8883-74a4-e560-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-08 14:19:14.068416 | fa163e69-8883-74a4-e560-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:25.570584 | 0.03s 2025-10-08 14:19:14.093144 | fa163e69-8883-74a4-e560-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-08 14:19:14.121362 | fa163e69-8883-74a4-e560-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-08 14:19:14.122637 | fa163e69-8883-74a4-e560-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:25.624803 | 0.03s 2025-10-08 14:19:14.147761 | fa163e69-8883-74a4-e560-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-08 14:19:14.177935 | fa163e69-8883-74a4-e560-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-08 14:19:14.179102 | fa163e69-8883-74a4-e560-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:25.681271 | 0.03s 2025-10-08 14:19:14.203748 | fa163e69-8883-74a4-e560-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-08 14:19:14.234465 | fa163e69-8883-74a4-e560-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-08 14:19:14.235534 | fa163e69-8883-74a4-e560-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:25.737701 | 0.03s 2025-10-08 14:19:14.259460 | fa163e69-8883-74a4-e560-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 14:19:14.288983 | fa163e69-8883-74a4-e560-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 14:19:14.290081 | fa163e69-8883-74a4-e560-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.792248 | 0.03s 2025-10-08 14:19:14.314816 | fa163e69-8883-74a4-e560-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-08 14:19:14.346214 | fa163e69-8883-74a4-e560-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 14:19:14.347275 | fa163e69-8883-74a4-e560-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.849442 | 0.03s 2025-10-08 14:19:14.371764 | fa163e69-8883-74a4-e560-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-08 14:19:14.402512 | fa163e69-8883-74a4-e560-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-08 14:19:14.403532 | fa163e69-8883-74a4-e560-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:25.905701 | 0.03s 2025-10-08 14:19:14.423647 | fa163e69-8883-74a4-e560-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-08 14:19:14.451256 | fa163e69-8883-74a4-e560-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-08 14:19:14.451942 | fa163e69-8883-74a4-e560-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:25.954116 | 0.03s 2025-10-08 14:19:14.471154 | fa163e69-8883-74a4-e560-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 14:19:14.497734 | fa163e69-8883-74a4-e560-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 14:19:14.498514 | fa163e69-8883-74a4-e560-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.000686 | 0.03s 2025-10-08 14:19:14.517845 | fa163e69-8883-74a4-e560-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-08 14:19:14.546924 | fa163e69-8883-74a4-e560-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 14:19:14.547627 | fa163e69-8883-74a4-e560-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.049801 | 0.03s 2025-10-08 14:19:14.566922 | fa163e69-8883-74a4-e560-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-08 14:19:14.595271 | fa163e69-8883-74a4-e560-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-08 14:19:14.595969 | fa163e69-8883-74a4-e560-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:26.098144 | 0.03s 2025-10-08 14:19:14.614861 | fa163e69-8883-74a4-e560-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-08 14:19:14.666374 | fa163e69-8883-74a4-e560-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-08 14:19:14.667460 | fa163e69-8883-74a4-e560-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:26.169628 | 0.05s 2025-10-08 14:19:14.691858 | fa163e69-8883-74a4-e560-000000000b9a | TASK | Is irqbalance enabled 2025-10-08 14:19:14.724197 | fa163e69-8883-74a4-e560-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-08 14:19:14.725529 | fa163e69-8883-74a4-e560-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:26.227695 | 0.03s 2025-10-08 14:19:14.751058 | fa163e69-8883-74a4-e560-000000000b9b | TASK | disable irqbalance service on compute 2025-10-08 14:19:14.783000 | fa163e69-8883-74a4-e560-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-08 14:19:14.784071 | fa163e69-8883-74a4-e560-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:26.286237 | 0.03s 2025-10-08 14:19:14.809493 | fa163e69-8883-74a4-e560-000000000b9c | TASK | create persistent directories 2025-10-08 14:19:15.051815 | fa163e69-8883-74a4-e560-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-08 14:19:15.053860 | fa163e69-8883-74a4-e560-000000000b9c | TIMING | create persistent directories | standalone | 0:02:26.556024 | 0.24s 2025-10-08 14:19:15.063970 | fa163e69-8883-74a4-e560-000000000b9c | TIMING | create persistent directories | standalone | 0:02:26.566137 | 0.25s 2025-10-08 14:19:15.089017 | fa163e69-8883-74a4-e560-000000000b9d | TASK | create libvirt persistent data directories 2025-10-08 14:19:15.354764 | fa163e69-8883-74a4-e560-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-08 14:19:15.356423 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.858585 | 0.27s 2025-10-08 14:19:15.589829 | fa163e69-8883-74a4-e560-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-08 14:19:15.590877 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.093045 | 0.50s 2025-10-08 14:19:15.815774 | fa163e69-8883-74a4-e560-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-08 14:19:15.817493 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.319663 | 0.73s 2025-10-08 14:19:16.049756 | fa163e69-8883-74a4-e560-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 14:19:16.050576 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.552751 | 0.96s 2025-10-08 14:19:16.289027 | fa163e69-8883-74a4-e560-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-08 14:19:16.290210 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.792374 | 1.20s 2025-10-08 14:19:16.524104 | fa163e69-8883-74a4-e560-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 14:19:16.525550 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.027719 | 1.44s 2025-10-08 14:19:16.716228 | fa163e69-8883-74a4-e560-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-08 14:19:16.717892 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.220062 | 1.63s 2025-10-08 14:19:16.901572 | fa163e69-8883-74a4-e560-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-08 14:19:16.902662 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.404830 | 1.81s 2025-10-08 14:19:16.911824 | fa163e69-8883-74a4-e560-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.413994 | 1.82s 2025-10-08 14:19:16.938995 | fa163e69-8883-74a4-e560-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-08 14:19:17.359823 | fa163e69-8883-74a4-e560-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-08 14:19:17.361172 | fa163e69-8883-74a4-e560-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:28.863336 | 0.42s 2025-10-08 14:19:17.386030 | fa163e69-8883-74a4-e560-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-08 14:19:17.829136 | fa163e69-8883-74a4-e560-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-08 14:19:17.829961 | fa163e69-8883-74a4-e560-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:29.332137 | 0.44s 2025-10-08 14:19:17.847547 | fa163e69-8883-74a4-e560-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-08 14:19:18.083720 | fa163e69-8883-74a4-e560-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-08 14:19:18.084490 | fa163e69-8883-74a4-e560-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:29.586667 | 0.24s 2025-10-08 14:19:18.101583 | fa163e69-8883-74a4-e560-000000000ba1 | TASK | check if libvirt is installed 2025-10-08 14:19:18.333470 | fa163e69-8883-74a4-e560-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-08 14:19:18.334781 | fa163e69-8883-74a4-e560-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:29.836950 | 0.23s 2025-10-08 14:19:18.359971 | fa163e69-8883-74a4-e560-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-08 14:19:18.398924 | fa163e69-8883-74a4-e560-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-08 14:19:18.403339 | fa163e69-8883-74a4-e560-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-08 14:19:18.410925 | fa163e69-8883-74a4-e560-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:29.913081 | 0.05s 2025-10-08 14:19:18.438097 | fa163e69-8883-74a4-e560-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-08 14:19:18.853607 | fa163e69-8883-74a4-e560-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-08 14:19:18.854952 | fa163e69-8883-74a4-e560-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:30.357120 | 0.42s 2025-10-08 14:19:18.880474 | fa163e69-8883-74a4-e560-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-08 14:19:19.868178 | fa163e69-8883-74a4-e560-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-08 14:19:19.870868 | fa163e69-8883-74a4-e560-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:31.372934 | 0.99s 2025-10-08 14:19:19.896839 | fa163e69-8883-74a4-e560-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-08 14:19:20.121647 | fa163e69-8883-74a4-e560-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-08 14:19:20.123045 | fa163e69-8883-74a4-e560-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.625210 | 0.22s 2025-10-08 14:19:20.128970 | fa163e69-8883-74a4-e560-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.631133 | 0.23s 2025-10-08 14:19:20.155063 | fa163e69-8883-74a4-e560-000000000ba6 | TASK | create persistent directories 2025-10-08 14:19:20.404400 | fa163e69-8883-74a4-e560-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 14:19:20.406436 | fa163e69-8883-74a4-e560-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.908597 | 0.25s 2025-10-08 14:19:20.597518 | fa163e69-8883-74a4-e560-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 14:19:20.598570 | fa163e69-8883-74a4-e560-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.100740 | 0.44s 2025-10-08 14:19:20.605159 | fa163e69-8883-74a4-e560-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.107290 | 0.45s 2025-10-08 14:19:20.632648 | fa163e69-8883-74a4-e560-000000000ba7 | TASK | Copy in cleanup script 2025-10-08 14:19:21.087293 | fa163e69-8883-74a4-e560-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-08 14:19:21.089822 | fa163e69-8883-74a4-e560-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:32.591988 | 0.45s 2025-10-08 14:19:21.115655 | fa163e69-8883-74a4-e560-000000000ba8 | TASK | Copy in cleanup service 2025-10-08 14:19:21.510051 | fa163e69-8883-74a4-e560-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-08 14:19:21.512526 | fa163e69-8883-74a4-e560-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:33.014693 | 0.39s 2025-10-08 14:19:21.539263 | fa163e69-8883-74a4-e560-000000000ba9 | TASK | Enabling the cleanup service 2025-10-08 14:19:22.218783 | fa163e69-8883-74a4-e560-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-08 14:19:22.221783 | fa163e69-8883-74a4-e560-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:33.723948 | 0.68s 2025-10-08 14:19:22.249296 | fa163e69-8883-74a4-e560-000000000baa | TASK | create persistent directories 2025-10-08 14:19:22.503873 | fa163e69-8883-74a4-e560-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 14:19:22.507424 | fa163e69-8883-74a4-e560-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.009584 | 0.26s 2025-10-08 14:19:22.725823 | fa163e69-8883-74a4-e560-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 14:19:22.728219 | fa163e69-8883-74a4-e560-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.230386 | 0.48s 2025-10-08 14:19:22.740397 | fa163e69-8883-74a4-e560-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.242559 | 0.49s 2025-10-08 14:19:22.765978 | fa163e69-8883-74a4-e560-000000000bab | TASK | set conditions 2025-10-08 14:19:22.796953 | fa163e69-8883-74a4-e560-000000000bab | OK | set conditions | standalone 2025-10-08 14:19:22.798246 | fa163e69-8883-74a4-e560-000000000bab | TIMING | set conditions | standalone | 0:02:34.300413 | 0.03s 2025-10-08 14:19:22.822980 | fa163e69-8883-74a4-e560-000000000bac | TASK | create persistent directories 2025-10-08 14:19:23.109679 | fa163e69-8883-74a4-e560-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 14:19:23.111687 | fa163e69-8883-74a4-e560-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.613848 | 0.29s 2025-10-08 14:19:23.324831 | fa163e69-8883-74a4-e560-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-08 14:19:23.327035 | fa163e69-8883-74a4-e560-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.829196 | 0.50s 2025-10-08 14:19:23.520529 | fa163e69-8883-74a4-e560-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-08 14:19:23.522494 | fa163e69-8883-74a4-e560-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.024661 | 0.70s 2025-10-08 14:19:23.533284 | fa163e69-8883-74a4-e560-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.035445 | 0.71s 2025-10-08 14:19:23.559205 | fa163e69-8883-74a4-e560-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-08 14:19:23.961048 | fa163e69-8883-74a4-e560-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-08 14:19:23.962442 | fa163e69-8883-74a4-e560-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:35.464610 | 0.40s 2025-10-08 14:19:23.985652 | fa163e69-8883-74a4-e560-000000000bae | TASK | create persistent directories 2025-10-08 14:19:24.219611 | fa163e69-8883-74a4-e560-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 14:19:24.222274 | fa163e69-8883-74a4-e560-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.724430 | 0.24s 2025-10-08 14:19:24.396381 | fa163e69-8883-74a4-e560-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-08 14:19:24.397074 | fa163e69-8883-74a4-e560-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.899250 | 0.41s 2025-10-08 14:19:24.401578 | fa163e69-8883-74a4-e560-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.903741 | 0.41s 2025-10-08 14:19:24.427670 | fa163e69-8883-74a4-e560-000000000baf | TASK | create empty log files 2025-10-08 14:19:24.647076 | fa163e69-8883-74a4-e560-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-08 14:19:24.648676 | fa163e69-8883-74a4-e560-000000000baf | TIMING | create empty log files | standalone | 0:02:36.150848 | 0.22s 2025-10-08 14:19:24.827945 | fa163e69-8883-74a4-e560-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-08 14:19:24.829400 | fa163e69-8883-74a4-e560-000000000baf | TIMING | create empty log files | standalone | 0:02:36.331575 | 0.40s 2025-10-08 14:19:24.840308 | fa163e69-8883-74a4-e560-000000000baf | TIMING | create empty log files | standalone | 0:02:36.342470 | 0.41s 2025-10-08 14:19:24.866167 | fa163e69-8883-74a4-e560-000000000bb0 | TASK | create persistent directories 2025-10-08 14:19:25.082153 | fa163e69-8883-74a4-e560-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 14:19:25.083060 | fa163e69-8883-74a4-e560-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:36.585234 | 0.22s 2025-10-08 14:19:25.086697 | fa163e69-8883-74a4-e560-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:36.588861 | 0.22s 2025-10-08 14:19:25.112159 | fa163e69-8883-74a4-e560-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-08 14:19:27.891595 | fa163e69-8883-74a4-e560-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-08 14:19:27.892973 | fa163e69-8883-74a4-e560-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:39.395142 | 2.78s 2025-10-08 14:19:27.945546 | fa163e69-8883-74a4-e560-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:39.447704 | 0.03s 2025-10-08 14:19:28.007364 | fa163e69-8883-74a4-e560-000000001291 | TASK | Gather variables for each operating system 2025-10-08 14:19:28.118195 | fa163e69-8883-74a4-e560-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:39.620354 | 0.11s 2025-10-08 14:19:28.143708 | fa163e69-8883-74a4-e560-000000001292 | TASK | Set packages facts 2025-10-08 14:19:28.186642 | fa163e69-8883-74a4-e560-000000001292 | OK | Set packages facts | standalone 2025-10-08 14:19:28.187825 | fa163e69-8883-74a4-e560-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:39.689992 | 0.04s 2025-10-08 14:19:28.213066 | fa163e69-8883-74a4-e560-000000001293 | TASK | Manage package 2025-10-08 14:19:28.268916 | fa163e69-8883-74a4-e560-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-08 14:19:28.284465 | fa163e69-8883-74a4-e560-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-08 14:19:28.301100 | fa163e69-8883-74a4-e560-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-08 14:19:32.781403 | fa163e69-8883-74a4-e560-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.283565 | 4.57s 2025-10-08 14:19:32.809067 | fa163e69-8883-74a4-e560-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-08 14:19:32.817140 | fa163e69-8883-74a4-e560-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.319271 | 4.60s 2025-10-08 14:19:32.873731 | fa163e69-8883-74a4-e560-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-08 14:19:34.077952 | fa163e69-8883-74a4-e560-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-08 14:19:34.079877 | fa163e69-8883-74a4-e560-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:45.582037 | 1.20s 2025-10-08 14:19:34.107808 | fa163e69-8883-74a4-e560-000000000bb6 | TASK | create persistent directories 2025-10-08 14:19:34.350855 | fa163e69-8883-74a4-e560-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 14:19:34.351973 | fa163e69-8883-74a4-e560-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:45.854147 | 0.24s 2025-10-08 14:19:34.569399 | fa163e69-8883-74a4-e560-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 14:19:34.570901 | fa163e69-8883-74a4-e560-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:46.073078 | 0.46s 2025-10-08 14:19:34.581925 | fa163e69-8883-74a4-e560-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:46.084084 | 0.47s 2025-10-08 14:19:34.607690 | fa163e69-8883-74a4-e560-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-08 14:19:34.881685 | fa163e69-8883-74a4-e560-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-08 14:19:34.882954 | fa163e69-8883-74a4-e560-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:46.385121 | 0.27s 2025-10-08 14:19:34.907941 | fa163e69-8883-74a4-e560-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-08 14:19:34.935740 | fa163e69-8883-74a4-e560-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-08 14:19:34.936813 | fa163e69-8883-74a4-e560-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:46.438980 | 0.03s 2025-10-08 14:19:34.961342 | fa163e69-8883-74a4-e560-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-08 14:19:35.184623 | fa163e69-8883-74a4-e560-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-08 14:19:35.185960 | fa163e69-8883-74a4-e560-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:46.688127 | 0.22s 2025-10-08 14:19:35.211212 | fa163e69-8883-74a4-e560-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-08 14:19:35.433979 | fa163e69-8883-74a4-e560-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-08 14:19:35.435377 | fa163e69-8883-74a4-e560-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:46.937543 | 0.22s 2025-10-08 14:19:35.461214 | fa163e69-8883-74a4-e560-000000000bbb | TASK | Restart systemd-logind 2025-10-08 14:19:35.977632 | fa163e69-8883-74a4-e560-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-08 14:19:35.979478 | fa163e69-8883-74a4-e560-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:47.481645 | 0.52s 2025-10-08 14:19:36.005484 | fa163e69-8883-74a4-e560-000000000bbc | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 14:19:36.077175 | fa163e69-8883-74a4-e560-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-08 14:19:36.077912 | fa163e69-8883-74a4-e560-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.580085 | 0.07s 2025-10-08 14:19:36.097830 | fa163e69-8883-74a4-e560-000000000bbd | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 14:19:36.167882 | fa163e69-8883-74a4-e560-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-08 14:19:36.168806 | fa163e69-8883-74a4-e560-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:47.670972 | 0.07s 2025-10-08 14:19:36.193505 | fa163e69-8883-74a4-e560-000000000bbe | TASK | create persistent logs directory 2025-10-08 14:19:36.440599 | fa163e69-8883-74a4-e560-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-08 14:19:36.442445 | fa163e69-8883-74a4-e560-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.944594 | 0.25s 2025-10-08 14:19:36.639844 | fa163e69-8883-74a4-e560-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-08 14:19:36.640754 | fa163e69-8883-74a4-e560-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:48.142925 | 0.45s 2025-10-08 14:19:36.647586 | fa163e69-8883-74a4-e560-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:48.149752 | 0.45s 2025-10-08 14:19:36.667491 | fa163e69-8883-74a4-e560-000000000bc0 | TASK | Set login facts 2025-10-08 14:19:36.696405 | fa163e69-8883-74a4-e560-000000000bc0 | OK | Set login facts | standalone 2025-10-08 14:19:36.697219 | fa163e69-8883-74a4-e560-000000000bc0 | TIMING | Set login facts | standalone | 0:02:48.199392 | 0.03s 2025-10-08 14:19:36.716795 | fa163e69-8883-74a4-e560-000000000bc1 | TASK | Convert logins json to dict 2025-10-08 14:19:36.763647 | fa163e69-8883-74a4-e560-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-08 14:19:36.764782 | fa163e69-8883-74a4-e560-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:48.266947 | 0.05s 2025-10-08 14:19:36.784723 | fa163e69-8883-74a4-e560-000000000bc2 | TASK | Set registry logins 2025-10-08 14:19:36.831197 | fa163e69-8883-74a4-e560-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-08 14:19:36.831944 | fa163e69-8883-74a4-e560-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:48.334118 | 0.05s 2025-10-08 14:19:36.851467 | fa163e69-8883-74a4-e560-000000000bc3 | TASK | Run podman install 2025-10-08 14:19:36.877169 | fa163e69-8883-74a4-e560-000000000bc3 | TIMING | Run podman install | standalone | 0:02:48.379337 | 0.02s 2025-10-08 14:19:36.945158 | fa163e69-8883-74a4-e560-000000001323 | TASK | Gather variables for each operating system 2025-10-08 14:19:37.061998 | fa163e69-8883-74a4-e560-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-08 14:19:37.063457 | fa163e69-8883-74a4-e560-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.565603 | 0.12s 2025-10-08 14:19:37.069626 | fa163e69-8883-74a4-e560-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.571788 | 0.12s 2025-10-08 14:19:37.095415 | fa163e69-8883-74a4-e560-000000001325 | TASK | ensure podman and deps are installed 2025-10-08 14:19:39.840669 | fa163e69-8883-74a4-e560-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-08 14:19:39.842165 | fa163e69-8883-74a4-e560-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:51.344307 | 2.74s 2025-10-08 14:19:39.868008 | fa163e69-8883-74a4-e560-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-08 14:19:40.396828 | fa163e69-8883-74a4-e560-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-08 14:19:40.398013 | fa163e69-8883-74a4-e560-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:51.900181 | 0.53s 2025-10-08 14:19:40.423512 | fa163e69-8883-74a4-e560-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-08 14:19:40.453956 | fa163e69-8883-74a4-e560-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-08 14:19:40.455199 | fa163e69-8883-74a4-e560-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:51.957365 | 0.03s 2025-10-08 14:19:40.481050 | fa163e69-8883-74a4-e560-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-08 14:19:40.521666 | fa163e69-8883-74a4-e560-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-08 14:19:40.522828 | fa163e69-8883-74a4-e560-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:52.024994 | 0.04s 2025-10-08 14:19:40.548453 | fa163e69-8883-74a4-e560-00000000132a | TASK | Update default network configuration if possible 2025-10-08 14:19:40.581225 | fa163e69-8883-74a4-e560-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-08 14:19:40.582342 | fa163e69-8883-74a4-e560-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:52.084509 | 0.03s 2025-10-08 14:19:40.608293 | fa163e69-8883-74a4-e560-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-08 14:19:40.846488 | fa163e69-8883-74a4-e560-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-08 14:19:40.847854 | fa163e69-8883-74a4-e560-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:52.350021 | 0.24s 2025-10-08 14:19:40.873513 | fa163e69-8883-74a4-e560-00000000132d | TASK | Get current podman network 2025-10-08 14:19:41.162505 | fa163e69-8883-74a4-e560-00000000132d | CHANGED | Get current podman network | standalone 2025-10-08 14:19:41.163937 | fa163e69-8883-74a4-e560-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:52.666104 | 0.29s 2025-10-08 14:19:41.190403 | fa163e69-8883-74a4-e560-00000000132e | TASK | Update the default network configuration 2025-10-08 14:19:41.729001 | fa163e69-8883-74a4-e560-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-08 14:19:41.730342 | fa163e69-8883-74a4-e560-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:53.232509 | 0.54s 2025-10-08 14:19:41.756348 | fa163e69-8883-74a4-e560-00000000132f | TASK | Write containers registries.conf 2025-10-08 14:19:42.346960 | fa163e69-8883-74a4-e560-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-08 14:19:42.348295 | fa163e69-8883-74a4-e560-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:53.850461 | 0.59s 2025-10-08 14:19:42.375508 | fa163e69-8883-74a4-e560-000000001330 | TASK | Write containers.conf 2025-10-08 14:19:42.629961 | fa163e69-8883-74a4-e560-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-08 14:19:42.632444 | fa163e69-8883-74a4-e560-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.134599 | 0.26s 2025-10-08 14:19:42.843621 | fa163e69-8883-74a4-e560-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-08 14:19:42.844692 | fa163e69-8883-74a4-e560-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.346860 | 0.47s 2025-10-08 14:19:43.053060 | fa163e69-8883-74a4-e560-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-08 14:19:43.054804 | fa163e69-8883-74a4-e560-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.556972 | 0.68s 2025-10-08 14:19:43.256162 | fa163e69-8883-74a4-e560-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-08 14:19:43.256972 | fa163e69-8883-74a4-e560-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.759144 | 0.88s 2025-10-08 14:19:43.264079 | fa163e69-8883-74a4-e560-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.766243 | 0.89s 2025-10-08 14:19:43.292691 | fa163e69-8883-74a4-e560-000000001331 | TASK | Enable podman.socket service 2025-10-08 14:19:43.314913 | fa163e69-8883-74a4-e560-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-08 14:19:43.316054 | fa163e69-8883-74a4-e560-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:54.818220 | 0.02s 2025-10-08 14:19:43.367075 | fa163e69-8883-74a4-e560-000000000bc4 | TASK | Run podman login 2025-10-08 14:19:43.395633 | fa163e69-8883-74a4-e560-000000000bc4 | TIMING | Run podman login | standalone | 0:02:54.897794 | 0.03s 2025-10-08 14:19:43.476410 | fa163e69-8883-74a4-e560-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-08 14:19:43.502978 | fa163e69-8883-74a4-e560-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:55.005147 | 0.03s 2025-10-08 14:19:43.540751 | fa163e69-8883-74a4-e560-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-08 14:19:43.963312 | fa163e69-8883-74a4-e560-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-08 14:19:43.964571 | fa163e69-8883-74a4-e560-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:55.466738 | 0.42s 2025-10-08 14:19:43.990580 | fa163e69-8883-74a4-e560-000000000bc7 | TASK | create persistent directories 2025-10-08 14:19:44.235210 | fa163e69-8883-74a4-e560-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-08 14:19:44.237504 | fa163e69-8883-74a4-e560-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.739666 | 0.25s 2025-10-08 14:19:44.428999 | fa163e69-8883-74a4-e560-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-08 14:19:44.430728 | fa163e69-8883-74a4-e560-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.932898 | 0.44s 2025-10-08 14:19:44.608101 | fa163e69-8883-74a4-e560-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-08 14:19:44.609247 | fa163e69-8883-74a4-e560-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.111416 | 0.62s 2025-10-08 14:19:44.616790 | fa163e69-8883-74a4-e560-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.118948 | 0.62s 2025-10-08 14:19:44.645170 | fa163e69-8883-74a4-e560-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-08 14:19:45.048509 | fa163e69-8883-74a4-e560-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-08 14:19:45.049808 | fa163e69-8883-74a4-e560-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:56.551973 | 0.40s 2025-10-08 14:19:45.075817 | fa163e69-8883-74a4-e560-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-08 14:19:47.880707 | fa163e69-8883-74a4-e560-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-08 14:19:47.882162 | fa163e69-8883-74a4-e560-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:02:59.384328 | 2.80s 2025-10-08 14:19:47.907558 | fa163e69-8883-74a4-e560-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-08 14:19:48.245051 | fa163e69-8883-74a4-e560-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-08 14:19:48.247025 | fa163e69-8883-74a4-e560-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:59.749191 | 0.34s 2025-10-08 14:19:48.301569 | fa163e69-8883-74a4-e560-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:02:59.803727 | 0.03s 2025-10-08 14:19:48.392153 | fa163e69-8883-74a4-e560-00000000154c | TASK | Gather variables for each operating system 2025-10-08 14:19:48.514341 | fa163e69-8883-74a4-e560-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-08 14:19:48.516179 | fa163e69-8883-74a4-e560-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.018342 | 0.12s 2025-10-08 14:19:48.526382 | fa163e69-8883-74a4-e560-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.028553 | 0.13s 2025-10-08 14:19:48.554599 | fa163e69-8883-74a4-e560-00000000154e | TASK | Install the OpenSSH server 2025-10-08 14:19:51.331423 | fa163e69-8883-74a4-e560-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-08 14:19:51.332797 | fa163e69-8883-74a4-e560-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:02.834965 | 2.78s 2025-10-08 14:19:51.358782 | fa163e69-8883-74a4-e560-00000000154f | TASK | Start sshd 2025-10-08 14:19:51.387072 | fa163e69-8883-74a4-e560-00000000154f | SKIPPED | Start sshd | standalone 2025-10-08 14:19:51.388163 | fa163e69-8883-74a4-e560-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:02.890297 | 0.03s 2025-10-08 14:19:51.413193 | fa163e69-8883-74a4-e560-000000001550 | TASK | PasswordAuthentication notice 2025-10-08 14:19:51.443266 | fa163e69-8883-74a4-e560-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-08 14:19:51.444314 | fa163e69-8883-74a4-e560-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:02.946482 | 0.03s 2025-10-08 14:19:51.471589 | fa163e69-8883-74a4-e560-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-08 14:19:51.502291 | fa163e69-8883-74a4-e560-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-08 14:19:51.503414 | fa163e69-8883-74a4-e560-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:03.005581 | 0.03s 2025-10-08 14:19:51.528511 | fa163e69-8883-74a4-e560-000000001552 | TASK | Motd duplication notice 2025-10-08 14:19:51.568547 | fa163e69-8883-74a4-e560-000000001552 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-08 14:19:51.569541 | fa163e69-8883-74a4-e560-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:03.071711 | 0.04s 2025-10-08 14:19:51.593906 | fa163e69-8883-74a4-e560-000000001553 | TASK | Configure the banner text 2025-10-08 14:19:51.622808 | fa163e69-8883-74a4-e560-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-08 14:19:51.623850 | fa163e69-8883-74a4-e560-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:03.126018 | 0.03s 2025-10-08 14:19:51.649022 | fa163e69-8883-74a4-e560-000000001554 | TASK | Configure the motd banner 2025-10-08 14:19:51.687607 | fa163e69-8883-74a4-e560-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-08 14:19:51.688741 | fa163e69-8883-74a4-e560-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:03.190908 | 0.04s 2025-10-08 14:19:51.713924 | fa163e69-8883-74a4-e560-000000001555 | TASK | Update sshd configuration options from vars 2025-10-08 14:19:51.753927 | fa163e69-8883-74a4-e560-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-08 14:19:51.755008 | fa163e69-8883-74a4-e560-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:03.257178 | 0.04s 2025-10-08 14:19:51.779713 | fa163e69-8883-74a4-e560-000000001556 | TASK | Adjust ssh server configuration 2025-10-08 14:19:52.339931 | fa163e69-8883-74a4-e560-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-08 14:19:52.341286 | fa163e69-8883-74a4-e560-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:03.843454 | 0.56s 2025-10-08 14:19:52.368319 | fa163e69-8883-74a4-e560-000000001557 | TASK | Restart sshd 2025-10-08 14:19:52.805272 | fa163e69-8883-74a4-e560-000000001557 | CHANGED | Restart sshd | standalone 2025-10-08 14:19:52.807330 | fa163e69-8883-74a4-e560-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:04.309496 | 0.44s 2025-10-08 14:19:52.857633 | fa163e69-8883-74a4-e560-000000000bcc | TASK | create persistent directories 2025-10-08 14:19:53.122238 | fa163e69-8883-74a4-e560-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 14:19:53.123634 | fa163e69-8883-74a4-e560-000000000bcc | TIMING | create persistent directories | standalone | 0:03:04.625806 | 0.26s 2025-10-08 14:19:53.347471 | fa163e69-8883-74a4-e560-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-08 14:19:53.349053 | fa163e69-8883-74a4-e560-000000000bcc | TIMING | create persistent directories | standalone | 0:03:04.851222 | 0.49s 2025-10-08 14:19:53.547491 | fa163e69-8883-74a4-e560-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 14:19:53.548999 | fa163e69-8883-74a4-e560-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.051172 | 0.69s 2025-10-08 14:19:53.560539 | fa163e69-8883-74a4-e560-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.062699 | 0.70s 2025-10-08 14:19:53.588032 | fa163e69-8883-74a4-e560-000000000bcd | TASK | create persistent directories 2025-10-08 14:19:53.817709 | fa163e69-8883-74a4-e560-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 14:19:53.819232 | fa163e69-8883-74a4-e560-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.321404 | 0.23s 2025-10-08 14:19:54.011699 | fa163e69-8883-74a4-e560-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-08 14:19:54.013052 | fa163e69-8883-74a4-e560-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.515224 | 0.42s 2025-10-08 14:19:54.184730 | fa163e69-8883-74a4-e560-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 14:19:54.188034 | fa163e69-8883-74a4-e560-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.690196 | 0.60s 2025-10-08 14:19:54.197702 | fa163e69-8883-74a4-e560-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.699873 | 0.61s 2025-10-08 14:19:54.223895 | fa163e69-8883-74a4-e560-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-08 14:19:54.252225 | fa163e69-8883-74a4-e560-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-08 14:19:54.253393 | fa163e69-8883-74a4-e560-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:05.755555 | 0.03s 2025-10-08 14:19:54.279278 | fa163e69-8883-74a4-e560-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-08 14:19:54.310494 | fa163e69-8883-74a4-e560-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-08 14:19:54.311590 | fa163e69-8883-74a4-e560-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:05.813759 | 0.03s 2025-10-08 14:19:54.336779 | fa163e69-8883-74a4-e560-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-08 14:19:54.568613 | fa163e69-8883-74a4-e560-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-08 14:19:54.570010 | fa163e69-8883-74a4-e560-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:06.072177 | 0.23s 2025-10-08 14:19:54.595524 | fa163e69-8883-74a4-e560-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-08 14:19:54.634312 | fa163e69-8883-74a4-e560-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-08 14:19:54.635490 | fa163e69-8883-74a4-e560-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:06.137658 | 0.04s 2025-10-08 14:19:54.661963 | fa163e69-8883-74a4-e560-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-08 14:19:54.691497 | fa163e69-8883-74a4-e560-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-08 14:19:54.692550 | fa163e69-8883-74a4-e560-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:06.194716 | 0.03s 2025-10-08 14:19:54.717361 | fa163e69-8883-74a4-e560-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-08 14:19:54.746307 | fa163e69-8883-74a4-e560-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-08 14:19:54.747696 | fa163e69-8883-74a4-e560-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:06.249859 | 0.03s 2025-10-08 14:19:54.773793 | fa163e69-8883-74a4-e560-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-08 14:19:54.802390 | fa163e69-8883-74a4-e560-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:06.304553 | 0.03s 2025-10-08 14:19:54.827598 | fa163e69-8883-74a4-e560-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-08 14:19:54.877753 | fa163e69-8883-74a4-e560-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-08 14:19:54.878798 | fa163e69-8883-74a4-e560-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:06.380966 | 0.05s 2025-10-08 14:19:54.903143 | fa163e69-8883-74a4-e560-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-08 14:19:54.931407 | fa163e69-8883-74a4-e560-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:06.433566 | 0.03s 2025-10-08 14:19:54.956365 | fa163e69-8883-74a4-e560-000000000bd7 | TASK | Check for NTP service 2025-10-08 14:19:55.198083 | fa163e69-8883-74a4-e560-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-08 14:19:55.199422 | fa163e69-8883-74a4-e560-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:06.701588 | 0.24s 2025-10-08 14:19:55.224046 | fa163e69-8883-74a4-e560-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-08 14:19:55.273780 | fa163e69-8883-74a4-e560-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 14:19:55.274898 | fa163e69-8883-74a4-e560-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:06.777065 | 0.05s 2025-10-08 14:19:55.300900 | fa163e69-8883-74a4-e560-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-08 14:19:55.329042 | fa163e69-8883-74a4-e560-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:06.831204 | 0.03s 2025-10-08 14:19:55.425702 | fa163e69-8883-74a4-e560-0000000016e8 | TASK | Load distro-specific variables 2025-10-08 14:19:55.450528 | fa163e69-8883-74a4-e560-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:06.952699 | 0.02s 2025-10-08 14:19:55.458515 | b99f2c96-07a1-4075-9ddd-e1d8f954c35d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 14:19:55.479323 | fa163e69-8883-74a4-e560-0000000017cd | TASK | Load distro-specific variables 2025-10-08 14:19:55.531366 | fa163e69-8883-74a4-e560-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:19:55.533487 | fa163e69-8883-74a4-e560-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.035648 | 0.05s 2025-10-08 14:19:55.540018 | fa163e69-8883-74a4-e560-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.042185 | 0.06s 2025-10-08 14:19:55.566065 | fa163e69-8883-74a4-e560-0000000016e9 | TASK | Install chronyd 2025-10-08 14:19:55.597662 | fa163e69-8883-74a4-e560-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:07.099822 | 0.03s 2025-10-08 14:19:55.624255 | cbf816f8-1748-4d56-9484-7c4b75eaa4e9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-08 14:19:55.656677 | fa163e69-8883-74a4-e560-000000001806 | TASK | Load distro-specific variables 2025-10-08 14:19:55.683079 | fa163e69-8883-74a4-e560-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.185247 | 0.03s 2025-10-08 14:19:55.693770 | e21eaa8b-b809-420d-9edc-0e75db9cfddb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 14:19:55.718027 | fa163e69-8883-74a4-e560-00000000184d | TASK | Load distro-specific variables 2025-10-08 14:19:55.771032 | fa163e69-8883-74a4-e560-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:19:55.773162 | fa163e69-8883-74a4-e560-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.275298 | 0.05s 2025-10-08 14:19:55.779570 | fa163e69-8883-74a4-e560-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.281735 | 0.06s 2025-10-08 14:19:55.804646 | fa163e69-8883-74a4-e560-000000001807 | TASK | Check for NTP service 2025-10-08 14:19:56.056503 | fa163e69-8883-74a4-e560-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-08 14:19:56.057898 | fa163e69-8883-74a4-e560-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:07.560065 | 0.25s 2025-10-08 14:19:56.083678 | fa163e69-8883-74a4-e560-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-08 14:19:56.132041 | fa163e69-8883-74a4-e560-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 14:19:56.133075 | fa163e69-8883-74a4-e560-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:07.635243 | 0.05s 2025-10-08 14:19:56.158559 | fa163e69-8883-74a4-e560-000000001809 | TASK | Install chronyd package 2025-10-08 14:19:58.987886 | fa163e69-8883-74a4-e560-000000001809 | OK | Install chronyd package | standalone 2025-10-08 14:19:58.989283 | fa163e69-8883-74a4-e560-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:10.491450 | 2.83s 2025-10-08 14:19:59.014830 | fa163e69-8883-74a4-e560-0000000016ea | TASK | Upgrade chronyd 2025-10-08 14:19:59.047004 | fa163e69-8883-74a4-e560-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-08 14:19:59.048163 | fa163e69-8883-74a4-e560-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:10.550295 | 0.03s 2025-10-08 14:19:59.073525 | fa163e69-8883-74a4-e560-0000000016eb | TASK | Configure chronyd 2025-10-08 14:19:59.103737 | fa163e69-8883-74a4-e560-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:10.605897 | 0.03s 2025-10-08 14:19:59.124142 | e148220f-3279-4597-a56a-e11851141041 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-08 14:19:59.161394 | fa163e69-8883-74a4-e560-000000001886 | TASK | Load distro-specific variables 2025-10-08 14:19:59.187737 | fa163e69-8883-74a4-e560-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.689905 | 0.03s 2025-10-08 14:19:59.198161 | b66f296a-833a-407b-811c-86f95d23b65b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 14:19:59.220660 | fa163e69-8883-74a4-e560-0000000018f2 | TASK | Load distro-specific variables 2025-10-08 14:19:59.273666 | fa163e69-8883-74a4-e560-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:19:59.275830 | fa163e69-8883-74a4-e560-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.777884 | 0.05s 2025-10-08 14:19:59.282559 | fa163e69-8883-74a4-e560-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.784728 | 0.06s 2025-10-08 14:19:59.308994 | fa163e69-8883-74a4-e560-000000001887 | TASK | Install chrony configuration file 2025-10-08 14:19:59.894958 | fa163e69-8883-74a4-e560-000000001887 | OK | Install chrony configuration file | standalone 2025-10-08 14:19:59.896402 | fa163e69-8883-74a4-e560-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:11.398569 | 0.59s 2025-10-08 14:19:59.923076 | fa163e69-8883-74a4-e560-0000000016ec | TASK | Run chronyd 2025-10-08 14:19:59.954740 | fa163e69-8883-74a4-e560-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:11.456897 | 0.03s 2025-10-08 14:19:59.977639 | 8fa949b1-9c65-45bd-99d5-3ef62de2fbc3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-08 14:20:00.020132 | fa163e69-8883-74a4-e560-000000001915 | TASK | Load distro-specific variables 2025-10-08 14:20:00.046834 | fa163e69-8883-74a4-e560-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.548997 | 0.03s 2025-10-08 14:20:00.058569 | a8aba646-70c1-4047-a898-c7f84981349a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 14:20:00.083517 | fa163e69-8883-74a4-e560-000000001999 | TASK | Load distro-specific variables 2025-10-08 14:20:00.139982 | fa163e69-8883-74a4-e560-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 14:20:00.142470 | fa163e69-8883-74a4-e560-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.644632 | 0.06s 2025-10-08 14:20:00.154010 | fa163e69-8883-74a4-e560-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.656187 | 0.07s 2025-10-08 14:20:00.174555 | fa163e69-8883-74a4-e560-000000001916 | TASK | Ensure chronyd is running 2025-10-08 14:20:00.584941 | fa163e69-8883-74a4-e560-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-08 14:20:00.586795 | fa163e69-8883-74a4-e560-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:12.088963 | 0.41s 2025-10-08 14:20:00.613691 | fa163e69-8883-74a4-e560-000000001917 | TASK | Force chronyd restart 2025-10-08 14:20:00.656171 | fa163e69-8883-74a4-e560-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-08 14:20:00.657360 | fa163e69-8883-74a4-e560-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:12.159504 | 0.04s 2025-10-08 14:20:00.685264 | fa163e69-8883-74a4-e560-0000000016ed | TASK | Enable online service 2025-10-08 14:20:00.717728 | fa163e69-8883-74a4-e560-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:12.219888 | 0.03s 2025-10-08 14:20:00.737503 | 28a9e6d8-bac0-4b6e-84fd-d8dbf64b9d5f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-08 14:20:00.781189 | fa163e69-8883-74a4-e560-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-08 14:20:01.210441 | fa163e69-8883-74a4-e560-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-08 14:20:01.211678 | fa163e69-8883-74a4-e560-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:12.713842 | 0.43s 2025-10-08 14:20:01.237821 | fa163e69-8883-74a4-e560-0000000019c7 | TASK | Enable chrony-online.service 2025-10-08 14:20:01.905849 | fa163e69-8883-74a4-e560-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-08 14:20:01.907763 | fa163e69-8883-74a4-e560-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:13.409930 | 0.67s 2025-10-08 14:20:01.934913 | fa163e69-8883-74a4-e560-0000000016ee | TASK | Sync chronyc 2025-10-08 14:20:01.964647 | fa163e69-8883-74a4-e560-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:13.466808 | 0.03s 2025-10-08 14:20:01.983739 | f7091871-4c66-4fa9-a82e-3bc493d170fc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-08 14:20:02.030766 | fa163e69-8883-74a4-e560-000000001a6c | TASK | Force NTP sync 2025-10-08 14:20:02.220867 | fa163e69-8883-74a4-e560-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-08 14:20:02.222121 | fa163e69-8883-74a4-e560-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:13.724287 | 0.19s 2025-10-08 14:20:02.247938 | fa163e69-8883-74a4-e560-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-08 14:20:02.473401 | fa163e69-8883-74a4-e560-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 14:20:02.474660 | fa163e69-8883-74a4-e560-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:13.976829 | 0.23s 2025-10-08 14:20:02.522889 | fa163e69-8883-74a4-e560-000000000bda | TASK | Force NTP sync 2025-10-08 14:20:02.733196 | fa163e69-8883-74a4-e560-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-08 14:20:02.734445 | fa163e69-8883-74a4-e560-000000000bda | TIMING | Force NTP sync | standalone | 0:03:14.236611 | 0.21s 2025-10-08 14:20:02.758787 | fa163e69-8883-74a4-e560-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-08 14:20:02.955906 | fa163e69-8883-74a4-e560-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 14:20:02.957051 | fa163e69-8883-74a4-e560-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:14.459219 | 0.20s 2025-10-08 14:20:02.982252 | fa163e69-8883-74a4-e560-000000000bdc | TASK | Run timezone role 2025-10-08 14:20:03.010484 | fa163e69-8883-74a4-e560-000000000bdc | TIMING | Run timezone role | standalone | 0:03:14.512647 | 0.03s 2025-10-08 14:20:03.108806 | fa163e69-8883-74a4-e560-000000001c2d | TASK | Set timezone 2025-10-08 14:20:03.633054 | fa163e69-8883-74a4-e560-000000001c2d | OK | Set timezone | standalone 2025-10-08 14:20:03.634235 | fa163e69-8883-74a4-e560-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:15.136401 | 0.52s 2025-10-08 14:20:03.660354 | fa163e69-8883-74a4-e560-000000001c2e | TASK | Restart time services 2025-10-08 14:20:03.699532 | fa163e69-8883-74a4-e560-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-08 14:20:03.706209 | fa163e69-8883-74a4-e560-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-08 14:20:03.712292 | fa163e69-8883-74a4-e560-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:15.214459 | 0.05s 2025-10-08 14:20:03.760252 | fa163e69-8883-74a4-e560-000000000bdd | TASK | install tmpwatch on the host 2025-10-08 14:20:06.528664 | fa163e69-8883-74a4-e560-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-08 14:20:06.529698 | fa163e69-8883-74a4-e560-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:18.031871 | 2.77s 2025-10-08 14:20:06.555757 | fa163e69-8883-74a4-e560-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-08 14:20:06.586780 | fa163e69-8883-74a4-e560-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-08 14:20:06.587929 | fa163e69-8883-74a4-e560-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:18.090094 | 0.03s 2025-10-08 14:20:06.643276 | fa163e69-8883-74a4-e560-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:18.145435 | 0.03s 2025-10-08 14:20:06.749186 | fa163e69-8883-74a4-e560-000000001e61 | TASK | Gather variables for each operating system 2025-10-08 14:20:06.868595 | fa163e69-8883-74a4-e560-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 14:20:06.869922 | fa163e69-8883-74a4-e560-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:18.372085 | 0.12s 2025-10-08 14:20:06.879784 | fa163e69-8883-74a4-e560-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:18.381943 | 0.13s 2025-10-08 14:20:06.961813 | fa163e69-8883-74a4-e560-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:18.463970 | 0.05s 2025-10-08 14:20:06.981478 | 57637dc1-92ef-402e-be62-316a318b2878 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 14:20:07.013868 | fa163e69-8883-74a4-e560-000000001f92 | TASK | Check tuned package is installed 2025-10-08 14:20:07.277636 | fa163e69-8883-74a4-e560-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-08 14:20:07.279013 | fa163e69-8883-74a4-e560-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:18.781180 | 0.26s 2025-10-08 14:20:07.304843 | fa163e69-8883-74a4-e560-000000001f93 | TASK | Install tuned 2025-10-08 14:20:07.333043 | fa163e69-8883-74a4-e560-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-08 14:20:07.334097 | fa163e69-8883-74a4-e560-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:18.836265 | 0.03s 2025-10-08 14:20:07.359714 | fa163e69-8883-74a4-e560-000000001f94 | TASK | Restart tuned 2025-10-08 14:20:07.389466 | fa163e69-8883-74a4-e560-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-08 14:20:07.390644 | fa163e69-8883-74a4-e560-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:18.892811 | 0.03s 2025-10-08 14:20:07.415859 | fa163e69-8883-74a4-e560-000000001e63 | TASK | Check for tuned-adm 2025-10-08 14:20:07.643267 | fa163e69-8883-74a4-e560-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-08 14:20:07.644552 | fa163e69-8883-74a4-e560-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:19.146721 | 0.23s 2025-10-08 14:20:07.701753 | fa163e69-8883-74a4-e560-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:19.203913 | 0.03s 2025-10-08 14:20:07.727959 | d1f0ee4c-bfba-42e2-81c1-4bf3ff899dde | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 14:20:07.762489 | fa163e69-8883-74a4-e560-000000001fbf | TASK | Ensure profile directory exists 2025-10-08 14:20:07.830855 | fa163e69-8883-74a4-e560-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 14:20:07.832048 | fa163e69-8883-74a4-e560-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:19.334215 | 0.07s 2025-10-08 14:20:07.857869 | fa163e69-8883-74a4-e560-000000001fc0 | TASK | Create custom tuned profile 2025-10-08 14:20:07.919452 | fa163e69-8883-74a4-e560-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 14:20:07.920509 | fa163e69-8883-74a4-e560-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:19.422676 | 0.06s 2025-10-08 14:20:07.945827 | fa163e69-8883-74a4-e560-000000001fc1 | TASK | Check tuned active profile 2025-10-08 14:20:08.155293 | fa163e69-8883-74a4-e560-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-08 14:20:08.156430 | fa163e69-8883-74a4-e560-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:19.658598 | 0.21s 2025-10-08 14:20:08.182098 | fa163e69-8883-74a4-e560-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-08 14:20:08.391919 | fa163e69-8883-74a4-e560-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 14:20:08.393145 | fa163e69-8883-74a4-e560-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:19.895314 | 0.21s 2025-10-08 14:20:08.419265 | fa163e69-8883-74a4-e560-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 14:20:08.483239 | fa163e69-8883-74a4-e560-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 14:20:08.484359 | fa163e69-8883-74a4-e560-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:19.986526 | 0.06s 2025-10-08 14:20:08.511712 | fa163e69-8883-74a4-e560-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 14:20:08.575244 | fa163e69-8883-74a4-e560-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 14:20:08.576285 | fa163e69-8883-74a4-e560-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:20.078452 | 0.06s 2025-10-08 14:20:08.601572 | fa163e69-8883-74a4-e560-000000001fc5 | TASK | Enable tuned profile 2025-10-08 14:20:08.633982 | fa163e69-8883-74a4-e560-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-08 14:20:08.635016 | fa163e69-8883-74a4-e560-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:20.137183 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-08 14:20:08.814111 | fa163e69-8883-74a4-e560-0000000000ac | TASK | Overcloud container setup tasks 2025-10-08 14:20:08.841297 | fa163e69-8883-74a4-e560-0000000000ac | OK | Overcloud container setup tasks | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Overcloud container setup tasks' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000ac') missing from stats 2025-10-08 14:20:08.861420 | fa163e69-8883-74a4-e560-0000000000ad | TASK | Write config data 2025-10-08 14:20:08.923507 | fa163e69-8883-74a4-e560-0000000000ad | TIMING | Write config data | standalone | 0:03:20.425669 | 0.06s 2025-10-08 14:20:09.005459 | a658da62-edee-4479-8761-713ccaba5990 | INCLUDED | /root/standalone-ansible-dpuh_ze3/common_container_setup_tasks.yaml | standalone 2025-10-08 14:20:09.027941 | fa163e69-8883-74a4-e560-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-08 14:20:09.265058 | fa163e69-8883-74a4-e560-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-08 14:20:09.265958 | fa163e69-8883-74a4-e560-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:20.768130 | 0.24s 2025-10-08 14:20:09.285656 | fa163e69-8883-74a4-e560-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-08 14:20:09.498639 | fa163e69-8883-74a4-e560-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-08 14:20:09.499444 | fa163e69-8883-74a4-e560-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:21.001619 | 0.21s 2025-10-08 14:20:09.519231 | fa163e69-8883-74a4-e560-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-08 14:20:09.722646 | fa163e69-8883-74a4-e560-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-08 14:20:09.723907 | fa163e69-8883-74a4-e560-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:21.226075 | 0.20s 2025-10-08 14:20:09.751300 | fa163e69-8883-74a4-e560-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-08 14:20:09.973889 | fa163e69-8883-74a4-e560-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-08 14:20:09.975287 | fa163e69-8883-74a4-e560-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:21.477454 | 0.22s 2025-10-08 14:20:10.000905 | fa163e69-8883-74a4-e560-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-08 14:20:10.235175 | fa163e69-8883-74a4-e560-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-08 14:20:10.236552 | fa163e69-8883-74a4-e560-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:21.738719 | 0.23s 2025-10-08 14:20:10.262694 | fa163e69-8883-74a4-e560-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-08 14:20:11.548543 | fa163e69-8883-74a4-e560-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-08 14:20:11.550438 | fa163e69-8883-74a4-e560-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:23.052601 | 1.29s 2025-10-08 14:20:11.577105 | fa163e69-8883-74a4-e560-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-08 14:20:11.769579 | fa163e69-8883-74a4-e560-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-08 14:20:11.771009 | fa163e69-8883-74a4-e560-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:23.273176 | 0.19s 2025-10-08 14:20:11.796944 | fa163e69-8883-74a4-e560-00000000202d | TASK | Write container config scripts 2025-10-08 14:20:12.191977 | fa163e69-8883-74a4-e560-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-08 14:20:12.193235 | fa163e69-8883-74a4-e560-00000000202d | TIMING | Write container config scripts | standalone | 0:03:23.695403 | 0.39s 2025-10-08 14:20:12.218558 | fa163e69-8883-74a4-e560-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-08 14:20:12.686818 | fa163e69-8883-74a4-e560-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-08 14:20:12.688375 | fa163e69-8883-74a4-e560-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:24.190531 | 0.47s 2025-10-08 14:20:12.714507 | fa163e69-8883-74a4-e560-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-08 14:20:13.312715 | fa163e69-8883-74a4-e560-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-08 14:20:13.321710 | fa163e69-8883-74a4-e560-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:24.823872 | 0.61s 2025-10-08 14:20:13.362059 | fa163e69-8883-74a4-e560-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-08 14:20:13.587690 | fa163e69-8883-74a4-e560-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-08 14:20:13.589162 | fa163e69-8883-74a4-e560-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:25.091328 | 0.23s 2025-10-08 14:20:13.615112 | fa163e69-8883-74a4-e560-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-08 14:20:13.814998 | fa163e69-8883-74a4-e560-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-08 14:20:13.816502 | fa163e69-8883-74a4-e560-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:25.318669 | 0.20s 2025-10-08 14:20:13.842245 | fa163e69-8883-74a4-e560-000000002032 | TASK | Write container config json files 2025-10-08 14:20:14.356689 | fa163e69-8883-74a4-e560-000000002032 | CHANGED | Write container config json files | standalone 2025-10-08 14:20:14.364760 | fa163e69-8883-74a4-e560-000000002032 | TIMING | Write container config json files | standalone | 0:03:25.866925 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-08 14:20:14.540774 | fa163e69-8883-74a4-e560-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-08 14:20:14.567437 | fa163e69-8883-74a4-e560-0000000000b1 | OK | Pre Deployment Step Tasks | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Pre Deployment Step Tasks' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:20:14.625832 | fa163e69-8883-74a4-e560-0000000000b2 | TIMING | include_tasks | standalone | 0:03:26.128004 | 0.04s 2025-10-08 14:20:14.634864 | 2ea47dd2-8d84-4db6-aa3f-424f6cfb518a | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-08 14:20:14.750378 | fa163e69-8883-74a4-e560-0000000000b6 | TASK | External deployment step 1 2025-10-08 14:20:14.776915 | fa163e69-8883-74a4-e560-0000000000b6 | OK | External deployment step 1 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 1' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-74a4-e560-0000000000b6') missing from stats 2025-10-08 14:20:14.829106 | fa163e69-8883-74a4-e560-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:26.331271 | 0.04s 2025-10-08 14:20:14.864904 | 32895777-c780-47cf-a8ad-2818aa8d6a0a | INCLUDED | /root/standalone-ansible-dpuh_ze3/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-08 14:20:14.883055 | fa163e69-8883-74a4-e560-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-08 14:20:14.932387 | fa163e69-8883-74a4-e560-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-08 14:20:14.933523 | fa163e69-8883-74a4-e560-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:26.435689 | 0.05s 2025-10-08 14:20:14.950697 | fa163e69-8883-74a4-e560-000000002079 | TASK | Build disk list for cephadm 2025-10-08 14:20:15.003915 | fa163e69-8883-74a4-e560-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-08 14:20:15.005147 | fa163e69-8883-74a4-e560-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:26.507315 | 0.05s 2025-10-08 14:20:15.023442 | fa163e69-8883-74a4-e560-000000002080 | TASK | Container image prepare 2025-10-08 14:20:16.055433 | fa163e69-8883-74a4-e560-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-08 14:20:16.057685 | fa163e69-8883-74a4-e560-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:27.559850 | 1.03s 2025-10-08 14:20:16.094845 | fa163e69-8883-74a4-e560-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-08 14:20:16.327385 | fa163e69-8883-74a4-e560-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-08 14:20:16.328811 | fa163e69-8883-74a4-e560-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:27.830971 | 0.23s 2025-10-08 14:20:16.347370 | fa163e69-8883-74a4-e560-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 14:20:16.397270 | fa163e69-8883-74a4-e560-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:27.899427 | 0.05s 2025-10-08 14:20:16.444135 | fa163e69-8883-74a4-e560-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-08 14:20:16.690243 | fa163e69-8883-74a4-e560-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-08 14:20:16.691562 | fa163e69-8883-74a4-e560-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:28.193728 | 0.25s 2025-10-08 14:20:16.711096 | fa163e69-8883-74a4-e560-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-08 14:20:17.166371 | fa163e69-8883-74a4-e560-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-08 14:20:17.167099 | fa163e69-8883-74a4-e560-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:28.669275 | 0.45s 2025-10-08 14:20:17.181791 | fa163e69-8883-74a4-e560-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 14:20:17.240434 | fa163e69-8883-74a4-e560-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:28.742591 | 0.06s 2025-10-08 14:20:17.286405 | fa163e69-8883-74a4-e560-0000000020eb | TASK | Check for a configured destination 2025-10-08 14:20:17.350437 | fa163e69-8883-74a4-e560-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-08 14:20:17.351534 | fa163e69-8883-74a4-e560-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:28.853701 | 0.06s 2025-10-08 14:20:17.378767 | fa163e69-8883-74a4-e560-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-08 14:20:17.837282 | fa163e69-8883-74a4-e560-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-08 14:20:17.838732 | fa163e69-8883-74a4-e560-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:29.340899 | 0.46s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-08 14:20:18.005805 | fa163e69-8883-74a4-e560-0000000000ba | TASK | Deploy step tasks for 1 2025-10-08 14:20:18.032902 | fa163e69-8883-74a4-e560-0000000000ba | OK | Deploy step tasks for 1 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 1' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000ba') missing from stats 2025-10-08 14:20:18.053222 | fa163e69-8883-74a4-e560-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-08 14:20:18.537735 | fa163e69-8883-74a4-e560-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-08 14:20:18.538573 | fa163e69-8883-74a4-e560-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:30.040749 | 0.48s 2025-10-08 14:20:18.555938 | fa163e69-8883-74a4-e560-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 14:20:18.817616 | fa163e69-8883-74a4-e560-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 14:20:18.818494 | fa163e69-8883-74a4-e560-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:30.320670 | 0.26s 2025-10-08 14:20:18.836042 | fa163e69-8883-74a4-e560-0000000000be | TASK | Write config data at the start of step 1 2025-10-08 14:20:18.906976 | fa163e69-8883-74a4-e560-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:30.409135 | 0.07s 2025-10-08 14:20:18.940978 | c4f4d066-4b06-4f9c-a132-d1a6a6ff7394 | INCLUDED | /root/standalone-ansible-dpuh_ze3/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-08 14:20:18.967658 | fa163e69-8883-74a4-e560-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 14:20:18.998201 | fa163e69-8883-74a4-e560-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 14:20:18.998962 | fa163e69-8883-74a4-e560-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:30.501134 | 0.03s 2025-10-08 14:20:19.023737 | fa163e69-8883-74a4-e560-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 14:20:19.052673 | fa163e69-8883-74a4-e560-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 14:20:19.053439 | fa163e69-8883-74a4-e560-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:30.555613 | 0.03s 2025-10-08 14:20:19.073295 | fa163e69-8883-74a4-e560-00000000212c | TASK | Write the puppet step_config manifest 2025-10-08 14:20:19.504446 | fa163e69-8883-74a4-e560-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-08 14:20:19.505692 | fa163e69-8883-74a4-e560-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:31.007859 | 0.43s 2025-10-08 14:20:19.531064 | fa163e69-8883-74a4-e560-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 14:20:19.559702 | fa163e69-8883-74a4-e560-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 14:20:19.560913 | fa163e69-8883-74a4-e560-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:31.063080 | 0.03s 2025-10-08 14:20:19.585877 | fa163e69-8883-74a4-e560-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 14:20:19.615197 | fa163e69-8883-74a4-e560-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 14:20:19.616435 | fa163e69-8883-74a4-e560-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:31.118602 | 0.03s 2025-10-08 14:20:19.641342 | fa163e69-8883-74a4-e560-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-08 14:20:19.874105 | fa163e69-8883-74a4-e560-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-08 14:20:19.875487 | fa163e69-8883-74a4-e560-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:31.377654 | 0.23s 2025-10-08 14:20:19.901470 | fa163e69-8883-74a4-e560-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-08 14:20:19.929953 | fa163e69-8883-74a4-e560-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 14:20:19.931133 | fa163e69-8883-74a4-e560-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:31.433299 | 0.03s 2025-10-08 14:20:19.956301 | fa163e69-8883-74a4-e560-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-08 14:20:19.986585 | fa163e69-8883-74a4-e560-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 14:20:19.987781 | fa163e69-8883-74a4-e560-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:31.489948 | 0.03s 2025-10-08 14:20:20.013062 | fa163e69-8883-74a4-e560-000000002132 | TASK | Write container-puppet.json file 2025-10-08 14:20:20.573594 | fa163e69-8883-74a4-e560-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-08 14:20:20.574535 | fa163e69-8883-74a4-e560-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:32.076708 | 0.56s 2025-10-08 14:20:20.594102 | fa163e69-8883-74a4-e560-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-08 14:20:20.611884 | fa163e69-8883-74a4-e560-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 14:20:20.613028 | fa163e69-8883-74a4-e560-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:32.115196 | 0.02s 2025-10-08 14:20:20.638049 | fa163e69-8883-74a4-e560-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-08 14:20:20.667859 | fa163e69-8883-74a4-e560-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 14:20:20.668905 | fa163e69-8883-74a4-e560-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:32.171073 | 0.03s 2025-10-08 14:20:20.693903 | fa163e69-8883-74a4-e560-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-08 14:20:21.032065 | fa163e69-8883-74a4-e560-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-08 14:20:21.033342 | fa163e69-8883-74a4-e560-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:32.535475 | 0.34s 2025-10-08 14:20:21.058125 | fa163e69-8883-74a4-e560-000000002136 | TASK | Set host puppet debugging fact string 2025-10-08 14:20:21.077209 | fa163e69-8883-74a4-e560-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-08 14:20:21.078224 | fa163e69-8883-74a4-e560-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:32.580392 | 0.02s 2025-10-08 14:20:21.103125 | fa163e69-8883-74a4-e560-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-08 14:20:21.133406 | fa163e69-8883-74a4-e560-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-08 14:20:21.134494 | fa163e69-8883-74a4-e560-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:32.636662 | 0.03s 2025-10-08 14:20:21.159596 | fa163e69-8883-74a4-e560-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-08 14:20:21.188568 | fa163e69-8883-74a4-e560-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-08 14:20:21.189649 | fa163e69-8883-74a4-e560-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:32.691817 | 0.03s 2025-10-08 14:20:21.213838 | fa163e69-8883-74a4-e560-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-08 14:20:21.233267 | fa163e69-8883-74a4-e560-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-08 14:20:21.233999 | fa163e69-8883-74a4-e560-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:32.736176 | 0.02s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:20:21.276746 | fa163e69-8883-74a4-e560-0000000000c0 | TIMING | include_tasks | standalone | 0:03:32.778920 | 0.03s 2025-10-08 14:20:21.361622 | a283dc44-2c80-4169-a5f9-25c4a58a6778 | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-08 14:20:21.401415 | fa163e69-8883-74a4-e560-000000002164 | TASK | Create dirs for certificates and keys 2025-10-08 14:20:21.456547 | fa163e69-8883-74a4-e560-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-08 14:20:21.477654 | fa163e69-8883-74a4-e560-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-08 14:20:21.480927 | fa163e69-8883-74a4-e560-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:32.983090 | 0.08s 2025-10-08 14:20:21.536772 | fa163e69-8883-74a4-e560-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:20:21.538077 | fa163e69-8883-74a4-e560-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:33.040244 | 0.03s 2025-10-08 14:20:21.564238 | fa163e69-8883-74a4-e560-00000000216c | TASK | Fail if container image is undefined 2025-10-08 14:20:21.634237 | fa163e69-8883-74a4-e560-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 14:20:21.635372 | fa163e69-8883-74a4-e560-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:33.137539 | 0.07s 2025-10-08 14:20:21.676566 | fa163e69-8883-74a4-e560-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 14:20:37.232243 | fa163e69-8883-74a4-e560-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 14:20:37.233770 | fa163e69-8883-74a4-e560-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:48.735934 | 15.56s 2025-10-08 14:20:37.290987 | fa163e69-8883-74a4-e560-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 14:20:37.647892 | fa163e69-8883-74a4-e560-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 14:20:37.649425 | fa163e69-8883-74a4-e560-00000000216e | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:49.151586 | 0.36s 2025-10-08 14:20:37.701296 | fa163e69-8883-74a4-e560-00000000217d | TASK | Fail if container image is undefined 2025-10-08 14:20:37.765548 | fa163e69-8883-74a4-e560-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 14:20:37.766776 | fa163e69-8883-74a4-e560-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:49.268934 | 0.06s 2025-10-08 14:20:37.809493 | fa163e69-8883-74a4-e560-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 14:20:46.429255 | fa163e69-8883-74a4-e560-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 14:20:46.430844 | fa163e69-8883-74a4-e560-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:57.933012 | 8.62s 2025-10-08 14:20:46.480691 | fa163e69-8883-74a4-e560-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 14:20:46.834148 | fa163e69-8883-74a4-e560-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 14:20:46.834950 | fa163e69-8883-74a4-e560-00000000217f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:58.337127 | 0.35s 2025-10-08 14:20:46.885513 | fa163e69-8883-74a4-e560-00000000218a | TASK | Check if rsyslog exists 2025-10-08 14:20:47.116728 | fa163e69-8883-74a4-e560-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-08 14:20:47.118120 | fa163e69-8883-74a4-e560-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:03:58.620289 | 0.23s 2025-10-08 14:20:47.146279 | fa163e69-8883-74a4-e560-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-08 14:20:47.400251 | fa163e69-8883-74a4-e560-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-08 14:20:47.401812 | fa163e69-8883-74a4-e560-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:03:58.903978 | 0.25s 2025-10-08 14:20:47.428702 | fa163e69-8883-74a4-e560-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-08 14:20:48.200676 | fa163e69-8883-74a4-e560-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-08 14:20:48.202510 | fa163e69-8883-74a4-e560-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:59.704679 | 0.77s 2025-10-08 14:20:48.229619 | fa163e69-8883-74a4-e560-000000002194 | TASK | Fail if container image is undefined 2025-10-08 14:20:48.290911 | fa163e69-8883-74a4-e560-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 14:20:48.291977 | fa163e69-8883-74a4-e560-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:59.794144 | 0.06s 2025-10-08 14:20:48.334475 | fa163e69-8883-74a4-e560-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 14:20:53.840539 | fa163e69-8883-74a4-e560-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 14:20:53.841972 | fa163e69-8883-74a4-e560-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:05.344140 | 5.51s 2025-10-08 14:20:53.896596 | fa163e69-8883-74a4-e560-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 14:20:54.210464 | fa163e69-8883-74a4-e560-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 14:20:54.211929 | fa163e69-8883-74a4-e560-000000002196 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:05.714094 | 0.31s 2025-10-08 14:20:54.263652 | fa163e69-8883-74a4-e560-0000000021a0 | TASK | Run lvmfilter role 2025-10-08 14:20:54.313803 | fa163e69-8883-74a4-e560-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:05.815958 | 0.05s 2025-10-08 14:20:54.400379 | fa163e69-8883-74a4-e560-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-08 14:20:54.632473 | fa163e69-8883-74a4-e560-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-08 14:20:54.633751 | fa163e69-8883-74a4-e560-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:06.135917 | 0.23s 2025-10-08 14:20:54.654383 | fa163e69-8883-74a4-e560-0000000022b9 | TASK | collect ansible devices 2025-10-08 14:20:54.693941 | fa163e69-8883-74a4-e560-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-08 14:20:54.694700 | fa163e69-8883-74a4-e560-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:06.196876 | 0.04s 2025-10-08 14:20:54.712338 | fa163e69-8883-74a4-e560-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-08 14:20:54.751249 | fa163e69-8883-74a4-e560-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-08 14:20:54.751832 | fa163e69-8883-74a4-e560-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:06.254007 | 0.04s 2025-10-08 14:20:54.769480 | fa163e69-8883-74a4-e560-0000000022bb | TASK | set allowed_devices 2025-10-08 14:20:54.809101 | fa163e69-8883-74a4-e560-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-08 14:20:54.809656 | fa163e69-8883-74a4-e560-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:06.311833 | 0.04s 2025-10-08 14:20:54.826934 | fa163e69-8883-74a4-e560-0000000022bc | TASK | build lvm2 allow list 2025-10-08 14:20:54.875364 | fa163e69-8883-74a4-e560-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-08 14:20:54.875898 | fa163e69-8883-74a4-e560-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:06.378075 | 0.05s 2025-10-08 14:20:54.900501 | fa163e69-8883-74a4-e560-0000000022bd | TASK | build lvm2 deny list 2025-10-08 14:20:54.949872 | fa163e69-8883-74a4-e560-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-08 14:20:54.950894 | fa163e69-8883-74a4-e560-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:06.453062 | 0.05s 2025-10-08 14:20:54.976230 | fa163e69-8883-74a4-e560-0000000022be | TASK | build lvm2 filter 2025-10-08 14:20:55.026297 | fa163e69-8883-74a4-e560-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-08 14:20:55.027474 | fa163e69-8883-74a4-e560-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:06.529641 | 0.05s 2025-10-08 14:20:55.053969 | fa163e69-8883-74a4-e560-0000000022bf | TASK | regenerate lvm config 2025-10-08 14:20:55.100954 | fa163e69-8883-74a4-e560-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-08 14:20:55.101765 | fa163e69-8883-74a4-e560-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:06.603941 | 0.05s 2025-10-08 14:20:55.126708 | fa163e69-8883-74a4-e560-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-08 14:20:55.175691 | fa163e69-8883-74a4-e560-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-08 14:20:55.176698 | fa163e69-8883-74a4-e560-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:06.678864 | 0.05s 2025-10-08 14:20:55.226672 | fa163e69-8883-74a4-e560-0000000021a6 | TASK | Fail if container image is undefined 2025-10-08 14:20:55.288848 | fa163e69-8883-74a4-e560-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 14:20:55.289967 | fa163e69-8883-74a4-e560-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.792134 | 0.06s 2025-10-08 14:20:55.331099 | fa163e69-8883-74a4-e560-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 14:21:04.616440 | fa163e69-8883-74a4-e560-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 14:21:04.618134 | fa163e69-8883-74a4-e560-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:16.120299 | 9.29s 2025-10-08 14:21:04.673768 | fa163e69-8883-74a4-e560-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 14:21:05.026260 | fa163e69-8883-74a4-e560-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 14:21:05.027680 | fa163e69-8883-74a4-e560-0000000021a8 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:16.529846 | 0.35s 2025-10-08 14:21:05.128838 | fa163e69-8883-74a4-e560-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:21:05.130094 | fa163e69-8883-74a4-e560-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:16.632260 | 0.05s 2025-10-08 14:21:05.155526 | fa163e69-8883-74a4-e560-0000000021ba | TASK | Fail if container image is undefined 2025-10-08 14:21:05.218415 | fa163e69-8883-74a4-e560-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 14:21:05.219494 | fa163e69-8883-74a4-e560-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:16.721662 | 0.06s 2025-10-08 14:21:05.260638 | fa163e69-8883-74a4-e560-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 14:21:13.684263 | fa163e69-8883-74a4-e560-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 14:21:13.685704 | fa163e69-8883-74a4-e560-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:25.187871 | 8.42s 2025-10-08 14:21:13.740192 | fa163e69-8883-74a4-e560-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 14:21:14.105677 | fa163e69-8883-74a4-e560-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 14:21:14.106958 | fa163e69-8883-74a4-e560-0000000021bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:25.609126 | 0.37s 2025-10-08 14:21:14.206387 | fa163e69-8883-74a4-e560-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:21:14.207506 | fa163e69-8883-74a4-e560-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.709670 | 0.05s 2025-10-08 14:21:14.232698 | fa163e69-8883-74a4-e560-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-08 14:21:34.709790 | fa163e69-8883-74a4-e560-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-08 14:21:34.711432 | fa163e69-8883-74a4-e560-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:46.213600 | 20.48s 2025-10-08 14:21:34.737702 | fa163e69-8883-74a4-e560-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-08 14:21:34.787504 | fa163e69-8883-74a4-e560-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-08 14:21:34.788579 | fa163e69-8883-74a4-e560-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:46.290746 | 0.05s 2025-10-08 14:21:34.814146 | fa163e69-8883-74a4-e560-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-08 14:21:35.087183 | fa163e69-8883-74a4-e560-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-08 14:21:35.088452 | fa163e69-8883-74a4-e560-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:46.590620 | 0.27s 2025-10-08 14:21:35.114340 | fa163e69-8883-74a4-e560-0000000021ce | TASK | is KSM enabled 2025-10-08 14:21:35.154958 | fa163e69-8883-74a4-e560-0000000021ce | OK | is KSM enabled | standalone 2025-10-08 14:21:35.156080 | fa163e69-8883-74a4-e560-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:46.658249 | 0.04s 2025-10-08 14:21:35.181746 | fa163e69-8883-74a4-e560-0000000021d0 | TASK | Check for ksm 2025-10-08 14:21:36.442126 | fa163e69-8883-74a4-e560-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-08 14:21:36.443633 | fa163e69-8883-74a4-e560-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:47.945800 | 1.26s 2025-10-08 14:21:36.469770 | fa163e69-8883-74a4-e560-0000000021d1 | TASK | disable KSM services 2025-10-08 14:21:36.559826 | fa163e69-8883-74a4-e560-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-08 14:21:36.593634 | fa163e69-8883-74a4-e560-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-08 14:21:36.599492 | fa163e69-8883-74a4-e560-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:48.101664 | 0.13s 2025-10-08 14:21:36.617062 | fa163e69-8883-74a4-e560-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-08 14:21:36.686599 | fa163e69-8883-74a4-e560-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-08 14:21:36.687434 | fa163e69-8883-74a4-e560-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:48.189607 | 0.07s 2025-10-08 14:21:36.707365 | fa163e69-8883-74a4-e560-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-08 14:21:36.760623 | fa163e69-8883-74a4-e560-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-08 14:21:36.761931 | fa163e69-8883-74a4-e560-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:48.264096 | 0.05s 2025-10-08 14:21:36.788345 | fa163e69-8883-74a4-e560-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-08 14:21:36.818931 | fa163e69-8883-74a4-e560-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-08 14:21:36.820279 | fa163e69-8883-74a4-e560-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:48.322445 | 0.03s 2025-10-08 14:21:36.846549 | fa163e69-8883-74a4-e560-0000000021d6 | TASK | enable ksmtunded 2025-10-08 14:21:36.892406 | fa163e69-8883-74a4-e560-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-08 14:21:36.902375 | fa163e69-8883-74a4-e560-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-08 14:21:36.909248 | fa163e69-8883-74a4-e560-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:48.411408 | 0.06s 2025-10-08 14:21:36.964425 | fa163e69-8883-74a4-e560-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:21:36.965613 | fa163e69-8883-74a4-e560-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:48.467780 | 0.03s 2025-10-08 14:21:36.990091 | fa163e69-8883-74a4-e560-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 14:21:37.069815 | fa163e69-8883-74a4-e560-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 14:21:37.070994 | fa163e69-8883-74a4-e560-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:48.573162 | 0.08s 2025-10-08 14:21:37.097108 | fa163e69-8883-74a4-e560-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-08 14:21:40.154158 | fa163e69-8883-74a4-e560-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-08 14:21:40.159754 | fa163e69-8883-74a4-e560-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:51.661916 | 3.06s 2025-10-08 14:21:40.194958 | fa163e69-8883-74a4-e560-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-08 14:21:40.266645 | fa163e69-8883-74a4-e560-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-08 14:21:40.267973 | fa163e69-8883-74a4-e560-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:51.770137 | 0.07s 2025-10-08 14:21:40.297386 | fa163e69-8883-74a4-e560-0000000021de | TASK | Fetch ovn VIP 2025-10-08 14:21:40.412135 | fa163e69-8883-74a4-e560-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-08 14:21:40.413431 | fa163e69-8883-74a4-e560-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:51.915597 | 0.11s 2025-10-08 14:21:40.486742 | fa163e69-8883-74a4-e560-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-08 14:21:40.555956 | fa163e69-8883-74a4-e560-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-08 14:21:40.557178 | fa163e69-8883-74a4-e560-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:52.059345 | 0.07s 2025-10-08 14:21:40.587141 | fa163e69-8883-74a4-e560-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-08 14:21:40.650273 | fa163e69-8883-74a4-e560-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-08 14:21:40.651595 | fa163e69-8883-74a4-e560-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:52.153757 | 0.06s 2025-10-08 14:21:40.681239 | fa163e69-8883-74a4-e560-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-08 14:21:40.752652 | fa163e69-8883-74a4-e560-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-08 14:21:40.753766 | fa163e69-8883-74a4-e560-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:52.255933 | 0.07s 2025-10-08 14:21:40.782170 | fa163e69-8883-74a4-e560-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-08 14:21:40.856898 | fa163e69-8883-74a4-e560-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-08 14:21:40.869331 | fa163e69-8883-74a4-e560-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:52.371473 | 0.09s 2025-10-08 14:21:40.949443 | fa163e69-8883-74a4-e560-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:21:40.950579 | fa163e69-8883-74a4-e560-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.452745 | 0.05s 2025-10-08 14:21:40.979398 | fa163e69-8883-74a4-e560-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-08 14:21:41.030427 | fa163e69-8883-74a4-e560-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:52.532591 | 0.05s 2025-10-08 14:21:41.097038 | fa163e69-8883-74a4-e560-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-08 14:21:41.358710 | fa163e69-8883-74a4-e560-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-08 14:21:41.360073 | fa163e69-8883-74a4-e560-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:52.862240 | 0.26s 2025-10-08 14:21:41.389379 | fa163e69-8883-74a4-e560-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 14:21:41.449293 | fa163e69-8883-74a4-e560-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 14:21:41.450402 | fa163e69-8883-74a4-e560-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:52.952568 | 0.06s 2025-10-08 14:21:41.479544 | fa163e69-8883-74a4-e560-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-08 14:21:41.722063 | fa163e69-8883-74a4-e560-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-08 14:21:41.723410 | fa163e69-8883-74a4-e560-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:53.225577 | 0.24s 2025-10-08 14:21:41.752700 | fa163e69-8883-74a4-e560-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-08 14:21:41.824008 | fa163e69-8883-74a4-e560-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-08 14:21:41.825098 | fa163e69-8883-74a4-e560-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:53.327267 | 0.07s 2025-10-08 14:21:41.856350 | fa163e69-8883-74a4-e560-000000002393 | TASK | render OVN cluster configuration 2025-10-08 14:21:42.459549 | fa163e69-8883-74a4-e560-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-08 14:21:42.460882 | fa163e69-8883-74a4-e560-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:53.963049 | 0.60s 2025-10-08 14:21:42.490845 | fa163e69-8883-74a4-e560-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-08 14:21:42.552286 | fa163e69-8883-74a4-e560-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.054440 | 0.06s 2025-10-08 14:21:42.578287 | fa163e69-8883-74a4-e560-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.080458 | 0.09s 2025-10-08 14:21:42.591940 | fa163e69-8883-74a4-e560-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.094111 | 0.10s 2025-10-08 14:21:42.604010 | fa163e69-8883-74a4-e560-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.106180 | 0.11s 2025-10-08 14:21:42.628810 | 65824f37-f60d-459a-9de1-3895db529147 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 14:21:42.636473 | 440b7cc4-e1c2-4eba-9bbe-93e0adc7dcda | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 14:21:42.643961 | 52471281-cbab-43d6-a91b-180beb7bf325 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 14:21:42.673832 | fa163e69-8883-74a4-e560-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-08 14:21:42.914477 | fa163e69-8883-74a4-e560-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-08 14:21:42.915469 | fa163e69-8883-74a4-e560-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:54.417642 | 0.24s 2025-10-08 14:21:42.939667 | fa163e69-8883-74a4-e560-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-08 14:21:42.990425 | fa163e69-8883-74a4-e560-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-08 14:21:42.991126 | fa163e69-8883-74a4-e560-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:54.493301 | 0.05s 2025-10-08 14:21:43.014752 | fa163e69-8883-74a4-e560-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-08 14:21:43.274500 | fa163e69-8883-74a4-e560-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-08 14:21:43.275698 | fa163e69-8883-74a4-e560-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:54.777866 | 0.26s 2025-10-08 14:21:43.307168 | fa163e69-8883-74a4-e560-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-08 14:21:43.338028 | fa163e69-8883-74a4-e560-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-08 14:21:43.339243 | fa163e69-8883-74a4-e560-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:54.841408 | 0.03s 2025-10-08 14:21:43.370577 | fa163e69-8883-74a4-e560-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-08 14:21:43.638876 | fa163e69-8883-74a4-e560-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-08 14:21:43.640077 | fa163e69-8883-74a4-e560-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:55.142246 | 0.27s 2025-10-08 14:21:43.671653 | fa163e69-8883-74a4-e560-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-08 14:21:43.723477 | fa163e69-8883-74a4-e560-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-08 14:21:43.724548 | fa163e69-8883-74a4-e560-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:55.226714 | 0.05s 2025-10-08 14:21:43.830608 | fa163e69-8883-74a4-e560-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:21:43.831771 | fa163e69-8883-74a4-e560-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.333937 | 0.05s 2025-10-08 14:21:43.911070 | fa163e69-8883-74a4-e560-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:21:43.912182 | fa163e69-8883-74a4-e560-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.414350 | 0.05s 2025-10-08 14:21:43.941076 | fa163e69-8883-74a4-e560-0000000021f2 | TASK | Fail if container image is undefined 2025-10-08 14:21:44.005397 | fa163e69-8883-74a4-e560-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 14:21:44.006511 | fa163e69-8883-74a4-e560-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:55.508677 | 0.06s 2025-10-08 14:21:44.050908 | fa163e69-8883-74a4-e560-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 14:21:50.996887 | fa163e69-8883-74a4-e560-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 14:21:50.999604 | fa163e69-8883-74a4-e560-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:02.501764 | 6.95s 2025-10-08 14:21:51.059481 | fa163e69-8883-74a4-e560-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 14:21:51.395419 | fa163e69-8883-74a4-e560-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 14:21:51.397767 | fa163e69-8883-74a4-e560-0000000021f4 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:02.899932 | 0.34s 2025-10-08 14:21:51.454128 | fa163e69-8883-74a4-e560-0000000021ff | TASK | Pre-fetch all the containers 2025-10-08 14:21:58.037647 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-08 14:21:58.041626 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:09.543789 | 6.58s 2025-10-08 14:22:03.966823 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-08 14:22:03.969648 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:15.471814 | 12.51s 2025-10-08 14:22:08.413174 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-08 14:22:08.416656 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:19.918825 | 16.96s 2025-10-08 14:22:12.532018 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-08 14:22:12.534655 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:24.036797 | 21.08s 2025-10-08 14:22:15.255664 | fa163e69-8883-74a4-e560-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-08 14:22:15.258218 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:26.760386 | 23.80s 2025-10-08 14:22:18.233722 | fa163e69-8883-74a4-e560-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-08 14:22:18.237623 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:29.739788 | 26.78s 2025-10-08 14:22:23.802044 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-08 14:22:23.804905 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:35.307073 | 32.35s 2025-10-08 14:22:29.000043 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-08 14:22:29.004065 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:40.506232 | 37.55s 2025-10-08 14:22:33.670858 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-08 14:22:33.674010 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:45.176176 | 42.22s 2025-10-08 14:22:37.252216 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-08 14:22:37.255675 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:48.757840 | 45.80s 2025-10-08 14:22:46.584598 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-08 14:22:46.588240 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:58.090400 | 55.13s 2025-10-08 14:22:50.356452 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-08 14:22:50.360137 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:01.862302 | 58.90s 2025-10-08 14:23:08.214815 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-08 14:23:08.218421 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:19.720586 | 76.76s 2025-10-08 14:23:19.042706 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-08 14:23:19.046025 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:30.548191 | 87.59s 2025-10-08 14:23:27.364386 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-08 14:23:27.368570 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:38.870738 | 95.91s 2025-10-08 14:23:39.782000 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-08 14:23:39.791273 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:51.293435 | 108.33s 2025-10-08 14:23:48.536607 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-08 14:23:48.540711 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:00.042878 | 117.08s 2025-10-08 14:23:55.842711 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-08 14:23:55.846667 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:07.348834 | 124.39s 2025-10-08 14:24:00.567538 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-08 14:24:00.571565 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:12.073731 | 129.11s 2025-10-08 14:24:04.964278 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-08 14:24:04.967487 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:16.469654 | 133.51s 2025-10-08 14:24:11.461472 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-08 14:24:11.465499 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:22.967666 | 140.01s 2025-10-08 14:24:24.719385 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-08 14:24:24.723658 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:36.225826 | 153.27s 2025-10-08 14:24:29.049978 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-08 14:24:29.054080 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:40.556246 | 157.60s 2025-10-08 14:24:39.418556 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-08 14:24:39.423028 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:50.925193 | 167.97s 2025-10-08 14:24:43.518053 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-08 14:24:43.521807 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:55.023975 | 172.06s 2025-10-08 14:24:47.741051 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-08 14:24:47.744136 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:59.246302 | 176.29s 2025-10-08 14:24:51.461608 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-08 14:24:51.465160 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:02.967327 | 180.01s 2025-10-08 14:24:58.542212 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-08 14:24:58.545250 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:10.047416 | 187.09s 2025-10-08 14:25:02.631798 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-08 14:25:02.635539 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:14.137707 | 191.18s 2025-10-08 14:25:07.258635 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-08 14:25:07.262746 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:18.764913 | 195.81s 2025-10-08 14:25:13.318404 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-08 14:25:13.321743 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:24.823911 | 201.86s 2025-10-08 14:25:16.699282 | fa163e69-8883-74a4-e560-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-08 14:25:16.703489 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:28.205657 | 205.25s 2025-10-08 14:25:19.787042 | fa163e69-8883-74a4-e560-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-08 14:25:19.790168 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:31.292333 | 208.33s 2025-10-08 14:25:23.783637 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-08 14:25:23.787258 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:35.289416 | 212.33s 2025-10-08 14:25:26.895540 | fa163e69-8883-74a4-e560-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-08 14:25:26.899485 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:38.401653 | 215.44s 2025-10-08 14:25:32.068195 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-08 14:25:32.072635 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:43.574793 | 220.62s 2025-10-08 14:25:35.855540 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-08 14:25:35.857537 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:47.359708 | 224.40s 2025-10-08 14:25:39.920904 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-08 14:25:39.923940 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:51.426108 | 228.47s 2025-10-08 14:25:43.638295 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-08 14:25:43.641263 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:55.143431 | 232.18s 2025-10-08 14:25:48.236588 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-08 14:25:48.240381 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:59.742549 | 236.78s 2025-10-08 14:25:51.955074 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-08 14:25:51.958689 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:03.460855 | 240.50s 2025-10-08 14:25:55.973393 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-08 14:25:55.976389 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:07.478556 | 244.52s 2025-10-08 14:25:59.395681 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-08 14:25:59.398244 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.900411 | 247.94s 2025-10-08 14:26:03.691340 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-08 14:26:03.694451 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:15.196616 | 252.24s 2025-10-08 14:26:07.371394 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-08 14:26:07.374135 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:18.876308 | 255.92s 2025-10-08 14:26:11.092468 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-08 14:26:11.095082 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:22.597249 | 259.64s 2025-10-08 14:26:14.262618 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-08 14:26:14.267694 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:25.769856 | 262.81s 2025-10-08 14:26:18.413611 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-08 14:26:18.416697 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:29.918864 | 266.96s 2025-10-08 14:26:22.620072 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-08 14:26:22.622891 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:34.125065 | 271.17s 2025-10-08 14:26:26.853658 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-08 14:26:26.856573 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:38.358740 | 275.40s 2025-10-08 14:26:30.376637 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-08 14:26:30.378616 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:41.880790 | 278.92s 2025-10-08 14:26:34.235317 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-08 14:26:34.239130 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:45.741297 | 282.78s 2025-10-08 14:26:37.868163 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-08 14:26:37.872297 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:49.374465 | 286.42s 2025-10-08 14:26:41.181821 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-08 14:26:41.186143 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:52.688310 | 289.73s 2025-10-08 14:26:45.496156 | fa163e69-8883-74a4-e560-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-08 14:26:45.499412 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:57.001581 | 294.04s 2025-10-08 14:26:45.906038 | fa163e69-8883-74a4-e560-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:57.408201 | 294.45s 2025-10-08 14:26:46.133434 | fa163e69-8883-74a4-e560-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 14:26:46.134474 | fa163e69-8883-74a4-e560-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:57.636643 | 0.06s 2025-10-08 14:26:46.157469 | fa163e69-8883-74a4-e560-000000002209 | TASK | Fail if container image is undefined 2025-10-08 14:26:46.216541 | fa163e69-8883-74a4-e560-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 14:26:46.217438 | fa163e69-8883-74a4-e560-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:57.719611 | 0.06s 2025-10-08 14:26:46.251177 | fa163e69-8883-74a4-e560-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 14:26:52.417402 | fa163e69-8883-74a4-e560-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 14:26:52.418749 | fa163e69-8883-74a4-e560-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:03.920916 | 6.17s 2025-10-08 14:26:52.476002 | fa163e69-8883-74a4-e560-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 14:26:52.820076 | fa163e69-8883-74a4-e560-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 14:26:52.821503 | fa163e69-8883-74a4-e560-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:04.323671 | 0.34s 2025-10-08 14:26:52.881060 | fa163e69-8883-74a4-e560-000000002216 | TASK | Check if rsyslog exists 2025-10-08 14:26:53.136592 | fa163e69-8883-74a4-e560-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-08 14:26:53.138061 | fa163e69-8883-74a4-e560-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:04.640229 | 0.26s 2025-10-08 14:26:53.166154 | fa163e69-8883-74a4-e560-000000002217 | TASK | Forward logging to swift.log file 2025-10-08 14:26:53.640531 | fa163e69-8883-74a4-e560-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-08 14:26:53.641927 | fa163e69-8883-74a4-e560-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:05.144094 | 0.47s 2025-10-08 14:26:53.670431 | fa163e69-8883-74a4-e560-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-08 14:26:54.187792 | fa163e69-8883-74a4-e560-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-08 14:26:54.190000 | fa163e69-8883-74a4-e560-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:05.692163 | 0.52s 2025-10-08 14:26:54.219660 | fa163e69-8883-74a4-e560-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 14:26:54.455277 | fa163e69-8883-74a4-e560-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 14:26:54.456682 | fa163e69-8883-74a4-e560-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:05.958850 | 0.24s 2025-10-08 14:26:54.569753 | fa163e69-8883-74a4-e560-0000000000c3 | TIMING | include_tasks | standalone | 0:10:06.071912 | 0.08s 2025-10-08 14:26:54.612101 | 56c898a7-ed4a-4f94-b4fc-828e8a451553 | INCLUDED | /root/standalone-ansible-dpuh_ze3/common_deploy_steps_tasks.yaml | standalone 2025-10-08 14:26:54.637643 | fa163e69-8883-74a4-e560-00000000249a | TASK | Write the config_step hieradata 2025-10-08 14:26:55.129519 | fa163e69-8883-74a4-e560-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-08 14:26:55.130737 | fa163e69-8883-74a4-e560-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:06.632903 | 0.49s 2025-10-08 14:26:55.161161 | fa163e69-8883-74a4-e560-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-08 14:26:55.433970 | fa163e69-8883-74a4-e560-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-08 14:26:55.435060 | fa163e69-8883-74a4-e560-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:06.937228 | 0.27s 2025-10-08 14:26:55.463764 | fa163e69-8883-74a4-e560-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-08 14:26:55.719234 | fa163e69-8883-74a4-e560-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 14:27:05.909194 | fa163e69-8883-74a4-e560-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 14:27:16.129871 | fa163e69-8883-74a4-e560-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 14:27:26.351973 | fa163e69-8883-74a4-e560-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-08 14:27:36.523181 | fa163e69-8883-74a4-e560-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-08 14:27:46.736153 | fa163e69-8883-74a4-e560-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-08 14:27:56.930762 | fa163e69-8883-74a4-e560-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 14:27:56.932185 | fa163e69-8883-74a4-e560-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:08.434349 | 61.47s 2025-10-08 14:27:56.964207 | fa163e69-8883-74a4-e560-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-08 14:27:57.051530 | fa163e69-8883-74a4-e560-00000000249d | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 14:26:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 14:26:59 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 14:26:59 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 14:26:59 puppet-user: (file & line not available)", "<13>Oct 8 14:26:59 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 14:26:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 14:26:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 14:26:59 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.37 seconds", "<13>Oct 8 14:26:59 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 8 14:26:59 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 8 14:26:59 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 8 14:27:08 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 8 14:27:18 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 8 14:27:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 8 14:27:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 8 14:27:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 8 14:27:21 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 14:27:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 8 14:27:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 8 14:27:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 14:27:28 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 14:27:29 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 8 14:27:29 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 8 14:27:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 8 14:27:53 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 14:27:55 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 8 14:27:55 puppet-user: Notice: Applied catalog in 55.87 seconds", "<13>Oct 8 14:27:55 puppet-user: Application:", "<13>Oct 8 14:27:55 puppet-user: Initial environment: production", "<13>Oct 8 14:27:55 puppet-user: Converged environment: production", "<13>Oct 8 14:27:55 puppet-user: Run mode: user", "<13>Oct 8 14:27:55 puppet-user: Changes:", "<13>Oct 8 14:27:55 puppet-user: Total: 17", "<13>Oct 8 14:27:55 puppet-user: Events:", "<13>Oct 8 14:27:55 puppet-user: Success: 17", "<13>Oct 8 14:27:55 puppet-user: Resources:", "<13>Oct 8 14:27:55 puppet-user: Restarted: 1", "<13>Oct 8 14:27:55 puppet-user: Changed: 16", "<13>Oct 8 14:27:55 puppet-user: Out of sync: 16", "<13>Oct 8 14:27:55 puppet-user: Total: 26", "<13>Oct 8 14:27:55 puppet-user: Time:", "<13>Oct 8 14:27:55 puppet-user: Schedule: 0.00", "<13>Oct 8 14:27:55 puppet-user: File: 0.00", "<13>Oct 8 14:27:55 puppet-user: File line: 0.00", "<13>Oct 8 14:27:55 puppet-user: Augeas: 0.02", "<13>Oct 8 14:27:55 puppet-user: User: 0.18", "<13>Oct 8 14:27:55 puppet-user: Config retrieval: 0.42", "<13>Oct 8 14:27:55 puppet-user: Last run: 1759933675", "<13>Oct 8 14:27:55 puppet-user: Package: 18.17", "<13>Oct 8 14:27:55 puppet-user: Exec: 28.52", "<13>Oct 8 14:27:55 puppet-user: Pcmk property: 3.49", "<13>Oct 8 14:27:55 puppet-user: Service: 4.11", "<13>Oct 8 14:27:55 puppet-user: Transaction evaluation: 55.86", "<13>Oct 8 14:27:55 puppet-user: Catalog application: 55.87", "<13>Oct 8 14:27:55 puppet-user: Filebucket: 0.00", "<13>Oct 8 14:27:55 puppet-user: Total: 55.87", "<13>Oct 8 14:27:55 puppet-user: Version:", "<13>Oct 8 14:27:55 puppet-user: Config: 1759933619", "<13>Oct 8 14:27:55 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 14:27:57.052835 | fa163e69-8883-74a4-e560-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:08.555002 | 0.09s 2025-10-08 14:27:57.082561 | fa163e69-8883-74a4-e560-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-08 14:27:57.102889 | fa163e69-8883-74a4-e560-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:08.605051 | 0.02s 2025-10-08 14:27:57.172723 | fa163e69-8883-74a4-e560-0000000024e5 | TASK | Gather variables for each operating system 2025-10-08 14:27:57.253043 | fa163e69-8883-74a4-e560-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:08.755193 | 0.08s 2025-10-08 14:27:57.286583 | fa163e69-8883-74a4-e560-0000000024e6 | TASK | Create puppet caching structures 2025-10-08 14:27:57.489207 | fa163e69-8883-74a4-e560-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-08 14:27:57.490681 | fa163e69-8883-74a4-e560-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:08.992848 | 0.20s 2025-10-08 14:27:57.520688 | fa163e69-8883-74a4-e560-0000000024e7 | TASK | Check for facter.conf 2025-10-08 14:27:57.740795 | fa163e69-8883-74a4-e560-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-08 14:27:57.742056 | fa163e69-8883-74a4-e560-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:09.244222 | 0.22s 2025-10-08 14:27:57.771954 | fa163e69-8883-74a4-e560-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-08 14:27:57.816175 | fa163e69-8883-74a4-e560-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 14:27:57.817393 | fa163e69-8883-74a4-e560-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:09.319560 | 0.04s 2025-10-08 14:27:57.846562 | fa163e69-8883-74a4-e560-0000000024e9 | TASK | Write facter cache config 2025-10-08 14:27:58.290259 | fa163e69-8883-74a4-e560-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-08 14:27:58.291660 | fa163e69-8883-74a4-e560-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:09.793827 | 0.44s 2025-10-08 14:27:58.321272 | fa163e69-8883-74a4-e560-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-08 14:27:58.552365 | fa163e69-8883-74a4-e560-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-08 14:27:58.553741 | fa163e69-8883-74a4-e560-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:10.055908 | 0.23s 2025-10-08 14:27:58.584997 | fa163e69-8883-74a4-e560-0000000024eb | TASK | Pre-cache facts 2025-10-08 14:27:59.233900 | fa163e69-8883-74a4-e560-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-08 14:27:59.234873 | fa163e69-8883-74a4-e560-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:10.737046 | 0.65s 2025-10-08 14:27:59.264792 | fa163e69-8883-74a4-e560-0000000024ec | TASK | Failed deployment if facter fails 2025-10-08 14:27:59.298067 | fa163e69-8883-74a4-e560-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 14:27:59.299221 | fa163e69-8883-74a4-e560-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:10.801388 | 0.03s 2025-10-08 14:27:59.350707 | fa163e69-8883-74a4-e560-0000000024ed | TASK | Sync cached facts 2025-10-08 14:27:59.808149 | fa163e69-8883-74a4-e560-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e69-8883-74a4-e560-0000000024ed') missing from stats 2025-10-08 14:27:59.866537 | fa163e69-8883-74a4-e560-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 14:27:59.917325 | fa163e69-8883-74a4-e560-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:11.419459 | 0.05s 2025-10-08 14:27:59.949106 | 66a29808-8f39-447c-9a27-e10a11705d33 | INCLUDED | /root/standalone-ansible-dpuh_ze3/generate-config-tasks.yaml | standalone 2025-10-08 14:27:59.987091 | fa163e69-8883-74a4-e560-000000002537 | TASK | Create base directory puppet configs 2025-10-08 14:28:00.220801 | fa163e69-8883-74a4-e560-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-08 14:28:00.222176 | fa163e69-8883-74a4-e560-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:11.724343 | 0.23s 2025-10-08 14:28:00.253820 | fa163e69-8883-74a4-e560-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-08 14:28:00.538409 | fa163e69-8883-74a4-e560-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-08 14:28:00.539634 | fa163e69-8883-74a4-e560-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:12.041804 | 0.28s 2025-10-08 14:28:00.571643 | fa163e69-8883-74a4-e560-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-08 14:28:00.600361 | fa163e69-8883-74a4-e560-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:12.102521 | 0.03s 2025-10-08 14:28:00.673453 | fa163e69-8883-74a4-e560-0000000025c3 | TASK | Gather variables for each operating system 2025-10-08 14:28:00.788007 | fa163e69-8883-74a4-e560-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:12.290166 | 0.11s 2025-10-08 14:28:00.818693 | fa163e69-8883-74a4-e560-0000000025c4 | TASK | Create container logs path 2025-10-08 14:28:01.054206 | fa163e69-8883-74a4-e560-0000000025c4 | OK | Create container logs path | standalone 2025-10-08 14:28:01.055467 | fa163e69-8883-74a4-e560-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:12.557636 | 0.24s 2025-10-08 14:28:01.087288 | fa163e69-8883-74a4-e560-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:01.517386 | fa163e69-8883-74a4-e560-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 14:28:01.518606 | fa163e69-8883-74a4-e560-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:13.020773 | 0.43s 2025-10-08 14:28:01.556595 | fa163e69-8883-74a4-e560-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-08 14:28:01.631829 | fa163e69-8883-74a4-e560-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:28:01.632903 | fa163e69-8883-74a4-e560-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:13.135070 | 0.07s 2025-10-08 14:28:01.662104 | fa163e69-8883-74a4-e560-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-08 14:28:01.694346 | fa163e69-8883-74a4-e560-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:28:01.695423 | fa163e69-8883-74a4-e560-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:13.197591 | 0.03s 2025-10-08 14:28:01.724849 | fa163e69-8883-74a4-e560-0000000025cb | TASK | Update container configs with new config hashes 2025-10-08 14:28:01.785431 | fa163e69-8883-74a4-e560-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:28:01.786503 | fa163e69-8883-74a4-e560-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:13.288671 | 0.06s 2025-10-08 14:28:01.818191 | fa163e69-8883-74a4-e560-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:01.879035 | fa163e69-8883-74a4-e560-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:13.381195 | 0.06s 2025-10-08 14:28:01.906573 | 6f2e3f42-3549-4ea9-a5e2-8761a88de0c9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:28:01.943135 | fa163e69-8883-74a4-e560-000000002610 | TASK | Gather podman infos 2025-10-08 14:28:02.575575 | fa163e69-8883-74a4-e560-000000002610 | OK | Gather podman infos | standalone 2025-10-08 14:28:02.576839 | fa163e69-8883-74a4-e560-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:14.079006 | 0.63s 2025-10-08 14:28:02.624419 | fa163e69-8883-74a4-e560-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:02.687121 | fa163e69-8883-74a4-e560-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 14:28:02.688083 | fa163e69-8883-74a4-e560-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:14.190254 | 0.06s 2025-10-08 14:28:02.713257 | fa163e69-8883-74a4-e560-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:02.769926 | fa163e69-8883-74a4-e560-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:14.272097 | 0.06s 2025-10-08 14:28:02.788592 | 0eb8ecf7-e9d1-40b1-9167-9cf38e18f1e0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:28:02.821362 | fa163e69-8883-74a4-e560-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:36.068558 | fa163e69-8883-74a4-e560-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 14:28:36.070222 | fa163e69-8883-74a4-e560-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:47.572385 | 33.25s 2025-10-08 14:28:36.146426 | fa163e69-8883-74a4-e560-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:36.228989 | fa163e69-8883-74a4-e560-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 14:28:36.230241 | fa163e69-8883-74a4-e560-00000000263b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:47.732406 | 0.08s 2025-10-08 14:28:36.286300 | fa163e69-8883-74a4-e560-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-08 14:28:36.318676 | fa163e69-8883-74a4-e560-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 14:28:36.320007 | fa163e69-8883-74a4-e560-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:47.822173 | 0.03s 2025-10-08 14:28:36.349164 | fa163e69-8883-74a4-e560-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-08 14:28:36.388398 | fa163e69-8883-74a4-e560-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 14:28:36.389485 | fa163e69-8883-74a4-e560-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:47.891651 | 0.04s 2025-10-08 14:28:36.420619 | fa163e69-8883-74a4-e560-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-08 14:28:36.450582 | fa163e69-8883-74a4-e560-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:47.952738 | 0.03s 2025-10-08 14:28:36.518911 | fa163e69-8883-74a4-e560-000000002690 | TASK | Gather variables for each operating system 2025-10-08 14:28:36.639580 | fa163e69-8883-74a4-e560-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:48.141737 | 0.12s 2025-10-08 14:28:36.664279 | fa163e69-8883-74a4-e560-000000002691 | TASK | Create container logs path 2025-10-08 14:28:36.986003 | fa163e69-8883-74a4-e560-000000002691 | OK | Create container logs path | standalone 2025-10-08 14:28:36.987404 | fa163e69-8883-74a4-e560-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:48.489569 | 0.32s 2025-10-08 14:28:37.021284 | fa163e69-8883-74a4-e560-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 14:28:37.290742 | fa163e69-8883-74a4-e560-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 14:28:37.291997 | fa163e69-8883-74a4-e560-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:48.794164 | 0.27s 2025-10-08 14:28:37.322143 | fa163e69-8883-74a4-e560-000000002694 | TASK | Finalise hashes for all containers 2025-10-08 14:28:37.381934 | fa163e69-8883-74a4-e560-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:28:37.383094 | fa163e69-8883-74a4-e560-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:48.885263 | 0.06s 2025-10-08 14:28:37.479968 | fa163e69-8883-74a4-e560-000000002696 | TASK | Manage systemd shutdown files 2025-10-08 14:28:37.521692 | fa163e69-8883-74a4-e560-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:49.023852 | 0.04s 2025-10-08 14:28:37.554258 | 922af6b2-5471-4cb0-b030-59f1768df893 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 14:28:37.581850 | fa163e69-8883-74a4-e560-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 14:28:37.854453 | fa163e69-8883-74a4-e560-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 14:28:37.855822 | fa163e69-8883-74a4-e560-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:49.357989 | 0.27s 2025-10-08 14:28:37.886274 | fa163e69-8883-74a4-e560-0000000026ca | TASK | Set podman_drop_in fact 2025-10-08 14:28:37.948125 | fa163e69-8883-74a4-e560-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-08 14:28:37.949222 | fa163e69-8883-74a4-e560-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:49.451392 | 0.06s 2025-10-08 14:28:37.978848 | fa163e69-8883-74a4-e560-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 14:28:38.483471 | fa163e69-8883-74a4-e560-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 14:28:38.485754 | fa163e69-8883-74a4-e560-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:49.987906 | 0.51s 2025-10-08 14:28:38.954903 | fa163e69-8883-74a4-e560-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 14:28:38.955779 | fa163e69-8883-74a4-e560-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:50.457953 | 0.98s 2025-10-08 14:28:38.959660 | fa163e69-8883-74a4-e560-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:50.461829 | 0.98s 2025-10-08 14:28:38.979560 | fa163e69-8883-74a4-e560-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 14:28:39.487943 | fa163e69-8883-74a4-e560-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 14:28:39.489372 | fa163e69-8883-74a4-e560-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:50.991538 | 0.51s 2025-10-08 14:28:39.519779 | fa163e69-8883-74a4-e560-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 14:28:40.023542 | fa163e69-8883-74a4-e560-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 14:28:40.024868 | fa163e69-8883-74a4-e560-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:51.527037 | 0.50s 2025-10-08 14:28:40.057033 | fa163e69-8883-74a4-e560-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-08 14:28:41.006148 | fa163e69-8883-74a4-e560-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-08 14:28:41.008254 | fa163e69-8883-74a4-e560-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:52.510421 | 0.95s 2025-10-08 14:28:41.037964 | fa163e69-8883-74a4-e560-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 14:28:41.558757 | fa163e69-8883-74a4-e560-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 14:28:41.560498 | fa163e69-8883-74a4-e560-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:53.062656 | 0.52s 2025-10-08 14:28:41.592970 | fa163e69-8883-74a4-e560-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 14:28:42.110511 | fa163e69-8883-74a4-e560-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 14:28:42.111786 | fa163e69-8883-74a4-e560-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:53.613954 | 0.52s 2025-10-08 14:28:42.142670 | fa163e69-8883-74a4-e560-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-08 14:28:43.106480 | fa163e69-8883-74a4-e560-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 14:28:43.109471 | fa163e69-8883-74a4-e560-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:54.611636 | 0.97s 2025-10-08 14:28:43.141071 | fa163e69-8883-74a4-e560-000000002698 | TASK | Update container configs with new config hashes 2025-10-08 14:28:43.203142 | fa163e69-8883-74a4-e560-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:54.705307 | 0.06s 2025-10-08 14:28:43.224818 | 0e13c9e4-d8da-4802-8484-20a421a76ba5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 14:28:43.260866 | fa163e69-8883-74a4-e560-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-08 14:28:43.578537 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-08 14:28:43.579776 | | WARNING | Config change detected for mysql_bootstrap, new hash: ef4c14cf9e764595730441e473b4636d 2025-10-08 14:28:43.580292 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 8706b43e71137c77b145b8231c67cd5e 2025-10-08 14:28:43.580823 | | WARNING | Config change detected for clustercheck, new hash: 14642283e4a70da1bc408dc61fcd1672 2025-10-08 14:28:43.581557 | | WARNING | Config change detected for horizon_fix_perms, new hash: 2576fe90a6300ae4b5d6396bc3b5cfdf 2025-10-08 14:28:43.582119 | | WARNING | Config change detected for mysql_wait_bundle, new hash: ef4c14cf9e764595730441e473b4636d 2025-10-08 14:28:43.582676 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.583213 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.583776 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.584349 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.584885 | | WARNING | Config change detected for aodh_db_sync, new hash: 9ea7d22844d47509bdeaf12db67e0fe9 2025-10-08 14:28:43.585449 | | WARNING | Config change detected for barbican_api, new hash: 8f672077ebeb47cc3ec3096339da3af4 2025-10-08 14:28:43.585983 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 8f672077ebeb47cc3ec3096339da3af4 2025-10-08 14:28:43.586554 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 8f672077ebeb47cc3ec3096339da3af4 2025-10-08 14:28:43.587091 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 8f672077ebeb47cc3ec3096339da3af4 2025-10-08 14:28:43.587652 | | WARNING | Config change detected for barbican_worker, new hash: 8f672077ebeb47cc3ec3096339da3af4 2025-10-08 14:28:43.588201 | | WARNING | Config change detected for cinder_api_db_sync, new hash: e017e5a96d1161daa1c9a60e541976a7 2025-10-08 14:28:43.588759 | | WARNING | Config change detected for glance_api_db_sync, new hash: b83f3057e6ee2f9c130bebee41038afe-e750405789e3c843180d6dfe8ba4d7f4 2025-10-08 14:28:43.589372 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 4b7b968fd5c0d9f8056bc988fccbcbb9 2025-10-08 14:28:43.589928 | | WARNING | Config change detected for horizon, new hash: 2576fe90a6300ae4b5d6396bc3b5cfdf 2025-10-08 14:28:43.590497 | | WARNING | Config change detected for iscsid, new hash: e750405789e3c843180d6dfe8ba4d7f4 2025-10-08 14:28:43.591023 | | WARNING | Config change detected for keystone, new hash: 202d0811de66ec6a96fc18df0ca79c42 2025-10-08 14:28:43.591618 | | WARNING | Config change detected for keystone_cron, new hash: 202d0811de66ec6a96fc18df0ca79c42 2025-10-08 14:28:43.592181 | | WARNING | Config change detected for keystone_db_sync, new hash: 202d0811de66ec6a96fc18df0ca79c42 2025-10-08 14:28:43.592737 | | WARNING | Config change detected for manila_api_db_sync, new hash: cb1848422e1b43da6db582db3969bdb2 2025-10-08 14:28:43.593277 | | WARNING | Config change detected for neutron_db_sync, new hash: a271498fc3fc1a7a8a0486debdf957c2 2025-10-08 14:28:43.593796 | | WARNING | Config change detected for nova_api_db_sync, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.594361 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.594938 | | WARNING | Config change detected for nova_db_sync, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.595525 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.596067 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.596664 | | WARNING | Config change detected for nova_virtproxyd, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.597203 | | WARNING | Config change detected for nova_virtqemud, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.597768 | | WARNING | Config change detected for nova_virtsecretd, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.598297 | | WARNING | Config change detected for nova_virtstoraged, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.598803 | | WARNING | Config change detected for octavia_db_sync, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.599447 | | WARNING | Config change detected for placement_api_db_sync, new hash: 85fea56462052aeaaf9d4032f9a3890a 2025-10-08 14:28:43.599971 | | WARNING | Config change detected for swift_copy_rings, new hash: 48e4e7487ed8cfc931adee0c7013d70f-fcff4ae165c5174e01d25abea95923b2 2025-10-08 14:28:43.600539 | | WARNING | Config change detected for aodh_api, new hash: 9ea7d22844d47509bdeaf12db67e0fe9 2025-10-08 14:28:43.601066 | | WARNING | Config change detected for aodh_api_cron, new hash: 9ea7d22844d47509bdeaf12db67e0fe9 2025-10-08 14:28:43.601652 | | WARNING | Config change detected for aodh_evaluator, new hash: 9ea7d22844d47509bdeaf12db67e0fe9 2025-10-08 14:28:43.602232 | | WARNING | Config change detected for aodh_listener, new hash: 9ea7d22844d47509bdeaf12db67e0fe9 2025-10-08 14:28:43.602840 | | WARNING | Config change detected for aodh_notifier, new hash: 9ea7d22844d47509bdeaf12db67e0fe9 2025-10-08 14:28:43.603408 | | WARNING | Config change detected for ceilometer_agent_central, new hash: f94f811fa1f7f9ca107953efdbce74b7 2025-10-08 14:28:43.603928 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: f94f811fa1f7f9ca107953efdbce74b7 2025-10-08 14:28:43.604518 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: f94f811fa1f7f9ca107953efdbce74b7 2025-10-08 14:28:43.605042 | | WARNING | Config change detected for cinder_api, new hash: e017e5a96d1161daa1c9a60e541976a7 2025-10-08 14:28:43.605625 | | WARNING | Config change detected for cinder_api_cron, new hash: e017e5a96d1161daa1c9a60e541976a7 2025-10-08 14:28:43.606138 | | WARNING | Config change detected for cinder_scheduler, new hash: e017e5a96d1161daa1c9a60e541976a7 2025-10-08 14:28:43.606683 | | WARNING | Config change detected for glance_api, new hash: b83f3057e6ee2f9c130bebee41038afe-e750405789e3c843180d6dfe8ba4d7f4 2025-10-08 14:28:43.607205 | | WARNING | Config change detected for glance_api_cron, new hash: b83f3057e6ee2f9c130bebee41038afe 2025-10-08 14:28:43.607753 | | WARNING | Config change detected for glance_api_internal, new hash: 6e151a1fc6fc40debf0116f775925a29-e750405789e3c843180d6dfe8ba4d7f4 2025-10-08 14:28:43.608276 | | WARNING | Config change detected for heat_api, new hash: 908f24d300c2a13a61171df2e4ed2320 2025-10-08 14:28:43.608871 | | WARNING | Config change detected for heat_api_cfn, new hash: c5696c270bdd880603beaa71e56f2280 2025-10-08 14:28:43.609472 | | WARNING | Config change detected for heat_api_cron, new hash: 908f24d300c2a13a61171df2e4ed2320 2025-10-08 14:28:43.609996 | | WARNING | Config change detected for heat_engine, new hash: 4b7b968fd5c0d9f8056bc988fccbcbb9 2025-10-08 14:28:43.610544 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-08 14:28:43.611130 | | WARNING | Config change detected for manila_api, new hash: cb1848422e1b43da6db582db3969bdb2 2025-10-08 14:28:43.611700 | | WARNING | Config change detected for manila_api_cron, new hash: cb1848422e1b43da6db582db3969bdb2 2025-10-08 14:28:43.612239 | | WARNING | Config change detected for manila_scheduler, new hash: cb1848422e1b43da6db582db3969bdb2 2025-10-08 14:28:43.612828 | | WARNING | Config change detected for neutron_api, new hash: a271498fc3fc1a7a8a0486debdf957c2 2025-10-08 14:28:43.613485 | | WARNING | Config change detected for neutron_dhcp, new hash: a271498fc3fc1a7a8a0486debdf957c2 2025-10-08 14:28:43.614037 | | WARNING | Config change detected for neutron_sriov_agent, new hash: a271498fc3fc1a7a8a0486debdf957c2 2025-10-08 14:28:43.614613 | | WARNING | Config change detected for nova_api, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.615131 | | WARNING | Config change detected for nova_api_cron, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.615686 | | WARNING | Config change detected for nova_conductor, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.616251 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.616827 | | WARNING | Config change detected for nova_metadata, new hash: f13eb35eb57fe780c6a5fcfd605bf654 2025-10-08 14:28:43.617419 | | WARNING | Config change detected for nova_migration_target, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.617996 | | WARNING | Config change detected for nova_scheduler, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.618501 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.619093 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 78672afbdf0258321ef9030b9c266bfb 2025-10-08 14:28:43.619613 | | WARNING | Config change detected for octavia_api, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.620151 | | WARNING | Config change detected for octavia_driver_agent, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.620743 | | WARNING | Config change detected for ovn_metadata_agent, new hash: a271498fc3fc1a7a8a0486debdf957c2 2025-10-08 14:28:43.621297 | | WARNING | Config change detected for placement_api, new hash: 85fea56462052aeaaf9d4032f9a3890a 2025-10-08 14:28:43.621872 | | WARNING | Config change detected for placement_wait_for_service, new hash: 85fea56462052aeaaf9d4032f9a3890a 2025-10-08 14:28:43.622459 | | WARNING | Config change detected for swift_account_reaper, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.622974 | | WARNING | Config change detected for swift_account_server, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.623521 | | WARNING | Config change detected for swift_container_server, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.623996 | | WARNING | Config change detected for swift_container_updater, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.624545 | | WARNING | Config change detected for swift_object_expirer, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.625066 | | WARNING | Config change detected for swift_object_server, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.625615 | | WARNING | Config change detected for swift_object_updater, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.626142 | | WARNING | Config change detected for swift_proxy, new hash: 48e4e7487ed8cfc931adee0c7013d70f 2025-10-08 14:28:43.626738 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: f94f811fa1f7f9ca107953efdbce74b7 2025-10-08 14:28:43.627257 | | WARNING | Config change detected for gnocchi_api, new hash: d52563c9d9ecb59cb67ff172fb25b29c 2025-10-08 14:28:43.627810 | | WARNING | Config change detected for gnocchi_db_sync, new hash: d52563c9d9ecb59cb67ff172fb25b29c 2025-10-08 14:28:43.628359 | | WARNING | Config change detected for gnocchi_metricd, new hash: d52563c9d9ecb59cb67ff172fb25b29c 2025-10-08 14:28:43.628884 | | WARNING | Config change detected for gnocchi_statsd, new hash: d52563c9d9ecb59cb67ff172fb25b29c 2025-10-08 14:28:43.629480 | | WARNING | Config change detected for nova_compute, new hash: e750405789e3c843180d6dfe8ba4d7f4-3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.630000 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 3a1f192268a2022ed6f85a6de0b91f2d 2025-10-08 14:28:43.630328 | | WARNING | Config change detected for octavia_health_manager, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.630670 | | WARNING | Config change detected for octavia_housekeeping, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.631012 | | WARNING | Config change detected for octavia_rsyslog, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.631349 | | WARNING | Config change detected for octavia_worker, new hash: 34acfec5e695fb4db69cae92c22191d5 2025-10-08 14:28:43.631720 | fa163e69-8883-74a4-e560-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-08 14:28:43.632278 | fa163e69-8883-74a4-e560-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:55.134451 | 0.37s 2025-10-08 14:28:43.657008 | fa163e69-8883-74a4-e560-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 14:28:43.696345 | fa163e69-8883-74a4-e560-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:55.198460 | 0.04s 2025-10-08 14:28:43.721941 | ac6b11a1-3b5c-43d5-9b36-bd797b3db07b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:28:43.749246 | fa163e69-8883-74a4-e560-000000002719 | TASK | Gather podman infos 2025-10-08 14:28:44.498517 | fa163e69-8883-74a4-e560-000000002719 | OK | Gather podman infos | standalone 2025-10-08 14:28:44.499832 | fa163e69-8883-74a4-e560-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:56.001999 | 0.75s 2025-10-08 14:28:44.571754 | fa163e69-8883-74a4-e560-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 14:28:44.634023 | fa163e69-8883-74a4-e560-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:56.136182 | 0.06s 2025-10-08 14:28:44.761937 | fa163e69-8883-74a4-e560-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:56.264089 | 0.06s 2025-10-08 14:28:44.820909 | fa163e69-8883-74a4-e560-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 14:28:44.873612 | fa163e69-8883-74a4-e560-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:56.375773 | 0.05s 2025-10-08 14:28:44.896916 | e1cbe75f-d65c-49de-8506-848a9dfd949d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:28:44.933676 | fa163e69-8883-74a4-e560-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 14:28:52.689450 | fa163e69-8883-74a4-e560-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 14:28:52.691178 | fa163e69-8883-74a4-e560-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:04.193334 | 7.76s 2025-10-08 14:28:52.724055 | fa163e69-8883-74a4-e560-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 14:28:55.361091 | fa163e69-8883-74a4-e560-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 14:28:55.363293 | fa163e69-8883-74a4-e560-00000000278a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:06.865454 | 2.64s 2025-10-08 14:28:55.437859 | fa163e69-8883-74a4-e560-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-08 14:28:55.659019 | fa163e69-8883-74a4-e560-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-08 14:28:55.660023 | fa163e69-8883-74a4-e560-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:07.162197 | 0.22s 2025-10-08 14:28:55.687476 | fa163e69-8883-74a4-e560-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-08 14:28:55.744589 | fa163e69-8883-74a4-e560-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:07.246754 | 0.06s 2025-10-08 14:28:55.765637 | fa163e69-8883-74a4-e560-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-08 14:28:55.806823 | fa163e69-8883-74a4-e560-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:07.308995 | 0.04s 2025-10-08 14:28:55.819783 | fa9f19f8-0167-4007-9d4a-0db707052d5a | INCLUDED | /root/standalone-ansible-dpuh_ze3/host-container-puppet-tasks.yaml | standalone 2025-10-08 14:28:55.848196 | fa163e69-8883-74a4-e560-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-08 14:28:56.320277 | fa163e69-8883-74a4-e560-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-08 14:28:56.321586 | fa163e69-8883-74a4-e560-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:07.823752 | 0.47s 2025-10-08 14:28:56.357780 | fa163e69-8883-74a4-e560-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-08 14:28:56.669352 | fa163e69-8883-74a4-e560-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-08 14:28:56.670641 | fa163e69-8883-74a4-e560-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:08.172809 | 0.31s 2025-10-08 14:28:56.701815 | fa163e69-8883-74a4-e560-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-08 14:28:56.732475 | fa163e69-8883-74a4-e560-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:08.234637 | 0.03s 2025-10-08 14:28:56.797498 | fa163e69-8883-74a4-e560-0000000025c3 | TASK | Gather variables for each operating system 2025-10-08 14:28:56.922532 | fa163e69-8883-74a4-e560-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:08.424691 | 0.12s 2025-10-08 14:28:56.952925 | fa163e69-8883-74a4-e560-0000000025c4 | TASK | Create container logs path 2025-10-08 14:28:57.188579 | fa163e69-8883-74a4-e560-0000000025c4 | OK | Create container logs path | standalone 2025-10-08 14:28:57.189767 | fa163e69-8883-74a4-e560-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:08.691935 | 0.24s 2025-10-08 14:28:57.221751 | fa163e69-8883-74a4-e560-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:57.477640 | fa163e69-8883-74a4-e560-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 14:28:57.478945 | fa163e69-8883-74a4-e560-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:08.981112 | 0.26s 2025-10-08 14:28:57.509253 | fa163e69-8883-74a4-e560-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-08 14:28:57.553027 | fa163e69-8883-74a4-e560-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:28:57.554215 | fa163e69-8883-74a4-e560-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:09.056383 | 0.04s 2025-10-08 14:28:57.577652 | fa163e69-8883-74a4-e560-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-08 14:28:57.608253 | fa163e69-8883-74a4-e560-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:28:57.609016 | fa163e69-8883-74a4-e560-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:09.111189 | 0.03s 2025-10-08 14:28:57.631954 | fa163e69-8883-74a4-e560-0000000025cb | TASK | Update container configs with new config hashes 2025-10-08 14:28:57.679982 | fa163e69-8883-74a4-e560-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:28:57.680759 | fa163e69-8883-74a4-e560-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:09.182933 | 0.05s 2025-10-08 14:28:57.712644 | fa163e69-8883-74a4-e560-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:57.763767 | fa163e69-8883-74a4-e560-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 14:28:57.764928 | fa163e69-8883-74a4-e560-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:09.267095 | 0.05s 2025-10-08 14:28:57.797594 | fa163e69-8883-74a4-e560-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 14:28:57.849715 | fa163e69-8883-74a4-e560-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 14:28:57.851042 | fa163e69-8883-74a4-e560-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:09.353208 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-08 14:28:58.015979 | fa163e69-8883-74a4-e560-0000000000c6 | TASK | External deployment step 2 2025-10-08 14:28:58.046057 | fa163e69-8883-74a4-e560-0000000000c6 | OK | External deployment step 2 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 2' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-74a4-e560-0000000000c6') missing from stats 2025-10-08 14:28:58.099043 | fa163e69-8883-74a4-e560-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:09.601214 | 0.04s 2025-10-08 14:28:58.114152 | 7dc46328-e135-40e8-9951-cfa9514e86fc | INCLUDED | /root/standalone-ansible-dpuh_ze3/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-08 14:28:58.130029 | fa163e69-8883-74a4-e560-000000002852 | TASK | create cephadm working directory and related files 2025-10-08 14:28:58.179569 | fa163e69-8883-74a4-e560-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:09.681729 | 0.05s 2025-10-08 14:28:58.238820 | fa163e69-8883-74a4-e560-00000000287a | TASK | create cephadm workdir 2025-10-08 14:28:58.499007 | fa163e69-8883-74a4-e560-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-dpuh_ze3/cephadm 2025-10-08 14:28:58.501561 | fa163e69-8883-74a4-e560-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:10.003717 | 0.26s 2025-10-08 14:28:58.511490 | fa163e69-8883-74a4-e560-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:10.013651 | 0.27s 2025-10-08 14:28:58.530026 | fa163e69-8883-74a4-e560-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-08 14:28:58.803420 | fa163e69-8883-74a4-e560-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-08 14:28:58.804852 | fa163e69-8883-74a4-e560-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:10.307018 | 0.27s 2025-10-08 14:28:58.823031 | fa163e69-8883-74a4-e560-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-08 14:28:58.895162 | fa163e69-8883-74a4-e560-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-08 14:28:58.896642 | fa163e69-8883-74a4-e560-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:10.398808 | 0.07s 2025-10-08 14:28:58.918228 | fa163e69-8883-74a4-e560-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-08 14:28:58.970028 | fa163e69-8883-74a4-e560-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-08 14:28:58.971174 | fa163e69-8883-74a4-e560-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:10.473340 | 0.05s 2025-10-08 14:28:59.041416 | fa163e69-8883-74a4-e560-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:10.543579 | 0.05s 2025-10-08 14:28:59.126436 | fa163e69-8883-74a4-e560-000000002902 | TASK | set basic user fact 2025-10-08 14:28:59.195573 | fa163e69-8883-74a4-e560-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-08 14:28:59.196700 | fa163e69-8883-74a4-e560-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:10.698864 | 0.07s 2025-10-08 14:28:59.214505 | fa163e69-8883-74a4-e560-000000002903 | TASK | set basic home fact 2025-10-08 14:28:59.286160 | fa163e69-8883-74a4-e560-000000002903 | OK | set basic home fact | undercloud 2025-10-08 14:28:59.287417 | fa163e69-8883-74a4-e560-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:10.789583 | 0.07s 2025-10-08 14:28:59.305482 | fa163e69-8883-74a4-e560-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-08 14:28:59.378776 | fa163e69-8883-74a4-e560-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-08 14:28:59.380026 | fa163e69-8883-74a4-e560-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:10.882195 | 0.07s 2025-10-08 14:28:59.402939 | fa163e69-8883-74a4-e560-000000002906 | TASK | get all ansible environment variables 2025-10-08 14:28:59.458231 | fa163e69-8883-74a4-e560-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-08 14:28:59.459346 | fa163e69-8883-74a4-e560-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:10.961478 | 0.06s 2025-10-08 14:28:59.477154 | fa163e69-8883-74a4-e560-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-08 14:28:59.532079 | fa163e69-8883-74a4-e560-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-08 14:28:59.533283 | fa163e69-8883-74a4-e560-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:11.035449 | 0.05s 2025-10-08 14:28:59.551426 | fa163e69-8883-74a4-e560-000000002909 | TASK | Set common fact 2025-10-08 14:28:59.603205 | fa163e69-8883-74a4-e560-000000002909 | OK | Set common fact | undercloud 2025-10-08 14:28:59.604296 | fa163e69-8883-74a4-e560-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:11.106464 | 0.05s 2025-10-08 14:28:59.622459 | fa163e69-8883-74a4-e560-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-08 14:28:59.667687 | fa163e69-8883-74a4-e560-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-08 14:28:59.668842 | fa163e69-8883-74a4-e560-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:11.171008 | 0.04s 2025-10-08 14:28:59.703477 | fa163e69-8883-74a4-e560-00000000290c | TASK | build filter list 2025-10-08 14:28:59.735639 | fa163e69-8883-74a4-e560-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:11.237797 | 0.03s 2025-10-08 14:28:59.755136 | fa163e69-8883-74a4-e560-00000000290d | TASK | add images pool 2025-10-08 14:28:59.831299 | fa163e69-8883-74a4-e560-00000000290d | OK | add images pool | undercloud 2025-10-08 14:28:59.832541 | fa163e69-8883-74a4-e560-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:11.334708 | 0.08s 2025-10-08 14:28:59.851131 | fa163e69-8883-74a4-e560-00000000290e | TASK | add volumes pool 2025-10-08 14:28:59.912053 | fa163e69-8883-74a4-e560-00000000290e | OK | add volumes pool | undercloud 2025-10-08 14:28:59.913361 | fa163e69-8883-74a4-e560-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:11.415488 | 0.06s 2025-10-08 14:28:59.932538 | fa163e69-8883-74a4-e560-00000000290f | TASK | add vms pool 2025-10-08 14:28:59.993591 | fa163e69-8883-74a4-e560-00000000290f | OK | add vms pool | undercloud 2025-10-08 14:28:59.994794 | fa163e69-8883-74a4-e560-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:11.496963 | 0.06s 2025-10-08 14:29:00.012932 | fa163e69-8883-74a4-e560-000000002910 | TASK | add gnocchi pool 2025-10-08 14:29:00.067021 | fa163e69-8883-74a4-e560-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-08 14:29:00.068195 | fa163e69-8883-74a4-e560-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:11.570361 | 0.05s 2025-10-08 14:29:00.086133 | fa163e69-8883-74a4-e560-000000002911 | TASK | add cinder backup pool 2025-10-08 14:29:00.169701 | fa163e69-8883-74a4-e560-000000002911 | OK | add cinder backup pool | undercloud 2025-10-08 14:29:00.171019 | fa163e69-8883-74a4-e560-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:11.673187 | 0.08s 2025-10-08 14:29:00.189011 | fa163e69-8883-74a4-e560-000000002912 | TASK | add cinder extra pools 2025-10-08 14:29:00.218369 | fa163e69-8883-74a4-e560-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:11.720535 | 0.03s 2025-10-08 14:29:00.236421 | fa163e69-8883-74a4-e560-000000002913 | TASK | build resulting pool list 2025-10-08 14:29:00.383434 | fa163e69-8883-74a4-e560-000000002913 | OK | build resulting pool list | undercloud 2025-10-08 14:29:00.384712 | fa163e69-8883-74a4-e560-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:11.886881 | 0.15s 2025-10-08 14:29:00.402854 | fa163e69-8883-74a4-e560-000000002915 | TASK | add manila data pool 2025-10-08 14:29:00.474980 | fa163e69-8883-74a4-e560-000000002915 | OK | add manila data pool | undercloud 2025-10-08 14:29:00.476048 | fa163e69-8883-74a4-e560-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:11.978217 | 0.07s 2025-10-08 14:29:00.493874 | fa163e69-8883-74a4-e560-000000002916 | TASK | add manila metadata pool 2025-10-08 14:29:00.567888 | fa163e69-8883-74a4-e560-000000002916 | OK | add manila metadata pool | undercloud 2025-10-08 14:29:00.569124 | fa163e69-8883-74a4-e560-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:12.071292 | 0.07s 2025-10-08 14:29:00.655223 | fa163e69-8883-74a4-e560-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:12.157385 | 0.05s 2025-10-08 14:29:00.785558 | fa163e69-8883-74a4-e560-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-08 14:29:00.843254 | fa163e69-8883-74a4-e560-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-08 14:29:00.844254 | fa163e69-8883-74a4-e560-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:12.346419 | 0.06s 2025-10-08 14:29:00.862572 | fa163e69-8883-74a4-e560-000000002aaa | TASK | build openstack client profiles per pool 2025-10-08 14:29:00.938768 | fa163e69-8883-74a4-e560-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 14:29:00.940774 | fa163e69-8883-74a4-e560-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:12.442936 | 0.08s 2025-10-08 14:29:00.968247 | fa163e69-8883-74a4-e560-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 14:29:00.969018 | fa163e69-8883-74a4-e560-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:12.471190 | 0.11s 2025-10-08 14:29:00.993405 | fa163e69-8883-74a4-e560-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 14:29:00.994653 | fa163e69-8883-74a4-e560-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:12.496825 | 0.13s 2025-10-08 14:29:01.011802 | fa163e69-8883-74a4-e560-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 14:29:01.012565 | fa163e69-8883-74a4-e560-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:12.514737 | 0.15s 2025-10-08 14:29:01.018467 | fa163e69-8883-74a4-e560-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:12.520638 | 0.15s 2025-10-08 14:29:01.036696 | fa163e69-8883-74a4-e560-000000002aab | TASK | set openstack client caps 2025-10-08 14:29:01.097626 | fa163e69-8883-74a4-e560-000000002aab | OK | set openstack client caps | undercloud 2025-10-08 14:29:01.098722 | fa163e69-8883-74a4-e560-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:12.600891 | 0.06s 2025-10-08 14:29:01.116706 | fa163e69-8883-74a4-e560-000000002aac | TASK | set openstack client osd(s) caps 2025-10-08 14:29:01.181472 | fa163e69-8883-74a4-e560-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-08 14:29:01.182745 | fa163e69-8883-74a4-e560-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:12.684913 | 0.06s 2025-10-08 14:29:01.200668 | fa163e69-8883-74a4-e560-000000002aad | TASK | Combine caps 2025-10-08 14:29:01.272847 | fa163e69-8883-74a4-e560-000000002aad | OK | Combine caps | undercloud 2025-10-08 14:29:01.273955 | fa163e69-8883-74a4-e560-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:12.776124 | 0.07s 2025-10-08 14:29:01.291813 | fa163e69-8883-74a4-e560-000000002aae | TASK | set openstack client key 2025-10-08 14:29:01.345152 | fa163e69-8883-74a4-e560-000000002aae | OK | set openstack client key | undercloud 2025-10-08 14:29:01.346235 | fa163e69-8883-74a4-e560-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:12.848402 | 0.05s 2025-10-08 14:29:01.366375 | fa163e69-8883-74a4-e560-000000002ab0 | TASK | build manila key for openstack 2025-10-08 14:29:01.420451 | fa163e69-8883-74a4-e560-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-08 14:29:01.421589 | fa163e69-8883-74a4-e560-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:12.923756 | 0.05s 2025-10-08 14:29:01.439556 | fa163e69-8883-74a4-e560-000000002ab1 | TASK | build radosgw key for openstack 2025-10-08 14:29:01.489614 | fa163e69-8883-74a4-e560-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-08 14:29:01.490650 | fa163e69-8883-74a4-e560-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:12.992817 | 0.05s 2025-10-08 14:29:01.509397 | fa163e69-8883-74a4-e560-000000002ab2 | TASK | build the resulting keys 2025-10-08 14:29:01.637585 | fa163e69-8883-74a4-e560-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-08 14:29:01.639047 | fa163e69-8883-74a4-e560-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:13.141214 | 0.13s 2025-10-08 14:29:01.724623 | fa163e69-8883-74a4-e560-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:13.226786 | 0.05s 2025-10-08 14:29:01.942815 | fa163e69-8883-74a4-e560-000000002dcd | TASK | build ceph orphan set 2025-10-08 14:29:02.021803 | fa163e69-8883-74a4-e560-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-08 14:29:02.023032 | fa163e69-8883-74a4-e560-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:13.525198 | 0.08s 2025-10-08 14:29:02.040927 | fa163e69-8883-74a4-e560-000000002dce | TASK | clean ceph_config_overrides list 2025-10-08 14:29:02.081060 | fa163e69-8883-74a4-e560-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:13.583224 | 0.04s 2025-10-08 14:29:02.099163 | fa163e69-8883-74a4-e560-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-08 14:29:02.161466 | fa163e69-8883-74a4-e560-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-08 14:29:02.162574 | fa163e69-8883-74a4-e560-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:13.664741 | 0.06s 2025-10-08 14:29:02.180358 | fa163e69-8883-74a4-e560-000000002dd0 | TASK | build ceph config overrides 2025-10-08 14:29:02.290273 | fa163e69-8883-74a4-e560-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-08 14:29:02.291559 | fa163e69-8883-74a4-e560-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:13.793727 | 0.11s 2025-10-08 14:29:02.325706 | fa163e69-8883-74a4-e560-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-08 14:29:02.973756 | fa163e69-8883-74a4-e560-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-08 14:29:02.975293 | fa163e69-8883-74a4-e560-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:14.477461 | 0.65s 2025-10-08 14:29:02.993887 | fa163e69-8883-74a4-e560-000000002883 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-08 14:29:03.119467 | fa163e69-8883-74a4-e560-000000002883 | OK | Set bootstrap host | undercloud 2025-10-08 14:29:03.120633 | fa163e69-8883-74a4-e560-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:14.622800 | 0.13s 2025-10-08 14:29:03.138575 | fa163e69-8883-74a4-e560-000000002884 | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-08 14:29:03.263680 | fa163e69-8883-74a4-e560-000000002884 | OK | Set first monitor IP | undercloud 2025-10-08 14:29:03.264798 | fa163e69-8883-74a4-e560-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:14.766965 | 0.12s 2025-10-08 14:29:03.283007 | fa163e69-8883-74a4-e560-000000002885 | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-08 14:29:03.378696 | fa163e69-8883-74a4-e560-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-08 14:29:03.379772 | fa163e69-8883-74a4-e560-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:14.881937 | 0.09s 2025-10-08 14:29:03.397990 | fa163e69-8883-74a4-e560-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-08 14:29:03.945039 | fa163e69-8883-74a4-e560-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-08 14:29:03.946000 | fa163e69-8883-74a4-e560-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:15.448176 | 0.55s 2025-10-08 14:29:03.973138 | fa163e69-8883-74a4-e560-000000002853 | TASK | Prepare cephadm user and keys 2025-10-08 14:29:04.515741 | fa163e69-8883-74a4-e560-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-08 14:29:04.517081 | fa163e69-8883-74a4-e560-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:16.019246 | 0.54s 2025-10-08 14:29:04.534766 | fa163e69-8883-74a4-e560-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-08 14:29:04.617184 | fa163e69-8883-74a4-e560-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:16.119345 | 0.08s 2025-10-08 14:29:04.695701 | fa163e69-8883-74a4-e560-000000003049 | TASK | set cephadm playbook 2025-10-08 14:29:04.764296 | fa163e69-8883-74a4-e560-000000003049 | OK | set cephadm playbook | undercloud 2025-10-08 14:29:04.765926 | fa163e69-8883-74a4-e560-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:16.268092 | 0.07s 2025-10-08 14:29:04.784273 | fa163e69-8883-74a4-e560-00000000304a | TASK | Setup the log path 2025-10-08 14:29:04.845001 | fa163e69-8883-74a4-e560-00000000304a | OK | Setup the log path | undercloud 2025-10-08 14:29:04.846047 | fa163e69-8883-74a4-e560-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:16.348215 | 0.06s 2025-10-08 14:29:04.863515 | fa163e69-8883-74a4-e560-00000000304b | TASK | Setup the cephadm playbook command 2025-10-08 14:29:04.914054 | fa163e69-8883-74a4-e560-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-08 14:29:04.915159 | fa163e69-8883-74a4-e560-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:16.417328 | 0.05s 2025-10-08 14:29:04.933003 | fa163e69-8883-74a4-e560-00000000304c | TASK | rotate cephadm_command.log 2025-10-08 14:29:05.154509 | fa163e69-8883-74a4-e560-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-08 14:29:05.155822 | fa163e69-8883-74a4-e560-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:16.657990 | 0.22s 2025-10-08 14:29:05.173895 | fa163e69-8883-74a4-e560-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-08 14:29:05.658006 | fa163e69-8883-74a4-e560-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-08 14:29:05.659428 | fa163e69-8883-74a4-e560-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:17.161595 | 0.48s 2025-10-08 14:29:05.677911 | fa163e69-8883-74a4-e560-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-08 14:29:05.753110 | fa163e69-8883-74a4-e560-00000000304e | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-dpuh_ze3/cephadm/cephadm_command.log)" } 2025-10-08 14:29:05.754272 | fa163e69-8883-74a4-e560-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:17.256438 | 0.08s 2025-10-08 14:29:05.772099 | fa163e69-8883-74a4-e560-00000000304f | TASK | run cephadm playbook 2025-10-08 14:30:02.881779 | fa163e69-8883-74a4-e560-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-08 14:30:02.884253 | fa163e69-8883-74a4-e560-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:14.386410 | 57.11s 2025-10-08 14:30:02.905641 | fa163e69-8883-74a4-e560-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-08 14:30:02.983841 | fa163e69-8883-74a4-e560-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-08 14:30:02.985603 | fa163e69-8883-74a4-e560-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:14.487762 | 0.08s 2025-10-08 14:30:03.003764 | fa163e69-8883-74a4-e560-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-08 14:30:03.059195 | fa163e69-8883-74a4-e560-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-08 14:30:03.060527 | fa163e69-8883-74a4-e560-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:14.562692 | 0.06s 2025-10-08 14:30:03.094856 | fa163e69-8883-74a4-e560-000000002856 | TASK | Check if the input variable file exists 2025-10-08 14:30:03.315869 | fa163e69-8883-74a4-e560-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-08 14:30:03.317241 | fa163e69-8883-74a4-e560-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:14.819409 | 0.22s 2025-10-08 14:30:03.335369 | fa163e69-8883-74a4-e560-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-08 14:30:03.389804 | fa163e69-8883-74a4-e560-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-08 14:30:03.390984 | fa163e69-8883-74a4-e560-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:14.893151 | 0.05s 2025-10-08 14:30:03.409384 | fa163e69-8883-74a4-e560-000000002858 | TASK | configure ceph clients 2025-10-08 14:30:03.459435 | fa163e69-8883-74a4-e560-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:14.961596 | 0.05s 2025-10-08 14:30:03.524848 | fa163e69-8883-74a4-e560-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-08 14:30:03.594755 | fa163e69-8883-74a4-e560-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-08 14:30:03.596149 | fa163e69-8883-74a4-e560-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:15.098314 | 0.07s 2025-10-08 14:30:03.614683 | fa163e69-8883-74a4-e560-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-08 14:30:03.665033 | fa163e69-8883-74a4-e560-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:15.167186 | 0.05s 2025-10-08 14:30:03.680721 | c5e2e422-9ea9-48eb-9bab-6ebb914b185c | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-08 14:30:03.709215 | fa163e69-8883-74a4-e560-000000003157 | TASK | Clean any old fetch directory path 2025-10-08 14:30:03.964068 | fa163e69-8883-74a4-e560-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-08 14:30:03.965559 | fa163e69-8883-74a4-e560-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:15.467721 | 0.26s 2025-10-08 14:30:03.984932 | fa163e69-8883-74a4-e560-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-08 14:30:04.243885 | fa163e69-8883-74a4-e560-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-08 14:30:04.245240 | fa163e69-8883-74a4-e560-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:15.747409 | 0.26s 2025-10-08 14:30:04.260123 | fa163e69-8883-74a4-e560-000000003115 | TASK | Check if the input variables exist 2025-10-08 14:30:04.501972 | fa163e69-8883-74a4-e560-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-08 14:30:04.503450 | fa163e69-8883-74a4-e560-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:16.005618 | 0.24s 2025-10-08 14:30:04.521749 | fa163e69-8883-74a4-e560-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-08 14:30:04.604506 | fa163e69-8883-74a4-e560-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-08 14:30:04.605907 | fa163e69-8883-74a4-e560-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:16.108075 | 0.08s 2025-10-08 14:30:04.624604 | fa163e69-8883-74a4-e560-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-08 14:30:04.698890 | fa163e69-8883-74a4-e560-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-08 14:30:04.700197 | fa163e69-8883-74a4-e560-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:16.202362 | 0.07s 2025-10-08 14:30:04.719329 | fa163e69-8883-74a4-e560-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-08 14:30:04.804817 | fa163e69-8883-74a4-e560-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-08 14:30:04.806094 | fa163e69-8883-74a4-e560-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:16.308260 | 0.09s 2025-10-08 14:30:04.824251 | fa163e69-8883-74a4-e560-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-08 14:30:04.876967 | fa163e69-8883-74a4-e560-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:16.379123 | 0.05s 2025-10-08 14:30:04.887508 | 21c6ea68-676a-4cb4-a4aa-986e74a47904 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-08 14:30:04.922664 | fa163e69-8883-74a4-e560-0000000031ab | TASK | create cephx key(s) 2025-10-08 14:30:05.414046 | fa163e69-8883-74a4-e560-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQB3cOZoAAAAABAAqeovyZRkvRXYqxv4qGgY5Q==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2025-10-08 14:30:05.416363 | fa163e69-8883-74a4-e560-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:16.918525 | 0.49s 2025-10-08 14:30:05.854160 | fa163e69-8883-74a4-e560-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQB3cOZoAAAAABAAasujBaRaW3v92D5CmyD1pg==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-08 14:30:05.855350 | fa163e69-8883-74a4-e560-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:17.357517 | 0.93s 2025-10-08 14:30:05.868231 | fa163e69-8883-74a4-e560-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:17.370390 | 0.94s 2025-10-08 14:30:05.887725 | fa163e69-8883-74a4-e560-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-08 14:30:05.939222 | fa163e69-8883-74a4-e560-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:17.441376 | 0.05s 2025-10-08 14:30:05.950246 | e5fa81e9-d43e-4f5f-89ca-e2fe6e709a80 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-08 14:30:05.989621 | fa163e69-8883-74a4-e560-00000000320f | TASK | create ceph.conf 2025-10-08 14:30:06.552237 | fa163e69-8883-74a4-e560-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-08 14:30:06.553606 | fa163e69-8883-74a4-e560-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:18.055772 | 0.56s 2025-10-08 14:30:06.572059 | fa163e69-8883-74a4-e560-00000000311b | TASK | Configure Ceph Clients 2025-10-08 14:30:06.621453 | fa163e69-8883-74a4-e560-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:18.123607 | 0.05s 2025-10-08 14:30:06.642516 | a54fbbdc-962b-4135-836e-35063815933f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-08 14:30:06.684398 | fa163e69-8883-74a4-e560-00000000327e | TASK | set effective ceph_clients without limit 2025-10-08 14:30:06.807197 | fa163e69-8883-74a4-e560-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-08 14:30:06.808567 | fa163e69-8883-74a4-e560-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:18.310735 | 0.12s 2025-10-08 14:30:06.827398 | fa163e69-8883-74a4-e560-00000000327f | TASK | set effective ceph_clients with limit 2025-10-08 14:30:06.898262 | fa163e69-8883-74a4-e560-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-08 14:30:06.899555 | fa163e69-8883-74a4-e560-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:18.401721 | 0.07s 2025-10-08 14:30:06.917415 | fa163e69-8883-74a4-e560-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-08 14:30:07.026235 | fa163e69-8883-74a4-e560-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-08 14:30:07.026964 | fa163e69-8883-74a4-e560-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:18.529140 | 0.11s 2025-10-08 14:30:07.051178 | fa163e69-8883-74a4-e560-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-08 14:30:07.317812 | fa163e69-8883-74a4-e560-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-dpuh_ze3/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e69-8883-74a4-e560-000000003281') missing from stats 2025-10-08 14:30:07.523081 | fa163e69-8883-74a4-e560-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-dpuh_ze3/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-08 14:30:07.721157 | fa163e69-8883-74a4-e560-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-dpuh_ze3/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-08 14:30:07.729690 | fa163e69-8883-74a4-e560-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:19.231851 | 0.68s 2025-10-08 14:30:07.769192 | fa163e69-8883-74a4-e560-000000003282 | TASK | push files to the other nodes of cluster 2025-10-08 14:30:08.249128 | fa163e69-8883-74a4-e560-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-dpuh_ze3/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e69-8883-74a4-e560-000000003282') missing from stats 2025-10-08 14:30:08.681932 | fa163e69-8883-74a4-e560-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-dpuh_ze3/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-08 14:30:09.092091 | fa163e69-8883-74a4-e560-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-dpuh_ze3/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-08 14:30:09.105010 | fa163e69-8883-74a4-e560-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:20.607144 | 1.33s 2025-10-08 14:30:09.124727 | fa163e69-8883-74a4-e560-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-08 14:30:09.179871 | fa163e69-8883-74a4-e560-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:20.682025 | 0.05s 2025-10-08 14:30:09.196552 | 1d3b9f5f-7dbb-403d-b653-518f7de342f6 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-08 14:30:09.248005 | fa163e69-8883-74a4-e560-000000003316 | TASK | Clean any old fetch directory path 2025-10-08 14:30:09.477584 | fa163e69-8883-74a4-e560-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-08 14:30:09.478586 | fa163e69-8883-74a4-e560-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:20.980759 | 0.23s 2025-10-08 14:30:09.508253 | fa163e69-8883-74a4-e560-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-08 14:30:09.560148 | fa163e69-8883-74a4-e560-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-08 14:30:09.561106 | fa163e69-8883-74a4-e560-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:21.063277 | 0.05s 2025-10-08 14:30:09.589493 | fa163e69-8883-74a4-e560-000000002859 | TASK | tripleo client role 2025-10-08 14:30:09.607063 | fa163e69-8883-74a4-e560-000000002859 | TIMING | tripleo client role | undercloud | 0:13:21.109230 | 0.02s 2025-10-08 14:30:09.621074 | fa163e69-8883-74a4-e560-00000000285a | TASK | Load variables for standalone ganesha 2025-10-08 14:30:09.686693 | fa163e69-8883-74a4-e560-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-08 14:30:09.688035 | fa163e69-8883-74a4-e560-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:21.190202 | 0.07s 2025-10-08 14:30:09.706142 | fa163e69-8883-74a4-e560-00000000285b | TASK | Config Standalone Ganesha 2025-10-08 14:30:09.789701 | fa163e69-8883-74a4-e560-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-08 14:30:09.790932 | fa163e69-8883-74a4-e560-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:21.293097 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-08 14:30:09.928031 | fa163e69-8883-74a4-e560-0000000000ca | TASK | Deploy step tasks for 2 2025-10-08 14:30:09.956403 | fa163e69-8883-74a4-e560-0000000000ca | OK | Deploy step tasks for 2 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 2' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000ca') missing from stats 2025-10-08 14:30:09.978739 | fa163e69-8883-74a4-e560-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-08 14:30:10.494571 | fa163e69-8883-74a4-e560-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-08 14:30:10.495992 | fa163e69-8883-74a4-e560-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:21.998158 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:30:10.567270 | fa163e69-8883-74a4-e560-0000000000cc | TIMING | include_tasks | standalone | 0:13:22.069433 | 0.04s 2025-10-08 14:30:10.662846 | 4de71a05-3fdb-4574-98a8-261d937b356a | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-08 14:30:10.700921 | fa163e69-8883-74a4-e560-0000000033dd | TASK | Push script 2025-10-08 14:30:11.222216 | fa163e69-8883-74a4-e560-0000000033dd | CHANGED | Push script | standalone 2025-10-08 14:30:11.223671 | fa163e69-8883-74a4-e560-0000000033dd | TIMING | Push script | standalone | 0:13:22.725836 | 0.52s 2025-10-08 14:30:11.252819 | fa163e69-8883-74a4-e560-0000000033de | TASK | Insert cronjob in root crontab 2025-10-08 14:30:11.676949 | fa163e69-8883-74a4-e560-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-08 14:30:11.678356 | fa163e69-8883-74a4-e560-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:23.180523 | 0.42s 2025-10-08 14:30:11.707822 | fa163e69-8883-74a4-e560-0000000033e5 | TASK | Gather variables for each operating system 2025-10-08 14:30:11.838526 | fa163e69-8883-74a4-e560-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:23.340689 | 0.13s 2025-10-08 14:30:11.871597 | fa163e69-8883-74a4-e560-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-08 14:30:12.612986 | fa163e69-8883-74a4-e560-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 14:30:12.614506 | fa163e69-8883-74a4-e560-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:24.116673 | 0.74s 2025-10-08 14:30:12.647909 | fa163e69-8883-74a4-e560-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-08 14:31:56.080726 | fa163e69-8883-74a4-e560-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-08 14:31:56.082912 | fa163e69-8883-74a4-e560-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:07.585083 | 103.43s 2025-10-08 14:31:56.108117 | fa163e69-8883-74a4-e560-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-08 14:31:56.385258 | fa163e69-8883-74a4-e560-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-08 14:31:56.387979 | fa163e69-8883-74a4-e560-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:07.890145 | 0.28s 2025-10-08 14:31:56.409222 | fa163e69-8883-74a4-e560-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 14:31:56.943119 | fa163e69-8883-74a4-e560-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 14:31:56.944469 | fa163e69-8883-74a4-e560-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:08.446633 | 0.53s 2025-10-08 14:31:56.976663 | fa163e69-8883-74a4-e560-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-08 14:31:57.242036 | fa163e69-8883-74a4-e560-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-08 14:31:57.243345 | fa163e69-8883-74a4-e560-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:08.745485 | 0.27s 2025-10-08 14:31:57.274640 | fa163e69-8883-74a4-e560-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-08 14:31:57.326942 | fa163e69-8883-74a4-e560-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-08 14:31:57.328197 | fa163e69-8883-74a4-e560-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:08.830362 | 0.05s 2025-10-08 14:31:57.359734 | fa163e69-8883-74a4-e560-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-08 14:31:57.411740 | fa163e69-8883-74a4-e560-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-08 14:31:57.413067 | fa163e69-8883-74a4-e560-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:08.915231 | 0.05s 2025-10-08 14:31:57.446362 | fa163e69-8883-74a4-e560-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-08 14:31:57.500648 | fa163e69-8883-74a4-e560-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-08 14:31:57.501906 | fa163e69-8883-74a4-e560-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:09.004072 | 0.05s 2025-10-08 14:31:57.535350 | fa163e69-8883-74a4-e560-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 14:31:57.590242 | fa163e69-8883-74a4-e560-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 14:31:57.591566 | fa163e69-8883-74a4-e560-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:09.093731 | 0.05s 2025-10-08 14:31:57.623209 | fa163e69-8883-74a4-e560-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-08 14:31:57.677523 | fa163e69-8883-74a4-e560-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-08 14:31:57.678637 | fa163e69-8883-74a4-e560-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:09.180804 | 0.05s 2025-10-08 14:31:57.734238 | fa163e69-8883-74a4-e560-000000003411 | TASK | Gather variables for each operating system 2025-10-08 14:31:57.851480 | fa163e69-8883-74a4-e560-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:09.353637 | 0.12s 2025-10-08 14:31:57.882242 | fa163e69-8883-74a4-e560-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-08 14:31:58.623338 | fa163e69-8883-74a4-e560-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 14:31:58.624779 | fa163e69-8883-74a4-e560-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:10.126944 | 0.74s 2025-10-08 14:31:58.657205 | fa163e69-8883-74a4-e560-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-08 14:32:25.414105 | fa163e69-8883-74a4-e560-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-08 14:32:25.415832 | fa163e69-8883-74a4-e560-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:36.917999 | 26.76s 2025-10-08 14:32:25.447899 | fa163e69-8883-74a4-e560-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-08 14:32:25.704926 | fa163e69-8883-74a4-e560-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-08 14:32:25.706387 | fa163e69-8883-74a4-e560-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:37.208553 | 0.26s 2025-10-08 14:32:25.737042 | fa163e69-8883-74a4-e560-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 14:32:26.164869 | fa163e69-8883-74a4-e560-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 14:32:26.166451 | fa163e69-8883-74a4-e560-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:37.668617 | 0.43s 2025-10-08 14:32:26.199178 | fa163e69-8883-74a4-e560-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-08 14:32:26.428823 | fa163e69-8883-74a4-e560-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-08 14:32:26.430158 | fa163e69-8883-74a4-e560-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:37.932325 | 0.23s 2025-10-08 14:32:26.461936 | fa163e69-8883-74a4-e560-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-08 14:32:26.496283 | fa163e69-8883-74a4-e560-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-08 14:32:26.497823 | fa163e69-8883-74a4-e560-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:37.999988 | 0.03s 2025-10-08 14:32:26.529484 | fa163e69-8883-74a4-e560-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-08 14:32:26.570407 | fa163e69-8883-74a4-e560-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-08 14:32:26.571676 | fa163e69-8883-74a4-e560-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:38.073841 | 0.04s 2025-10-08 14:32:26.603498 | fa163e69-8883-74a4-e560-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-08 14:32:26.648589 | fa163e69-8883-74a4-e560-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-08 14:32:26.649607 | fa163e69-8883-74a4-e560-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:38.151749 | 0.04s 2025-10-08 14:32:26.675468 | fa163e69-8883-74a4-e560-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 14:32:26.725461 | fa163e69-8883-74a4-e560-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 14:32:26.726593 | fa163e69-8883-74a4-e560-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:38.228761 | 0.05s 2025-10-08 14:32:26.750689 | fa163e69-8883-74a4-e560-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-08 14:32:26.800779 | fa163e69-8883-74a4-e560-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-08 14:32:26.801712 | fa163e69-8883-74a4-e560-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:38.303884 | 0.05s 2025-10-08 14:32:26.844911 | fa163e69-8883-74a4-e560-00000000343d | TASK | Gather variables for each operating system 2025-10-08 14:32:26.966539 | fa163e69-8883-74a4-e560-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:38.468691 | 0.12s 2025-10-08 14:32:26.996804 | fa163e69-8883-74a4-e560-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-08 14:32:27.848041 | fa163e69-8883-74a4-e560-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 14:32:27.849792 | fa163e69-8883-74a4-e560-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:39.351957 | 0.85s 2025-10-08 14:32:27.881576 | fa163e69-8883-74a4-e560-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-08 14:32:53.595613 | fa163e69-8883-74a4-e560-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-08 14:32:53.597346 | fa163e69-8883-74a4-e560-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:05.099482 | 25.71s 2025-10-08 14:32:53.630512 | fa163e69-8883-74a4-e560-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-08 14:32:53.897897 | fa163e69-8883-74a4-e560-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-08 14:32:53.899260 | fa163e69-8883-74a4-e560-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:05.401427 | 0.27s 2025-10-08 14:32:53.929221 | fa163e69-8883-74a4-e560-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 14:32:54.377200 | fa163e69-8883-74a4-e560-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 14:32:54.380408 | fa163e69-8883-74a4-e560-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:05.882568 | 0.45s 2025-10-08 14:32:54.415223 | fa163e69-8883-74a4-e560-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-08 14:32:54.640025 | fa163e69-8883-74a4-e560-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-08 14:32:54.641347 | fa163e69-8883-74a4-e560-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:06.143514 | 0.22s 2025-10-08 14:32:54.674850 | fa163e69-8883-74a4-e560-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-08 14:32:54.730983 | fa163e69-8883-74a4-e560-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-08 14:32:54.732459 | fa163e69-8883-74a4-e560-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:06.234619 | 0.06s 2025-10-08 14:32:54.764853 | fa163e69-8883-74a4-e560-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-08 14:32:54.818774 | fa163e69-8883-74a4-e560-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-08 14:32:54.819858 | fa163e69-8883-74a4-e560-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:06.322029 | 0.05s 2025-10-08 14:32:54.845128 | fa163e69-8883-74a4-e560-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-08 14:32:54.894577 | fa163e69-8883-74a4-e560-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-08 14:32:54.895382 | fa163e69-8883-74a4-e560-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:06.397556 | 0.05s 2025-10-08 14:32:54.919861 | fa163e69-8883-74a4-e560-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 14:32:54.970037 | fa163e69-8883-74a4-e560-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 14:32:54.970910 | fa163e69-8883-74a4-e560-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:06.473083 | 0.05s 2025-10-08 14:32:54.993203 | fa163e69-8883-74a4-e560-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-08 14:32:55.049718 | fa163e69-8883-74a4-e560-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-08 14:32:55.051516 | fa163e69-8883-74a4-e560-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:06.553677 | 0.06s 2025-10-08 14:32:55.111088 | fa163e69-8883-74a4-e560-000000003469 | TASK | Gather variables for each operating system 2025-10-08 14:32:55.229416 | fa163e69-8883-74a4-e560-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:06.731570 | 0.12s 2025-10-08 14:32:55.260423 | fa163e69-8883-74a4-e560-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-08 14:32:56.045590 | fa163e69-8883-74a4-e560-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 14:32:56.046965 | fa163e69-8883-74a4-e560-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:07.549132 | 0.78s 2025-10-08 14:32:56.078479 | fa163e69-8883-74a4-e560-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-08 14:33:21.287295 | fa163e69-8883-74a4-e560-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-08 14:33:21.289173 | fa163e69-8883-74a4-e560-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:32.791339 | 25.21s 2025-10-08 14:33:21.321855 | fa163e69-8883-74a4-e560-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-08 14:33:21.553540 | fa163e69-8883-74a4-e560-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-08 14:33:21.555197 | fa163e69-8883-74a4-e560-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:33.057363 | 0.23s 2025-10-08 14:33:21.586628 | fa163e69-8883-74a4-e560-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 14:33:22.040187 | fa163e69-8883-74a4-e560-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 14:33:22.041914 | fa163e69-8883-74a4-e560-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:33.544074 | 0.45s 2025-10-08 14:33:22.073662 | fa163e69-8883-74a4-e560-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-08 14:33:22.321399 | fa163e69-8883-74a4-e560-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-08 14:33:22.322760 | fa163e69-8883-74a4-e560-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:33.824926 | 0.25s 2025-10-08 14:33:22.354418 | fa163e69-8883-74a4-e560-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-08 14:33:22.423175 | fa163e69-8883-74a4-e560-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-08 14:33:22.424768 | fa163e69-8883-74a4-e560-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:33.926933 | 0.07s 2025-10-08 14:33:22.458197 | fa163e69-8883-74a4-e560-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-08 14:33:22.499074 | fa163e69-8883-74a4-e560-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-08 14:33:22.500131 | fa163e69-8883-74a4-e560-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:34.002300 | 0.04s 2025-10-08 14:33:22.524896 | fa163e69-8883-74a4-e560-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-08 14:33:22.564809 | fa163e69-8883-74a4-e560-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-08 14:33:22.565644 | fa163e69-8883-74a4-e560-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:34.067799 | 0.04s 2025-10-08 14:33:22.591829 | fa163e69-8883-74a4-e560-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 14:33:22.652672 | fa163e69-8883-74a4-e560-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 14:33:22.653774 | fa163e69-8883-74a4-e560-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:34.155945 | 0.06s 2025-10-08 14:33:22.679469 | fa163e69-8883-74a4-e560-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-08 14:33:22.731558 | fa163e69-8883-74a4-e560-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-08 14:33:22.732674 | fa163e69-8883-74a4-e560-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:34.234840 | 0.05s 2025-10-08 14:33:22.775579 | fa163e69-8883-74a4-e560-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-08 14:33:22.995930 | fa163e69-8883-74a4-e560-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-08 14:33:22.997757 | fa163e69-8883-74a4-e560-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:34.499918 | 0.22s 2025-10-08 14:33:23.104846 | fa163e69-8883-74a4-e560-0000000000cf | TIMING | include_tasks | standalone | 0:16:34.606993 | 0.08s 2025-10-08 14:33:23.131409 | ebf60f55-e33b-4b88-8a5f-18c255baf4ef | INCLUDED | /root/standalone-ansible-dpuh_ze3/common_deploy_steps_tasks.yaml | standalone 2025-10-08 14:33:23.157827 | fa163e69-8883-74a4-e560-000000003509 | TASK | Write the config_step hieradata 2025-10-08 14:33:23.667334 | fa163e69-8883-74a4-e560-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-08 14:33:23.669099 | fa163e69-8883-74a4-e560-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:35.171260 | 0.51s 2025-10-08 14:33:23.702188 | fa163e69-8883-74a4-e560-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-08 14:33:24.045515 | fa163e69-8883-74a4-e560-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-08 14:33:24.047453 | fa163e69-8883-74a4-e560-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:35.549614 | 0.34s 2025-10-08 14:33:24.081515 | fa163e69-8883-74a4-e560-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-08 14:33:24.348909 | fa163e69-8883-74a4-e560-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 14:33:34.636657 | fa163e69-8883-74a4-e560-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 14:33:44.880728 | fa163e69-8883-74a4-e560-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 14:33:44.882617 | fa163e69-8883-74a4-e560-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:56.384778 | 20.80s 2025-10-08 14:33:44.915056 | fa163e69-8883-74a4-e560-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-08 14:33:44.988295 | fa163e69-8883-74a4-e560-00000000350c | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 14:33:24 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 14:33:28 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 14:33:28 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 14:33:28 puppet-user: (file & line not available)", "<13>Oct 8 14:33:28 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 14:33:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 14:33:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 14:33:28 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.44 seconds", "<13>Oct 8 14:33:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 14:33:37 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 14:33:39 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 14:33:39 puppet-user: Notice: Applied catalog in 10.32 seconds", "<13>Oct 8 14:33:39 puppet-user: Application:", "<13>Oct 8 14:33:39 puppet-user: Initial environment: production", "<13>Oct 8 14:33:39 puppet-user: Converged environment: production", "<13>Oct 8 14:33:39 puppet-user: Run mode: user", "<13>Oct 8 14:33:39 puppet-user: Changes:", "<13>Oct 8 14:33:39 puppet-user: Total: 2", "<13>Oct 8 14:33:39 puppet-user: Events:", "<13>Oct 8 14:33:39 puppet-user: Success: 2", "<13>Oct 8 14:33:39 puppet-user: Resources:", "<13>Oct 8 14:33:39 puppet-user: Changed: 2", "<13>Oct 8 14:33:39 puppet-user: Out of sync: 2", "<13>Oct 8 14:33:39 puppet-user: Total: 28", "<13>Oct 8 14:33:39 puppet-user: Time:", "<13>Oct 8 14:33:39 puppet-user: Schedule: 0.00", "<13>Oct 8 14:33:39 puppet-user: Package: 0.00", "<13>Oct 8 14:33:39 puppet-user: File line: 0.00", "<13>Oct 8 14:33:39 puppet-user: File: 0.00", "<13>Oct 8 14:33:39 puppet-user: User: 0.01", "<13>Oct 8 14:33:39 puppet-user: Augeas: 0.01", "<13>Oct 8 14:33:39 puppet-user: Service: 0.08", "<13>Oct 8 14:33:39 puppet-user: Config retrieval: 0.49", "<13>Oct 8 14:33:39 puppet-user: Pcmk property: 1.49", "<13>Oct 8 14:33:39 puppet-user: Transaction evaluation: 10.26", "<13>Oct 8 14:33:39 puppet-user: Catalog application: 10.32", "<13>Oct 8 14:33:39 puppet-user: Last run: 1759934019", "<13>Oct 8 14:33:39 puppet-user: Exec: 2.11", "<13>Oct 8 14:33:39 puppet-user: Pcmk resource op default: 3.13", "<13>Oct 8 14:33:39 puppet-user: Pcmk resource default: 3.23", "<13>Oct 8 14:33:39 puppet-user: Filebucket: 0.00", "<13>Oct 8 14:33:39 puppet-user: Total: 10.33", "<13>Oct 8 14:33:39 puppet-user: Version:", "<13>Oct 8 14:33:39 puppet-user: Config: 1759934008", "<13>Oct 8 14:33:39 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 14:33:44.989826 | fa163e69-8883-74a4-e560-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:56.491992 | 0.07s 2025-10-08 14:33:45.020943 | fa163e69-8883-74a4-e560-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-08 14:33:45.043883 | fa163e69-8883-74a4-e560-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:56.546036 | 0.02s 2025-10-08 14:33:45.122158 | fa163e69-8883-74a4-e560-00000000354c | TASK | Gather variables for each operating system 2025-10-08 14:33:45.245954 | fa163e69-8883-74a4-e560-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:56.748110 | 0.12s 2025-10-08 14:33:45.276697 | fa163e69-8883-74a4-e560-00000000354d | TASK | Create puppet caching structures 2025-10-08 14:33:45.526911 | fa163e69-8883-74a4-e560-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-08 14:33:45.528789 | fa163e69-8883-74a4-e560-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:57.030951 | 0.25s 2025-10-08 14:33:45.564029 | fa163e69-8883-74a4-e560-00000000354e | TASK | Check for facter.conf 2025-10-08 14:33:45.825129 | fa163e69-8883-74a4-e560-00000000354e | OK | Check for facter.conf | standalone 2025-10-08 14:33:45.826764 | fa163e69-8883-74a4-e560-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:57.328930 | 0.26s 2025-10-08 14:33:45.860154 | fa163e69-8883-74a4-e560-00000000354f | TASK | Remove facter.conf if directory 2025-10-08 14:33:45.915837 | fa163e69-8883-74a4-e560-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 14:33:45.917257 | fa163e69-8883-74a4-e560-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:57.419416 | 0.06s 2025-10-08 14:33:45.949343 | fa163e69-8883-74a4-e560-000000003550 | TASK | Write facter cache config 2025-10-08 14:33:46.482009 | fa163e69-8883-74a4-e560-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-08 14:33:46.483766 | fa163e69-8883-74a4-e560-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:57.985928 | 0.53s 2025-10-08 14:33:46.513632 | fa163e69-8883-74a4-e560-000000003551 | TASK | Cleanup facter cache if exists 2025-10-08 14:33:46.758121 | fa163e69-8883-74a4-e560-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 14:33:46.759581 | fa163e69-8883-74a4-e560-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:58.261749 | 0.24s 2025-10-08 14:33:46.789444 | fa163e69-8883-74a4-e560-000000003552 | TASK | Pre-cache facts 2025-10-08 14:33:47.461551 | fa163e69-8883-74a4-e560-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-08 14:33:47.463050 | fa163e69-8883-74a4-e560-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:58.965216 | 0.67s 2025-10-08 14:33:47.495633 | fa163e69-8883-74a4-e560-000000003553 | TASK | Failed deployment if facter fails 2025-10-08 14:33:47.530355 | fa163e69-8883-74a4-e560-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 14:33:47.531783 | fa163e69-8883-74a4-e560-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:59.033948 | 0.03s 2025-10-08 14:33:47.575840 | fa163e69-8883-74a4-e560-000000003554 | TASK | Sync cached facts 2025-10-08 14:33:47.902884 | fa163e69-8883-74a4-e560-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e69-8883-74a4-e560-000000003554') missing from stats 2025-10-08 14:33:47.949518 | fa163e69-8883-74a4-e560-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 14:33:47.989627 | fa163e69-8883-74a4-e560-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 14:33:47.990503 | fa163e69-8883-74a4-e560-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:59.492676 | 0.04s 2025-10-08 14:33:48.011168 | fa163e69-8883-74a4-e560-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-08 14:33:48.038291 | fa163e69-8883-74a4-e560-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:59.540460 | 0.03s 2025-10-08 14:33:48.081411 | fa163e69-8883-74a4-e560-0000000035ab | TASK | Gather variables for each operating system 2025-10-08 14:33:48.204703 | fa163e69-8883-74a4-e560-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:59.706862 | 0.12s 2025-10-08 14:33:48.235742 | fa163e69-8883-74a4-e560-0000000035ac | TASK | Create container logs path 2025-10-08 14:33:48.504257 | fa163e69-8883-74a4-e560-0000000035ac | OK | Create container logs path | standalone 2025-10-08 14:33:48.505881 | fa163e69-8883-74a4-e560-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:00.008047 | 0.27s 2025-10-08 14:33:48.539732 | fa163e69-8883-74a4-e560-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 14:33:48.825949 | fa163e69-8883-74a4-e560-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 14:33:48.827380 | fa163e69-8883-74a4-e560-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:00.329545 | 0.29s 2025-10-08 14:33:48.859084 | fa163e69-8883-74a4-e560-0000000035af | TASK | Finalise hashes for all containers 2025-10-08 14:33:48.922384 | fa163e69-8883-74a4-e560-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-08 14:33:48.923677 | fa163e69-8883-74a4-e560-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:00.425842 | 0.06s 2025-10-08 14:33:48.954649 | fa163e69-8883-74a4-e560-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-08 14:33:48.984781 | fa163e69-8883-74a4-e560-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:00.486945 | 0.03s 2025-10-08 14:33:49.018136 | 8767630d-0e1d-4075-9754-de3c52a51e00 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 14:33:49.046567 | fa163e69-8883-74a4-e560-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 14:33:49.318529 | fa163e69-8883-74a4-e560-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 14:33:49.320209 | fa163e69-8883-74a4-e560-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:00.822373 | 0.27s 2025-10-08 14:33:49.350336 | fa163e69-8883-74a4-e560-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-08 14:33:49.413865 | fa163e69-8883-74a4-e560-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-08 14:33:49.415137 | fa163e69-8883-74a4-e560-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:00.917304 | 0.06s 2025-10-08 14:33:49.444968 | fa163e69-8883-74a4-e560-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 14:33:49.984633 | fa163e69-8883-74a4-e560-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 14:33:49.985809 | fa163e69-8883-74a4-e560-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:01.487978 | 0.54s 2025-10-08 14:33:50.486712 | fa163e69-8883-74a4-e560-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 14:33:50.487758 | fa163e69-8883-74a4-e560-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:01.989931 | 1.04s 2025-10-08 14:33:50.492508 | fa163e69-8883-74a4-e560-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:01.994672 | 1.05s 2025-10-08 14:33:50.522681 | fa163e69-8883-74a4-e560-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 14:33:51.060585 | fa163e69-8883-74a4-e560-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 14:33:51.062108 | fa163e69-8883-74a4-e560-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:02.564274 | 0.54s 2025-10-08 14:33:51.093856 | fa163e69-8883-74a4-e560-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 14:33:51.611707 | fa163e69-8883-74a4-e560-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 14:33:51.613178 | fa163e69-8883-74a4-e560-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:03.115344 | 0.52s 2025-10-08 14:33:51.644334 | fa163e69-8883-74a4-e560-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-08 14:33:52.336489 | fa163e69-8883-74a4-e560-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 14:33:52.338360 | fa163e69-8883-74a4-e560-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:03.840526 | 0.69s 2025-10-08 14:33:52.369206 | fa163e69-8883-74a4-e560-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 14:33:52.905677 | fa163e69-8883-74a4-e560-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 14:33:52.907170 | fa163e69-8883-74a4-e560-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:04.409336 | 0.54s 2025-10-08 14:33:52.935957 | fa163e69-8883-74a4-e560-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 14:33:53.469883 | fa163e69-8883-74a4-e560-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 14:33:53.471411 | fa163e69-8883-74a4-e560-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:04.973575 | 0.53s 2025-10-08 14:33:53.502051 | fa163e69-8883-74a4-e560-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-08 14:33:54.280572 | fa163e69-8883-74a4-e560-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 14:33:54.283164 | fa163e69-8883-74a4-e560-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:05.785323 | 0.78s 2025-10-08 14:33:54.315190 | fa163e69-8883-74a4-e560-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-08 14:33:54.378212 | fa163e69-8883-74a4-e560-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:05.880377 | 0.06s 2025-10-08 14:33:54.391967 | 43c3c5e7-a8ec-434b-af4e-41f6f0064682 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 14:33:54.418051 | fa163e69-8883-74a4-e560-000000003615 | TASK | Update config hashes for container startup configs 2025-10-08 14:33:54.727422 | fa163e69-8883-74a4-e560-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-08 14:33:54.728766 | fa163e69-8883-74a4-e560-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:06.230932 | 0.31s 2025-10-08 14:33:54.761988 | fa163e69-8883-74a4-e560-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 14:33:54.827462 | fa163e69-8883-74a4-e560-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:06.329611 | 0.06s 2025-10-08 14:33:54.854169 | 8e2be693-a4e6-4779-88f8-e92c519f4329 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:33:54.894858 | fa163e69-8883-74a4-e560-000000003634 | TASK | Gather podman infos 2025-10-08 14:33:55.896355 | fa163e69-8883-74a4-e560-000000003634 | OK | Gather podman infos | standalone 2025-10-08 14:33:55.897618 | fa163e69-8883-74a4-e560-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:07.399786 | 1.00s 2025-10-08 14:33:55.972634 | fa163e69-8883-74a4-e560-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 14:33:56.037596 | fa163e69-8883-74a4-e560-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:07.539756 | 0.06s 2025-10-08 14:33:56.160490 | fa163e69-8883-74a4-e560-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:07.662637 | 0.07s 2025-10-08 14:33:56.221457 | fa163e69-8883-74a4-e560-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 14:33:56.273971 | fa163e69-8883-74a4-e560-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:07.776124 | 0.05s 2025-10-08 14:33:56.297746 | b88c528a-3c8c-4e33-b201-3f5e9bd4e8ef | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:33:56.332747 | fa163e69-8883-74a4-e560-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 14:34:13.569983 | fa163e69-8883-74a4-e560-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 14:34:13.571712 | fa163e69-8883-74a4-e560-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:25.073874 | 17.24s 2025-10-08 14:34:13.605193 | fa163e69-8883-74a4-e560-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 14:34:16.477420 | fa163e69-8883-74a4-e560-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 14:34:16.478495 | fa163e69-8883-74a4-e560-0000000036a5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:27.980670 | 2.87s 2025-10-08 14:34:16.525786 | fa163e69-8883-74a4-e560-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-08 14:34:16.766581 | fa163e69-8883-74a4-e560-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-08 14:34:16.768177 | fa163e69-8883-74a4-e560-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:28.270343 | 0.24s 2025-10-08 14:34:16.817538 | fa163e69-8883-74a4-e560-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-08 14:34:16.871120 | fa163e69-8883-74a4-e560-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:28.373270 | 0.05s 2025-10-08 14:34:16.903759 | fa163e69-8883-74a4-e560-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-08 14:34:16.950966 | fa163e69-8883-74a4-e560-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:28.453107 | 0.05s 2025-10-08 14:34:16.978712 | abb4415f-213f-4daf-9c23-dddfc314072e | INCLUDED | /root/standalone-ansible-dpuh_ze3/host-container-puppet-tasks.yaml | standalone 2025-10-08 14:34:17.028276 | fa163e69-8883-74a4-e560-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-08 14:34:17.586565 | fa163e69-8883-74a4-e560-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-08 14:34:17.587931 | fa163e69-8883-74a4-e560-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:29.090097 | 0.56s 2025-10-08 14:34:17.620505 | fa163e69-8883-74a4-e560-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-08 14:34:17.907763 | fa163e69-8883-74a4-e560-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-08 14:34:17.909128 | fa163e69-8883-74a4-e560-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:29.411295 | 0.29s 2025-10-08 14:34:17.940099 | fa163e69-8883-74a4-e560-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-08 14:34:17.971010 | fa163e69-8883-74a4-e560-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:29.473165 | 0.03s 2025-10-08 14:34:18.042604 | fa163e69-8883-74a4-e560-000000003722 | TASK | Gather variables for each operating system 2025-10-08 14:34:18.159500 | fa163e69-8883-74a4-e560-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:29.661640 | 0.12s 2025-10-08 14:34:18.190267 | fa163e69-8883-74a4-e560-000000003723 | TASK | Create container logs path 2025-10-08 14:34:18.441626 | fa163e69-8883-74a4-e560-000000003723 | OK | Create container logs path | standalone 2025-10-08 14:34:18.443048 | fa163e69-8883-74a4-e560-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:29.945212 | 0.25s 2025-10-08 14:34:18.476260 | fa163e69-8883-74a4-e560-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 14:34:18.745061 | fa163e69-8883-74a4-e560-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 14:34:18.746924 | fa163e69-8883-74a4-e560-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:30.249084 | 0.27s 2025-10-08 14:34:18.777352 | fa163e69-8883-74a4-e560-000000003726 | TASK | Finalise hashes for all containers 2025-10-08 14:34:18.822970 | fa163e69-8883-74a4-e560-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:34:18.824426 | fa163e69-8883-74a4-e560-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:30.326588 | 0.04s 2025-10-08 14:34:18.859899 | fa163e69-8883-74a4-e560-000000003728 | TASK | Manage systemd shutdown files 2025-10-08 14:34:18.893838 | fa163e69-8883-74a4-e560-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:34:18.894879 | fa163e69-8883-74a4-e560-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:30.397048 | 0.03s 2025-10-08 14:34:18.919106 | fa163e69-8883-74a4-e560-00000000372a | TASK | Update container configs with new config hashes 2025-10-08 14:34:18.969290 | fa163e69-8883-74a4-e560-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:34:18.970294 | fa163e69-8883-74a4-e560-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:30.472465 | 0.05s 2025-10-08 14:34:18.995361 | fa163e69-8883-74a4-e560-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 14:34:19.044965 | fa163e69-8883-74a4-e560-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 14:34:19.045932 | fa163e69-8883-74a4-e560-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:30.548103 | 0.05s 2025-10-08 14:34:19.070662 | fa163e69-8883-74a4-e560-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 14:34:19.122107 | fa163e69-8883-74a4-e560-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 14:34:19.123467 | fa163e69-8883-74a4-e560-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:30.625631 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-08 14:34:19.294297 | fa163e69-8883-74a4-e560-0000000000d2 | TASK | External deployment step 3 2025-10-08 14:34:19.326166 | fa163e69-8883-74a4-e560-0000000000d2 | OK | External deployment step 3 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 3' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-74a4-e560-0000000000d2') missing from stats 2025-10-08 14:34:19.380437 | fa163e69-8883-74a4-e560-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:30.882601 | 0.04s 2025-10-08 14:34:19.387105 | af9349ab-8eb3-4c53-89ea-8072967be148 | INCLUDED | /root/standalone-ansible-dpuh_ze3/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-08 14:34:19.403056 | fa163e69-8883-74a4-e560-00000000377b | TASK | Pause cephadm 2025-10-08 14:34:19.453447 | fa163e69-8883-74a4-e560-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-08 14:34:19.454656 | fa163e69-8883-74a4-e560-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:30.956820 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-08 14:34:19.589933 | fa163e69-8883-74a4-e560-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-08 14:34:19.628700 | fa163e69-8883-74a4-e560-0000000000d6 | OK | Deploy step tasks for 3 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 3' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000d6') missing from stats 2025-10-08 14:34:19.659864 | fa163e69-8883-74a4-e560-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-08 14:34:20.115359 | fa163e69-8883-74a4-e560-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-08 14:34:20.116720 | fa163e69-8883-74a4-e560-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:31.618887 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:34:20.188683 | fa163e69-8883-74a4-e560-0000000000d8 | TIMING | include_tasks | standalone | 0:17:31.690845 | 0.04s 2025-10-08 14:34:20.215969 | 5885ba5c-b800-4549-b21e-7a94daeaca58 | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-08 14:34:20.248686 | fa163e69-8883-74a4-e560-00000000379a | TASK | Start OVN container 2025-10-08 14:34:20.332938 | fa163e69-8883-74a4-e560-00000000379a | TIMING | Start OVN container | standalone | 0:17:31.835080 | 0.08s 2025-10-08 14:34:20.365176 | fa163e69-8883-74a4-e560-00000000379a | TIMING | Start OVN container | standalone | 0:17:31.867346 | 0.11s 2025-10-08 14:34:20.392800 | fa163e69-8883-74a4-e560-00000000379a | TIMING | Start OVN container | standalone | 0:17:31.894965 | 0.14s 2025-10-08 14:34:20.404338 | fa163e69-8883-74a4-e560-00000000379a | TIMING | Start OVN container | standalone | 0:17:31.906462 | 0.15s 2025-10-08 14:34:20.514587 | fa163e69-8883-74a4-e560-0000000037d2 | TASK | Gather variables for each operating system 2025-10-08 14:34:20.607332 | fa163e69-8883-74a4-e560-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:32.109482 | 0.09s 2025-10-08 14:34:20.638041 | fa163e69-8883-74a4-e560-0000000037d3 | TASK | Create container logs path 2025-10-08 14:34:20.888086 | fa163e69-8883-74a4-e560-0000000037d3 | OK | Create container logs path | standalone 2025-10-08 14:34:20.889377 | fa163e69-8883-74a4-e560-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:32.391543 | 0.25s 2025-10-08 14:34:20.920230 | fa163e69-8883-74a4-e560-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:21.230885 | fa163e69-8883-74a4-e560-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:21.231701 | fa163e69-8883-74a4-e560-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.733875 | 0.31s 2025-10-08 14:34:21.252080 | fa163e69-8883-74a4-e560-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-08 14:34:21.352924 | fa163e69-8883-74a4-e560-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:34:21.354220 | fa163e69-8883-74a4-e560-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.856387 | 0.10s 2025-10-08 14:34:21.384994 | fa163e69-8883-74a4-e560-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-08 14:34:21.441673 | fa163e69-8883-74a4-e560-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:34:21.442965 | fa163e69-8883-74a4-e560-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.945128 | 0.06s 2025-10-08 14:34:21.474407 | fa163e69-8883-74a4-e560-0000000037da | TASK | Update container configs with new config hashes 2025-10-08 14:34:21.542489 | fa163e69-8883-74a4-e560-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:34:21.543730 | fa163e69-8883-74a4-e560-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:33.045863 | 0.07s 2025-10-08 14:34:21.575163 | fa163e69-8883-74a4-e560-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:21.641405 | fa163e69-8883-74a4-e560-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:33.143564 | 0.06s 2025-10-08 14:34:21.665571 | c39e586f-9a5e-4a81-bfb0-3e2aaacea0bd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:34:21.700815 | fa163e69-8883-74a4-e560-000000003867 | TASK | Gather podman infos 2025-10-08 14:34:22.924878 | fa163e69-8883-74a4-e560-000000003867 | OK | Gather podman infos | standalone 2025-10-08 14:34:22.925594 | fa163e69-8883-74a4-e560-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:34.427771 | 1.22s 2025-10-08 14:34:22.981326 | fa163e69-8883-74a4-e560-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:23.033742 | fa163e69-8883-74a4-e560-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.535908 | 0.05s 2025-10-08 14:34:23.171198 | fa163e69-8883-74a4-e560-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:34.673354 | 0.09s 2025-10-08 14:34:23.232806 | fa163e69-8883-74a4-e560-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:23.308172 | fa163e69-8883-74a4-e560-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.810329 | 0.07s 2025-10-08 14:34:23.331375 | 09c399c6-3851-4858-b10b-8a1fa3900c57 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:34:23.372493 | fa163e69-8883-74a4-e560-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:24.290811 | fa163e69-8883-74a4-e560-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:24.292524 | fa163e69-8883-74a4-e560-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.794689 | 0.92s 2025-10-08 14:34:24.325654 | fa163e69-8883-74a4-e560-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:27.300700 | fa163e69-8883-74a4-e560-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:27.302672 | fa163e69-8883-74a4-e560-0000000038d3 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:38.804833 | 2.98s 2025-10-08 14:34:27.364454 | fa163e69-8883-74a4-e560-0000000037fd | TASK | Gather variables for each operating system 2025-10-08 14:34:27.450021 | fa163e69-8883-74a4-e560-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:38.952178 | 0.08s 2025-10-08 14:34:27.483037 | fa163e69-8883-74a4-e560-0000000037fe | TASK | Create container logs path 2025-10-08 14:34:27.731848 | fa163e69-8883-74a4-e560-0000000037fe | OK | Create container logs path | standalone 2025-10-08 14:34:27.733378 | fa163e69-8883-74a4-e560-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:39.235541 | 0.25s 2025-10-08 14:34:27.765245 | fa163e69-8883-74a4-e560-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:28.097256 | fa163e69-8883-74a4-e560-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:28.098903 | fa163e69-8883-74a4-e560-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:39.601065 | 0.33s 2025-10-08 14:34:28.129430 | fa163e69-8883-74a4-e560-000000003801 | TASK | Finalise hashes for all containers 2025-10-08 14:34:28.194702 | fa163e69-8883-74a4-e560-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:34:28.196022 | fa163e69-8883-74a4-e560-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:39.698188 | 0.06s 2025-10-08 14:34:28.227731 | fa163e69-8883-74a4-e560-000000003803 | TASK | Manage systemd shutdown files 2025-10-08 14:34:28.270754 | fa163e69-8883-74a4-e560-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:34:28.271998 | fa163e69-8883-74a4-e560-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:39.774162 | 0.04s 2025-10-08 14:34:28.302094 | fa163e69-8883-74a4-e560-000000003805 | TASK | Update container configs with new config hashes 2025-10-08 14:34:28.355631 | fa163e69-8883-74a4-e560-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:34:28.356949 | fa163e69-8883-74a4-e560-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:39.859114 | 0.05s 2025-10-08 14:34:28.388196 | fa163e69-8883-74a4-e560-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:28.444081 | fa163e69-8883-74a4-e560-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:39.946224 | 0.05s 2025-10-08 14:34:28.470402 | 9989af0c-a464-4128-9904-3632eea1d9b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:34:28.506807 | fa163e69-8883-74a4-e560-00000000391e | TASK | Gather podman infos 2025-10-08 14:34:29.612279 | fa163e69-8883-74a4-e560-00000000391e | OK | Gather podman infos | standalone 2025-10-08 14:34:29.613262 | fa163e69-8883-74a4-e560-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:41.115434 | 1.10s 2025-10-08 14:34:29.697156 | fa163e69-8883-74a4-e560-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:29.791816 | fa163e69-8883-74a4-e560-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.293974 | 0.09s 2025-10-08 14:34:30.016715 | fa163e69-8883-74a4-e560-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:41.518862 | 0.16s 2025-10-08 14:34:30.145990 | fa163e69-8883-74a4-e560-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:30.197453 | fa163e69-8883-74a4-e560-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.699605 | 0.05s 2025-10-08 14:34:30.221402 | 7199e0c3-9038-4ca7-b75b-ee1bbc531042 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:34:30.258737 | fa163e69-8883-74a4-e560-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:31.203244 | fa163e69-8883-74a4-e560-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:31.205157 | fa163e69-8883-74a4-e560-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:42.707322 | 0.95s 2025-10-08 14:34:31.238392 | fa163e69-8883-74a4-e560-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:34.045800 | fa163e69-8883-74a4-e560-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:34.047751 | fa163e69-8883-74a4-e560-000000003985 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:45.549918 | 2.81s 2025-10-08 14:34:34.104509 | fa163e69-8883-74a4-e560-000000003828 | TASK | Gather variables for each operating system 2025-10-08 14:34:34.245277 | fa163e69-8883-74a4-e560-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:45.747430 | 0.14s 2025-10-08 14:34:34.278552 | fa163e69-8883-74a4-e560-000000003829 | TASK | Create container logs path 2025-10-08 14:34:34.558339 | fa163e69-8883-74a4-e560-000000003829 | OK | Create container logs path | standalone 2025-10-08 14:34:34.559410 | fa163e69-8883-74a4-e560-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:46.061583 | 0.28s 2025-10-08 14:34:34.583747 | fa163e69-8883-74a4-e560-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:34.902124 | fa163e69-8883-74a4-e560-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:34.903704 | fa163e69-8883-74a4-e560-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:46.405871 | 0.32s 2025-10-08 14:34:34.935244 | fa163e69-8883-74a4-e560-00000000382c | TASK | Finalise hashes for all containers 2025-10-08 14:34:35.020526 | fa163e69-8883-74a4-e560-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-08 14:34:35.021875 | fa163e69-8883-74a4-e560-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:46.524040 | 0.08s 2025-10-08 14:34:35.053096 | fa163e69-8883-74a4-e560-00000000382e | TASK | Manage systemd shutdown files 2025-10-08 14:34:35.110973 | fa163e69-8883-74a4-e560-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:34:35.112530 | fa163e69-8883-74a4-e560-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:46.614689 | 0.06s 2025-10-08 14:34:35.144086 | fa163e69-8883-74a4-e560-000000003830 | TASK | Update container configs with new config hashes 2025-10-08 14:34:35.211118 | fa163e69-8883-74a4-e560-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:34:35.212456 | fa163e69-8883-74a4-e560-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:46.714621 | 0.07s 2025-10-08 14:34:35.246174 | fa163e69-8883-74a4-e560-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:35.321404 | fa163e69-8883-74a4-e560-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:46.823557 | 0.07s 2025-10-08 14:34:35.348838 | b2571517-4a77-47cc-a2aa-5219d4432aa8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:34:35.387768 | fa163e69-8883-74a4-e560-0000000039d0 | TASK | Gather podman infos 2025-10-08 14:34:36.510654 | fa163e69-8883-74a4-e560-0000000039d0 | OK | Gather podman infos | standalone 2025-10-08 14:34:36.511992 | fa163e69-8883-74a4-e560-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:48.014159 | 1.12s 2025-10-08 14:34:36.608022 | fa163e69-8883-74a4-e560-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:36.703270 | fa163e69-8883-74a4-e560-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.205424 | 0.09s 2025-10-08 14:34:36.937989 | fa163e69-8883-74a4-e560-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:48.440143 | 0.17s 2025-10-08 14:34:36.997102 | fa163e69-8883-74a4-e560-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:37.073094 | fa163e69-8883-74a4-e560-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.575250 | 0.07s 2025-10-08 14:34:37.102049 | be6e21a7-13d8-418d-86c6-fdb1be300514 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:34:37.139158 | fa163e69-8883-74a4-e560-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:37.984802 | fa163e69-8883-74a4-e560-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:37.985765 | fa163e69-8883-74a4-e560-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.487938 | 0.85s 2025-10-08 14:34:38.016177 | fa163e69-8883-74a4-e560-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 14:34:40.834694 | fa163e69-8883-74a4-e560-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 14:34:40.836568 | fa163e69-8883-74a4-e560-000000003a37 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:52.338733 | 2.82s 2025-10-08 14:34:40.901611 | fa163e69-8883-74a4-e560-00000000379c | TASK | Set NB connection 2025-10-08 14:34:41.325500 | fa163e69-8883-74a4-e560-00000000379c | CHANGED | Set NB connection | standalone 2025-10-08 14:34:41.326507 | fa163e69-8883-74a4-e560-00000000379c | TIMING | Set NB connection | standalone | 0:17:52.828680 | 0.42s 2025-10-08 14:34:41.349187 | fa163e69-8883-74a4-e560-00000000379d | TASK | Set SB connection 2025-10-08 14:34:41.749725 | fa163e69-8883-74a4-e560-00000000379d | CHANGED | Set SB connection | standalone 2025-10-08 14:34:41.751332 | fa163e69-8883-74a4-e560-00000000379d | TIMING | Set SB connection | standalone | 0:17:53.253471 | 0.40s 2025-10-08 14:34:41.780223 | fa163e69-8883-74a4-e560-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-08 14:34:42.022525 | fa163e69-8883-74a4-e560-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-08 14:34:42.024065 | fa163e69-8883-74a4-e560-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:53.526232 | 0.24s 2025-10-08 14:34:42.114875 | fa163e69-8883-74a4-e560-0000000000db | TIMING | include_tasks | standalone | 0:17:53.617034 | 0.06s 2025-10-08 14:34:42.152625 | cf5fcc14-a85a-40d0-9f5b-f4a956991b14 | INCLUDED | /root/standalone-ansible-dpuh_ze3/common_deploy_steps_tasks.yaml | standalone 2025-10-08 14:34:42.182629 | fa163e69-8883-74a4-e560-000000003a7c | TASK | Write the config_step hieradata 2025-10-08 14:34:42.620036 | fa163e69-8883-74a4-e560-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-08 14:34:42.621390 | fa163e69-8883-74a4-e560-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:17:54.123557 | 0.44s 2025-10-08 14:34:42.651586 | fa163e69-8883-74a4-e560-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-08 14:34:42.949790 | fa163e69-8883-74a4-e560-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-08 14:34:42.951159 | fa163e69-8883-74a4-e560-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:54.453325 | 0.30s 2025-10-08 14:34:42.980111 | fa163e69-8883-74a4-e560-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-08 14:34:43.238608 | fa163e69-8883-74a4-e560-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 14:34:53.444920 | fa163e69-8883-74a4-e560-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 14:35:03.672515 | fa163e69-8883-74a4-e560-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 14:35:03.673478 | fa163e69-8883-74a4-e560-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:15.175649 | 20.69s 2025-10-08 14:35:03.697136 | fa163e69-8883-74a4-e560-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-08 14:35:03.777498 | fa163e69-8883-74a4-e560-000000003a7f | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 14:34:43 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 14:34:47 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 14:34:47 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 14:34:47 puppet-user: (file & line not available)", "<13>Oct 8 14:34:47 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 14:34:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 14:34:48 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 14:34:48 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.46 seconds", "<13>Oct 8 14:34:52 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 14:34:54 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 14:34:55 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 14:34:56 puppet-user: Notice: Applied catalog in 7.84 seconds", "<13>Oct 8 14:34:56 puppet-user: Application:", "<13>Oct 8 14:34:56 puppet-user: Initial environment: production", "<13>Oct 8 14:34:56 puppet-user: Converged environment: production", "<13>Oct 8 14:34:56 puppet-user: Run mode: user", "<13>Oct 8 14:34:56 puppet-user: Changes:", "<13>Oct 8 14:34:56 puppet-user: Total: 2", "<13>Oct 8 14:34:56 puppet-user: Events:", "<13>Oct 8 14:34:56 puppet-user: Success: 2", "<13>Oct 8 14:34:56 puppet-user: Resources:", "<13>Oct 8 14:34:56 puppet-user: Changed: 2", "<13>Oct 8 14:34:56 puppet-user: Out of sync: 2", "<13>Oct 8 14:34:56 puppet-user: Total: 28", "<13>Oct 8 14:34:56 puppet-user: Time:", "<13>Oct 8 14:34:56 puppet-user: Schedule: 0.00", "<13>Oct 8 14:34:56 puppet-user: File line: 0.00", "<13>Oct 8 14:34:56 puppet-user: File: 0.00", "<13>Oct 8 14:34:56 puppet-user: Augeas: 0.01", "<13>Oct 8 14:34:56 puppet-user: Package: 0.02", "<13>Oct 8 14:34:56 puppet-user: User: 0.03", "<13>Oct 8 14:34:56 puppet-user: Service: 0.06", "<13>Oct 8 14:34:56 puppet-user: Config retrieval: 0.51", "<13>Oct 8 14:34:56 puppet-user: Pcmk property: 1.41", "<13>Oct 8 14:34:56 puppet-user: Exec: 1.83", "<13>Oct 8 14:34:56 puppet-user: Last run: 1759934096", "<13>Oct 8 14:34:56 puppet-user: Pcmk resource default: 2.06", "<13>Oct 8 14:34:56 puppet-user: Pcmk resource op default: 2.19", "<13>Oct 8 14:34:56 puppet-user: Filebucket: 0.00", "<13>Oct 8 14:34:56 puppet-user: Transaction evaluation: 7.82", "<13>Oct 8 14:34:56 puppet-user: Catalog application: 7.84", "<13>Oct 8 14:34:56 puppet-user: Total: 7.85", "<13>Oct 8 14:34:56 puppet-user: Version:", "<13>Oct 8 14:34:56 puppet-user: Config: 1759934087", "<13>Oct 8 14:34:56 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 14:35:03.780578 | fa163e69-8883-74a4-e560-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:15.282749 | 0.08s 2025-10-08 14:35:03.804066 | fa163e69-8883-74a4-e560-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-08 14:35:03.825372 | fa163e69-8883-74a4-e560-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:15.327531 | 0.02s 2025-10-08 14:35:03.878782 | fa163e69-8883-74a4-e560-000000003abf | TASK | Gather variables for each operating system 2025-10-08 14:35:03.989557 | fa163e69-8883-74a4-e560-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:15.491713 | 0.11s 2025-10-08 14:35:04.020749 | fa163e69-8883-74a4-e560-000000003ac0 | TASK | Create puppet caching structures 2025-10-08 14:35:04.244081 | fa163e69-8883-74a4-e560-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-08 14:35:04.246702 | fa163e69-8883-74a4-e560-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:15.748862 | 0.22s 2025-10-08 14:35:04.270272 | fa163e69-8883-74a4-e560-000000003ac1 | TASK | Check for facter.conf 2025-10-08 14:35:04.499971 | fa163e69-8883-74a4-e560-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-08 14:35:04.500825 | fa163e69-8883-74a4-e560-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:16.002999 | 0.23s 2025-10-08 14:35:04.519877 | fa163e69-8883-74a4-e560-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-08 14:35:04.556083 | fa163e69-8883-74a4-e560-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 14:35:04.556664 | fa163e69-8883-74a4-e560-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:16.058841 | 0.04s 2025-10-08 14:35:04.591751 | fa163e69-8883-74a4-e560-000000003ac3 | TASK | Write facter cache config 2025-10-08 14:35:05.028447 | fa163e69-8883-74a4-e560-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-08 14:35:05.029843 | fa163e69-8883-74a4-e560-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:16.532011 | 0.44s 2025-10-08 14:35:05.059709 | fa163e69-8883-74a4-e560-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-08 14:35:05.280129 | fa163e69-8883-74a4-e560-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 14:35:05.281291 | fa163e69-8883-74a4-e560-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:16.783463 | 0.22s 2025-10-08 14:35:05.310102 | fa163e69-8883-74a4-e560-000000003ac5 | TASK | Pre-cache facts 2025-10-08 14:35:05.895214 | fa163e69-8883-74a4-e560-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-08 14:35:05.896623 | fa163e69-8883-74a4-e560-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:17.398783 | 0.59s 2025-10-08 14:35:05.929177 | fa163e69-8883-74a4-e560-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-08 14:35:05.960961 | fa163e69-8883-74a4-e560-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 14:35:05.962635 | fa163e69-8883-74a4-e560-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:17.464793 | 0.03s 2025-10-08 14:35:06.005606 | fa163e69-8883-74a4-e560-000000003ac7 | TASK | Sync cached facts 2025-10-08 14:35:06.311586 | fa163e69-8883-74a4-e560-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e69-8883-74a4-e560-000000003ac7') missing from stats 2025-10-08 14:35:06.366998 | fa163e69-8883-74a4-e560-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 14:35:06.417704 | fa163e69-8883-74a4-e560-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 14:35:06.418644 | fa163e69-8883-74a4-e560-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:17.920815 | 0.05s 2025-10-08 14:35:06.450262 | fa163e69-8883-74a4-e560-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-08 14:35:06.469525 | fa163e69-8883-74a4-e560-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:17.971692 | 0.02s 2025-10-08 14:35:06.511915 | fa163e69-8883-74a4-e560-000000003b1e | TASK | Gather variables for each operating system 2025-10-08 14:35:06.631525 | fa163e69-8883-74a4-e560-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:18.133695 | 0.12s 2025-10-08 14:35:06.650880 | fa163e69-8883-74a4-e560-000000003b1f | TASK | Create container logs path 2025-10-08 14:35:06.911734 | fa163e69-8883-74a4-e560-000000003b1f | OK | Create container logs path | standalone 2025-10-08 14:35:06.912964 | fa163e69-8883-74a4-e560-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:18.415131 | 0.26s 2025-10-08 14:35:06.944124 | fa163e69-8883-74a4-e560-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 14:35:07.213992 | fa163e69-8883-74a4-e560-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 14:35:07.214763 | fa163e69-8883-74a4-e560-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:18.716938 | 0.27s 2025-10-08 14:35:07.234858 | fa163e69-8883-74a4-e560-000000003b22 | TASK | Finalise hashes for all containers 2025-10-08 14:35:07.316603 | fa163e69-8883-74a4-e560-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:35:07.317280 | fa163e69-8883-74a4-e560-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:18.819456 | 0.08s 2025-10-08 14:35:07.336261 | fa163e69-8883-74a4-e560-000000003b24 | TASK | Manage systemd shutdown files 2025-10-08 14:35:07.363651 | fa163e69-8883-74a4-e560-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:18.865820 | 0.03s 2025-10-08 14:35:07.379596 | b3ad813f-f194-435d-9357-e25920a769ca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 14:35:07.401894 | fa163e69-8883-74a4-e560-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 14:35:07.664903 | fa163e69-8883-74a4-e560-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 14:35:07.665658 | fa163e69-8883-74a4-e560-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:19.167834 | 0.26s 2025-10-08 14:35:07.696617 | fa163e69-8883-74a4-e560-000000003b58 | TASK | Set podman_drop_in fact 2025-10-08 14:35:07.757751 | fa163e69-8883-74a4-e560-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-08 14:35:07.758680 | fa163e69-8883-74a4-e560-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:19.260853 | 0.06s 2025-10-08 14:35:07.781530 | fa163e69-8883-74a4-e560-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 14:35:08.241252 | fa163e69-8883-74a4-e560-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 14:35:08.243687 | fa163e69-8883-74a4-e560-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:19.745850 | 0.46s 2025-10-08 14:35:08.713977 | fa163e69-8883-74a4-e560-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 14:35:08.714989 | fa163e69-8883-74a4-e560-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:20.217158 | 0.93s 2025-10-08 14:35:08.721357 | fa163e69-8883-74a4-e560-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:20.223533 | 0.94s 2025-10-08 14:35:08.746327 | fa163e69-8883-74a4-e560-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 14:35:09.223753 | fa163e69-8883-74a4-e560-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 14:35:09.225420 | fa163e69-8883-74a4-e560-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:20.727584 | 0.48s 2025-10-08 14:35:09.254924 | fa163e69-8883-74a4-e560-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 14:35:09.799766 | fa163e69-8883-74a4-e560-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 14:35:09.801160 | fa163e69-8883-74a4-e560-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:21.303326 | 0.54s 2025-10-08 14:35:09.830778 | fa163e69-8883-74a4-e560-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-08 14:35:10.536192 | fa163e69-8883-74a4-e560-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 14:35:10.538000 | fa163e69-8883-74a4-e560-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:22.040164 | 0.71s 2025-10-08 14:35:10.569653 | fa163e69-8883-74a4-e560-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 14:35:11.082868 | fa163e69-8883-74a4-e560-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 14:35:11.084464 | fa163e69-8883-74a4-e560-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:22.586629 | 0.51s 2025-10-08 14:35:11.113825 | fa163e69-8883-74a4-e560-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 14:35:11.668630 | fa163e69-8883-74a4-e560-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 14:35:11.670043 | fa163e69-8883-74a4-e560-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:23.172210 | 0.55s 2025-10-08 14:35:11.707274 | fa163e69-8883-74a4-e560-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-08 14:35:12.470886 | fa163e69-8883-74a4-e560-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 14:35:12.472958 | fa163e69-8883-74a4-e560-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:23.975125 | 0.76s 2025-10-08 14:35:12.505278 | fa163e69-8883-74a4-e560-000000003b26 | TASK | Update container configs with new config hashes 2025-10-08 14:35:12.567933 | fa163e69-8883-74a4-e560-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:24.070088 | 0.06s 2025-10-08 14:35:12.588297 | 09d111a2-1471-496c-87cd-f65936fb78b5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 14:35:12.621343 | fa163e69-8883-74a4-e560-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-08 14:35:12.914203 | fa163e69-8883-74a4-e560-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-08 14:35:12.915008 | fa163e69-8883-74a4-e560-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:24.417182 | 0.29s 2025-10-08 14:35:12.935955 | fa163e69-8883-74a4-e560-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 14:35:12.977032 | fa163e69-8883-74a4-e560-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:24.479205 | 0.04s 2025-10-08 14:35:12.988820 | 9e97ab48-269e-4e50-a721-55ab2159bd9f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:35:13.011408 | fa163e69-8883-74a4-e560-000000003ba7 | TASK | Gather podman infos 2025-10-08 14:35:14.217273 | fa163e69-8883-74a4-e560-000000003ba7 | OK | Gather podman infos | standalone 2025-10-08 14:35:14.218866 | fa163e69-8883-74a4-e560-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:25.721033 | 1.21s 2025-10-08 14:35:14.310934 | fa163e69-8883-74a4-e560-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 14:35:14.380114 | fa163e69-8883-74a4-e560-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:25.882279 | 0.06s 2025-10-08 14:35:14.518556 | fa163e69-8883-74a4-e560-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:26.020707 | 0.07s 2025-10-08 14:35:14.582090 | fa163e69-8883-74a4-e560-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 14:35:14.624183 | fa163e69-8883-74a4-e560-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:26.126333 | 0.04s 2025-10-08 14:35:14.653069 | 680a90cf-3db5-4641-86a4-844bc771681b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:35:14.686717 | fa163e69-8883-74a4-e560-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 14:36:09.072672 | fa163e69-8883-74a4-e560-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 14:36:09.074610 | fa163e69-8883-74a4-e560-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:20.576774 | 54.39s 2025-10-08 14:36:09.110071 | fa163e69-8883-74a4-e560-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 14:36:40.764344 | fa163e69-8883-74a4-e560-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 14:36:40.766070 | fa163e69-8883-74a4-e560-000000003c13 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:52.268236 | 31.65s 2025-10-08 14:36:40.842487 | fa163e69-8883-74a4-e560-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-08 14:36:41.083888 | fa163e69-8883-74a4-e560-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-08 14:36:41.085519 | fa163e69-8883-74a4-e560-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:52.587684 | 0.24s 2025-10-08 14:36:41.134741 | fa163e69-8883-74a4-e560-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-08 14:36:41.195924 | fa163e69-8883-74a4-e560-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:52.698072 | 0.06s 2025-10-08 14:36:41.228211 | fa163e69-8883-74a4-e560-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-08 14:36:41.279490 | fa163e69-8883-74a4-e560-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:52.781648 | 0.05s 2025-10-08 14:36:41.305415 | aef29272-7d4d-401b-a708-bd3f0a070c3f | INCLUDED | /root/standalone-ansible-dpuh_ze3/host-container-puppet-tasks.yaml | standalone 2025-10-08 14:36:41.354846 | fa163e69-8883-74a4-e560-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-08 14:36:41.865639 | fa163e69-8883-74a4-e560-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-08 14:36:41.867098 | fa163e69-8883-74a4-e560-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:53.369264 | 0.51s 2025-10-08 14:36:41.897979 | fa163e69-8883-74a4-e560-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-08 14:36:42.163992 | fa163e69-8883-74a4-e560-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-08 14:36:42.165397 | fa163e69-8883-74a4-e560-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:53.667557 | 0.27s 2025-10-08 14:36:42.196766 | fa163e69-8883-74a4-e560-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-08 14:36:42.222177 | fa163e69-8883-74a4-e560-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:53.724337 | 0.02s 2025-10-08 14:36:42.312738 | fa163e69-8883-74a4-e560-000000003c90 | TASK | Gather variables for each operating system 2025-10-08 14:36:42.429005 | fa163e69-8883-74a4-e560-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:53.931154 | 0.11s 2025-10-08 14:36:42.459895 | fa163e69-8883-74a4-e560-000000003c91 | TASK | Create container logs path 2025-10-08 14:36:42.704951 | fa163e69-8883-74a4-e560-000000003c91 | OK | Create container logs path | standalone 2025-10-08 14:36:42.706448 | fa163e69-8883-74a4-e560-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:54.208613 | 0.24s 2025-10-08 14:36:42.740717 | fa163e69-8883-74a4-e560-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 14:36:42.968619 | fa163e69-8883-74a4-e560-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 14:36:42.969856 | fa163e69-8883-74a4-e560-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:54.472022 | 0.23s 2025-10-08 14:36:42.999269 | fa163e69-8883-74a4-e560-000000003c94 | TASK | Finalise hashes for all containers 2025-10-08 14:36:43.039944 | fa163e69-8883-74a4-e560-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:36:43.041080 | fa163e69-8883-74a4-e560-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:54.543247 | 0.04s 2025-10-08 14:36:43.071217 | fa163e69-8883-74a4-e560-000000003c96 | TASK | Manage systemd shutdown files 2025-10-08 14:36:43.106843 | fa163e69-8883-74a4-e560-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:36:43.108011 | fa163e69-8883-74a4-e560-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:54.610178 | 0.03s 2025-10-08 14:36:43.137700 | fa163e69-8883-74a4-e560-000000003c98 | TASK | Update container configs with new config hashes 2025-10-08 14:36:43.188156 | fa163e69-8883-74a4-e560-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:36:43.189358 | fa163e69-8883-74a4-e560-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:54.691523 | 0.05s 2025-10-08 14:36:43.224092 | fa163e69-8883-74a4-e560-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 14:36:43.275631 | fa163e69-8883-74a4-e560-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 14:36:43.276750 | fa163e69-8883-74a4-e560-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:54.778906 | 0.05s 2025-10-08 14:36:43.308884 | fa163e69-8883-74a4-e560-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 14:36:43.360815 | fa163e69-8883-74a4-e560-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 14:36:43.362141 | fa163e69-8883-74a4-e560-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:54.864291 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-08 14:36:43.505009 | fa163e69-8883-74a4-e560-0000000000de | TASK | External deployment step 4 2025-10-08 14:36:43.535826 | fa163e69-8883-74a4-e560-0000000000de | OK | External deployment step 4 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 4' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-74a4-e560-0000000000de') missing from stats 2025-10-08 14:36:43.597201 | fa163e69-8883-74a4-e560-0000000000df | TIMING | include_tasks | undercloud | 0:19:55.099360 | 0.04s 2025-10-08 14:36:43.629340 | 95a1f481-48ea-4021-a5eb-5090f735aa42 | INCLUDED | /root/standalone-ansible-dpuh_ze3/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-08 14:36:43.647358 | fa163e69-8883-74a4-e560-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-08 14:36:45.178069 | fa163e69-8883-74a4-e560-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-08 14:36:45.179615 | fa163e69-8883-74a4-e560-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:56.681777 | 1.53s 2025-10-08 14:36:46.304035 | fa163e69-8883-74a4-e560-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-08 14:36:46.305695 | fa163e69-8883-74a4-e560-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:57.807861 | 2.66s 2025-10-08 14:36:46.315553 | fa163e69-8883-74a4-e560-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:57.817721 | 2.67s 2025-10-08 14:36:46.329935 | fa163e69-8883-74a4-e560-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-08 14:36:46.378987 | fa163e69-8883-74a4-e560-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:57.881146 | 0.05s 2025-10-08 14:36:46.443143 | fa163e69-8883-74a4-e560-000000003d18 | TASK | Create Keystone Admin resources 2025-10-08 14:36:46.494137 | fa163e69-8883-74a4-e560-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:57.996296 | 0.05s 2025-10-08 14:36:46.523219 | c0fab59d-6f39-49a1-bffa-189db82e6037 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-08 14:36:46.551879 | fa163e69-8883-74a4-e560-000000003d59 | TASK | Create admin and service projects 2025-10-08 14:36:46.603363 | fa163e69-8883-74a4-e560-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:58.105525 | 0.05s 2025-10-08 14:36:46.612074 | 94f424ab-6921-4dd3-b98f-9d6b9b5e6018 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 14:36:46.636735 | fa163e69-8883-74a4-e560-000000003daa | TASK | Async creation of Keystone project 2025-10-08 14:36:47.077775 | fa163e69-8883-74a4-e560-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-08 14:36:47.088554 | fa163e69-8883-74a4-e560-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:58.590712 | 0.45s 2025-10-08 14:36:47.366033 | fa163e69-8883-74a4-e560-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 14:36:47.367793 | fa163e69-8883-74a4-e560-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:58.869961 | 0.73s 2025-10-08 14:36:47.392846 | fa163e69-8883-74a4-e560-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:58.895009 | 0.75s 2025-10-08 14:36:47.411635 | fa163e69-8883-74a4-e560-000000003dac | TASK | Check Keystone project status 2025-10-08 14:36:47.660043 | fa163e69-8883-74a4-e560-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 14:36:52.882080 | fa163e69-8883-74a4-e560-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-08 14:36:52.883068 | fa163e69-8883-74a4-e560-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:04.385240 | 5.47s 2025-10-08 14:36:53.140209 | fa163e69-8883-74a4-e560-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-08 14:36:53.141618 | fa163e69-8883-74a4-e560-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:04.643783 | 5.73s 2025-10-08 14:36:53.148947 | fa163e69-8883-74a4-e560-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:04.651105 | 5.74s 2025-10-08 14:36:53.170016 | fa163e69-8883-74a4-e560-000000003d5a | TASK | Create admin role 2025-10-08 14:36:54.442057 | fa163e69-8883-74a4-e560-000000003d5a | OK | Create admin role | undercloud 2025-10-08 14:36:54.443572 | fa163e69-8883-74a4-e560-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:05.945739 | 1.27s 2025-10-08 14:36:54.463460 | fa163e69-8883-74a4-e560-000000003d5b | TASK | Create _member_ role 2025-10-08 14:36:54.527252 | fa163e69-8883-74a4-e560-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-08 14:36:54.528422 | fa163e69-8883-74a4-e560-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:06.030584 | 0.06s 2025-10-08 14:36:54.547120 | fa163e69-8883-74a4-e560-000000003d5c | TASK | Check admin password 2025-10-08 14:36:55.907249 | fa163e69-8883-74a4-e560-000000003d5c | OK | Check admin password | undercloud 2025-10-08 14:36:55.908681 | fa163e69-8883-74a4-e560-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:07.410846 | 1.36s 2025-10-08 14:36:55.928122 | fa163e69-8883-74a4-e560-000000003d5d | TASK | Create admin user 2025-10-08 14:36:57.579588 | fa163e69-8883-74a4-e560-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-08 14:36:57.580904 | fa163e69-8883-74a4-e560-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:09.083070 | 1.65s 2025-10-08 14:36:57.600112 | fa163e69-8883-74a4-e560-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-08 14:36:59.109947 | fa163e69-8883-74a4-e560-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-08 14:36:59.111481 | fa163e69-8883-74a4-e560-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:10.613646 | 1.51s 2025-10-08 14:36:59.131290 | fa163e69-8883-74a4-e560-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-08 14:36:59.197185 | fa163e69-8883-74a4-e560-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-08 14:36:59.198392 | fa163e69-8883-74a4-e560-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:10.700556 | 0.07s 2025-10-08 14:36:59.217498 | fa163e69-8883-74a4-e560-000000003d60 | TASK | Create identity service 2025-10-08 14:37:00.442769 | fa163e69-8883-74a4-e560-000000003d60 | OK | Create identity service | undercloud 2025-10-08 14:37:00.444302 | fa163e69-8883-74a4-e560-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:11.946469 | 1.23s 2025-10-08 14:37:00.463433 | fa163e69-8883-74a4-e560-000000003d61 | TASK | Create identity public endpoint 2025-10-08 14:37:01.705886 | fa163e69-8883-74a4-e560-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-08 14:37:01.707420 | fa163e69-8883-74a4-e560-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:13.209594 | 1.24s 2025-10-08 14:37:01.721979 | fa163e69-8883-74a4-e560-000000003d62 | TASK | Create identity internal endpoint 2025-10-08 14:37:02.968112 | fa163e69-8883-74a4-e560-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-08 14:37:02.969484 | fa163e69-8883-74a4-e560-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:14.471649 | 1.25s 2025-10-08 14:37:02.988825 | fa163e69-8883-74a4-e560-000000003d63 | TASK | Create identity admin endpoint 2025-10-08 14:37:04.212965 | fa163e69-8883-74a4-e560-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-08 14:37:04.214389 | fa163e69-8883-74a4-e560-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:15.716554 | 1.22s 2025-10-08 14:37:04.232885 | fa163e69-8883-74a4-e560-000000003d19 | TASK | Create Keystone Projects 2025-10-08 14:37:04.314703 | fa163e69-8883-74a4-e560-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:15.816844 | 0.08s 2025-10-08 14:37:04.326935 | fa163e69-8883-74a4-e560-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:15.829094 | 0.09s 2025-10-08 14:37:04.341547 | 5c571262-6314-41c3-962b-ce7c4d706cfb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 14:37:04.385062 | fa163e69-8883-74a4-e560-000000003e36 | TASK | Async creation of Keystone project 2025-10-08 14:37:04.712785 | fa163e69-8883-74a4-e560-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 14:37:04.713700 | fa163e69-8883-74a4-e560-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:16.215865 | 0.33s 2025-10-08 14:37:04.720539 | fa163e69-8883-74a4-e560-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:16.222709 | 0.33s 2025-10-08 14:37:04.736274 | fa163e69-8883-74a4-e560-000000003e38 | TASK | Check Keystone project status 2025-10-08 14:37:04.993707 | fa163e69-8883-74a4-e560-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 14:37:10.188070 | fa163e69-8883-74a4-e560-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-08 14:37:10.190554 | fa163e69-8883-74a4-e560-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:21.692711 | 5.45s 2025-10-08 14:37:10.201682 | fa163e69-8883-74a4-e560-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:21.703801 | 5.46s 2025-10-08 14:37:10.222633 | fa163e69-8883-74a4-e560-000000003d1b | TASK | Create Keystone Domains 2025-10-08 14:37:10.312973 | fa163e69-8883-74a4-e560-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:21.815123 | 0.09s 2025-10-08 14:37:10.323748 | fa163e69-8883-74a4-e560-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:21.825894 | 0.10s 2025-10-08 14:37:10.342345 | 483353dc-5f86-4f07-af18-bb556890f189 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-08 14:37:10.396112 | fa163e69-8883-74a4-e560-000000003eeb | TASK | Async creation of Keystone domains 2025-10-08 14:37:10.795715 | fa163e69-8883-74a4-e560-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-08 14:37:10.797150 | fa163e69-8883-74a4-e560-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:22.299308 | 0.40s 2025-10-08 14:37:10.803691 | fa163e69-8883-74a4-e560-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:22.305852 | 0.41s 2025-10-08 14:37:10.823720 | fa163e69-8883-74a4-e560-000000003eed | TASK | Check Keystone domain status 2025-10-08 14:37:11.075482 | fa163e69-8883-74a4-e560-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-08 14:37:16.292879 | fa163e69-8883-74a4-e560-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-08 14:37:16.294799 | fa163e69-8883-74a4-e560-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:27.796963 | 5.47s 2025-10-08 14:37:16.304932 | fa163e69-8883-74a4-e560-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:27.807102 | 5.48s 2025-10-08 14:37:16.323785 | fa163e69-8883-74a4-e560-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-08 14:37:16.380252 | fa163e69-8883-74a4-e560-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:27.882412 | 0.06s 2025-10-08 14:37:16.394518 | bf487669-b3d0-42d9-a191-a2123e2f2380 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-08 14:37:16.446600 | fa163e69-8883-74a4-e560-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-08 14:37:17.707891 | fa163e69-8883-74a4-e560-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-08 14:37:17.709433 | fa163e69-8883-74a4-e560-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:29.211593 | 1.26s 2025-10-08 14:37:17.727946 | fa163e69-8883-74a4-e560-000000003fb6 | TASK | Set openstack_domains fact 2025-10-08 14:37:17.779512 | fa163e69-8883-74a4-e560-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-08 14:37:17.780669 | fa163e69-8883-74a4-e560-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:29.282838 | 0.05s 2025-10-08 14:37:17.798892 | fa163e69-8883-74a4-e560-000000003d1e | TASK | Create Keystone Services 2025-10-08 14:37:17.895635 | fa163e69-8883-74a4-e560-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:29.397786 | 0.10s 2025-10-08 14:37:17.913623 | fa163e69-8883-74a4-e560-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:29.415793 | 0.11s 2025-10-08 14:37:17.925119 | fa163e69-8883-74a4-e560-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:29.427288 | 0.12s 2025-10-08 14:37:17.944936 | 32adf711-e2fc-49da-8b40-e0eff35d0bf1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 14:37:17.953824 | 4eef9dee-c937-44dd-b863-26a484723324 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 14:37:18.004542 | fa163e69-8883-74a4-e560-000000004092 | TASK | Async creation of Keystone service 2025-10-08 14:37:18.325217 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-08 14:37:18.326768 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:29.828928 | 0.32s 2025-10-08 14:37:18.615825 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-08 14:37:18.617736 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:30.119905 | 0.61s 2025-10-08 14:37:18.921437 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-08 14:37:18.922538 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:30.424704 | 0.92s 2025-10-08 14:37:19.192559 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-08 14:37:19.193153 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:30.695329 | 1.19s 2025-10-08 14:37:19.470611 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-08 14:37:19.473510 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:30.975686 | 1.47s 2025-10-08 14:37:19.735734 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-08 14:37:19.737093 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:31.239268 | 1.73s 2025-10-08 14:37:20.015634 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-08 14:37:20.016203 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:31.518380 | 2.01s 2025-10-08 14:37:20.253332 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-08 14:37:20.254030 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:31.756205 | 2.25s 2025-10-08 14:37:20.496815 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-08 14:37:20.498410 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.000586 | 2.49s 2025-10-08 14:37:20.763673 | fa163e69-8883-74a4-e560-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-08 14:37:20.765599 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.267766 | 2.76s 2025-10-08 14:37:20.776399 | fa163e69-8883-74a4-e560-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.278567 | 2.77s 2025-10-08 14:37:20.793684 | fa163e69-8883-74a4-e560-000000004094 | TASK | Check Keystone service status 2025-10-08 14:37:21.058456 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-08 14:37:21.060388 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:32.562537 | 0.27s 2025-10-08 14:37:21.306983 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-08 14:37:21.310051 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:32.812217 | 0.52s 2025-10-08 14:37:21.542174 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-08 14:37:21.546552 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.048717 | 0.75s 2025-10-08 14:37:21.791868 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-08 14:37:21.794919 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.297085 | 1.00s 2025-10-08 14:37:22.100919 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-08 14:37:22.103669 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.605837 | 1.31s 2025-10-08 14:37:22.285761 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-08 14:37:22.286904 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.789078 | 1.49s 2025-10-08 14:37:22.519191 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-08 14:37:22.520211 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:34.022387 | 1.73s 2025-10-08 14:37:22.775640 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-08 14:37:22.778667 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:34.280833 | 1.98s 2025-10-08 14:37:23.059708 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-08 14:37:23.062580 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:34.564736 | 2.27s 2025-10-08 14:37:23.277766 | fa163e69-8883-74a4-e560-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-08 14:37:23.278908 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:34.781076 | 2.48s 2025-10-08 14:37:23.294033 | fa163e69-8883-74a4-e560-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:34.796196 | 2.50s 2025-10-08 14:37:23.323692 | fa163e69-8883-74a4-e560-000000004099 | TASK | Async creation of Keystone service 2025-10-08 14:37:23.680128 | fa163e69-8883-74a4-e560-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-08 14:37:23.681834 | fa163e69-8883-74a4-e560-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:35.183996 | 0.36s 2025-10-08 14:37:23.993720 | fa163e69-8883-74a4-e560-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-08 14:37:23.995436 | fa163e69-8883-74a4-e560-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:35.497600 | 0.67s 2025-10-08 14:37:24.294337 | fa163e69-8883-74a4-e560-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-08 14:37:24.295717 | fa163e69-8883-74a4-e560-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:35.797892 | 0.97s 2025-10-08 14:37:24.612567 | fa163e69-8883-74a4-e560-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-08 14:37:24.613949 | fa163e69-8883-74a4-e560-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:36.116115 | 1.29s 2025-10-08 14:37:24.624133 | fa163e69-8883-74a4-e560-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:36.126301 | 1.30s 2025-10-08 14:37:24.638972 | fa163e69-8883-74a4-e560-00000000409b | TASK | Check Keystone service status 2025-10-08 14:37:24.877124 | fa163e69-8883-74a4-e560-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-08 14:37:24.878118 | fa163e69-8883-74a4-e560-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.380290 | 0.24s 2025-10-08 14:37:25.172081 | fa163e69-8883-74a4-e560-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-08 14:37:25.172767 | fa163e69-8883-74a4-e560-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.674943 | 0.53s 2025-10-08 14:37:25.393558 | fa163e69-8883-74a4-e560-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-08 14:37:30.603863 | fa163e69-8883-74a4-e560-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-08 14:37:30.606011 | fa163e69-8883-74a4-e560-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:42.108180 | 5.97s 2025-10-08 14:37:30.823387 | fa163e69-8883-74a4-e560-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-08 14:37:30.825239 | fa163e69-8883-74a4-e560-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:42.327408 | 6.19s 2025-10-08 14:37:30.836782 | fa163e69-8883-74a4-e560-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:42.338951 | 6.20s 2025-10-08 14:37:30.858163 | fa163e69-8883-74a4-e560-000000003d20 | TASK | Create Keystone Endpoints 2025-10-08 14:37:30.935392 | fa163e69-8883-74a4-e560-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:42.437549 | 0.08s 2025-10-08 14:37:30.987665 | fa163e69-8883-74a4-e560-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:42.489835 | 0.13s 2025-10-08 14:37:31.019443 | fa163e69-8883-74a4-e560-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:42.521619 | 0.16s 2025-10-08 14:37:31.026076 | fa163e69-8883-74a4-e560-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:42.528243 | 0.17s 2025-10-08 14:37:31.040392 | 464f89e5-38a3-4f17-ab8b-f82d92967132 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 14:37:31.047344 | 85266278-07ca-4525-ac0b-2c509dfec725 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 14:37:31.053515 | 986578ff-788a-481a-bfb2-8cbfd7bdf395 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 14:37:31.118288 | fa163e69-8883-74a4-e560-0000000041cf | TASK | Create Keystone public endpoints 2025-10-08 14:37:31.231384 | fa163e69-8883-74a4-e560-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:42.733529 | 0.11s 2025-10-08 14:37:31.247760 | fa163e69-8883-74a4-e560-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:42.749928 | 0.13s 2025-10-08 14:37:31.259075 | fa163e69-8883-74a4-e560-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:42.761235 | 0.14s 2025-10-08 14:37:31.280993 | 8aaa76a3-17dc-4201-98cc-115bec875f96 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 14:37:31.290487 | f416447c-7be6-44b4-a162-78938de4b3ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 14:37:31.317076 | fa163e69-8883-74a4-e560-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-08 14:37:31.625216 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-08 14:37:31.627630 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.129786 | 0.31s 2025-10-08 14:37:31.924863 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-08 14:37:31.926390 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.428550 | 0.61s 2025-10-08 14:37:32.172798 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-08 14:37:32.173621 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.675795 | 0.86s 2025-10-08 14:37:32.442543 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-08 14:37:32.443509 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.945684 | 1.12s 2025-10-08 14:37:32.730906 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-08 14:37:32.731525 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:44.233701 | 1.41s 2025-10-08 14:37:32.978187 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-08 14:37:32.979169 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:44.481344 | 1.66s 2025-10-08 14:37:33.262260 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-08 14:37:33.262898 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:44.765073 | 1.94s 2025-10-08 14:37:33.531024 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-08 14:37:33.532178 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.034344 | 2.21s 2025-10-08 14:37:33.767284 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-08 14:37:33.768604 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.270769 | 2.45s 2025-10-08 14:37:34.040807 | fa163e69-8883-74a4-e560-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-08 14:37:34.041596 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.543769 | 2.72s 2025-10-08 14:37:34.046100 | fa163e69-8883-74a4-e560-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:45.548268 | 2.73s 2025-10-08 14:37:34.063121 | fa163e69-8883-74a4-e560-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-08 14:37:34.361643 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-08 14:37:34.362556 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:45.864727 | 0.30s 2025-10-08 14:37:34.636542 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-08 14:37:34.638451 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:46.140617 | 0.57s 2025-10-08 14:37:34.897033 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-08 14:37:34.899133 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:46.401299 | 0.84s 2025-10-08 14:37:35.188058 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-08 14:37:35.189330 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:46.691505 | 1.13s 2025-10-08 14:37:35.418633 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-08 14:37:35.419685 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:46.921856 | 1.36s 2025-10-08 14:37:35.670819 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-08 14:37:35.671658 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:47.173831 | 1.61s 2025-10-08 14:37:35.923527 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-08 14:37:35.924791 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:47.426957 | 1.86s 2025-10-08 14:37:36.180443 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-08 14:37:36.181580 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:47.683749 | 2.12s 2025-10-08 14:37:36.460407 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-08 14:37:36.461978 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:47.964145 | 2.40s 2025-10-08 14:37:36.717025 | fa163e69-8883-74a4-e560-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-08 14:37:36.718918 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.221087 | 2.66s 2025-10-08 14:37:36.733688 | fa163e69-8883-74a4-e560-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.235849 | 2.67s 2025-10-08 14:37:36.762539 | fa163e69-8883-74a4-e560-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-08 14:37:37.149817 | fa163e69-8883-74a4-e560-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-08 14:37:37.151291 | fa163e69-8883-74a4-e560-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:48.653453 | 0.39s 2025-10-08 14:37:37.469973 | fa163e69-8883-74a4-e560-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-08 14:37:37.471895 | fa163e69-8883-74a4-e560-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:48.974063 | 0.71s 2025-10-08 14:37:37.778830 | fa163e69-8883-74a4-e560-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-08 14:37:37.780880 | fa163e69-8883-74a4-e560-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:49.283046 | 1.02s 2025-10-08 14:37:38.091214 | fa163e69-8883-74a4-e560-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-08 14:37:38.092188 | fa163e69-8883-74a4-e560-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:49.594357 | 1.33s 2025-10-08 14:37:38.098435 | fa163e69-8883-74a4-e560-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:49.600606 | 1.33s 2025-10-08 14:37:38.114157 | fa163e69-8883-74a4-e560-000000004300 | TASK | Check Keystone public endpoint status 2025-10-08 14:37:38.369982 | fa163e69-8883-74a4-e560-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-08 14:37:38.374517 | fa163e69-8883-74a4-e560-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.876677 | 0.26s 2025-10-08 14:37:38.640432 | fa163e69-8883-74a4-e560-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-08 14:37:38.642703 | fa163e69-8883-74a4-e560-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:50.144869 | 0.53s 2025-10-08 14:37:38.837337 | fa163e69-8883-74a4-e560-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-08 14:37:44.070011 | fa163e69-8883-74a4-e560-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-08 14:37:44.097845 | fa163e69-8883-74a4-e560-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.600010 | 5.98s 2025-10-08 14:37:44.283488 | fa163e69-8883-74a4-e560-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-08 14:37:44.284730 | fa163e69-8883-74a4-e560-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.786898 | 6.17s 2025-10-08 14:37:44.293796 | fa163e69-8883-74a4-e560-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:55.795959 | 6.18s 2025-10-08 14:37:44.317825 | fa163e69-8883-74a4-e560-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-08 14:37:44.426416 | fa163e69-8883-74a4-e560-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:55.928580 | 0.11s 2025-10-08 14:37:44.449791 | fa163e69-8883-74a4-e560-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:55.951955 | 0.13s 2025-10-08 14:37:44.461245 | fa163e69-8883-74a4-e560-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:55.963424 | 0.14s 2025-10-08 14:37:44.469731 | 640f9ec9-539e-4873-be1e-61059c7a8712 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 14:37:44.474505 | 20b4c865-f4fb-44e6-97f6-3316ef2fbbdf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 14:37:44.491472 | fa163e69-8883-74a4-e560-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-08 14:37:44.842252 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-08 14:37:44.844848 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.347008 | 0.35s 2025-10-08 14:37:45.161480 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-08 14:37:45.162271 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.664446 | 0.67s 2025-10-08 14:37:45.518355 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-08 14:37:45.519432 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:57.021599 | 1.03s 2025-10-08 14:37:45.862134 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-08 14:37:45.863618 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:57.365792 | 1.37s 2025-10-08 14:37:46.115353 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-08 14:37:46.116004 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:57.618181 | 1.62s 2025-10-08 14:37:46.353369 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-08 14:37:46.362999 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:57.865172 | 1.87s 2025-10-08 14:37:46.603858 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-08 14:37:46.605020 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:58.107188 | 2.11s 2025-10-08 14:37:46.855048 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-08 14:37:46.855684 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:58.357860 | 2.36s 2025-10-08 14:37:47.104208 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-08 14:37:47.105696 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:58.607864 | 2.61s 2025-10-08 14:37:47.389455 | fa163e69-8883-74a4-e560-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-08 14:37:47.390888 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:58.893057 | 2.90s 2025-10-08 14:37:47.401690 | fa163e69-8883-74a4-e560-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:58.903860 | 2.91s 2025-10-08 14:37:47.418668 | fa163e69-8883-74a4-e560-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-08 14:37:47.679001 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-08 14:37:47.680905 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:59.183077 | 0.26s 2025-10-08 14:37:47.910186 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-08 14:37:47.910815 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:59.412993 | 0.49s 2025-10-08 14:37:48.148522 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-08 14:37:48.149133 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:59.651311 | 0.73s 2025-10-08 14:37:48.384823 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-08 14:37:48.385952 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:59.888121 | 0.97s 2025-10-08 14:37:48.629209 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-08 14:37:48.630449 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:00.132612 | 1.21s 2025-10-08 14:37:48.867003 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-08 14:37:48.867803 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:00.369979 | 1.45s 2025-10-08 14:37:49.125165 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-08 14:37:49.126408 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:00.628575 | 1.71s 2025-10-08 14:37:49.386000 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-08 14:37:49.388043 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:00.890209 | 1.97s 2025-10-08 14:37:49.620891 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-08 14:37:49.622765 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.124933 | 2.20s 2025-10-08 14:37:49.846368 | fa163e69-8883-74a4-e560-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-08 14:37:49.847856 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.350026 | 2.43s 2025-10-08 14:37:49.860899 | fa163e69-8883-74a4-e560-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.363064 | 2.44s 2025-10-08 14:37:49.882761 | fa163e69-8883-74a4-e560-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-08 14:37:50.232405 | fa163e69-8883-74a4-e560-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-08 14:37:50.233988 | fa163e69-8883-74a4-e560-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:01.736150 | 0.35s 2025-10-08 14:37:50.528280 | fa163e69-8883-74a4-e560-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-08 14:37:50.529300 | fa163e69-8883-74a4-e560-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:02.031469 | 0.65s 2025-10-08 14:37:50.843058 | fa163e69-8883-74a4-e560-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-08 14:37:50.844116 | fa163e69-8883-74a4-e560-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:02.346292 | 0.96s 2025-10-08 14:37:51.075882 | fa163e69-8883-74a4-e560-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-08 14:37:51.076582 | fa163e69-8883-74a4-e560-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:02.578759 | 1.19s 2025-10-08 14:37:51.082121 | fa163e69-8883-74a4-e560-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:02.584296 | 1.20s 2025-10-08 14:37:51.102773 | fa163e69-8883-74a4-e560-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-08 14:37:51.374479 | fa163e69-8883-74a4-e560-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-08 14:37:51.376204 | fa163e69-8883-74a4-e560-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.878377 | 0.27s 2025-10-08 14:37:51.626748 | fa163e69-8883-74a4-e560-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-08 14:37:56.844462 | fa163e69-8883-74a4-e560-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-08 14:37:56.845762 | fa163e69-8883-74a4-e560-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.347928 | 5.74s 2025-10-08 14:37:57.087236 | fa163e69-8883-74a4-e560-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-08 14:37:57.089403 | fa163e69-8883-74a4-e560-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.591566 | 5.98s 2025-10-08 14:37:57.332391 | fa163e69-8883-74a4-e560-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-08 14:37:57.333599 | fa163e69-8883-74a4-e560-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.835767 | 6.23s 2025-10-08 14:37:57.342143 | fa163e69-8883-74a4-e560-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:08.844301 | 6.24s 2025-10-08 14:37:57.367668 | fa163e69-8883-74a4-e560-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-08 14:37:57.476950 | fa163e69-8883-74a4-e560-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:08.979095 | 0.11s 2025-10-08 14:37:57.495363 | fa163e69-8883-74a4-e560-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:08.997531 | 0.12s 2025-10-08 14:37:57.506247 | fa163e69-8883-74a4-e560-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:09.008409 | 0.14s 2025-10-08 14:37:57.525109 | 649309a7-8c73-48a0-be05-17dd81827d1b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 14:37:57.539507 | 2a14ed90-9054-40bd-90ba-9f9631d5b5be | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 14:37:57.568879 | fa163e69-8883-74a4-e560-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-08 14:37:57.892826 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-08 14:37:57.895338 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.397463 | 0.32s 2025-10-08 14:37:58.197875 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-08 14:37:58.198939 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.701107 | 0.63s 2025-10-08 14:37:58.502083 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-08 14:37:58.503109 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.005277 | 0.93s 2025-10-08 14:37:58.799199 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-08 14:37:58.800218 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.302387 | 1.23s 2025-10-08 14:37:59.060172 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-08 14:37:59.061905 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.564072 | 1.49s 2025-10-08 14:37:59.376902 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-08 14:37:59.378015 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.880153 | 1.81s 2025-10-08 14:37:59.655827 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-08 14:37:59.657696 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:11.159863 | 2.09s 2025-10-08 14:37:59.917049 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-08 14:37:59.924045 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:11.426214 | 2.35s 2025-10-08 14:38:00.244346 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-08 14:38:00.245442 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:11.747618 | 2.67s 2025-10-08 14:38:00.547835 | fa163e69-8883-74a4-e560-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-08 14:38:00.550919 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.052855 | 2.98s 2025-10-08 14:38:00.562907 | fa163e69-8883-74a4-e560-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:12.065079 | 2.99s 2025-10-08 14:38:00.579676 | fa163e69-8883-74a4-e560-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-08 14:38:00.871655 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-08 14:38:00.872778 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:12.374949 | 0.29s 2025-10-08 14:38:01.128635 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-08 14:38:01.130227 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:12.632403 | 0.55s 2025-10-08 14:38:01.344829 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-08 14:38:01.346254 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:12.848431 | 0.77s 2025-10-08 14:38:01.591196 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-08 14:38:01.594128 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.096294 | 1.01s 2025-10-08 14:38:01.861739 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-08 14:38:01.865593 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.367760 | 1.29s 2025-10-08 14:38:02.128945 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-08 14:38:02.131539 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.633704 | 1.55s 2025-10-08 14:38:02.399819 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-08 14:38:02.403132 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.905298 | 1.82s 2025-10-08 14:38:02.663096 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-08 14:38:02.666247 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:14.168414 | 2.09s 2025-10-08 14:38:02.967204 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-08 14:38:02.970368 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:14.472533 | 2.39s 2025-10-08 14:38:03.235198 | fa163e69-8883-74a4-e560-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-08 14:38:03.235913 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:14.738089 | 2.66s 2025-10-08 14:38:03.246884 | fa163e69-8883-74a4-e560-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:14.749038 | 2.67s 2025-10-08 14:38:03.275606 | fa163e69-8883-74a4-e560-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-08 14:38:03.637083 | fa163e69-8883-74a4-e560-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-08 14:38:03.638067 | fa163e69-8883-74a4-e560-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:15.140237 | 0.36s 2025-10-08 14:38:03.956777 | fa163e69-8883-74a4-e560-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-08 14:38:03.959682 | fa163e69-8883-74a4-e560-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:15.461850 | 0.68s 2025-10-08 14:38:04.254738 | fa163e69-8883-74a4-e560-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-08 14:38:04.255275 | fa163e69-8883-74a4-e560-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:15.757452 | 0.98s 2025-10-08 14:38:04.529022 | fa163e69-8883-74a4-e560-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-08 14:38:04.529641 | fa163e69-8883-74a4-e560-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:16.031817 | 1.25s 2025-10-08 14:38:04.541587 | fa163e69-8883-74a4-e560-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:16.043756 | 1.26s 2025-10-08 14:38:04.560287 | fa163e69-8883-74a4-e560-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-08 14:38:04.800954 | fa163e69-8883-74a4-e560-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-08 14:38:09.995291 | fa163e69-8883-74a4-e560-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-08 14:38:09.997501 | fa163e69-8883-74a4-e560-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:21.499660 | 5.44s 2025-10-08 14:38:10.205674 | fa163e69-8883-74a4-e560-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-08 14:38:10.206840 | fa163e69-8883-74a4-e560-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:21.709008 | 5.65s 2025-10-08 14:38:10.501475 | fa163e69-8883-74a4-e560-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-08 14:38:10.503350 | fa163e69-8883-74a4-e560-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:22.005481 | 5.94s 2025-10-08 14:38:10.796439 | fa163e69-8883-74a4-e560-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-08 14:38:10.797649 | fa163e69-8883-74a4-e560-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:22.299813 | 6.24s 2025-10-08 14:38:10.806456 | fa163e69-8883-74a4-e560-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:22.308571 | 6.24s 2025-10-08 14:38:10.829028 | fa163e69-8883-74a4-e560-000000003d22 | TASK | Run cleanup tasks 2025-10-08 14:38:10.863375 | fa163e69-8883-74a4-e560-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:22.365528 | 0.03s 2025-10-08 14:38:10.881035 | 75bfffab-9391-4ba4-b1ee-0b13f321e800 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-08 14:38:10.945945 | fa163e69-8883-74a4-e560-000000004422 | TASK | Get list of enabled services 2025-10-08 14:38:13.585422 | fa163e69-8883-74a4-e560-000000004422 | CHANGED | Get list of enabled services | undercloud 2025-10-08 14:38:13.586910 | fa163e69-8883-74a4-e560-000000004422 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:25.089074 | 2.64s 2025-10-08 14:38:13.606015 | fa163e69-8883-74a4-e560-000000004423 | TASK | List services to be disabled 2025-10-08 14:38:13.694820 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-08 14:38:13.732520 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-08 14:38:13.759933 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-08 14:38:13.788829 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-08 14:38:13.816890 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-08 14:38:13.847185 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-08 14:38:13.875594 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-08 14:38:13.903157 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-08 14:38:13.928862 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-08 14:38:13.954462 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-08 14:38:13.992490 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-08 14:38:14.019365 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-08 14:38:14.045071 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-08 14:38:14.070595 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-08 14:38:14.093969 | fa163e69-8883-74a4-e560-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-08 14:38:14.106745 | fa163e69-8883-74a4-e560-000000004423 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:25.608911 | 0.50s 2025-10-08 14:38:14.127460 | fa163e69-8883-74a4-e560-000000004424 | TASK | Delete keystone services not enabled 2025-10-08 14:38:14.157712 | fa163e69-8883-74a4-e560-000000004424 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:25.659871 | 0.03s 2025-10-08 14:38:14.176145 | fa163e69-8883-74a4-e560-000000003d23 | TASK | Create Keystone Roles 2025-10-08 14:38:14.274373 | fa163e69-8883-74a4-e560-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:25.776525 | 0.10s 2025-10-08 14:38:14.292954 | fa163e69-8883-74a4-e560-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:25.795122 | 0.12s 2025-10-08 14:38:14.299726 | fa163e69-8883-74a4-e560-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:25.801882 | 0.12s 2025-10-08 14:38:14.325008 | a0dd04e3-9d1a-4c3c-8d91-4b673f3d1320 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-08 14:38:14.334626 | cd8e2372-1084-4fa8-bc1d-a0891084a648 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-08 14:38:14.402537 | fa163e69-8883-74a4-e560-000000004592 | TASK | Async creation of Keystone role 2025-10-08 14:38:14.747943 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-08 14:38:14.749070 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.251234 | 0.35s 2025-10-08 14:38:15.068357 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-08 14:38:15.069114 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.571287 | 0.67s 2025-10-08 14:38:15.344216 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-08 14:38:15.345791 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.847960 | 0.94s 2025-10-08 14:38:15.649130 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-08 14:38:15.649814 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:27.151991 | 1.25s 2025-10-08 14:38:15.931266 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-08 14:38:15.931814 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:27.433991 | 1.53s 2025-10-08 14:38:16.226318 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-08 14:38:16.226845 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:27.729023 | 1.82s 2025-10-08 14:38:16.479539 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-08 14:38:16.480980 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:27.983156 | 2.08s 2025-10-08 14:38:16.792036 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-08 14:38:16.792637 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:28.294813 | 2.39s 2025-10-08 14:38:17.064433 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-08 14:38:17.065820 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:28.567986 | 2.66s 2025-10-08 14:38:17.347347 | fa163e69-8883-74a4-e560-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-08 14:38:17.348899 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:28.851065 | 2.95s 2025-10-08 14:38:17.359700 | fa163e69-8883-74a4-e560-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:28.861868 | 2.96s 2025-10-08 14:38:17.375000 | fa163e69-8883-74a4-e560-000000004594 | TASK | Check Keystone role status 2025-10-08 14:38:17.600849 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-08 14:38:17.603053 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.105216 | 0.23s 2025-10-08 14:38:17.779759 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-08 14:38:17.780906 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.283073 | 0.40s 2025-10-08 14:38:17.977452 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-08 14:38:17.978856 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.481032 | 0.60s 2025-10-08 14:38:18.210206 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-08 14:38:18.211368 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.713535 | 0.83s 2025-10-08 14:38:18.437398 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-08 14:38:18.438491 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.940658 | 1.06s 2025-10-08 14:38:18.650620 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-08 14:38:18.651797 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:30.153964 | 1.28s 2025-10-08 14:38:18.896620 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-08 14:38:18.897772 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:30.399939 | 1.52s 2025-10-08 14:38:19.160415 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-08 14:38:19.162170 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:30.664339 | 1.79s 2025-10-08 14:38:19.427065 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-08 14:38:19.427990 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:30.930160 | 2.05s 2025-10-08 14:38:19.703346 | fa163e69-8883-74a4-e560-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-08 14:38:19.705873 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:31.208039 | 2.33s 2025-10-08 14:38:19.718084 | fa163e69-8883-74a4-e560-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:31.220253 | 2.34s 2025-10-08 14:38:19.743146 | fa163e69-8883-74a4-e560-000000004599 | TASK | Async creation of Keystone role 2025-10-08 14:38:20.098007 | fa163e69-8883-74a4-e560-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-08 14:38:20.100237 | fa163e69-8883-74a4-e560-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:31.602397 | 0.36s 2025-10-08 14:38:20.404975 | fa163e69-8883-74a4-e560-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-08 14:38:20.406092 | fa163e69-8883-74a4-e560-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:31.908259 | 0.66s 2025-10-08 14:38:20.746799 | fa163e69-8883-74a4-e560-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-08 14:38:20.747381 | fa163e69-8883-74a4-e560-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:32.249556 | 1.00s 2025-10-08 14:38:20.750137 | fa163e69-8883-74a4-e560-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:32.252308 | 1.01s 2025-10-08 14:38:20.764536 | fa163e69-8883-74a4-e560-00000000459b | TASK | Check Keystone role status 2025-10-08 14:38:21.040990 | fa163e69-8883-74a4-e560-00000000459b | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-08 14:38:26.268765 | fa163e69-8883-74a4-e560-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-08 14:38:26.271027 | fa163e69-8883-74a4-e560-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.773187 | 5.51s 2025-10-08 14:38:26.528334 | fa163e69-8883-74a4-e560-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-08 14:38:26.530092 | fa163e69-8883-74a4-e560-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.032257 | 5.76s 2025-10-08 14:38:26.772674 | fa163e69-8883-74a4-e560-00000000459b | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-08 14:38:26.773610 | fa163e69-8883-74a4-e560-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.275781 | 6.01s 2025-10-08 14:38:26.779478 | fa163e69-8883-74a4-e560-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:38.281641 | 6.01s 2025-10-08 14:38:26.799692 | fa163e69-8883-74a4-e560-000000003d25 | TASK | Create Keystone Users 2025-10-08 14:38:26.902099 | fa163e69-8883-74a4-e560-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:38.404253 | 0.10s 2025-10-08 14:38:26.921908 | fa163e69-8883-74a4-e560-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:38.424073 | 0.12s 2025-10-08 14:38:26.928425 | fa163e69-8883-74a4-e560-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:38.430589 | 0.13s 2025-10-08 14:38:26.949544 | 06b895a4-7764-439e-bec9-52aecf2f9bdd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 14:38:26.962429 | 3fa7fd30-cc7e-4e94-a418-7f66c14a5ce9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 14:38:27.026782 | fa163e69-8883-74a4-e560-000000004743 | TASK | Check password of Keystone user 2025-10-08 14:38:27.923560 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:27.924582 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:39.426752 | 0.90s 2025-10-08 14:38:28.834135 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:28.835466 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:40.337633 | 1.81s 2025-10-08 14:38:29.697843 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:29.698804 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.200970 | 2.67s 2025-10-08 14:38:30.580110 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:30.581536 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.083704 | 3.55s 2025-10-08 14:38:31.475093 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:31.476787 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.978953 | 4.45s 2025-10-08 14:38:32.347191 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:32.348600 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:43.850774 | 5.32s 2025-10-08 14:38:33.272793 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:33.273909 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:44.776070 | 6.25s 2025-10-08 14:38:34.225359 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:34.227072 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.729239 | 7.20s 2025-10-08 14:38:35.090651 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:35.092235 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.594401 | 8.06s 2025-10-08 14:38:36.019841 | fa163e69-8883-74a4-e560-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:36.021741 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.523908 | 8.99s 2025-10-08 14:38:36.032088 | fa163e69-8883-74a4-e560-000000004743 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:36.033132 | fa163e69-8883-74a4-e560-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.535298 | 9.01s 2025-10-08 14:38:36.052989 | fa163e69-8883-74a4-e560-000000004745 | TASK | Async creation of Keystone user 2025-10-08 14:38:36.464821 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:36.466826 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.968978 | 0.41s 2025-10-08 14:38:36.811010 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:36.812598 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.314766 | 0.76s 2025-10-08 14:38:37.162357 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:37.162905 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.665080 | 1.11s 2025-10-08 14:38:37.491364 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:37.491948 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.994125 | 1.44s 2025-10-08 14:38:37.823687 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:37.824985 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.327152 | 1.77s 2025-10-08 14:38:38.167607 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:38.168573 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.670746 | 2.11s 2025-10-08 14:38:38.480171 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:38.481751 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.983924 | 2.43s 2025-10-08 14:38:38.824472 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:38.825957 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.328123 | 2.77s 2025-10-08 14:38:39.115698 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:39.116807 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.618980 | 3.06s 2025-10-08 14:38:39.412026 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:39.412555 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.914731 | 3.36s 2025-10-08 14:38:39.416198 | fa163e69-8883-74a4-e560-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:39.416677 | fa163e69-8883-74a4-e560-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.918854 | 3.36s 2025-10-08 14:38:39.432517 | fa163e69-8883-74a4-e560-000000004747 | TASK | Check Keystone user status 2025-10-08 14:38:39.737331 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:39.738168 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.240341 | 0.30s 2025-10-08 14:38:40.007208 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:40.008148 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.510323 | 0.57s 2025-10-08 14:38:40.300753 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:40.301620 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.803790 | 0.87s 2025-10-08 14:38:40.615070 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:40.619243 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:52.121405 | 1.19s 2025-10-08 14:38:40.899540 | fa163e69-8883-74a4-e560-000000004747 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 14:38:46.123579 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:46.124375 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.626478 | 6.69s 2025-10-08 14:38:46.401402 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:46.402171 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.904343 | 6.97s 2025-10-08 14:38:46.649991 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:46.651734 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.153899 | 7.22s 2025-10-08 14:38:46.911168 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:46.913119 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.415284 | 7.48s 2025-10-08 14:38:47.192811 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:47.194849 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.697015 | 7.76s 2025-10-08 14:38:47.469747 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:47.470571 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.972744 | 8.04s 2025-10-08 14:38:47.474790 | fa163e69-8883-74a4-e560-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:47.476216 | fa163e69-8883-74a4-e560-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.978378 | 8.04s 2025-10-08 14:38:47.499208 | fa163e69-8883-74a4-e560-00000000474c | TASK | Check password of Keystone user 2025-10-08 14:38:48.450501 | fa163e69-8883-74a4-e560-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:48.452035 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:59.954194 | 0.95s 2025-10-08 14:38:49.373524 | fa163e69-8883-74a4-e560-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:49.374691 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.876859 | 1.87s 2025-10-08 14:38:50.277230 | fa163e69-8883-74a4-e560-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:50.278348 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:01.780478 | 2.78s 2025-10-08 14:38:51.171737 | fa163e69-8883-74a4-e560-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:51.173387 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:02.675560 | 3.67s 2025-10-08 14:38:52.123413 | fa163e69-8883-74a4-e560-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:52.124479 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:03.626649 | 4.62s 2025-10-08 14:38:53.087586 | fa163e69-8883-74a4-e560-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:53.088465 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.590638 | 5.59s 2025-10-08 14:38:54.001990 | fa163e69-8883-74a4-e560-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:54.002660 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.504835 | 6.50s 2025-10-08 14:38:54.009751 | fa163e69-8883-74a4-e560-00000000474c | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 14:38:54.010779 | fa163e69-8883-74a4-e560-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.512948 | 6.51s 2025-10-08 14:38:54.030827 | fa163e69-8883-74a4-e560-00000000474e | TASK | Async creation of Keystone user 2025-10-08 14:38:54.411925 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:54.413347 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:05.915478 | 0.38s 2025-10-08 14:38:54.741694 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:54.743442 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:06.245609 | 0.71s 2025-10-08 14:38:55.093543 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:55.094257 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:06.596429 | 1.06s 2025-10-08 14:38:55.413804 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:55.414432 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:06.916606 | 1.38s 2025-10-08 14:38:55.715383 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:55.716280 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.218451 | 1.68s 2025-10-08 14:38:56.019653 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:56.020581 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.522748 | 1.99s 2025-10-08 14:38:56.327113 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:56.328042 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.830209 | 2.30s 2025-10-08 14:38:56.334455 | fa163e69-8883-74a4-e560-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 14:38:56.335111 | fa163e69-8883-74a4-e560-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.837282 | 2.30s 2025-10-08 14:38:56.353769 | fa163e69-8883-74a4-e560-000000004750 | TASK | Check Keystone user status 2025-10-08 14:38:56.621974 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:56.622817 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:08.124988 | 0.27s 2025-10-08 14:38:56.883733 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:38:56.884296 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:08.386471 | 0.53s 2025-10-08 14:38:57.156064 | fa163e69-8883-74a4-e560-000000004750 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 14:39:02.378560 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:39:02.379474 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:13.881642 | 6.02s 2025-10-08 14:39:02.650605 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:39:02.651544 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.153712 | 6.30s 2025-10-08 14:39:02.928618 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:39:02.930280 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.432448 | 6.58s 2025-10-08 14:39:03.170828 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:39:03.171859 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.674026 | 6.82s 2025-10-08 14:39:03.453371 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:39:03.454777 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.956949 | 7.10s 2025-10-08 14:39:03.465102 | fa163e69-8883-74a4-e560-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-08 14:39:03.466119 | fa163e69-8883-74a4-e560-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.968287 | 7.11s 2025-10-08 14:39:03.486433 | fa163e69-8883-74a4-e560-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-08 14:39:03.554786 | fa163e69-8883-74a4-e560-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:15.056931 | 0.07s 2025-10-08 14:39:03.574515 | fa163e69-8883-74a4-e560-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:15.076679 | 0.09s 2025-10-08 14:39:03.593539 | fa163e69-8883-74a4-e560-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:15.095708 | 0.11s 2025-10-08 14:39:03.599872 | fa163e69-8883-74a4-e560-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:15.102033 | 0.11s 2025-10-08 14:39:03.614691 | 18a81e64-ab23-42f4-a5f8-25faa6d809c1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 14:39:03.621165 | b2233dff-edfd-4eea-9e9e-5a14d3f35d91 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 14:39:03.626770 | 077fb729-79fc-4530-bafe-da16d79bb247 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 14:39:03.697342 | fa163e69-8883-74a4-e560-000000004960 | TASK | Async assignment of Keystone user per role 2025-10-08 14:39:03.801072 | fa163e69-8883-74a4-e560-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:15.303223 | 0.10s 2025-10-08 14:39:03.822981 | fa163e69-8883-74a4-e560-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:15.325153 | 0.13s 2025-10-08 14:39:03.830594 | fa163e69-8883-74a4-e560-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:15.332757 | 0.13s 2025-10-08 14:39:03.847782 | e13ab5b8-57d3-4a82-ab00-b5025e807cb7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 14:39:03.857403 | 921128ec-be7b-40dc-aace-e0f5e20c4917 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 14:39:03.880675 | fa163e69-8883-74a4-e560-000000004b40 | TASK | Async assignment of Keystone user to roles 2025-10-08 14:39:04.265693 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-08 14:39:04.268078 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:15.770234 | 0.39s 2025-10-08 14:39:04.577360 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-08 14:39:04.578296 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.080464 | 0.70s 2025-10-08 14:39:04.852411 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 14:39:04.852987 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.355163 | 0.97s 2025-10-08 14:39:05.189126 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 14:39:05.191250 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.693425 | 1.31s 2025-10-08 14:39:05.525635 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 14:39:05.526724 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.028892 | 1.64s 2025-10-08 14:39:05.850702 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-08 14:39:05.851565 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.353736 | 1.97s 2025-10-08 14:39:06.129221 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-08 14:39:06.130198 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.632367 | 2.25s 2025-10-08 14:39:06.477258 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-08 14:39:06.478215 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.980384 | 2.60s 2025-10-08 14:39:06.785848 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-08 14:39:06.787021 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.289194 | 2.90s 2025-10-08 14:39:07.086259 | fa163e69-8883-74a4-e560-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-08 14:39:07.086978 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.589152 | 3.20s 2025-10-08 14:39:07.093928 | fa163e69-8883-74a4-e560-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.596089 | 3.21s 2025-10-08 14:39:07.114747 | fa163e69-8883-74a4-e560-000000004b42 | TASK | Check Keystone user assignment to roles status 2025-10-08 14:39:07.414561 | fa163e69-8883-74a4-e560-000000004b42 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 14:39:12.640389 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-08 14:39:12.641426 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.143594 | 5.52s 2025-10-08 14:39:12.882981 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-08 14:39:12.884663 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.386836 | 5.77s 2025-10-08 14:39:13.128706 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 14:39:13.129448 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.631624 | 6.01s 2025-10-08 14:39:13.372440 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 14:39:13.374248 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.876417 | 6.26s 2025-10-08 14:39:13.634801 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 14:39:13.635872 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.138039 | 6.52s 2025-10-08 14:39:13.905062 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-08 14:39:13.906089 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.408257 | 6.79s 2025-10-08 14:39:14.163109 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-08 14:39:14.164687 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.666848 | 7.05s 2025-10-08 14:39:14.421229 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-08 14:39:14.423540 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.925699 | 7.31s 2025-10-08 14:39:14.658892 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-08 14:39:14.660486 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:26.162658 | 7.54s 2025-10-08 14:39:14.921030 | fa163e69-8883-74a4-e560-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-08 14:39:14.922945 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:26.425112 | 7.81s 2025-10-08 14:39:14.936058 | fa163e69-8883-74a4-e560-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:26.438218 | 7.82s 2025-10-08 14:39:14.960254 | fa163e69-8883-74a4-e560-000000004b47 | TASK | Async assignment of Keystone user to roles 2025-10-08 14:39:15.342530 | fa163e69-8883-74a4-e560-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-08 14:39:15.344200 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.846347 | 0.38s 2025-10-08 14:39:15.680998 | fa163e69-8883-74a4-e560-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-08 14:39:15.682584 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.184750 | 0.72s 2025-10-08 14:39:15.962895 | fa163e69-8883-74a4-e560-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-08 14:39:15.964775 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.466941 | 1.00s 2025-10-08 14:39:16.254380 | fa163e69-8883-74a4-e560-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 14:39:16.255361 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.757487 | 1.29s 2025-10-08 14:39:16.494670 | fa163e69-8883-74a4-e560-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-08 14:39:16.495395 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.997569 | 1.53s 2025-10-08 14:39:16.809973 | fa163e69-8883-74a4-e560-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-08 14:39:16.811529 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.313696 | 1.85s 2025-10-08 14:39:17.076864 | fa163e69-8883-74a4-e560-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-08 14:39:17.077883 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.580047 | 2.12s 2025-10-08 14:39:17.084494 | fa163e69-8883-74a4-e560-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.586663 | 2.12s 2025-10-08 14:39:17.100239 | fa163e69-8883-74a4-e560-000000004b49 | TASK | Check Keystone user assignment to roles status 2025-10-08 14:39:17.369957 | fa163e69-8883-74a4-e560-000000004b49 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 14:39:22.592899 | fa163e69-8883-74a4-e560-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-08 14:39:22.595011 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.097170 | 5.49s 2025-10-08 14:39:22.820581 | fa163e69-8883-74a4-e560-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-08 14:39:22.821651 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.323820 | 5.72s 2025-10-08 14:39:23.038648 | fa163e69-8883-74a4-e560-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-08 14:39:23.039788 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.541957 | 5.94s 2025-10-08 14:39:23.252877 | fa163e69-8883-74a4-e560-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 14:39:23.253955 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.756127 | 6.15s 2025-10-08 14:39:23.446242 | fa163e69-8883-74a4-e560-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-08 14:39:23.446930 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.949107 | 6.35s 2025-10-08 14:39:23.703465 | fa163e69-8883-74a4-e560-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-08 14:39:23.704071 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.206248 | 6.60s 2025-10-08 14:39:23.934805 | fa163e69-8883-74a4-e560-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-08 14:39:23.935645 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.437820 | 6.83s 2025-10-08 14:39:23.943763 | fa163e69-8883-74a4-e560-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.445939 | 6.84s 2025-10-08 14:39:23.960477 | fa163e69-8883-74a4-e560-000000004965 | TASK | Async assignment of Keystone user per role 2025-10-08 14:39:24.052564 | fa163e69-8883-74a4-e560-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:35.554698 | 0.09s 2025-10-08 14:39:24.064393 | fa163e69-8883-74a4-e560-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:35.566563 | 0.10s 2025-10-08 14:39:24.071207 | ea1d06e8-f248-4b8a-b6f5-400f9e5841ab | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 14:39:24.087975 | fa163e69-8883-74a4-e560-000000004bb1 | TASK | Async assignment of Keystone user to roles 2025-10-08 14:39:24.435740 | fa163e69-8883-74a4-e560-000000004bb1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 14:39:24.437070 | fa163e69-8883-74a4-e560-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.939233 | 0.35s 2025-10-08 14:39:24.442943 | fa163e69-8883-74a4-e560-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.945104 | 0.35s 2025-10-08 14:39:24.461761 | fa163e69-8883-74a4-e560-000000004bb3 | TASK | Check Keystone user assignment to roles status 2025-10-08 14:39:24.685888 | fa163e69-8883-74a4-e560-000000004bb3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 14:39:29.892683 | fa163e69-8883-74a4-e560-000000004bb3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 14:39:29.896564 | fa163e69-8883-74a4-e560-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:41.398725 | 5.43s 2025-10-08 14:39:29.905128 | fa163e69-8883-74a4-e560-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:41.407290 | 5.44s 2025-10-08 14:39:29.925872 | fa163e69-8883-74a4-e560-00000000496a | TASK | Async assignment of Keystone user per role 2025-10-08 14:39:30.023912 | fa163e69-8883-74a4-e560-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:41.526067 | 0.10s 2025-10-08 14:39:30.036698 | fa163e69-8883-74a4-e560-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:41.538858 | 0.11s 2025-10-08 14:39:30.051300 | ca96b835-02fc-4eba-be74-f32d4c0e3c18 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 14:39:30.077523 | fa163e69-8883-74a4-e560-000000004bd5 | TASK | Async assignment of Keystone user to roles 2025-10-08 14:39:30.457953 | fa163e69-8883-74a4-e560-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 14:39:30.460472 | fa163e69-8883-74a4-e560-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.962631 | 0.38s 2025-10-08 14:39:30.816352 | fa163e69-8883-74a4-e560-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 14:39:30.818447 | fa163e69-8883-74a4-e560-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.320619 | 0.74s 2025-10-08 14:39:31.120875 | fa163e69-8883-74a4-e560-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 14:39:31.122543 | fa163e69-8883-74a4-e560-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.624717 | 1.04s 2025-10-08 14:39:31.133644 | fa163e69-8883-74a4-e560-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.635810 | 1.05s 2025-10-08 14:39:31.153459 | fa163e69-8883-74a4-e560-000000004bd7 | TASK | Check Keystone user assignment to roles status 2025-10-08 14:39:31.388834 | fa163e69-8883-74a4-e560-000000004bd7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 14:39:36.645928 | fa163e69-8883-74a4-e560-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 14:39:36.647403 | fa163e69-8883-74a4-e560-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.149564 | 5.49s 2025-10-08 14:39:36.938621 | fa163e69-8883-74a4-e560-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 14:39:36.939711 | fa163e69-8883-74a4-e560-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.441878 | 5.78s 2025-10-08 14:39:37.186051 | fa163e69-8883-74a4-e560-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 14:39:37.188207 | fa163e69-8883-74a4-e560-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.690374 | 6.03s 2025-10-08 14:39:37.199688 | fa163e69-8883-74a4-e560-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.701847 | 6.04s 2025-10-08 14:39:37.236629 | fa163e69-8883-74a4-e560-000000003ced | TASK | is Keystone LDAP enabled 2025-10-08 14:39:37.278919 | fa163e69-8883-74a4-e560-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-08 14:39:37.280155 | fa163e69-8883-74a4-e560-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:22:48.782321 | 0.04s 2025-10-08 14:39:37.298938 | fa163e69-8883-74a4-e560-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-08 14:39:37.343195 | fa163e69-8883-74a4-e560-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-08 14:39:37.344499 | fa163e69-8883-74a4-e560-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:48.846663 | 0.04s 2025-10-08 14:39:37.364088 | fa163e69-8883-74a4-e560-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-08 14:39:37.416585 | fa163e69-8883-74a4-e560-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-08 14:39:37.417907 | fa163e69-8883-74a4-e560-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:48.920070 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-08 14:39:37.557659 | fa163e69-8883-74a4-e560-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-08 14:39:37.588735 | fa163e69-8883-74a4-e560-0000000000e2 | OK | Deploy step tasks for 4 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 4' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000e2') missing from stats 2025-10-08 14:39:37.611608 | fa163e69-8883-74a4-e560-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-08 14:39:38.144102 | fa163e69-8883-74a4-e560-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-08 14:39:38.145838 | fa163e69-8883-74a4-e560-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:49.648003 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:39:38.208364 | fa163e69-8883-74a4-e560-0000000000e4 | TIMING | include_tasks | standalone | 0:22:49.710527 | 0.03s 2025-10-08 14:39:38.259197 | b84f4610-4c69-455c-a4ad-14c9d2dc0a15 | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-08 14:39:38.286157 | fa163e69-8883-74a4-e560-000000004c19 | TASK | Create virtqemud recovery script 2025-10-08 14:39:38.746919 | fa163e69-8883-74a4-e560-000000004c19 | CHANGED | Create virtqemud recovery script | standalone 2025-10-08 14:39:38.749447 | fa163e69-8883-74a4-e560-000000004c19 | TIMING | Create virtqemud recovery script | standalone | 0:22:50.251601 | 0.46s 2025-10-08 14:39:38.779745 | fa163e69-8883-74a4-e560-000000004c1a | TASK | Create virtqemud recovery trigger service 2025-10-08 14:39:39.290645 | fa163e69-8883-74a4-e560-000000004c1a | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-08 14:39:39.291676 | fa163e69-8883-74a4-e560-000000004c1a | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:50.793847 | 0.51s 2025-10-08 14:39:39.313435 | fa163e69-8883-74a4-e560-000000004c1b | TASK | Create virtqemud recovery trigger timer 2025-10-08 14:39:39.763721 | fa163e69-8883-74a4-e560-000000004c1b | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-08 14:39:39.765062 | fa163e69-8883-74a4-e560-000000004c1b | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:51.267229 | 0.45s 2025-10-08 14:39:39.795909 | fa163e69-8883-74a4-e560-000000004c1c | TASK | Enable virtqemud recovery trigger service 2025-10-08 14:39:40.969812 | fa163e69-8883-74a4-e560-000000004c1c | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-08 14:39:40.973421 | fa163e69-8883-74a4-e560-000000004c1c | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:52.475585 | 1.18s 2025-10-08 14:39:41.005077 | fa163e69-8883-74a4-e560-000000004c1d | TASK | Enable virtqemud recovery trigger timer 2025-10-08 14:39:42.135890 | fa163e69-8883-74a4-e560-000000004c1d | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-08 14:39:42.138850 | fa163e69-8883-74a4-e560-000000004c1d | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:53.641004 | 1.13s 2025-10-08 14:39:42.168124 | fa163e69-8883-74a4-e560-000000004c1e | TASK | Really enable virtqemud recovery trigger timer 2025-10-08 14:39:42.776451 | fa163e69-8883-74a4-e560-000000004c1e | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-08 14:39:42.777879 | fa163e69-8883-74a4-e560-000000004c1e | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:54.280044 | 0.61s 2025-10-08 14:39:42.807277 | fa163e69-8883-74a4-e560-000000004c20 | TASK | Create systemd file 2025-10-08 14:39:43.324780 | fa163e69-8883-74a4-e560-000000004c20 | CHANGED | Create systemd file | standalone 2025-10-08 14:39:43.326180 | fa163e69-8883-74a4-e560-000000004c20 | TIMING | Create systemd file | standalone | 0:22:54.828346 | 0.52s 2025-10-08 14:39:43.358741 | fa163e69-8883-74a4-e560-000000004c21 | TASK | Reload systemd 2025-10-08 14:39:44.210199 | fa163e69-8883-74a4-e560-000000004c21 | CHANGED | Reload systemd | standalone 2025-10-08 14:39:44.211880 | fa163e69-8883-74a4-e560-000000004c21 | TIMING | Reload systemd | standalone | 0:22:55.714046 | 0.85s 2025-10-08 14:39:44.242733 | fa163e69-8883-74a4-e560-000000004c24 | TASK | Start OVN container 2025-10-08 14:39:44.308598 | fa163e69-8883-74a4-e560-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-08 14:39:44.337151 | fa163e69-8883-74a4-e560-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-08 14:39:44.350453 | fa163e69-8883-74a4-e560-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-08 14:39:44.362386 | fa163e69-8883-74a4-e560-000000004c24 | TIMING | Start OVN container | standalone | 0:22:55.864543 | 0.12s 2025-10-08 14:39:44.392355 | fa163e69-8883-74a4-e560-000000004c26 | TASK | Set NB connection 2025-10-08 14:39:44.432104 | fa163e69-8883-74a4-e560-000000004c26 | SKIPPED | Set NB connection | standalone 2025-10-08 14:39:44.433476 | fa163e69-8883-74a4-e560-000000004c26 | TIMING | Set NB connection | standalone | 0:22:55.935640 | 0.04s 2025-10-08 14:39:44.462470 | fa163e69-8883-74a4-e560-000000004c27 | TASK | Set SB connection 2025-10-08 14:39:44.513617 | fa163e69-8883-74a4-e560-000000004c27 | SKIPPED | Set SB connection | standalone 2025-10-08 14:39:44.515858 | fa163e69-8883-74a4-e560-000000004c27 | TIMING | Set SB connection | standalone | 0:22:56.018021 | 0.05s 2025-10-08 14:39:44.545273 | fa163e69-8883-74a4-e560-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-08 14:39:44.805119 | fa163e69-8883-74a4-e560-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-08 14:39:44.806590 | fa163e69-8883-74a4-e560-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:56.308756 | 0.26s 2025-10-08 14:39:44.922099 | fa163e69-8883-74a4-e560-0000000000e7 | TIMING | include_tasks | standalone | 0:22:56.424240 | 0.09s 2025-10-08 14:39:44.963028 | ed4db94c-833b-4ecd-b5c1-b8dfb969762a | INCLUDED | /root/standalone-ansible-dpuh_ze3/common_deploy_steps_tasks.yaml | standalone 2025-10-08 14:39:44.988138 | fa163e69-8883-74a4-e560-000000004c56 | TASK | Write the config_step hieradata 2025-10-08 14:39:45.503457 | fa163e69-8883-74a4-e560-000000004c56 | OK | Write the config_step hieradata | standalone 2025-10-08 14:39:45.504093 | fa163e69-8883-74a4-e560-000000004c56 | TIMING | Write the config_step hieradata | standalone | 0:22:57.006269 | 0.52s 2025-10-08 14:39:45.537406 | fa163e69-8883-74a4-e560-000000004c57 | TASK | Run puppet host configuration for step 4 2025-10-08 14:39:45.890128 | fa163e69-8883-74a4-e560-000000004c57 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-08 14:39:45.891265 | fa163e69-8883-74a4-e560-000000004c57 | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:57.393435 | 0.35s 2025-10-08 14:39:45.913682 | fa163e69-8883-74a4-e560-000000004c58 | TASK | Wait for puppet host configuration to finish 2025-10-08 14:39:46.150638 | fa163e69-8883-74a4-e560-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 14:39:56.350129 | fa163e69-8883-74a4-e560-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 14:40:06.542014 | fa163e69-8883-74a4-e560-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 14:40:16.794018 | fa163e69-8883-74a4-e560-000000004c58 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 14:40:16.795336 | fa163e69-8883-74a4-e560-000000004c58 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:28.297483 | 30.88s 2025-10-08 14:40:16.821205 | fa163e69-8883-74a4-e560-000000004c59 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-08 14:40:16.912949 | fa163e69-8883-74a4-e560-000000004c59 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 14:39:46 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 14:39:50 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 14:39:50 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 14:39:50 puppet-user: (file & line not available)", "<13>Oct 8 14:39:50 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 14:39:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 14:39:50 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:39:50 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 14:39:50 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 14:39:50 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:39:50 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:39:50 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:39:50 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:39:50 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:39:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 14:39:50 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Oct 8 14:39:55 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 14:39:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 14:40:03 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 8 14:40:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}d496e4d74a14787a78660cf09021343bb1dd24078df052ff174333251ec62cb4'", "<13>Oct 8 14:40:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 8 14:40:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 8 14:40:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 8 14:40:03 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 8 14:40:04 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 14:40:09 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 8 14:40:11 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 14:40:11 puppet-user: Notice: Applied catalog in 20.23 seconds", "<13>Oct 8 14:40:11 puppet-user: Application:", "<13>Oct 8 14:40:11 puppet-user: Initial environment: production", "<13>Oct 8 14:40:11 puppet-user: Converged environment: production", "<13>Oct 8 14:40:11 puppet-user: Run mode: user", "<13>Oct 8 14:40:11 puppet-user: Changes:", "<13>Oct 8 14:40:11 puppet-user: Total: 10", "<13>Oct 8 14:40:11 puppet-user: Events:", "<13>Oct 8 14:40:11 puppet-user: Success: 10", "<13>Oct 8 14:40:11 puppet-user: Resources:", "<13>Oct 8 14:40:11 puppet-user: Restarted: 1", "<13>Oct 8 14:40:11 puppet-user: Changed: 10", "<13>Oct 8 14:40:11 puppet-user: Out of sync: 10", "<13>Oct 8 14:40:11 puppet-user: Total: 37", "<13>Oct 8 14:40:11 puppet-user: Time:", "<13>Oct 8 14:40:11 puppet-user: Filebucket: 0.00", "<13>Oct 8 14:40:11 puppet-user: Schedule: 0.00", "<13>Oct 8 14:40:11 puppet-user: File line: 0.00", "<13>Oct 8 14:40:11 puppet-user: Augeas: 0.01", "<13>Oct 8 14:40:11 puppet-user: User: 0.01", "<13>Oct 8 14:40:11 puppet-user: File: 0.07", "<13>Oct 8 14:40:11 puppet-user: Config retrieval: 0.58", "<13>Oct 8 14:40:11 puppet-user: Service: 1.49", "<13>Oct 8 14:40:11 puppet-user: Pcmk property: 1.62", "<13>Oct 8 14:40:11 puppet-user: Last run: 1759934411", "<13>Oct 8 14:40:11 puppet-user: Pcmk resource default: 2.09", "<13>Oct 8 14:40:11 puppet-user: Pcmk resource op default: 2.27", "<13>Oct 8 14:40:11 puppet-user: Transaction evaluation: 20.21", "<13>Oct 8 14:40:11 puppet-user: Catalog application: 20.23", "<13>Oct 8 14:40:11 puppet-user: Package: 5.51", "<13>Oct 8 14:40:11 puppet-user: Exec: 6.93", "<13>Oct 8 14:40:11 puppet-user: Total: 20.23", "<13>Oct 8 14:40:11 puppet-user: Version:", "<13>Oct 8 14:40:11 puppet-user: Config: 1759934390", "<13>Oct 8 14:40:11 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 14:40:16.915439 | fa163e69-8883-74a4-e560-000000004c59 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:28.417596 | 0.09s 2025-10-08 14:40:16.946221 | fa163e69-8883-74a4-e560-000000004c5a | TASK | Pre-cache facts for puppet containers 2025-10-08 14:40:16.977074 | fa163e69-8883-74a4-e560-000000004c5a | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:28.479216 | 0.03s 2025-10-08 14:40:17.046747 | fa163e69-8883-74a4-e560-000000004c9b | TASK | Gather variables for each operating system 2025-10-08 14:40:17.168914 | fa163e69-8883-74a4-e560-000000004c9b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:28.671066 | 0.12s 2025-10-08 14:40:17.198924 | fa163e69-8883-74a4-e560-000000004c9c | TASK | Create puppet caching structures 2025-10-08 14:40:17.478163 | fa163e69-8883-74a4-e560-000000004c9c | CHANGED | Create puppet caching structures | standalone 2025-10-08 14:40:17.479823 | fa163e69-8883-74a4-e560-000000004c9c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:28.981989 | 0.28s 2025-10-08 14:40:17.510462 | fa163e69-8883-74a4-e560-000000004c9d | TASK | Check for facter.conf 2025-10-08 14:40:17.789952 | fa163e69-8883-74a4-e560-000000004c9d | OK | Check for facter.conf | standalone 2025-10-08 14:40:17.791133 | fa163e69-8883-74a4-e560-000000004c9d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:29.293306 | 0.28s 2025-10-08 14:40:17.814044 | fa163e69-8883-74a4-e560-000000004c9e | TASK | Remove facter.conf if directory 2025-10-08 14:40:17.866465 | fa163e69-8883-74a4-e560-000000004c9e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 14:40:17.867979 | fa163e69-8883-74a4-e560-000000004c9e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:29.370143 | 0.05s 2025-10-08 14:40:17.899508 | fa163e69-8883-74a4-e560-000000004c9f | TASK | Write facter cache config 2025-10-08 14:40:18.417283 | fa163e69-8883-74a4-e560-000000004c9f | CHANGED | Write facter cache config | standalone 2025-10-08 14:40:18.418787 | fa163e69-8883-74a4-e560-000000004c9f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:29.920953 | 0.52s 2025-10-08 14:40:18.450896 | fa163e69-8883-74a4-e560-000000004ca0 | TASK | Cleanup facter cache if exists 2025-10-08 14:40:18.685689 | fa163e69-8883-74a4-e560-000000004ca0 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 14:40:18.687077 | fa163e69-8883-74a4-e560-000000004ca0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:30.189242 | 0.23s 2025-10-08 14:40:18.717527 | fa163e69-8883-74a4-e560-000000004ca1 | TASK | Pre-cache facts 2025-10-08 14:40:19.360428 | fa163e69-8883-74a4-e560-000000004ca1 | CHANGED | Pre-cache facts | standalone 2025-10-08 14:40:19.361790 | fa163e69-8883-74a4-e560-000000004ca1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:30.863956 | 0.64s 2025-10-08 14:40:19.394809 | fa163e69-8883-74a4-e560-000000004ca2 | TASK | Failed deployment if facter fails 2025-10-08 14:40:19.427962 | fa163e69-8883-74a4-e560-000000004ca2 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 14:40:19.429197 | fa163e69-8883-74a4-e560-000000004ca2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:30.931362 | 0.03s 2025-10-08 14:40:19.474644 | fa163e69-8883-74a4-e560-000000004ca3 | TASK | Sync cached facts 2025-10-08 14:40:19.805836 | fa163e69-8883-74a4-e560-000000004ca3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e69-8883-74a4-e560-000000004ca3') missing from stats 2025-10-08 14:40:19.862608 | fa163e69-8883-74a4-e560-000000004c5b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 14:40:19.913800 | fa163e69-8883-74a4-e560-000000004c5b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 14:40:19.915105 | fa163e69-8883-74a4-e560-000000004c5b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:31.417269 | 0.05s 2025-10-08 14:40:19.946114 | fa163e69-8883-74a4-e560-000000004c5d | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-08 14:40:19.975227 | fa163e69-8883-74a4-e560-000000004c5d | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:31.477389 | 0.03s 2025-10-08 14:40:20.041135 | fa163e69-8883-74a4-e560-000000004cfa | TASK | Gather variables for each operating system 2025-10-08 14:40:20.161413 | fa163e69-8883-74a4-e560-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:31.663579 | 0.12s 2025-10-08 14:40:20.183661 | fa163e69-8883-74a4-e560-000000004cfb | TASK | Create container logs path 2025-10-08 14:40:20.433503 | fa163e69-8883-74a4-e560-000000004cfb | OK | Create container logs path | standalone 2025-10-08 14:40:20.434825 | fa163e69-8883-74a4-e560-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:31.936991 | 0.25s 2025-10-08 14:40:20.466694 | fa163e69-8883-74a4-e560-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 14:40:20.774975 | fa163e69-8883-74a4-e560-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 14:40:20.776236 | fa163e69-8883-74a4-e560-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:32.278402 | 0.31s 2025-10-08 14:40:20.808890 | fa163e69-8883-74a4-e560-000000004cfe | TASK | Finalise hashes for all containers 2025-10-08 14:40:20.978250 | fa163e69-8883-74a4-e560-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-10-08 14:40:20.979624 | fa163e69-8883-74a4-e560-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:32.481760 | 0.17s 2025-10-08 14:40:21.009534 | fa163e69-8883-74a4-e560-000000004d00 | TASK | Manage systemd shutdown files 2025-10-08 14:40:21.039411 | fa163e69-8883-74a4-e560-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:32.541567 | 0.03s 2025-10-08 14:40:21.148700 | d4a9dcb2-7404-4795-b0cc-1f899c127123 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 14:40:21.171978 | fa163e69-8883-74a4-e560-000000004d33 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 14:40:21.389654 | fa163e69-8883-74a4-e560-000000004d33 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 14:40:21.390532 | fa163e69-8883-74a4-e560-000000004d33 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:32.892707 | 0.22s 2025-10-08 14:40:21.409767 | fa163e69-8883-74a4-e560-000000004d34 | TASK | Set podman_drop_in fact 2025-10-08 14:40:21.456459 | fa163e69-8883-74a4-e560-000000004d34 | OK | Set podman_drop_in fact | standalone 2025-10-08 14:40:21.457177 | fa163e69-8883-74a4-e560-000000004d34 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:32.959352 | 0.05s 2025-10-08 14:40:21.476334 | fa163e69-8883-74a4-e560-000000004d36 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 14:40:22.003248 | fa163e69-8883-74a4-e560-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 14:40:22.005131 | fa163e69-8883-74a4-e560-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:33.507304 | 0.53s 2025-10-08 14:40:22.499267 | fa163e69-8883-74a4-e560-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 14:40:22.501846 | fa163e69-8883-74a4-e560-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:34.003997 | 1.02s 2025-10-08 14:40:22.511605 | fa163e69-8883-74a4-e560-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:34.013769 | 1.03s 2025-10-08 14:40:22.541877 | fa163e69-8883-74a4-e560-000000004d37 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 14:40:23.048002 | fa163e69-8883-74a4-e560-000000004d37 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 14:40:23.049546 | fa163e69-8883-74a4-e560-000000004d37 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:34.551711 | 0.51s 2025-10-08 14:40:23.079748 | fa163e69-8883-74a4-e560-000000004d38 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 14:40:23.565918 | fa163e69-8883-74a4-e560-000000004d38 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 14:40:23.567749 | fa163e69-8883-74a4-e560-000000004d38 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:35.069914 | 0.49s 2025-10-08 14:40:23.600299 | fa163e69-8883-74a4-e560-000000004d39 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 14:40:24.422109 | fa163e69-8883-74a4-e560-000000004d39 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 14:40:24.423168 | fa163e69-8883-74a4-e560-000000004d39 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:35.925342 | 0.82s 2025-10-08 14:40:24.453388 | fa163e69-8883-74a4-e560-000000004d3a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 14:40:24.926421 | fa163e69-8883-74a4-e560-000000004d3a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 14:40:24.927857 | fa163e69-8883-74a4-e560-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:36.430024 | 0.47s 2025-10-08 14:40:24.957678 | fa163e69-8883-74a4-e560-000000004d3b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 14:40:25.478698 | fa163e69-8883-74a4-e560-000000004d3b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 14:40:25.480269 | fa163e69-8883-74a4-e560-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:36.982436 | 0.52s 2025-10-08 14:40:25.509690 | fa163e69-8883-74a4-e560-000000004d3c | TASK | Enable and start netns-placeholder 2025-10-08 14:40:26.324008 | fa163e69-8883-74a4-e560-000000004d3c | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 14:40:26.325485 | fa163e69-8883-74a4-e560-000000004d3c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:37.827658 | 0.81s 2025-10-08 14:40:26.349462 | fa163e69-8883-74a4-e560-000000004d02 | TASK | Update container configs with new config hashes 2025-10-08 14:40:26.408070 | fa163e69-8883-74a4-e560-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:37.910239 | 0.06s 2025-10-08 14:40:26.422414 | 8a4c18d9-d106-4ea8-bdfa-d9e9d734b8b6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 14:40:26.448214 | fa163e69-8883-74a4-e560-000000004d64 | TASK | Update config hashes for container startup configs 2025-10-08 14:40:26.744951 | fa163e69-8883-74a4-e560-000000004d64 | OK | Update config hashes for container startup configs | standalone 2025-10-08 14:40:26.745794 | fa163e69-8883-74a4-e560-000000004d64 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:38.247966 | 0.30s 2025-10-08 14:40:26.767226 | fa163e69-8883-74a4-e560-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 14:40:26.815104 | fa163e69-8883-74a4-e560-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:38.317266 | 0.05s 2025-10-08 14:40:26.832191 | d8f15b0d-9fe8-4c83-831e-c8dff1964894 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:40:26.873876 | fa163e69-8883-74a4-e560-000000004d83 | TASK | Gather podman infos 2025-10-08 14:40:28.318039 | fa163e69-8883-74a4-e560-000000004d83 | OK | Gather podman infos | standalone 2025-10-08 14:40:28.319052 | fa163e69-8883-74a4-e560-000000004d83 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:39.821229 | 1.44s 2025-10-08 14:40:28.415817 | fa163e69-8883-74a4-e560-000000004d84 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 14:40:28.502608 | fa163e69-8883-74a4-e560-000000004d84 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:40.004761 | 0.08s 2025-10-08 14:40:28.683202 | fa163e69-8883-74a4-e560-000000004dcd | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:40.185357 | 0.12s 2025-10-08 14:40:28.750539 | fa163e69-8883-74a4-e560-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 14:40:28.815456 | fa163e69-8883-74a4-e560-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:40.317604 | 0.06s 2025-10-08 14:40:28.840862 | d8c41199-99d6-4073-821d-96c88740b20b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:40:28.875818 | fa163e69-8883-74a4-e560-000000004df3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 14:40:59.289341 | fa163e69-8883-74a4-e560-000000004df3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 14:40:59.290378 | fa163e69-8883-74a4-e560-000000004df3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:10.792553 | 30.41s 2025-10-08 14:40:59.311567 | fa163e69-8883-74a4-e560-000000004df4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 14:42:59.254383 | fa163e69-8883-74a4-e560-000000004df4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 14:42:59.256126 | fa163e69-8883-74a4-e560-000000004df4 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:10.758289 | 119.94s 2025-10-08 14:42:59.330730 | fa163e69-8883-74a4-e560-000000004c5f | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-08 14:42:59.605144 | fa163e69-8883-74a4-e560-000000004c5f | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-08 14:42:59.607333 | fa163e69-8883-74a4-e560-000000004c5f | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:11.109467 | 0.28s 2025-10-08 14:42:59.658610 | fa163e69-8883-74a4-e560-000000004c60 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-08 14:42:59.712437 | fa163e69-8883-74a4-e560-000000004c60 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:11.214602 | 0.05s 2025-10-08 14:42:59.737171 | fa163e69-8883-74a4-e560-000000004c61 | TASK | Include container-puppet tasks for step 4 2025-10-08 14:42:59.791633 | fa163e69-8883-74a4-e560-000000004c61 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:11.293802 | 0.05s 2025-10-08 14:42:59.818257 | bc5c5fb4-844b-47ae-acb4-9200a2482f97 | INCLUDED | /root/standalone-ansible-dpuh_ze3/host-container-puppet-tasks.yaml | standalone 2025-10-08 14:42:59.872320 | fa163e69-8883-74a4-e560-000000004e3f | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-08 14:43:00.391757 | fa163e69-8883-74a4-e560-000000004e3f | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-08 14:43:00.393421 | fa163e69-8883-74a4-e560-000000004e3f | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:11.895583 | 0.52s 2025-10-08 14:43:00.424395 | fa163e69-8883-74a4-e560-000000004e41 | TASK | Generate container puppet configs for step 4 2025-10-08 14:43:00.691424 | fa163e69-8883-74a4-e560-000000004e41 | OK | Generate container puppet configs for step 4 | standalone 2025-10-08 14:43:00.692713 | fa163e69-8883-74a4-e560-000000004e41 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:12.194880 | 0.27s 2025-10-08 14:43:00.714918 | fa163e69-8883-74a4-e560-000000004e42 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-08 14:43:00.750256 | fa163e69-8883-74a4-e560-000000004e42 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:12.252416 | 0.03s 2025-10-08 14:43:00.802768 | fa163e69-8883-74a4-e560-000000004e71 | TASK | Gather variables for each operating system 2025-10-08 14:43:00.958769 | fa163e69-8883-74a4-e560-000000004e71 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:12.460921 | 0.16s 2025-10-08 14:43:00.986357 | fa163e69-8883-74a4-e560-000000004e72 | TASK | Create container logs path 2025-10-08 14:43:01.214968 | fa163e69-8883-74a4-e560-000000004e72 | OK | Create container logs path | standalone 2025-10-08 14:43:01.216584 | fa163e69-8883-74a4-e560-000000004e72 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:12.718751 | 0.23s 2025-10-08 14:43:01.248642 | fa163e69-8883-74a4-e560-000000004e74 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 14:43:01.472142 | fa163e69-8883-74a4-e560-000000004e74 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 14:43:01.472950 | fa163e69-8883-74a4-e560-000000004e74 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:12.975124 | 0.22s 2025-10-08 14:43:01.492811 | fa163e69-8883-74a4-e560-000000004e75 | TASK | Finalise hashes for all containers 2025-10-08 14:43:01.539740 | fa163e69-8883-74a4-e560-000000004e75 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:43:01.540427 | fa163e69-8883-74a4-e560-000000004e75 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:13.042603 | 0.05s 2025-10-08 14:43:01.565537 | fa163e69-8883-74a4-e560-000000004e77 | TASK | Manage systemd shutdown files 2025-10-08 14:43:01.600227 | fa163e69-8883-74a4-e560-000000004e77 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:43:01.601032 | fa163e69-8883-74a4-e560-000000004e77 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:13.103207 | 0.03s 2025-10-08 14:43:01.624642 | fa163e69-8883-74a4-e560-000000004e79 | TASK | Update container configs with new config hashes 2025-10-08 14:43:01.674291 | fa163e69-8883-74a4-e560-000000004e79 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:43:01.674937 | fa163e69-8883-74a4-e560-000000004e79 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:13.177112 | 0.05s 2025-10-08 14:43:01.697004 | fa163e69-8883-74a4-e560-000000004e7a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 14:43:01.746880 | fa163e69-8883-74a4-e560-000000004e7a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 14:43:01.747702 | fa163e69-8883-74a4-e560-000000004e7a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:13.249876 | 0.05s 2025-10-08 14:43:01.773795 | fa163e69-8883-74a4-e560-000000004e7b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 14:43:01.827112 | fa163e69-8883-74a4-e560-000000004e7b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 14:43:01.828121 | fa163e69-8883-74a4-e560-000000004e7b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:13.330291 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-08 14:43:01.955062 | fa163e69-8883-74a4-e560-0000000000ea | TASK | External deployment step 5 2025-10-08 14:43:01.984926 | fa163e69-8883-74a4-e560-0000000000ea | OK | External deployment step 5 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 5' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-74a4-e560-0000000000ea') missing from stats 2025-10-08 14:43:02.035715 | fa163e69-8883-74a4-e560-0000000000eb | TIMING | include_tasks | undercloud | 0:26:13.537883 | 0.04s 2025-10-08 14:43:02.041833 | 4d27f916-0deb-4091-9192-d3fc317e3e45 | INCLUDED | /root/standalone-ansible-dpuh_ze3/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-08 14:43:02.056071 | fa163e69-8883-74a4-e560-000000004eca | TASK | Manage Cinder's default volume type 2025-10-08 14:43:14.896886 | fa163e69-8883-74a4-e560-000000004eca | OK | Manage Cinder's default volume type | undercloud 2025-10-08 14:43:14.898850 | fa163e69-8883-74a4-e560-000000004eca | TIMING | Manage Cinder's default volume type | undercloud | 0:26:26.401014 | 12.84s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-08 14:43:15.040332 | fa163e69-8883-74a4-e560-0000000000ee | TASK | Deploy step tasks for 5 2025-10-08 14:43:15.067880 | fa163e69-8883-74a4-e560-0000000000ee | OK | Deploy step tasks for 5 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 5' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000ee') missing from stats 2025-10-08 14:43:15.099746 | fa163e69-8883-74a4-e560-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-08 14:43:15.621857 | fa163e69-8883-74a4-e560-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-08 14:43:15.622867 | fa163e69-8883-74a4-e560-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:27.125039 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 14:43:15.690040 | fa163e69-8883-74a4-e560-0000000000f0 | TIMING | include_tasks | standalone | 0:26:27.192211 | 0.04s 2025-10-08 14:43:15.747479 | 4596b1dc-d691-4e8c-a8fb-a74b095f310a | INCLUDED | /root/standalone-ansible-dpuh_ze3/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-08 14:43:15.780957 | fa163e69-8883-74a4-e560-000000004eed | TASK | Gather variables for each operating system 2025-10-08 14:43:15.901442 | fa163e69-8883-74a4-e560-000000004eed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:27.403598 | 0.12s 2025-10-08 14:43:15.933772 | fa163e69-8883-74a4-e560-000000004eee | TASK | Detect if resource is being created or already exists 2025-10-08 14:43:16.752433 | fa163e69-8883-74a4-e560-000000004eee | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 14:43:16.753806 | fa163e69-8883-74a4-e560-000000004eee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:28.255973 | 0.82s 2025-10-08 14:43:16.786985 | fa163e69-8883-74a4-e560-000000004eef | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-08 14:43:39.533573 | fa163e69-8883-74a4-e560-000000004eef | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-08 14:43:39.536438 | fa163e69-8883-74a4-e560-000000004eef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:51.038599 | 22.75s 2025-10-08 14:43:39.573708 | fa163e69-8883-74a4-e560-000000004ef0 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 14:43:39.776204 | fa163e69-8883-74a4-e560-000000004ef0 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 14:43:39.777329 | fa163e69-8883-74a4-e560-000000004ef0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:51.279483 | 0.20s 2025-10-08 14:43:39.801670 | fa163e69-8883-74a4-e560-000000004ef1 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 14:43:40.146737 | fa163e69-8883-74a4-e560-000000004ef1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 14:43:40.147888 | fa163e69-8883-74a4-e560-000000004ef1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:51.650061 | 0.34s 2025-10-08 14:43:40.173379 | fa163e69-8883-74a4-e560-000000004ef2 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-08 14:43:40.382854 | fa163e69-8883-74a4-e560-000000004ef2 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-08 14:43:40.384017 | fa163e69-8883-74a4-e560-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:51.886188 | 0.21s 2025-10-08 14:43:40.410666 | fa163e69-8883-74a4-e560-000000004ef4 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-08 14:43:40.440227 | fa163e69-8883-74a4-e560-000000004ef4 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-08 14:43:40.440964 | fa163e69-8883-74a4-e560-000000004ef4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:51.943138 | 0.03s 2025-10-08 14:43:40.462184 | fa163e69-8883-74a4-e560-000000004ef5 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-08 14:43:40.499726 | fa163e69-8883-74a4-e560-000000004ef5 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-08 14:43:40.500526 | fa163e69-8883-74a4-e560-000000004ef5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:52.002700 | 0.04s 2025-10-08 14:43:40.521280 | fa163e69-8883-74a4-e560-000000004ef6 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-08 14:43:40.550854 | fa163e69-8883-74a4-e560-000000004ef6 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-08 14:43:40.551704 | fa163e69-8883-74a4-e560-000000004ef6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:52.053879 | 0.03s 2025-10-08 14:43:40.573748 | fa163e69-8883-74a4-e560-000000004ef7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 14:43:40.621542 | fa163e69-8883-74a4-e560-000000004ef7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 14:43:40.622424 | fa163e69-8883-74a4-e560-000000004ef7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:52.124596 | 0.05s 2025-10-08 14:43:40.643433 | fa163e69-8883-74a4-e560-000000004ef8 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-08 14:43:40.671072 | fa163e69-8883-74a4-e560-000000004ef8 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-08 14:43:40.671855 | fa163e69-8883-74a4-e560-000000004ef8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:52.174030 | 0.03s 2025-10-08 14:43:40.709615 | fa163e69-8883-74a4-e560-000000004f19 | TASK | Gather variables for each operating system 2025-10-08 14:43:40.800192 | fa163e69-8883-74a4-e560-000000004f19 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:52.302358 | 0.09s 2025-10-08 14:43:40.821246 | fa163e69-8883-74a4-e560-000000004f1a | TASK | Detect if resource is being created or already exists 2025-10-08 14:43:41.551057 | fa163e69-8883-74a4-e560-000000004f1a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 14:43:41.554608 | fa163e69-8883-74a4-e560-000000004f1a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:53.056773 | 0.73s 2025-10-08 14:43:41.586904 | fa163e69-8883-74a4-e560-000000004f1b | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-08 14:44:04.004676 | fa163e69-8883-74a4-e560-000000004f1b | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-08 14:44:04.006776 | fa163e69-8883-74a4-e560-000000004f1b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:15.508935 | 22.42s 2025-10-08 14:44:04.040494 | fa163e69-8883-74a4-e560-000000004f1c | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 14:44:04.309855 | fa163e69-8883-74a4-e560-000000004f1c | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 14:44:04.311462 | fa163e69-8883-74a4-e560-000000004f1c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:15.813628 | 0.27s 2025-10-08 14:44:04.343102 | fa163e69-8883-74a4-e560-000000004f1d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 14:44:04.833760 | fa163e69-8883-74a4-e560-000000004f1d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 14:44:04.835197 | fa163e69-8883-74a4-e560-000000004f1d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:16.337362 | 0.49s 2025-10-08 14:44:04.867184 | fa163e69-8883-74a4-e560-000000004f1e | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-08 14:44:05.118340 | fa163e69-8883-74a4-e560-000000004f1e | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-08 14:44:05.119850 | fa163e69-8883-74a4-e560-000000004f1e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:16.622015 | 0.25s 2025-10-08 14:44:05.159715 | fa163e69-8883-74a4-e560-000000004f20 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-08 14:44:05.218088 | fa163e69-8883-74a4-e560-000000004f20 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-08 14:44:05.219536 | fa163e69-8883-74a4-e560-000000004f20 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:16.721666 | 0.06s 2025-10-08 14:44:05.240592 | fa163e69-8883-74a4-e560-000000004f21 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-08 14:44:05.277698 | fa163e69-8883-74a4-e560-000000004f21 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-08 14:44:05.278821 | fa163e69-8883-74a4-e560-000000004f21 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:16.780996 | 0.04s 2025-10-08 14:44:05.299851 | fa163e69-8883-74a4-e560-000000004f22 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-08 14:44:05.358830 | fa163e69-8883-74a4-e560-000000004f22 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-08 14:44:05.361138 | fa163e69-8883-74a4-e560-000000004f22 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:16.863299 | 0.06s 2025-10-08 14:44:05.399533 | fa163e69-8883-74a4-e560-000000004f23 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 14:44:05.455213 | fa163e69-8883-74a4-e560-000000004f23 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 14:44:05.456243 | fa163e69-8883-74a4-e560-000000004f23 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:16.958411 | 0.05s 2025-10-08 14:44:05.481033 | fa163e69-8883-74a4-e560-000000004f24 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-08 14:44:05.520762 | fa163e69-8883-74a4-e560-000000004f24 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-08 14:44:05.521595 | fa163e69-8883-74a4-e560-000000004f24 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:17.023767 | 0.04s 2025-10-08 14:44:05.565404 | fa163e69-8883-74a4-e560-000000004f45 | TASK | Gather variables for each operating system 2025-10-08 14:44:05.676834 | fa163e69-8883-74a4-e560-000000004f45 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:17.178994 | 0.11s 2025-10-08 14:44:05.700702 | fa163e69-8883-74a4-e560-000000004f46 | TASK | Detect if resource is being created or already exists 2025-10-08 14:44:06.388675 | fa163e69-8883-74a4-e560-000000004f46 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 14:44:06.390190 | fa163e69-8883-74a4-e560-000000004f46 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:17.892355 | 0.69s 2025-10-08 14:44:06.424210 | fa163e69-8883-74a4-e560-000000004f47 | TASK | Run init bundle puppet on the host for manila_share 2025-10-08 14:44:28.258491 | fa163e69-8883-74a4-e560-000000004f47 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-08 14:44:28.260464 | fa163e69-8883-74a4-e560-000000004f47 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:39.762630 | 21.83s 2025-10-08 14:44:28.294395 | fa163e69-8883-74a4-e560-000000004f48 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-08 14:44:28.567978 | fa163e69-8883-74a4-e560-000000004f48 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-08 14:44:28.569545 | fa163e69-8883-74a4-e560-000000004f48 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:40.071712 | 0.27s 2025-10-08 14:44:28.600545 | fa163e69-8883-74a4-e560-000000004f49 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 14:44:29.106088 | fa163e69-8883-74a4-e560-000000004f49 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 14:44:29.107050 | fa163e69-8883-74a4-e560-000000004f49 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:40.609222 | 0.50s 2025-10-08 14:44:29.132245 | fa163e69-8883-74a4-e560-000000004f4a | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-08 14:44:29.405757 | fa163e69-8883-74a4-e560-000000004f4a | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-08 14:44:29.407248 | fa163e69-8883-74a4-e560-000000004f4a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:40.909413 | 0.27s 2025-10-08 14:44:29.441074 | fa163e69-8883-74a4-e560-000000004f4c | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-08 14:44:29.481827 | fa163e69-8883-74a4-e560-000000004f4c | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-08 14:44:29.483231 | fa163e69-8883-74a4-e560-000000004f4c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:40.985395 | 0.04s 2025-10-08 14:44:29.515376 | fa163e69-8883-74a4-e560-000000004f4d | TASK | Get container image tag from bundle openstack-manila-share 2025-10-08 14:44:29.566891 | fa163e69-8883-74a4-e560-000000004f4d | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-08 14:44:29.568093 | fa163e69-8883-74a4-e560-000000004f4d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:41.070258 | 0.05s 2025-10-08 14:44:29.600405 | fa163e69-8883-74a4-e560-000000004f4e | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-08 14:44:29.656015 | fa163e69-8883-74a4-e560-000000004f4e | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-08 14:44:29.657447 | fa163e69-8883-74a4-e560-000000004f4e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:41.159610 | 0.06s 2025-10-08 14:44:29.692285 | fa163e69-8883-74a4-e560-000000004f4f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 14:44:29.748111 | fa163e69-8883-74a4-e560-000000004f4f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 14:44:29.749545 | fa163e69-8883-74a4-e560-000000004f4f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:41.251708 | 0.06s 2025-10-08 14:44:29.782198 | fa163e69-8883-74a4-e560-000000004f50 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-08 14:44:29.835817 | fa163e69-8883-74a4-e560-000000004f50 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-08 14:44:29.836958 | fa163e69-8883-74a4-e560-000000004f50 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:41.339122 | 0.05s 2025-10-08 14:44:29.892966 | fa163e69-8883-74a4-e560-000000004f71 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 14:44:30.444619 | fa163e69-8883-74a4-e560-000000004f71 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-08 14:44:30.446061 | fa163e69-8883-74a4-e560-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.948223 | 0.55s 2025-10-08 14:44:30.452556 | fa163e69-8883-74a4-e560-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.954715 | 0.56s 2025-10-08 14:44:30.482048 | fa163e69-8883-74a4-e560-000000004f72 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 14:44:30.854116 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-08 14:44:30.856889 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.359047 | 0.37s 2025-10-08 14:44:31.445467 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-08 14:44:31.446234 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.948410 | 0.96s 2025-10-08 14:44:31.756492 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-08 14:44:31.757692 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.259867 | 1.27s 2025-10-08 14:44:32.212004 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-08 14:44:32.212750 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.714926 | 1.73s 2025-10-08 14:44:32.520184 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-08 14:44:32.521413 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.023578 | 2.04s 2025-10-08 14:44:32.847233 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-08 14:44:32.849097 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.351263 | 2.37s 2025-10-08 14:44:33.319425 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-08 14:44:33.320268 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.822443 | 2.84s 2025-10-08 14:44:33.800937 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-08 14:44:33.802353 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.304519 | 3.32s 2025-10-08 14:44:34.097090 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-08 14:44:34.098073 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.600241 | 3.61s 2025-10-08 14:44:34.554200 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-08 14:44:34.555981 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.058149 | 4.07s 2025-10-08 14:44:34.793503 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-08 14:44:34.794356 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.296530 | 4.31s 2025-10-08 14:44:35.177537 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-08 14:44:35.178816 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.680982 | 4.69s 2025-10-08 14:44:35.629509 | fa163e69-8883-74a4-e560-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-08 14:44:35.630717 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.132884 | 5.15s 2025-10-08 14:44:35.653181 | fa163e69-8883-74a4-e560-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.155343 | 5.17s 2025-10-08 14:44:35.689145 | fa163e69-8883-74a4-e560-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-08 14:44:35.962476 | fa163e69-8883-74a4-e560-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-08 14:44:35.963913 | fa163e69-8883-74a4-e560-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:47.466080 | 0.27s 2025-10-08 14:44:36.046977 | fa163e69-8883-74a4-e560-0000000000f3 | TIMING | include_tasks | standalone | 0:27:47.549134 | 0.05s 2025-10-08 14:44:36.087648 | 04dee2c2-f701-454c-b20b-b90a02d240d5 | INCLUDED | /root/standalone-ansible-dpuh_ze3/common_deploy_steps_tasks.yaml | standalone 2025-10-08 14:44:36.117450 | fa163e69-8883-74a4-e560-000000004fef | TASK | Write the config_step hieradata 2025-10-08 14:44:36.581881 | fa163e69-8883-74a4-e560-000000004fef | OK | Write the config_step hieradata | standalone 2025-10-08 14:44:36.583085 | fa163e69-8883-74a4-e560-000000004fef | TIMING | Write the config_step hieradata | standalone | 0:27:48.085250 | 0.46s 2025-10-08 14:44:36.614132 | fa163e69-8883-74a4-e560-000000004ff0 | TASK | Run puppet host configuration for step 5 2025-10-08 14:44:36.921508 | fa163e69-8883-74a4-e560-000000004ff0 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-08 14:44:36.922861 | fa163e69-8883-74a4-e560-000000004ff0 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:48.425026 | 0.31s 2025-10-08 14:44:36.945672 | fa163e69-8883-74a4-e560-000000004ff1 | TASK | Wait for puppet host configuration to finish 2025-10-08 14:44:37.211804 | fa163e69-8883-74a4-e560-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 14:44:47.461642 | fa163e69-8883-74a4-e560-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 14:44:57.684852 | fa163e69-8883-74a4-e560-000000004ff1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 14:44:57.686284 | fa163e69-8883-74a4-e560-000000004ff1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:09.188449 | 20.74s 2025-10-08 14:44:57.718194 | fa163e69-8883-74a4-e560-000000004ff2 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-08 14:44:57.802853 | fa163e69-8883-74a4-e560-000000004ff2 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 14:44:37 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 14:44:42 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 14:44:42 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 14:44:42 puppet-user: (file & line not available)", "<13>Oct 8 14:44:42 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 14:44:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 14:44:42 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:44:42 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 14:44:42 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 14:44:42 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:44:42 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:44:42 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:44:42 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:44:42 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 8 14:44:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 14:44:43 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.65 seconds", "<13>Oct 8 14:44:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 14:44:49 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 14:44:51 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 14:44:51 puppet-user: Notice: Applied catalog in 8.18 seconds", "<13>Oct 8 14:44:51 puppet-user: Application:", "<13>Oct 8 14:44:51 puppet-user: Initial environment: production", "<13>Oct 8 14:44:51 puppet-user: Converged environment: production", "<13>Oct 8 14:44:51 puppet-user: Run mode: user", "<13>Oct 8 14:44:51 puppet-user: Changes:", "<13>Oct 8 14:44:51 puppet-user: Total: 2", "<13>Oct 8 14:44:51 puppet-user: Events:", "<13>Oct 8 14:44:51 puppet-user: Success: 2", "<13>Oct 8 14:44:51 puppet-user: Resources:", "<13>Oct 8 14:44:51 puppet-user: Changed: 2", "<13>Oct 8 14:44:51 puppet-user: Out of sync: 2", "<13>Oct 8 14:44:51 puppet-user: Total: 37", "<13>Oct 8 14:44:51 puppet-user: Time:", "<13>Oct 8 14:44:51 puppet-user: Filebucket: 0.00", "<13>Oct 8 14:44:51 puppet-user: File line: 0.00", "<13>Oct 8 14:44:51 puppet-user: Schedule: 0.00", "<13>Oct 8 14:44:51 puppet-user: Package: 0.00", "<13>Oct 8 14:44:51 puppet-user: User: 0.01", "<13>Oct 8 14:44:51 puppet-user: Augeas: 0.01", "<13>Oct 8 14:44:51 puppet-user: File: 0.09", "<13>Oct 8 14:44:51 puppet-user: Service: 0.19", "<13>Oct 8 14:44:51 puppet-user: Config retrieval: 0.77", "<13>Oct 8 14:44:51 puppet-user: Pcmk property: 1.55", "<13>Oct 8 14:44:51 puppet-user: Last run: 1759934691", "<13>Oct 8 14:44:51 puppet-user: Exec: 2.03", "<13>Oct 8 14:44:51 puppet-user: Pcmk resource op default: 2.04", "<13>Oct 8 14:44:51 puppet-user: Pcmk resource default: 2.08", "<13>Oct 8 14:44:51 puppet-user: Transaction evaluation: 8.16", "<13>Oct 8 14:44:51 puppet-user: Catalog application: 8.18", "<13>Oct 8 14:44:51 puppet-user: Total: 8.19", "<13>Oct 8 14:44:51 puppet-user: Version:", "<13>Oct 8 14:44:51 puppet-user: Config: 1759934682", "<13>Oct 8 14:44:51 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 14:44:57.804469 | fa163e69-8883-74a4-e560-000000004ff2 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:09.306634 | 0.08s 2025-10-08 14:44:57.836521 | fa163e69-8883-74a4-e560-000000004ff3 | TASK | Pre-cache facts for puppet containers 2025-10-08 14:44:57.868281 | fa163e69-8883-74a4-e560-000000004ff3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:09.370420 | 0.03s 2025-10-08 14:44:57.944416 | fa163e69-8883-74a4-e560-000000005032 | TASK | Gather variables for each operating system 2025-10-08 14:44:58.057061 | fa163e69-8883-74a4-e560-000000005032 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:09.559208 | 0.11s 2025-10-08 14:44:58.087604 | fa163e69-8883-74a4-e560-000000005033 | TASK | Create puppet caching structures 2025-10-08 14:44:58.299351 | fa163e69-8883-74a4-e560-000000005033 | CHANGED | Create puppet caching structures | standalone 2025-10-08 14:44:58.300244 | fa163e69-8883-74a4-e560-000000005033 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:09.802419 | 0.21s 2025-10-08 14:44:58.319357 | fa163e69-8883-74a4-e560-000000005034 | TASK | Check for facter.conf 2025-10-08 14:44:58.524807 | fa163e69-8883-74a4-e560-000000005034 | OK | Check for facter.conf | standalone 2025-10-08 14:44:58.526175 | fa163e69-8883-74a4-e560-000000005034 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:10.028340 | 0.21s 2025-10-08 14:44:58.555701 | fa163e69-8883-74a4-e560-000000005035 | TASK | Remove facter.conf if directory 2025-10-08 14:44:58.608046 | fa163e69-8883-74a4-e560-000000005035 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 14:44:58.609182 | fa163e69-8883-74a4-e560-000000005035 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:10.111347 | 0.05s 2025-10-08 14:44:58.639204 | fa163e69-8883-74a4-e560-000000005036 | TASK | Write facter cache config 2025-10-08 14:44:59.182276 | fa163e69-8883-74a4-e560-000000005036 | CHANGED | Write facter cache config | standalone 2025-10-08 14:44:59.183854 | fa163e69-8883-74a4-e560-000000005036 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:10.686020 | 0.54s 2025-10-08 14:44:59.214102 | fa163e69-8883-74a4-e560-000000005037 | TASK | Cleanup facter cache if exists 2025-10-08 14:44:59.447905 | fa163e69-8883-74a4-e560-000000005037 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 14:44:59.449419 | fa163e69-8883-74a4-e560-000000005037 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:10.951584 | 0.23s 2025-10-08 14:44:59.480160 | fa163e69-8883-74a4-e560-000000005038 | TASK | Pre-cache facts 2025-10-08 14:45:00.109167 | fa163e69-8883-74a4-e560-000000005038 | CHANGED | Pre-cache facts | standalone 2025-10-08 14:45:00.110079 | fa163e69-8883-74a4-e560-000000005038 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:11.612254 | 0.63s 2025-10-08 14:45:00.133037 | fa163e69-8883-74a4-e560-000000005039 | TASK | Failed deployment if facter fails 2025-10-08 14:45:00.162449 | fa163e69-8883-74a4-e560-000000005039 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 14:45:00.163786 | fa163e69-8883-74a4-e560-000000005039 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:11.665950 | 0.03s 2025-10-08 14:45:00.214734 | fa163e69-8883-74a4-e560-00000000503a | TASK | Sync cached facts 2025-10-08 14:45:00.482944 | fa163e69-8883-74a4-e560-00000000503a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e69-8883-74a4-e560-00000000503a') missing from stats 2025-10-08 14:45:00.542632 | fa163e69-8883-74a4-e560-000000004ff4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 14:45:00.595927 | fa163e69-8883-74a4-e560-000000004ff4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 14:45:00.597100 | fa163e69-8883-74a4-e560-000000004ff4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:12.099262 | 0.05s 2025-10-08 14:45:00.629762 | fa163e69-8883-74a4-e560-000000004ff6 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-08 14:45:00.660194 | fa163e69-8883-74a4-e560-000000004ff6 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:12.162352 | 0.03s 2025-10-08 14:45:00.727113 | fa163e69-8883-74a4-e560-000000005091 | TASK | Gather variables for each operating system 2025-10-08 14:45:00.851473 | fa163e69-8883-74a4-e560-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:12.353604 | 0.12s 2025-10-08 14:45:00.882731 | fa163e69-8883-74a4-e560-000000005092 | TASK | Create container logs path 2025-10-08 14:45:01.143500 | fa163e69-8883-74a4-e560-000000005092 | OK | Create container logs path | standalone 2025-10-08 14:45:01.144925 | fa163e69-8883-74a4-e560-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:12.647092 | 0.26s 2025-10-08 14:45:01.178500 | fa163e69-8883-74a4-e560-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 14:45:01.497269 | fa163e69-8883-74a4-e560-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 14:45:01.498648 | fa163e69-8883-74a4-e560-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:13.000815 | 0.32s 2025-10-08 14:45:01.529021 | fa163e69-8883-74a4-e560-000000005095 | TASK | Finalise hashes for all containers 2025-10-08 14:45:01.604104 | fa163e69-8883-74a4-e560-000000005095 | OK | Finalise hashes for all containers | standalone 2025-10-08 14:45:01.605573 | fa163e69-8883-74a4-e560-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:13.107732 | 0.08s 2025-10-08 14:45:01.636802 | fa163e69-8883-74a4-e560-000000005097 | TASK | Manage systemd shutdown files 2025-10-08 14:45:01.672489 | fa163e69-8883-74a4-e560-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:13.174648 | 0.03s 2025-10-08 14:45:01.708344 | 444e8ef6-2b31-4b46-8a73-9eccd44be300 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 14:45:01.737700 | fa163e69-8883-74a4-e560-0000000050ca | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 14:45:01.996826 | fa163e69-8883-74a4-e560-0000000050ca | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 14:45:01.998702 | fa163e69-8883-74a4-e560-0000000050ca | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:13.500844 | 0.26s 2025-10-08 14:45:02.032060 | fa163e69-8883-74a4-e560-0000000050cb | TASK | Set podman_drop_in fact 2025-10-08 14:45:02.096539 | fa163e69-8883-74a4-e560-0000000050cb | OK | Set podman_drop_in fact | standalone 2025-10-08 14:45:02.097946 | fa163e69-8883-74a4-e560-0000000050cb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:13.600112 | 0.06s 2025-10-08 14:45:02.132620 | fa163e69-8883-74a4-e560-0000000050cd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 14:45:02.691189 | fa163e69-8883-74a4-e560-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 14:45:02.694004 | fa163e69-8883-74a4-e560-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:14.196155 | 0.56s 2025-10-08 14:45:03.138257 | fa163e69-8883-74a4-e560-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 14:45:03.139399 | fa163e69-8883-74a4-e560-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:14.641566 | 1.00s 2025-10-08 14:45:03.146949 | fa163e69-8883-74a4-e560-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:14.649113 | 1.01s 2025-10-08 14:45:03.173162 | fa163e69-8883-74a4-e560-0000000050ce | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 14:45:03.704847 | fa163e69-8883-74a4-e560-0000000050ce | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 14:45:03.706209 | fa163e69-8883-74a4-e560-0000000050ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:15.208376 | 0.53s 2025-10-08 14:45:03.736565 | fa163e69-8883-74a4-e560-0000000050cf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 14:45:04.287615 | fa163e69-8883-74a4-e560-0000000050cf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 14:45:04.288746 | fa163e69-8883-74a4-e560-0000000050cf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:15.790917 | 0.55s 2025-10-08 14:45:04.318384 | fa163e69-8883-74a4-e560-0000000050d0 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 14:45:05.335195 | fa163e69-8883-74a4-e560-0000000050d0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 14:45:05.337337 | fa163e69-8883-74a4-e560-0000000050d0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:16.839478 | 1.02s 2025-10-08 14:45:05.368967 | fa163e69-8883-74a4-e560-0000000050d1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 14:45:05.899883 | fa163e69-8883-74a4-e560-0000000050d1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 14:45:05.901923 | fa163e69-8883-74a4-e560-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:17.404080 | 0.53s 2025-10-08 14:45:05.933714 | fa163e69-8883-74a4-e560-0000000050d2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 14:45:06.437085 | fa163e69-8883-74a4-e560-0000000050d2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 14:45:06.438654 | fa163e69-8883-74a4-e560-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:17.940818 | 0.50s 2025-10-08 14:45:06.469535 | fa163e69-8883-74a4-e560-0000000050d3 | TASK | Enable and start netns-placeholder 2025-10-08 14:45:07.435881 | fa163e69-8883-74a4-e560-0000000050d3 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 14:45:07.439149 | fa163e69-8883-74a4-e560-0000000050d3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:18.941305 | 0.97s 2025-10-08 14:45:07.470390 | fa163e69-8883-74a4-e560-000000005099 | TASK | Update container configs with new config hashes 2025-10-08 14:45:07.536984 | fa163e69-8883-74a4-e560-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:19.039128 | 0.07s 2025-10-08 14:45:07.552712 | 98ff0036-17ca-4c8b-9a49-c9931feff6ff | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 14:45:07.582808 | fa163e69-8883-74a4-e560-0000000050fb | TASK | Update config hashes for container startup configs 2025-10-08 14:45:07.888654 | fa163e69-8883-74a4-e560-0000000050fb | OK | Update config hashes for container startup configs | standalone 2025-10-08 14:45:07.890541 | fa163e69-8883-74a4-e560-0000000050fb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:19.392703 | 0.31s 2025-10-08 14:45:07.928136 | fa163e69-8883-74a4-e560-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 14:45:07.993823 | fa163e69-8883-74a4-e560-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:19.495984 | 0.06s 2025-10-08 14:45:08.006428 | 91a32715-4acf-4007-98de-6426f5b7dc62 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 14:45:08.029090 | fa163e69-8883-74a4-e560-00000000511a | TASK | Gather podman infos 2025-10-08 14:45:10.253286 | fa163e69-8883-74a4-e560-00000000511a | OK | Gather podman infos | standalone 2025-10-08 14:45:10.255078 | fa163e69-8883-74a4-e560-00000000511a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:21.757246 | 2.23s 2025-10-08 14:45:10.394794 | fa163e69-8883-74a4-e560-00000000511b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 14:45:10.477609 | fa163e69-8883-74a4-e560-00000000511b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:21.979775 | 0.08s 2025-10-08 14:45:10.659695 | fa163e69-8883-74a4-e560-000000005164 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:22.161854 | 0.14s 2025-10-08 14:45:10.710397 | fa163e69-8883-74a4-e560-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 14:45:10.751691 | fa163e69-8883-74a4-e560-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:22.253854 | 0.04s 2025-10-08 14:45:10.768717 | 29d26602-af0a-43af-988a-a0c5e5b8dda6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 14:45:10.802376 | fa163e69-8883-74a4-e560-00000000518a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 14:45:35.780182 | fa163e69-8883-74a4-e560-00000000518a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 14:45:35.782409 | fa163e69-8883-74a4-e560-00000000518a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:47.284573 | 24.98s 2025-10-08 14:45:35.814969 | fa163e69-8883-74a4-e560-00000000518b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 14:46:00.608733 | fa163e69-8883-74a4-e560-00000000518b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 14:46:00.610663 | fa163e69-8883-74a4-e560-00000000518b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:12.112828 | 24.79s 2025-10-08 14:46:00.672776 | fa163e69-8883-74a4-e560-000000004ff8 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-08 14:46:00.884366 | fa163e69-8883-74a4-e560-000000004ff8 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-08 14:46:00.885520 | fa163e69-8883-74a4-e560-000000004ff8 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:12.387690 | 0.21s 2025-10-08 14:46:00.922542 | fa163e69-8883-74a4-e560-000000004ff9 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-08 14:46:00.960892 | fa163e69-8883-74a4-e560-000000004ff9 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:12.463052 | 0.04s 2025-10-08 14:46:00.987136 | fa163e69-8883-74a4-e560-000000004ffa | TASK | Include container-puppet tasks for step 5 2025-10-08 14:46:01.017031 | fa163e69-8883-74a4-e560-000000004ffa | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:12.519197 | 0.03s 2025-10-08 14:46:01.031165 | c5cd9711-76e4-4f59-aeb9-056579fcc8e6 | INCLUDED | /root/standalone-ansible-dpuh_ze3/host-container-puppet-tasks.yaml | standalone 2025-10-08 14:46:01.061824 | fa163e69-8883-74a4-e560-0000000051d6 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-08 14:46:01.555399 | fa163e69-8883-74a4-e560-0000000051d6 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-08 14:46:01.557982 | fa163e69-8883-74a4-e560-0000000051d6 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:13.060146 | 0.49s 2025-10-08 14:46:01.590136 | fa163e69-8883-74a4-e560-0000000051d8 | TASK | Generate container puppet configs for step 5 2025-10-08 14:46:01.842695 | fa163e69-8883-74a4-e560-0000000051d8 | OK | Generate container puppet configs for step 5 | standalone 2025-10-08 14:46:01.843701 | fa163e69-8883-74a4-e560-0000000051d8 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:13.345871 | 0.25s 2025-10-08 14:46:01.867366 | fa163e69-8883-74a4-e560-0000000051d9 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-08 14:46:01.888408 | fa163e69-8883-74a4-e560-0000000051d9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:13.390572 | 0.02s 2025-10-08 14:46:01.947288 | fa163e69-8883-74a4-e560-000000005208 | TASK | Gather variables for each operating system 2025-10-08 14:46:02.057388 | fa163e69-8883-74a4-e560-000000005208 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:13.559554 | 0.11s 2025-10-08 14:46:02.077628 | fa163e69-8883-74a4-e560-000000005209 | TASK | Create container logs path 2025-10-08 14:46:02.340615 | fa163e69-8883-74a4-e560-000000005209 | OK | Create container logs path | standalone 2025-10-08 14:46:02.341458 | fa163e69-8883-74a4-e560-000000005209 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:13.843633 | 0.26s 2025-10-08 14:46:02.363056 | fa163e69-8883-74a4-e560-00000000520b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 14:46:02.569110 | fa163e69-8883-74a4-e560-00000000520b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 14:46:02.569995 | fa163e69-8883-74a4-e560-00000000520b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:14.072160 | 0.21s 2025-10-08 14:46:02.589527 | fa163e69-8883-74a4-e560-00000000520c | TASK | Finalise hashes for all containers 2025-10-08 14:46:02.627572 | fa163e69-8883-74a4-e560-00000000520c | OK | Finalise hashes for all containers | standalone 2025-10-08 14:46:02.628360 | fa163e69-8883-74a4-e560-00000000520c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:14.130534 | 0.04s 2025-10-08 14:46:02.648535 | fa163e69-8883-74a4-e560-00000000520e | TASK | Manage systemd shutdown files 2025-10-08 14:46:02.676124 | fa163e69-8883-74a4-e560-00000000520e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 14:46:02.677895 | fa163e69-8883-74a4-e560-00000000520e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:14.180065 | 0.03s 2025-10-08 14:46:02.703707 | fa163e69-8883-74a4-e560-000000005210 | TASK | Update container configs with new config hashes 2025-10-08 14:46:02.765731 | fa163e69-8883-74a4-e560-000000005210 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 14:46:02.768068 | fa163e69-8883-74a4-e560-000000005210 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:14.270234 | 0.06s 2025-10-08 14:46:02.797481 | fa163e69-8883-74a4-e560-000000005211 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 14:46:02.849383 | fa163e69-8883-74a4-e560-000000005211 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 14:46:02.851203 | fa163e69-8883-74a4-e560-000000005211 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:14.353372 | 0.05s 2025-10-08 14:46:02.874566 | fa163e69-8883-74a4-e560-000000005212 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 14:46:02.904753 | fa163e69-8883-74a4-e560-000000005212 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 14:46:02.906437 | fa163e69-8883-74a4-e560-000000005212 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:14.408609 | 0.03s PLAY [Server Post Deployments] ************************************************* 2025-10-08 14:46:03.064821 | fa163e69-8883-74a4-e560-0000000000f7 | TASK | Server Post Deployments 2025-10-08 14:46:03.093468 | fa163e69-8883-74a4-e560-0000000000f7 | OK | Server Post Deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server Post Deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e69-8883-74a4-e560-0000000000f7') missing from stats 2025-10-08 14:46:03.158764 | fa163e69-8883-74a4-e560-0000000000f8 | TIMING | include_tasks | standalone | 0:29:14.660932 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-08 14:46:03.276949 | fa163e69-8883-74a4-e560-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-08 14:46:03.308133 | fa163e69-8883-74a4-e560-0000000000fc | OK | External deployment Post Deploy tasks | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment Post Deploy tasks' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e69-8883-74a4-e560-0000000000fc') missing from stats 2025-10-08 14:46:03.328821 | fa163e69-8883-74a4-e560-000000000100 | TASK | is additonal Cell? 2025-10-08 14:46:03.357680 | fa163e69-8883-74a4-e560-000000000100 | OK | is additonal Cell? | undercloud 2025-10-08 14:46:03.358845 | fa163e69-8883-74a4-e560-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:14.861008 | 0.03s 2025-10-08 14:46:03.377671 | fa163e69-8883-74a4-e560-000000000102 | TASK | discover via nova_manager? 2025-10-08 14:46:03.447292 | fa163e69-8883-74a4-e560-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-08 14:46:03.448611 | fa163e69-8883-74a4-e560-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:14.950773 | 0.07s 2025-10-08 14:46:03.466768 | fa163e69-8883-74a4-e560-000000000103 | TASK | discover via nova_api? 2025-10-08 14:46:03.529756 | fa163e69-8883-74a4-e560-000000000103 | OK | discover via nova_api? | undercloud 2025-10-08 14:46:03.531635 | fa163e69-8883-74a4-e560-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:15.033791 | 0.06s 2025-10-08 14:46:03.552413 | fa163e69-8883-74a4-e560-000000000104 | TASK | Warn if no discovery host available 2025-10-08 14:46:03.594373 | fa163e69-8883-74a4-e560-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-08 14:46:03.595525 | fa163e69-8883-74a4-e560-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:15.097690 | 0.04s 2025-10-08 14:46:03.624216 | fa163e69-8883-74a4-e560-000000000105 | TASK | Discovering nova hosts 2025-10-08 14:46:06.262373 | fa163e69-8883-74a4-e560-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e69-8883-74a4-e560-000000000105') missing from stats 2025-10-08 14:46:06.316446 | fa163e69-8883-74a4-e560-000000000106 | OK | set_fact | undercloud 2025-10-08 14:46:06.317389 | fa163e69-8883-74a4-e560-000000000106 | TIMING | set_fact | undercloud | 0:29:17.819560 | 0.04s 2025-10-08 14:46:06.332467 | fa163e69-8883-74a4-e560-000000000108 | TASK | Set up group_vars 2025-10-08 14:46:06.359297 | fa163e69-8883-74a4-e560-000000000108 | OK | Set up group_vars | undercloud 2025-10-08 14:46:06.360215 | fa163e69-8883-74a4-e560-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:17.862386 | 0.03s 2025-10-08 14:46:06.375579 | fa163e69-8883-74a4-e560-000000000109 | TASK | Make needed directories on the undercloud 2025-10-08 14:46:06.609698 | fa163e69-8883-74a4-e560-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-dpuh_ze3/octavia-ansible 2025-10-08 14:46:06.610625 | fa163e69-8883-74a4-e560-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:18.112797 | 0.23s 2025-10-08 14:46:06.796504 | fa163e69-8883-74a4-e560-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-dpuh_ze3/octavia-ansible/local_dir 2025-10-08 14:46:06.797612 | fa163e69-8883-74a4-e560-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:18.299780 | 0.42s 2025-10-08 14:46:07.010701 | fa163e69-8883-74a4-e560-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-dpuh_ze3/octavia-ansible/group_vars 2025-10-08 14:46:07.011845 | fa163e69-8883-74a4-e560-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:18.514011 | 0.64s 2025-10-08 14:46:07.018357 | fa163e69-8883-74a4-e560-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:18.520524 | 0.64s 2025-10-08 14:46:07.033290 | fa163e69-8883-74a4-e560-00000000010a | TASK | Write group_vars file 2025-10-08 14:46:07.425217 | fa163e69-8883-74a4-e560-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-08 14:46:07.425973 | fa163e69-8883-74a4-e560-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:18.928146 | 0.39s 2025-10-08 14:46:07.449457 | fa163e69-8883-74a4-e560-00000000010b | TASK | Gather missing facts 2025-10-08 14:46:07.799504 | fa163e69-8883-74a4-e560-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e69-8883-74a4-e560-00000000010b') missing from stats 2025-10-08 14:46:07.807841 | fa163e69-8883-74a4-e560-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:19.310015 | 0.36s 2025-10-08 14:46:07.822325 | fa163e69-8883-74a4-e560-00000000010c | TASK | Write octavia inventory 2025-10-08 14:46:08.348138 | fa163e69-8883-74a4-e560-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-08 14:46:08.349599 | fa163e69-8883-74a4-e560-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:19.851764 | 0.53s 2025-10-08 14:46:08.368382 | fa163e69-8883-74a4-e560-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-08 14:46:08.587150 | fa163e69-8883-74a4-e560-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-08 14:46:08.588511 | fa163e69-8883-74a4-e560-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:20.090675 | 0.22s 2025-10-08 14:46:08.606341 | fa163e69-8883-74a4-e560-00000000010e | TASK | Set private key location 2025-10-08 14:46:08.646259 | fa163e69-8883-74a4-e560-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-08 14:46:08.647229 | fa163e69-8883-74a4-e560-00000000010e | TIMING | Set private key location | undercloud | 0:29:20.149399 | 0.04s 2025-10-08 14:46:08.666104 | fa163e69-8883-74a4-e560-00000000010f | TASK | Configure octavia command 2025-10-08 14:46:08.716111 | fa163e69-8883-74a4-e560-00000000010f | OK | Configure octavia command | undercloud 2025-10-08 14:46:08.717532 | fa163e69-8883-74a4-e560-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:20.219691 | 0.05s 2025-10-08 14:46:08.776021 | fa163e69-8883-74a4-e560-000000000110 | OK | set_fact | undercloud 2025-10-08 14:46:08.777441 | fa163e69-8883-74a4-e560-000000000110 | TIMING | set_fact | undercloud | 0:29:20.279604 | 0.04s 2025-10-08 14:46:08.826891 | fa163e69-8883-74a4-e560-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-dpuh_ze3/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-dpuh_ze3/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-dpuh_ze3/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-08 14:46:08.828467 | fa163e69-8883-74a4-e560-000000000111 | TIMING | debug | undercloud | 0:29:20.330628 | 0.03s 2025-10-08 14:46:08.846958 | fa163e69-8883-74a4-e560-000000000112 | TASK | Configure octavia on overcloud 2025-10-08 14:50:03.174328 | fa163e69-8883-74a4-e560-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-08 14:50:03.177550 | fa163e69-8883-74a4-e560-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:14.679709 | 234.33s 2025-10-08 14:50:03.198667 | fa163e69-8883-74a4-e560-000000000113 | TASK | Purge temp dirs 2025-10-08 14:50:03.437981 | fa163e69-8883-74a4-e560-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-dpuh_ze3/octavia-ansible/local_dir 2025-10-08 14:50:03.439828 | fa163e69-8883-74a4-e560-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:14.941988 | 0.24s 2025-10-08 14:50:03.446218 | fa163e69-8883-74a4-e560-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:14.948384 | 0.25s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-10-08 14:50:03.519999 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:50:03.520631 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:50:03.521145 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:15.023317 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 14:50:03.521965 | UUID | Info | Host | Task Name | Run Time 2025-10-08 14:50:03.522499 | fa163e69-8883-74a4-e560-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 294.45s 2025-10-08 14:50:03.522984 | fa163e69-8883-74a4-e560-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 234.33s 2025-10-08 14:50:03.523497 | fa163e69-8883-74a4-e560-000000004df4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 119.94s 2025-10-08 14:50:03.524043 | fa163e69-8883-74a4-e560-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 103.43s 2025-10-08 14:50:03.524565 | fa163e69-8883-74a4-e560-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.47s 2025-10-08 14:50:03.525077 | fa163e69-8883-74a4-e560-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 57.11s 2025-10-08 14:50:03.525620 | fa163e69-8883-74a4-e560-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.39s 2025-10-08 14:50:03.526119 | fa163e69-8883-74a4-e560-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 33.25s 2025-10-08 14:50:03.526629 | fa163e69-8883-74a4-e560-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 31.65s 2025-10-08 14:50:03.527119 | fa163e69-8883-74a4-e560-000000004c58 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.88s 2025-10-08 14:50:03.527633 | fa163e69-8883-74a4-e560-000000004df3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 30.41s 2025-10-08 14:50:03.528105 | fa163e69-8883-74a4-e560-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.76s 2025-10-08 14:50:03.528632 | fa163e69-8883-74a4-e560-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.71s 2025-10-08 14:50:03.529111 | fa163e69-8883-74a4-e560-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.21s 2025-10-08 14:50:03.529665 | fa163e69-8883-74a4-e560-00000000518a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.98s 2025-10-08 14:50:03.530157 | fa163e69-8883-74a4-e560-00000000518b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 24.79s 2025-10-08 14:50:03.530674 | fa163e69-8883-74a4-e560-000000004eef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.75s 2025-10-08 14:50:03.531192 | fa163e69-8883-74a4-e560-000000004f1b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.42s 2025-10-08 14:50:03.531999 | fa163e69-8883-74a4-e560-000000004f47 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.83s 2025-10-08 14:50:03.532531 | fa163e69-8883-74a4-e560-00000000350b | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.80s 2025-10-08 14:50:03.533038 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-dpuh_ze3 Install artifact is located at /root/standalone-install-20251008145004.tar.bzip2 ######################################################## Deployment successful! ######################################################## ########################################################## Useful files: The clouds.yaml file is at ~/.config/openstack/clouds.yaml Use "export OS_CLOUD=standalone" before running the openstack command. ########################################################## Writing the stack virtual update mark file /var/lib/tripleo-heat-installer/update_mark_standalone + [[ libvirt == \i\r\o\n\i\c ]] + exit 0 + deploy_result=0 + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ED25519) to the list of known hosts. + exit 0 + rv=0 + rm -rf -- /tmp/tmp.hbeCEyfNRV + exit 0 ~/ci-framework-data/artifacts