~/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.L6Do38EqFO + 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.L6Do38EqFO/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=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + 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.L6Do38EqFO/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.L6Do38EqFO + J2_VARS_FILE=/tmp/tmp.L6Do38EqFO/tmp.DC8Zk5Kkgg.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.L6Do38EqFO/tmp.DC8Zk5Kkgg.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/tmp.DC8Zk5Kkgg.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/tmp.DC8Zk5Kkgg.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/tmp.DC8Zk5Kkgg.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/tmp.DC8Zk5Kkgg.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.L6Do38EqFO/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.L6Do38EqFO/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.L6Do38EqFO/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.L6Do38EqFO/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.L6Do38EqFO/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. + [[ false == \t\r\u\e ]] + 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 '' ']' + true + '[' -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 4.7 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-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 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.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 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-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-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-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-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-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-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-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-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-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.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 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.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 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-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-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.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 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.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 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.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 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.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 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.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 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.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 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.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 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.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 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.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.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.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 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.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 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.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 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-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.7-11.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 399 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.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 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.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 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-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): ansible-collection-ansible-netcommon-2 893 kB/s | 181 kB 00:00 (2/399): ansible-collection-ansible-utils-2.3.0 413 kB/s | 91 kB 00:00 (3/399): ansible-collection-ansible-posix-1.2.0 417 kB/s | 124 kB 00:00 (4/399): ansible-collection-community-general-4 8.3 MB/s | 1.3 MB 00:00 (5/399): golang-github-vbatts-tar-split-0.11.1- 5.2 MB/s | 1.0 MB 00:00 (6/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 598 kB/s | 77 kB 00:00 (7/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.4 MB/s | 162 kB 00:00 (8/399): puppet-fdio-18.2-1.20220727113954.6fd1 207 kB/s | 25 kB 00:00 (9/399): python3-ansible-runner-2.0.0a1-3.el9os 682 kB/s | 122 kB 00:00 (10/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 407 kB/s | 44 kB 00:00 (11/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 734 kB/s | 178 kB 00:00 (12/399): python3-croniter-0.3.35-2.el9ost.noar 496 kB/s | 49 kB 00:00 (13/399): python3-daemon-2.3.0-1.el9ost.noarch. 391 kB/s | 39 kB 00:00 (14/399): python3-beautifulsoup4-4.9.3-2.el9ost 1.7 MB/s | 204 kB 00:00 (15/399): python3-gevent-21.1.2-2.el9ost.x86_64 12 MB/s | 1.6 MB 00:00 (16/399): python3-docutils-0.16-6.el9ost.noarch 9.7 MB/s | 1.5 MB 00:00 (17/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 251 kB/s | 44 kB 00:00 (18/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 1.1 MB/s | 107 kB 00:00 (19/399): python3-jeepney-0.6.0-2.el9ost.noarch 2.6 MB/s | 284 kB 00:00 (20/399): python3-lockfile-0.12.2-2.el9ost.noar 143 kB/s | 31 kB 00:00 (21/399): python3-logutils-0.3.5-15.el9ost.noar 236 kB/s | 47 kB 00:00 (22/399): python3-jmespath-0.10.0-1.el9ost.noar 146 kB/s | 46 kB 00:00 (23/399): python3-memcached-1.59-3.el9ost.noarc 451 kB/s | 40 kB 00:00 (24/399): python3-migrate-0.13.0-1.el9ost.noarc 1.9 MB/s | 224 kB 00:00 (25/399): python3-mimeparse-1.6.0-16.el9ost.noa 169 kB/s | 16 kB 00:00 (26/399): python3-passlib-1.7.4-3.el9ost.noarch 7.0 MB/s | 712 kB 00:00 (27/399): python3-pecan-1.4.0-2.el9ost.noarch.r 2.8 MB/s | 273 kB 00:00 (28/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 963 kB/s | 90 kB 00:00 (29/399): python3-pyperclip-1.8.0-3.el9ost.noar 279 kB/s | 25 kB 00:00 (30/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 578 kB/s | 111 kB 00:00 (31/399): python3-smmap-3.0.1-4.el9ost.noarch.r 483 kB/s | 47 kB 00:00 (32/399): python3-natsort-7.1.1-2.el9ost.noarch 126 kB/s | 59 kB 00:00 (33/399): python3-setproctitle-1.2.2-1.el9ost.x 107 kB/s | 23 kB 00:00 (34/399): python3-tenacity-6.3.1-1.el9ost.noarc 422 kB/s | 51 kB 00:00 (35/399): python3-sqlalchemy13-1.3.24-3.el9ost. 8.3 MB/s | 1.7 MB 00:00 (36/399): python3-soupsieve-2.2-1.el9ost.noarch 249 kB/s | 67 kB 00:00 (37/399): python3-webtest-2.0.35-6.el9ost.noarc 819 kB/s | 82 kB 00:00 (38/399): python3-zope-event-4.2.0-20.el9ost.no 1.5 MB/s | 205 kB 00:00 (39/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 2.4 MB/s | 396 kB 00:00 (40/399): python3-zope-interface-5.4.0-1.el9ost 2.1 MB/s | 202 kB 00:00 (41/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 159 kB/s | 14 kB 00:00 (42/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 181 kB/s | 34 kB 00:00 (43/399): rubygem-concurrent-ruby-1.1.5-2.el9os 1.0 MB/s | 243 kB 00:00 (44/399): rubygem-multi_json-1.15.0-2.el9ost.no 225 kB/s | 22 kB 00:00 (45/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 387 kB/s | 90 kB 00:00 (46/399): rubygem-puppet-resource_api-1.8.13-1. 262 kB/s | 34 kB 00:00 (47/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 147 kB/s | 16 kB 00:00 (48/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.4 MB/s | 433 kB 00:00 (49/399): rubygem-semantic_puppet-1.0.4-2.el9os 145 kB/s | 21 kB 00:00 (50/399): ansible-config_template-2.0.1-17.1.20 310 kB/s | 29 kB 00:00 (51/399): ansible-role-chrony-1.3.1-17.1.202306 196 kB/s | 22 kB 00:00 (52/399): ansible-role-collectd-config-0.0.3-17 432 kB/s | 53 kB 00:00 (53/399): ansible-role-openstack-operations-0.0 274 kB/s | 30 kB 00:00 (54/399): ansible-role-atos-hsm-1.0.1-17.1.2023 63 kB/s | 17 kB 00:00 (55/399): ansible-role-container-registry-1.4.1 129 kB/s | 24 kB 00:00 (56/399): ansible-role-redhat-subscription-1.3. 217 kB/s | 28 kB 00:00 (57/399): ansible-role-thales-hsm-3.0.1-17.1.20 199 kB/s | 21 kB 00:00 (58/399): ansible-role-qdr-config-0.0.2-17.1.20 117 kB/s | 21 kB 00:00 (59/399): ansible-role-tripleo-modify-image-1.5 203 kB/s | 27 kB 00:00 (60/399): ansible-tripleo-ipa-0.3.1-17.1.202306 274 kB/s | 36 kB 00:00 (61/399): ansible-tripleo-ipsec-11.0.1-17.1.202 356 kB/s | 38 kB 00:00 (62/399): dib-utils-0.0.11-17.1.20230620173328. 130 kB/s | 12 kB 00:00 (63/399): openstack-heat-agents-2.2.1-17.1.2023 74 kB/s | 9.6 kB 00:00 (64/399): os-apply-config-13.1.1-17.1.202310200 341 kB/s | 54 kB 00:00 (65/399): os-refresh-config-13.1.1-17.1.2023102 222 kB/s | 21 kB 00:00 (66/399): puppet-aodh-18.4.2-17.1.2023062015121 483 kB/s | 62 kB 00:00 (67/399): os-collect-config-13.1.1-17.1.2023102 213 kB/s | 50 kB 00:00 (68/399): puppet-archive-4.6.1-17.1.20230620181 402 kB/s | 44 kB 00:00 (69/399): puppet-auditd-2.2.1-17.1.202306201924 274 kB/s | 28 kB 00:00 (70/399): puppet-certmonger-2.7.1-17.1.20230620 259 kB/s | 26 kB 00:00 (71/399): puppet-ceilometer-18.4.3-17.1.2023092 623 kB/s | 70 kB 00:00 (72/399): puppet-cinder-18.5.2-17.1.20230621054 1.2 MB/s | 120 kB 00:00 (73/399): puppet-corosync-8.0.1-17.1.2023062110 632 kB/s | 68 kB 00:00 (74/399): puppet-collectd-13.0.1-17.1.202306201 957 kB/s | 135 kB 00:00 (75/399): puppet-designate-18.6.1-17.1.20230621 584 kB/s | 69 kB 00:00 (76/399): puppet-dns-8.2.1-17.1.20230621002045. 384 kB/s | 36 kB 00:00 (77/399): puppet-etcd-1.12.3-17.1.2023062019322 200 kB/s | 25 kB 00:00 (78/399): puppet-gnocchi-18.4.3-17.1.2023062106 632 kB/s | 58 kB 00:00 (79/399): puppet-heat-18.4.1-17.1.2023062111163 734 kB/s | 70 kB 00:00 (80/399): puppet-kmod-2.5.0-17.1.20230620190646 229 kB/s | 21 kB 00:00 (81/399): puppet-manila-18.5.2-17.1.20231102190 895 kB/s | 81 kB 00:00 (82/399): puppet-memcached-6.0.0-17.1.202306201 200 kB/s | 23 kB 00:00 (83/399): puppet-nova-18.6.1-17.1.2023062109044 2.1 MB/s | 200 kB 00:00 (84/399): puppet-mysql-10.6.1-17.1.202306210221 844 kB/s | 99 kB 00:00 (85/399): puppet-nssdb-1.0.2-17.1.2023062018564 106 kB/s | 12 kB 00:00 (86/399): puppet-octavia-18.5.1-17.1.2023062106 670 kB/s | 76 kB 00:00 (87/399): puppet-openstack_extras-18.5.1-17.1.2 277 kB/s | 48 kB 00:00 (88/399): puppet-openstacklib-18.5.2-17.1.20230 500 kB/s | 62 kB 00:00 (89/399): puppet-oslo-18.5.1-17.1.2023062105235 401 kB/s | 48 kB 00:00 (90/399): puppet-qdr-7.4.1-17.1.20230620195605. 343 kB/s | 31 kB 00:00 (91/399): puppet-placement-5.4.3-17.1.202306210 403 kB/s | 41 kB 00:00 (92/399): puppet-rabbitmq-11.0.1-17.1.202306201 2.7 MB/s | 266 kB 00:00 (93/399): puppet-redis-6.1.1-17.1.2023062019170 502 kB/s | 51 kB 00:00 (94/399): puppet-rsyslog-4.0.1-17.1.20230620200 569 kB/s | 58 kB 00:00 (95/399): puppet-ssh-6.2.1-17.1.20230620190251. 270 kB/s | 29 kB 00:00 (96/399): puppet-swift-18.6.1-17.1.202306210521 773 kB/s | 115 kB 00:00 (97/399): puppet-stdlib-6.3.1-17.1.202306210008 661 kB/s | 160 kB 00:00 (98/399): puppet-vswitch-14.4.3-17.1.2023062104 448 kB/s | 41 kB 00:00 (99/399): puppet-systemd-2.12.1-17.1.2023062019 201 kB/s | 42 kB 00:00 (100/399): puppet-xinetd-3.3.1-17.1.20230620185 282 kB/s | 26 kB 00:00 (101/399): python-oslo-cache-lang-2.7.1-17.1.20 193 kB/s | 19 kB 00:00 (102/399): python-oslo-log-lang-4.4.0-17.1.2023 141 kB/s | 14 kB 00:00 (103/399): python-oslo-middleware-lang-4.2.1-17 138 kB/s | 13 kB 00:00 (104/399): python-oslo-versionedobjects-lang-2. 146 kB/s | 14 kB 00:00 (105/399): python-oslo-policy-lang-3.7.1-17.1.2 85 kB/s | 14 kB 00:00 (106/399): python-pycadf-common-3.1.1-17.1.2023 145 kB/s | 15 kB 00:00 (107/399): python3-GitPython-3.1.14-2.el9ost.no 2.2 MB/s | 238 kB 00:00 (108/399): python3-aodhclient-2.2.0-17.1.202306 490 kB/s | 56 kB 00:00 (109/399): python3-barbicanclient-5.3.0-17.1.20 965 kB/s | 127 kB 00:00 (110/399): python3-designateclient-4.2.1-17.1.2 948 kB/s | 92 kB 00:00 (111/399): python3-cinderclient-7.4.1-17.1.2023 788 kB/s | 218 kB 00:00 (112/399): python3-futurist-2.3.0-17.1.20230621 623 kB/s | 64 kB 00:00 (113/399): python3-cliff-3.7.0-17.1.20230620172 294 kB/s | 95 kB 00:00 (114/399): python3-heat-agent-2.2.1-17.1.202306 164 kB/s | 19 kB 00:00 (115/399): python3-heat-agent-ansible-2.2.1-17. 99 kB/s | 11 kB 00:00 (116/399): python3-heat-agent-apply-config-2.2. 112 kB/s | 9.9 kB 00:00 (117/399): python3-heat-agent-docker-cmd-2.2.1- 74 kB/s | 12 kB 00:00 (118/399): python3-heat-agent-json-file-2.2.1-1 103 kB/s | 9.8 kB 00:00 (119/399): python3-heat-agent-hiera-2.2.1-17.1. 54 kB/s | 10 kB 00:00 (120/399): python3-heatclient-2.3.1-17.1.202306 1.6 MB/s | 158 kB 00:00 (121/399): python3-heat-agent-puppet-2.2.1-17.1 104 kB/s | 11 kB 00:00 (122/399): python3-ironic-inspector-client-4.5. 599 kB/s | 67 kB 00:00 (123/399): python3-ironicclient-4.6.4-17.1.2023 3.5 MB/s | 342 kB 00:00 (124/399): python3-keystonemiddleware-9.2.0-17. 883 kB/s | 92 kB 00:00 (125/399): python3-keystoneclient-4.3.0-17.1.20 1.4 MB/s | 239 kB 00:00 (126/399): python3-magnumclient-3.4.1-17.1.2023 1.0 MB/s | 121 kB 00:00 (127/399): python3-mistralclient-4.2.0-17.1.202 1.5 MB/s | 166 kB 00:00 (128/399): python3-neutronclient-7.3.1-17.1.202 2.7 MB/s | 298 kB 00:00 (129/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (130/399): python3-os-client-config-2.1.0-17.1. 569 kB/s | 55 kB 00:00 (131/399): python3-os-service-types-1.7.0-17.1. 401 kB/s | 38 kB 00:00 (132/399): python3-os-traits-2.5.0-17.1.2023062 354 kB/s | 45 kB 00:00 (133/399): python3-oslo-cache-2.7.1-17.1.202306 529 kB/s | 56 kB 00:00 (134/399): python3-osc-lib-2.3.1-17.1.202306202 655 kB/s | 78 kB 00:00 (135/399): python3-oslo-log-4.4.0-17.1.20230620 675 kB/s | 64 kB 00:00 (136/399): python3-oslo-middleware-4.2.1-17.1.2 590 kB/s | 55 kB 00:00 (137/399): python3-oslo-context-3.2.1-17.1.2023 161 kB/s | 27 kB 00:00 (138/399): python3-oslo-policy-3.7.1-17.1.20230 727 kB/s | 76 kB 00:00 (139/399): python3-oslo-reports-2.2.0-17.1.2023 593 kB/s | 59 kB 00:00 (140/399): python3-oslo-rootwrap-6.3.1-17.1.202 310 kB/s | 46 kB 00:00 (141/399): python3-oslo-serialization-4.1.1-17. 290 kB/s | 34 kB 00:00 (142/399): python3-oslo-upgradecheck-1.3.1-17.1 217 kB/s | 29 kB 00:00 (143/399): python3-oslo-versionedobjects-2.4.1- 730 kB/s | 79 kB 00:00 (144/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (145/399): python3-pycadf-3.1.1-17.1.2023062021 453 kB/s | 53 kB 00:00 (146/399): python3-requestsexceptions-1.4.0-17. 180 kB/s | 17 kB 00:00 (147/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (148/399): python3-shade-1.33.0-17.1.2023062022 4.8 MB/s | 523 kB 00:00 (149/399): python3-statsd-3.2.1-20.1.el9ost.noa 378 kB/s | 35 kB 00:00 (150/399): python3-swiftclient-3.11.1-17.1.2023 1.2 MB/s | 136 kB 00:00 (151/399): python3-troveclient-7.0.0-17.1.20230 3.3 MB/s | 344 kB 00:00 (152/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 349 kB/s | 50 kB 00:00 (153/399): python3-validations-libs-1.9.1-17.1. 1.3 MB/s | 137 kB 00:00 (154/399): python3-zaqarclient-2.4.0-17.1.20230 1.2 MB/s | 129 kB 00:00 (155/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (156/399): python3-paramiko-2.11.0-2.el9ost.noa 2.1 MB/s | 299 kB 00:00 (157/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.4 MB/s | 427 kB 00:00 (158/399): ansible-pacemaker-1.0.4-17.1.2023121 128 kB/s | 21 kB 00:00 (159/399): python3-manilaclient-2.6.4-17.1.2024 4.3 MB/s | 528 kB 00:00 (160/399): python3-sqlparse-0.4.1-2.el9ost.noar 789 kB/s | 83 kB 00:00 (161/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (162/399): ansible-role-metalsmith-deployment-1 232 kB/s | 21 kB 00:00 (163/399): openstack-selinux-0.8.37-17.1.202311 2.0 MB/s | 221 kB 00:00 (164/399): puppet-ironic-18.7.1-17.1.2024030521 1.2 MB/s | 121 kB 00:00 (165/399): python-oslo-db-lang-8.5.2-17.1.20240 125 kB/s | 14 kB 00:00 (166/399): python3-glanceclient-3.3.0-17.1.2024 1.4 MB/s | 143 kB 00:00 (167/399): python3-metalsmith-1.4.4-17.1.202405 391 kB/s | 65 kB 00:00 (168/399): python3-keystoneauth1-4.4.0-17.1.202 1.7 MB/s | 409 kB 00:00 (169/399): python3-neutron-lib-2.10.3-17.1.2023 1.9 MB/s | 375 kB 00:00 (170/399): python3-octaviaclient-2.3.1-17.1.202 904 kB/s | 91 kB 00:00 (171/399): python3-oslo-db-8.5.2-17.1.202408201 1.5 MB/s | 144 kB 00:00 (172/399): python3-oslo-messaging-12.7.3-17.1.2 2.0 MB/s | 216 kB 00:00 (173/399): python3-oslo-service-2.5.1-17.1.2024 710 kB/s | 71 kB 00:00 (174/399): python3-rhosp-openvswitch-3.3-1.el9o 94 kB/s | 8.3 kB 00:00 (175/399): python3-waitress-2.0.0-4.el9ost.noar 849 kB/s | 109 kB 00:00 (176/399): openstack-tripleo-validations-14.3.2 1.8 MB/s | 204 kB 00:00 (177/399): openstack-ansible-core-2.14.2-4.7.el 15 MB/s | 2.3 MB 00:00 (178/399): puppet-glance-18.6.1-17.1.2025022015 670 kB/s | 87 kB 00:00 (179/399): puppet-ovn-18.6.1-17.1.2024092509490 294 kB/s | 29 kB 00:00 (180/399): puppet-pacemaker-1.5.1-17.1.20250214 930 kB/s | 158 kB 00:00 (181/399): python3-os-ken-1.4.1-17.1.2024120509 15 MB/s | 2.1 MB 00:00 (182/399): puppet-tripleo-14.2.3-17.1.202503201 1.9 MB/s | 239 kB 00:00 (183/399): ansible-collections-openstack-1.9.1- 1.2 MB/s | 146 kB 00:00 (184/399): ansible-collection-containers-podman 1.6 MB/s | 243 kB 00:00 (185/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.8 MB/s | 351 kB 00:00 (186/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (187/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.0 MB/s | 518 kB 00:00 (188/399): hiera-3.6.0-6.el9ost.noarch.rpm 270 kB/s | 33 kB 00:00 (189/399): puppet-7.10.0-4.el9ost.noarch.rpm 120 kB/s | 11 kB 00:00 (190/399): puppet-headless-7.10.0-4.el9ost.noar 13 MB/s | 1.4 MB 00:00 (191/399): python3-amqp-5.0.6-5.el9ost.noarch.r 805 kB/s | 92 kB 00:00 (192/399): python3-boto-2.45.0-8.1.el9ost.noarc 10 MB/s | 1.3 MB 00:00 (193/399): python3-cachetools-4.2.2-3.el9ost.no 324 kB/s | 33 kB 00:00 (194/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.3 MB/s | 284 kB 00:00 (195/399): python3-colorama-0.4.4-4.el9ost.noar 215 kB/s | 35 kB 00:00 (196/399): python3-dogpile-cache-1.1.5-5.el9ost 586 kB/s | 89 kB 00:00 (197/399): python3-fixtures-3.0.0-24.el9ost.noa 986 kB/s | 93 kB 00:00 (198/399): python3-keyring-21.8.0-4.el9ost.noar 527 kB/s | 77 kB 00:00 (199/399): python3-extras-1.0.0-17.el9ost.noarc 113 kB/s | 21 kB 00:00 (200/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.2 MB/s | 313 kB 00:00 (201/399): python3-msgpack-1.0.2-4.el9ost.x86_6 974 kB/s | 87 kB 00:00 (202/399): python3-munch-2.5.0-6.el9ost.noarch. 174 kB/s | 25 kB 00:00 (203/399): python3-openstacksdk-0.55.1-17.1.202 7.0 MB/s | 735 kB 00:00 (204/399): python3-paste-deploy-2.1.1-4.el9ost. 422 kB/s | 41 kB 00:00 (205/399): python3-paste-3.5.0-5.el9ost.noarch. 3.4 MB/s | 776 kB 00:00 (206/399): python3-pystache-0.5.4-15.el9ost.noa 956 kB/s | 132 kB 00:00 (207/399): python3-repoze-lru-0.7-12.el9ost.noa 353 kB/s | 32 kB 00:00 (208/399): python3-routes-2.4.1-14.el9ost.noarc 1.5 MB/s | 188 kB 00:00 (209/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 393 kB/s | 57 kB 00:00 (210/399): python3-secretstorage-3.3.1-3.el9ost 200 kB/s | 36 kB 00:00 (211/399): python3-tempita-0.5.1-27.el9ost.noar 218 kB/s | 36 kB 00:00 (212/399): python3-simplejson-3.17.5-3.el9ost.x 1.3 MB/s | 266 kB 00:00 (213/399): python3-testtools-2.4.0-10.el9ost.no 2.5 MB/s | 333 kB 00:00 (214/399): python3-warlock-1.3.3-7.el9ost.noarc 238 kB/s | 21 kB 00:00 (215/399): python3-vine-5.0.0-5.el9ost.noarch.r 239 kB/s | 26 kB 00:00 (216/399): python3-yappi-1.3.1-5.el9ost.x86_64. 516 kB/s | 56 kB 00:00 (217/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.4 MB/s | 180 kB 00:00 (218/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 242 kB/s | 29 kB 00:00 (219/399): ruby-facter-3.14.19-3.el9ost.x86_64. 75 kB/s | 9.5 kB 00:00 (220/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 208 kB/s | 19 kB 00:00 (221/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.1 MB/s | 123 kB 00:00 (222/399): puppet-barbican-18.4.2-17.1.20250625 434 kB/s | 57 kB 00:00 (223/399): python-openstackclient-lang-5.5.2-17 638 kB/s | 58 kB 00:00 (224/399): python3-openstackclient-5.5.2-17.1.2 10 MB/s | 1.1 MB 00:00 (225/399): puppet-apache-6.5.2-17.1.20250811150 2.6 MB/s | 253 kB 00:00 (226/399): puppet-concat-6.2.1-17.1.20250725131 487 kB/s | 44 kB 00:00 (227/399): puppet-firewall-3.4.1-17.1.202508041 518 kB/s | 73 kB 00:00 (228/399): puppet-haproxy-4.2.2-17.1.2025072511 461 kB/s | 55 kB 00:00 (229/399): puppet-git-0.5.0-17.1.20250725114148 176 kB/s | 26 kB 00:00 (230/399): puppet-inifile-4.2.1-17.1.2025080415 480 kB/s | 46 kB 00:00 (231/399): puppet-ipaclient-2.5.2-17.1.20250725 173 kB/s | 21 kB 00:00 (232/399): puppet-module-data-0.5.1-17.1.202507 119 kB/s | 16 kB 00:00 (233/399): puppet-remote-10.0.0-17.1.2025072511 218 kB/s | 19 kB 00:00 (234/399): puppet-keepalived-0.0.2-17.1.2025072 82 kB/s | 17 kB 00:00 (235/399): puppet-rsync-1.1.4-17.1.202508041515 254 kB/s | 28 kB 00:00 (236/399): puppet-sysctl-0.0.13-17.1.2025072511 167 kB/s | 19 kB 00:00 (237/399): puppet-snmp-3.9.1-17.1.2025072511575 301 kB/s | 38 kB 00:00 (238/399): python3-tripleoclient-16.5.1-17.1.20 5.6 MB/s | 552 kB 00:00 (239/399): puppet-horizon-18.6.1-17.1.202510081 609 kB/s | 59 kB 00:00 (240/399): puppet-vcsrepo-3.1.1-17.1.2025072511 309 kB/s | 53 kB 00:00 (241/399): puppet-keystone-18.6.1-17.1.20251008 911 kB/s | 126 kB 00:00 (242/399): openstack-heat-api-16.1.1-17.1.20251 109 kB/s | 15 kB 00:00 (243/399): openstack-heat-common-16.1.1-17.1.20 13 MB/s | 1.6 MB 00:00 (244/399): openstack-heat-monolith-16.1.1-17.1. 161 kB/s | 14 kB 00:00 (245/399): openstack-heat-engine-16.1.1-17.1.20 149 kB/s | 14 kB 00:00 (246/399): openstack-tripleo-common-15.4.1-17.1 372 kB/s | 48 kB 00:00 (247/399): openstack-tripleo-common-containers- 492 kB/s | 74 kB 00:00 (248/399): openstack-tripleo-heat-templates-14. 3.3 MB/s | 603 kB 00:00 (249/399): puppet-neutron-18.6.1-17.1.202512171 1.3 MB/s | 190 kB 00:00 (250/399): python3-tripleo-common-15.4.1-17.1.2 1.3 MB/s | 197 kB 00:00 (251/399): tripleo-ansible-3.3.1-17.1.202512171 4.5 MB/s | 564 kB 00:00 (252/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 1.7 MB/s | 223 kB 00:00 (253/399): boost-system-1.75.0-8.el9.x86_64.rpm 144 kB/s | 15 kB 00:00 (254/399): python3-urllib-gssapi-1.0.2-4.el9.no 144 kB/s | 24 kB 00:00 (255/399): perl-Getopt-Long-2.52-4.el9.noarch.r 228 kB/s | 64 kB 00:00 (256/399): perl-Storable-3.21-460.el9.x86_64.rp 248 kB/s | 98 kB 00:00 (257/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 216 kB 00:00 (258/399): perl-Data-Dumper-2.174-462.el9.x86_6 594 kB/s | 59 kB 00:00 (259/399): boost-thread-1.75.0-8.el9.x86_64.rpm 376 kB/s | 57 kB 00:00 (260/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 50 kB/s | 17 kB 00:00 (261/399): perl-Exporter-5.74-461.el9.noarch.rp 332 kB/s | 34 kB 00:00 (262/399): perl-File-Temp-0.231.100-4.el9.noarc 622 kB/s | 63 kB 00:00 (263/399): perl-parent-0.238-460.el9.noarch.rpm 131 kB/s | 16 kB 00:00 (264/399): perl-Text-Tabs+Wrap-2013.0523-460.el 174 kB/s | 25 kB 00:00 (265/399): python3-pyasn1-modules-0.4.8-6.el9.n 2.0 MB/s | 283 kB 00:00 (266/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.0 MB/s | 321 kB 00:00 (267/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.7 MB/s | 224 kB 00:00 (268/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 2.5 MB/s | 392 kB 00:00 (269/399): perl-PathTools-3.78-461.el9.x86_64.r 681 kB/s | 92 kB 00:00 (270/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 170 kB/s | 45 kB 00:00 (271/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 1.1 MB/s | 229 kB 00:00 (272/399): perl-Term-ANSIColor-5.01-461.el9.noa 272 kB/s | 51 kB 00:00 (273/399): perl-Text-ParseWords-3.30-460.el9.no 82 kB/s | 18 kB 00:00 (274/399): perl-URI-5.09-3.el9.noarch.rpm 1.3 MB/s | 125 kB 00:00 (275/399): perl-libnet-3.13-4.el9.noarch.rpm 744 kB/s | 134 kB 00:00 (276/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 184 kB/s | 26 kB 00:00 (277/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 6.6 MB/s | 1.2 MB 00:00 (278/399): iptables-nft-services-1.8.8-6.el9_1. 279 kB/s | 28 kB 00:00 (279/399): perl-Carp-1.50-460.el9.noarch.rpm 243 kB/s | 31 kB 00:00 (280/399): perl-Pod-Escapes-1.07-460.el9.noarch 199 kB/s | 22 kB 00:00 (281/399): libburn-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 175 kB 00:00 (282/399): perl-Encode-3.08-462.el9.x86_64.rpm 6.7 MB/s | 1.7 MB 00:00 (283/399): perl-Term-Cap-1.17-460.el9.noarch.rp 217 kB/s | 24 kB 00:00 (284/399): python3-psutil-5.8.0-12.el9.x86_64.r 598 kB/s | 218 kB 00:00 (285/399): perl-Mozilla-CA-20200520-6.el9.noarc 59 kB/s | 14 kB 00:00 (286/399): perl-Time-Local-1.300-7.el9.noarch.r 285 kB/s | 37 kB 00:00 (287/399): python3-jwcrypto-0.8-4.el9.noarch.rp 666 kB/s | 76 kB 00:00 (288/399): sshpass-1.09-4.el9.x86_64.rpm 333 kB/s | 30 kB 00:00 (289/399): python3-yubico-1.3.3-7.el9.noarch.rp 375 kB/s | 73 kB 00:00 (290/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.1 MB/s | 410 kB 00:00 (291/399): boost-filesystem-1.75.0-8.el9.x86_64 518 kB/s | 59 kB 00:00 (292/399): boost-program-options-1.75.0-8.el9.x 918 kB/s | 108 kB 00:00 (293/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 363 kB/s | 34 kB 00:00 (294/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 284 kB/s | 39 kB 00:00 (295/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 156 kB/s | 19 kB 00:00 (296/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 419 kB 00:00 (297/399): perl-Digest-1.19-4.el9.noarch.rpm 230 kB/s | 29 kB 00:00 (298/399): perl-File-Path-2.18-4.el9.noarch.rpm 250 kB/s | 38 kB 00:00 (299/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 344 kB/s | 43 kB 00:00 (300/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 572 kB/s | 92 kB 00:00 (301/399): perl-Scalar-List-Utils-1.56-461.el9. 646 kB/s | 77 kB 00:00 (302/399): perl-Socket-2.031-4.el9.x86_64.rpm 502 kB/s | 58 kB 00:00 (303/399): perl-constant-1.33-461.el9.noarch.rp 268 kB/s | 25 kB 00:00 (304/399): perl-podlators-4.14-460.el9.noarch.r 1.1 MB/s | 118 kB 00:00 (305/399): python3-appdirs-1.4.4-4.el9.noarch.r 284 kB/s | 27 kB 00:00 (306/399): python3-PyMySQL-0.10.1-6.el9.noarch. 743 kB/s | 112 kB 00:00 (307/399): python3-pyusb-1.0.2-13.el9.noarch.rp 987 kB/s | 96 kB 00:00 (308/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 938 kB/s | 163 kB 00:00 (309/399): python3-wcwidth-0.2.5-8.el9.noarch.r 534 kB/s | 48 kB 00:00 (310/399): python3-qrcode-core-6.1-12.el9.noarc 345 kB/s | 61 kB 00:00 (311/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.6 MB/s | 279 kB 00:00 (312/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.1 MB/s | 221 kB 00:00 (313/399): python3-augeas-0.5.0-25.el9.noarch.r 213 kB/s | 31 kB 00:00 (314/399): python3-alembic-1.7.5-3.el9.noarch.r 4.2 MB/s | 900 kB 00:00 (315/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 3.1 MB/s | 489 kB 00:00 (316/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 353 kB/s | 42 kB 00:00 (317/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (318/399): perl-AutoLoader-5.74-480.el9.noarch. 168 kB/s | 23 kB 00:00 (319/399): perl-Errno-1.30-480.el9.x86_64.rpm 172 kB/s | 17 kB 00:00 (320/399): perl-Class-Struct-0.66-480.el9.noarc 210 kB/s | 24 kB 00:00 (321/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 169 kB/s | 23 kB 00:00 (322/399): perl-File-stat-1.09-480.el9.noarch.r 168 kB/s | 19 kB 00:00 (323/399): perl-File-Basename-2.85-480.el9.noar 150 kB/s | 19 kB 00:00 (324/399): perl-FileHandle-2.03-480.el9.noarch. 139 kB/s | 17 kB 00:00 (325/399): perl-IO-1.43-480.el9.x86_64.rpm 710 kB/s | 94 kB 00:00 (326/399): perl-Getopt-Std-1.12-480.el9.noarch. 113 kB/s | 17 kB 00:00 (327/399): perl-IPC-Open3-1.21-480.el9.noarch.r 175 kB/s | 25 kB 00:00 (328/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (329/399): perl-Symbol-1.08-480.el9.noarch.rpm 174 kB/s | 16 kB 00:00 (330/399): perl-NDBM_File-1.15-480.el9.x86_64.r 103 kB/s | 25 kB 00:00 (331/399): perl-SelectSaver-1.02-480.el9.noarch 76 kB/s | 13 kB 00:00 (332/399): perl-base-2.27-480.el9.noarch.rpm 149 kB/s | 18 kB 00:00 (333/399): perl-if-0.60.800-480.el9.noarch.rpm 94 kB/s | 16 kB 00:00 (334/399): perl-interpreter-5.32.1-480.el9.x86_ 410 kB/s | 75 kB 00:00 (335/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (336/399): perl-mro-1.23-480.el9.x86_64.rpm 320 kB/s | 31 kB 00:00 (337/399): perl-overload-1.31-480.el9.noarch.rp 298 kB/s | 47 kB 00:00 (338/399): perl-overloading-0.02-480.el9.noarch 83 kB/s | 15 kB 00:00 (339/399): perl-subs-1.03-480.el9.noarch.rpm 79 kB/s | 13 kB 00:00 (340/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 176 kB 00:00 (341/399): perl-vars-1.05-480.el9.noarch.rpm 82 kB/s | 15 kB 00:00 (342/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.5 MB/s | 259 kB 00:00 (343/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 3.3 MB/s | 459 kB 00:00 (344/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (345/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 593 kB/s | 59 kB 00:00 (346/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 151 kB/s | 40 kB 00:00 (347/399): ansible-freeipa-1.9.2-3.el9_2.noarch 3.5 MB/s | 452 kB 00:00 (348/399): rhel-system-roles-1.21.2-1.el9_2.noa 17 MB/s | 2.4 MB 00:00 (349/399): python3-openvswitch3.3-3.3.7-11.el9f 3.4 MB/s | 399 kB 00:00 (350/399): ipa-client-common-4.10.1-12.el9_2.2. 366 kB/s | 44 kB 00:00 (351/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 317 kB/s | 57 kB 00:00 (352/399): ipa-common-4.10.1-12.el9_2.2.noarch. 3.3 MB/s | 656 kB 00:00 (353/399): python3-ipaclient-4.10.1-12.el9_2.2. 3.1 MB/s | 648 kB 00:00 (354/399): buildah-1.29.5-1.el9_2.x86_64.rpm 40 MB/s | 8.6 MB 00:00 (355/399): python3-ipalib-4.10.1-12.el9_2.2.noa 2.8 MB/s | 663 kB 00:00 (356/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 206 kB/s | 41 kB 00:00 (357/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 357 kB/s | 55 kB 00:00 (358/399): ruby-default-gems-3.0.4-161.el9_2.2. 232 kB/s | 46 kB 00:00 (359/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 15 MB/s | 3.3 MB 00:00 (360/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.7 MB/s | 456 kB 00:00 (361/399): rubygem-io-console-0.5.7-161.el9_2.2 264 kB/s | 26 kB 00:00 (362/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.3 MB/s | 441 kB 00:00 (363/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 272 kB/s | 59 kB 00:00 (364/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 371 kB/s | 60 kB 00:00 (365/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 758 kB/s | 110 kB 00:00 (366/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.0 MB/s | 306 kB 00:00 (367/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.6 MB/s | 245 kB 00:00 (368/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 10 MB/s | 2.2 MB 00:00 (369/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 23 MB/s | 7.9 MB 00:00 (370/399): bash-completion-2.11-4.el9.noarch.rp 3.9 MB/s | 459 kB 00:00 (371/399): device-mapper-persistent-data-0.9.0- 7.6 MB/s | 786 kB 00:00 (372/399): libaio-0.3.111-13.el9.x86_64.rpm 278 kB/s | 26 kB 00:00 (373/399): glibc-langpack-en-2.34-60.el9.x86_64 6.1 MB/s | 675 kB 00:00 (374/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 618 kB/s | 62 kB 00:00 (375/399): krb5-workstation-1.20.1-8.el9.x86_64 3.7 MB/s | 542 kB 00:00 (376/399): libkadm5-1.20.1-8.el9.x86_64.rpm 618 kB/s | 81 kB 00:00 (377/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 234 kB/s | 37 kB 00:00 (378/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 170 kB/s | 16 kB 00:00 (379/399): pkgconf-1.7.3-10.el9.x86_64.rpm 359 kB/s | 45 kB 00:00 (380/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.1 MB/s | 418 kB 00:00 (381/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 379 kB/s | 36 kB 00:00 (382/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 92 kB/s | 12 kB 00:00 (383/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 264 kB/s | 30 kB 00:00 (384/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 191 kB/s | 19 kB 00:00 (385/399): device-mapper-event-1.02.187-7.el9_2 247 kB/s | 32 kB 00:00 (386/399): device-mapper-event-libs-1.02.187-7. 307 kB/s | 31 kB 00:00 (387/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (388/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 9.1 MB/s | 1.0 MB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 652 kB/s | 68 kB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 156 kB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 136 kB 00:00 (392/399): cephadm-18.2.1-381.el9cp.noarch.rpm 1.5 MB/s | 335 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 212 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 17 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 3.1 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 670 kB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 599 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.2 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 5.3 MB/s | 97 MB 00:18 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-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.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-openvswitch3.3-3.3.7-11.el9fdp.x86_64 90/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 91/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 92/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 93/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.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 : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.el9.noarch 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-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 169/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 171/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 172/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 175/408 Installing : bash-completion-1:2.11-4.el9.noarch 176/408 Installing : libkadm5-1.20.1-8.el9.x86_64 177/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 178/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 179/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 180/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 181/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 182/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 183/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 184/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 185/408 Installing : jq-1.6-14.el9.x86_64 186/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 187/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 188/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 189/408 Installing : boost-log-1.75.0-8.el9.x86_64 190/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 191/408 Installing : sshpass-1.09-4.el9.x86_64 192/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 193/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 194/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 195/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 196/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 197/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 198/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 199/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 200/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 201/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 202/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 203/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 204/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 205/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 206/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 207/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 208/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 209/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 210/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 211/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 212/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 213/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 214/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 215/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 216/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 217/408 Installing : libburn-1.5.4-4.el9.x86_64 218/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Installing : libisofs-1.5.4-4.el9.x86_64 220/408 Installing : libisoburn-1.5.4-4.el9.x86_64 221/408 Installing : xorriso-1.5.4-4.el9.x86_64 222/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 222/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 223/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 224/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 225/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 226/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 227/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 228/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 230/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 231/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-7.10.0-4.el9ost.noarch 233/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 233/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 235/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 236/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 237/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 239/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 240/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 241/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 243/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 244/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 246/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 247/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 248/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 249/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 250/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 251/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 252/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 253/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 254/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 255/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 256/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 257/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 258/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 259/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 260/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 261/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 262/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 263/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 264/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 265/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 266/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 267/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 268/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 269/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 270/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 271/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 272/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 273/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 274/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 275/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 276/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 277/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 278/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 279/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 280/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 281/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 282/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 283/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 284/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 285/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 286/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 287/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 288/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 289/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 290/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 291/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 292/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 293/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 294/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 295/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 296/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 297/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 298/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 299/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/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-ironicclient-4.6.4-17.1.20230621041552.0 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 383/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.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 : ansible-collection-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 68/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 69/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 70/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 71/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 72/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 73/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 74/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 75/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 76/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 77/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 78/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 79/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 80/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 81/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 82/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 83/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 84/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 85/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 86/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 87/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 88/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 89/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 90/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 91/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 92/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 93/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 94/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 95/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 96/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 97/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 98/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 99/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 100/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 101/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 102/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 103/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 104/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 105/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 106/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 107/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 108/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 109/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 110/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 111/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 112/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 113/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 114/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 115/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 116/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 117/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 118/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 119/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 120/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 121/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 122/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 123/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 125/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 126/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 127/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 128/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 129/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 130/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 131/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 132/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 133/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 134/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 135/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 136/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 137/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 138/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 139/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 140/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 141/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 142/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 143/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 144/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 145/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 146/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 147/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 148/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 149/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 150/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 151/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 152/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 153/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 154/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 155/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 156/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 157/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 158/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 159/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 160/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 161/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 162/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 163/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 164/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 165/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 166/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 167/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 168/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 169/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 170/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 171/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 172/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 173/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 174/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 175/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 176/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 177/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 178/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 179/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 180/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 181/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 182/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 183/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 184/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 185/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 186/408 Verifying : hiera-3.6.0-6.el9ost.noarch 187/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 188/408 Verifying : puppet-7.10.0-4.el9ost.noarch 189/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 190/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 191/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 192/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 193/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 194/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 195/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 196/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 197/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 198/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 199/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 200/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 201/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 202/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 203/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 204/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 205/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 206/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 207/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 208/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 209/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 210/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 211/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 212/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 214/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 215/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 216/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 217/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 218/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 219/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 220/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 221/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 222/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 223/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 224/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 225/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 226/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 227/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 228/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 229/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 230/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 231/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 232/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 233/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 234/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 235/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 236/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 237/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 238/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 239/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 240/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 241/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 242/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 243/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 244/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 245/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 246/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 247/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 248/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 249/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 250/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 251/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 252/408 Verifying : boost-system-1.75.0-8.el9.x86_64 253/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 254/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 255/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 256/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 257/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 258/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 259/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 260/408 Verifying : perl-Exporter-5.74-461.el9.noarch 261/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 262/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 263/408 Verifying : perl-parent-1:0.238-460.el9.noarch 264/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 265/408 Verifying : xorriso-1.5.4-4.el9.x86_64 266/408 Verifying : libisofs-1.5.4-4.el9.x86_64 267/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 268/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 269/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 270/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 271/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 272/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 273/408 Verifying : perl-URI-5.09-3.el9.noarch 274/408 Verifying : perl-libnet-3.13-4.el9.noarch 275/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 276/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 277/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 278/408 Verifying : perl-Carp-1.50-460.el9.noarch 279/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 280/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 281/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 282/408 Verifying : libburn-1.5.4-4.el9.x86_64 283/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 284/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 285/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 286/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 287/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 288/408 Verifying : sshpass-1.09-4.el9.x86_64 289/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 290/408 Verifying : boost-log-1.75.0-8.el9.x86_64 291/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 292/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 293/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 294/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 295/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 296/408 Verifying : perl-Digest-1.19-4.el9.noarch 297/408 Verifying : perl-File-Path-2.18-4.el9.noarch 298/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 299/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 300/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 301/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 302/408 Verifying : perl-constant-1.33-461.el9.noarch 303/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 304/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 305/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 306/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 307/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 308/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 309/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 310/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 311/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 312/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 313/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 314/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 315/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 316/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 317/408 Verifying : perl-B-1.80-480.el9.x86_64 318/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 319/408 Verifying : perl-Errno-1.30-480.el9.x86_64 320/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 321/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 322/408 Verifying : perl-File-stat-1.09-480.el9.noarch 323/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 324/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 325/408 Verifying : perl-IO-1.43-480.el9.x86_64 326/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 327/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 328/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 329/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 330/408 Verifying : perl-Symbol-1.08-480.el9.noarch 331/408 Verifying : perl-base-2.27-480.el9.noarch 332/408 Verifying : perl-if-0.60.800-480.el9.noarch 333/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 334/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 335/408 Verifying : perl-mro-1.23-480.el9.x86_64 336/408 Verifying : perl-overload-1.31-480.el9.noarch 337/408 Verifying : perl-overloading-0.02-480.el9.noarch 338/408 Verifying : perl-subs-1.03-480.el9.noarch 339/408 Verifying : perl-vars-1.05-480.el9.noarch 340/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 341/408 Verifying : python3-mako-1.1.4-6.el9.noarch 342/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 343/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 344/408 Verifying : jq-1.6-14.el9.x86_64 345/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 346/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 347/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 348/408 Verifying : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 349/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 350/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 351/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 352/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 353/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 354/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 355/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 356/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 357/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 358/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 359/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 360/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 361/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 362/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 363/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 364/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 365/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 366/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 367/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 368/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 369/408 Verifying : bash-completion-1:2.11-4.el9.noarch 370/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 371/408 Verifying : libaio-0.3.111-13.el9.x86_64 372/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 373/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 374/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 375/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 376/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 377/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 378/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 379/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 380/408 Verifying : python3-dns-2.2.1-2.el9.noarch 381/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 382/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 383/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 385/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 386/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 387/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-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-381.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.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.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.20250811150836.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.20250725131333.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.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.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.20250725114653.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.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.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.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.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.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.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.20250725113328.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.20250725113408.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.7-11.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.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.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.20251217140851.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.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --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=1450 + INTERFACE_MTU=1450 + 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=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + 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' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + 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=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + 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 2026-03-11T01:24:49.542939 # # 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 + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + 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 DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + 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' + '[' false = true ']' + '[' 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' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container -p 389:389 -p 636:636 --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fc**********8f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-43 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-43... Getting image source signatures Copying blob sha256:41fec0619f489055fd4bb43ba66113f5dfd4b1db45cf9ab090a2c0105e14456a Copying blob sha256:502f9726ec1c76b7998f9f6c74a32c36e037ecfadfdd167b94e626af7788d4c3 Copying blob sha256:801237de6ccd6519643daff9a8a9e36494310b3f130557bfed4e70415dc22be2 Copying blob sha256:dd8fc4c53c465ab2f229bc978bd8910ffac7d77b21bebade791b2a739461ad6b Copying blob sha256:876717a5d8b7492d6a92870212592660bc3237db3b5559abc83cc51084526137 Copying blob sha256:5e73f38df47086e28c6e8dc912980049237d196dea0aa62999b6762d6d7ddede Copying blob sha256:740d7092d18e7e50ac7af467023f218bb4c2623107c0548448f6065400dd0d8d Copying blob sha256:685c8b995ae79fee580dde7d1fbe8025d6d3dfd5b528f722f671dd3c1bdf5fcc Copying blob sha256:e428d977cef754365d9d49535424e86b222f31f2d525d7d196b882329a2df3b7 Copying blob sha256:aec31690838124c75e0c0c4dc0c1d7685f3e08c5bb84e886aedb6d2cfe15c1a4 Copying blob sha256:b820b220ea31b3947b2a77be94b3ca7416b28324c3f597c16c9893448417b225 Copying blob sha256:176f29d0acc152993c747db10ff942b083d0c54eabdcfb5be2ed6026740f0bdc Copying blob sha256:8712bce7d27c1d74d8f47c0d6791727dceb7b4a27055b1908203a7088a50efde Copying blob sha256:70de285ba86cb3d16ea5d1535215c1f8b899c4818a799e88a31a0c0b160d7018 Copying blob sha256:ad90e9c6513e8a9d1f5980fc88bf1dd915106413163914614c8581306861e434 Copying blob sha256:ddeb5d2e2f8624c7b75761c70b1e55ae09b9edcad3c45fd27814a2ad49fc66ad Copying blob sha256:a3bc286e7b524146e503942515f4b7e9d56582f73fb32718eba5c9b3bd99055e Copying blob sha256:d5b290271e3c831eb98736c1251836039c24398eef7d929cef678587cf4065f5 Copying blob sha256:a9413f49201b3ff01994a60f986c158d48cfb327b08b13bd0ae3e1df8e44270c Copying blob sha256:9c0e875fd7b8ae99aa2594dd73495b9acfdf026f1fc3d06a8e1175d801b52600 Copying blob sha256:b6f5e93df49e62add4d2d30400d343681e49890a18fd7ff8596f01901119a9c3 Copying blob sha256:1d4cf487b62d0ccc823be8b39e17386989d07b8dd81f87edb726a747cd6660e2 Copying blob sha256:a3f4ad1a9a07b971cc8c06097b68be67a6b46181c515386f0c47bf9f2ff9df60 Copying blob sha256:75e1512092ec5b809fe9411952eca20d7aab7c7877e1a3d29479c1769a4e135a Copying blob sha256:7f8251bef0528023760e6adcdfb1ac62224e065d1dc074b8fb84d47ea6e0cf3b Copying blob sha256:2ea860f9005fbb67659e726997f85579664f7039eaa8c7fc89eadf626663d3bf Copying blob sha256:a776b09dd13005ef3faf7e118180db75ffc860d3bb3080d1a4e4e41cd9328bd8 Copying blob sha256:8a3d7f380dbb62e489f82ce415f8caaf3fed44567f55e61a1157fe378a7ef91d Copying blob sha256:6eb1300ff69e72e7294367b356e6ddf3d9be92cbf1ce22d0e434e1e87508c888 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:b57b8be75c31f8ca25d53473216c5a8bbbe8c0cf1db4a5515c65d49e23ba8753 Copying blob sha256:a236da09fe5b3c404de06e40bfc7e2872609f0c2fb5c7cb4bf356139a172082d Copying blob sha256:7386ee00bf2bf2a44cda44dd34b8db4c94b4ff690a46b6330084ba8463666a01 Copying blob sha256:b05df15682b177c79597ac96349a4424563faf26d0cd3fbe5daf0e35b96c7f00 Copying blob sha256:4b82f210ce6e33312a8ea50dde7941b0da15d2d2f01274d326e10cd51fa0e49d Copying blob sha256:e7b83afe8e8ad696ca78bfe58a3add94e58268c10b0db93ebeaf1fff116c196e Copying blob sha256:7576f5c844e416303d8ff603476cc9eb800d4f6ba65837f1d974b0d63b1345f5 Copying blob sha256:039f6ab5ed3d366895bda0ff1ed8d4719a9f64324b8e6cdb5404f4367dfc5090 Copying blob sha256:a9d4150e31f18e45f25449ef80fd93cc0f39db3f8fd52872cc1d4d736ec8300a Copying blob sha256:b6367134abb0a905f45108c0210c5839c79c7cd9330f9e42fa19b95be5f4473b Copying blob sha256:c9f4af5979f1f173869d64334383c30543d21a53ba10b6c91a66b001644966c3 Copying blob sha256:20d91e4d0b52ee76e6c8a8bcae8561c0213e425f637cb105b71f0be824355458 Copying blob sha256:27a15a1b5e85698da101d55c7b7f3b64204673212ec9f154666288220df37ac2 Copying blob sha256:bdb13e3baf95abd9db7550e9108c0b26dfac949c0a595af31ebe7f331e2d86b8 Copying blob sha256:f351a87da725ed2006109a508be18ee33af58c0dece42c5fd8eccc6e5c99a7c6 Copying blob sha256:21751ab4632cc22558553ed6689f24860a7b6e66a3172fb266d68d4c642ae028 Copying blob sha256:9048e8ebb6a031292ca6c02eba133124c5d3c4781244ef32b869d8adcfde3959 Copying blob sha256:42be022f8a4de2c1eee2fe3a4e4c8406f158d23b907655a655338ecfa1af105f Copying blob sha256:aa0fabcde97af61548efaeac2392bca0bbbca51ba8aa7c179fee2a5b042938a6 Copying blob sha256:7c18fb7b9fd5f98b4a019517c32c0f3afff8d87c93490d11096cd1efd9b277ed Copying blob sha256:2114c7a858449377b01341f2f96930e3dd749f234a3e9268e117c10c90dbb99b Copying blob sha256:47b6b5da76a2d26b14aad336427dc82c48e88e057294e257dbd69e6278d2fef4 Copying config sha256:74f32449f61b86f703beb04c0add96fca3431b94f0901f42a7eedfce4c30a799 Writing manifest to image destination Storing signatures bf3f8d12fda36b0a5c2e962a383b5aff0b9b85368b1ac67e43d0d5ddb3271237 + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + 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' + '[' -f /tmp/additional_env_file.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/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 /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.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 2026-03-11 01:31:36.876 43604 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-11 01:31:36.901 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.901 43604 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-11 01:31:36.903 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.903 43604 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-11 01:31:36.904 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.905 43604 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-11 01:31:36.906 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.906 43604 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-11 01:31:36.908 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.908 43604 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-11 01:31:36.910 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.910 43604 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-11 01:31:36.933 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.933 43604 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-11 01:31:36.950 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.950 43604 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-11 01:31:36.952 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.952 43604 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-11 01:31:36.953 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.954 43604 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-11 01:31:36.955 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.955 43604 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-11 01:31:36.957 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.957 43604 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-11 01:31:36.959 43604 INFO migrate.versioning.api [-] done 2026-03-11 01:31:36.959 43604 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-11 01:31:36.980 43604 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.. ** 2026-03-11 01:31:45Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:45Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:45Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-11 01:31:46Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:46Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:47Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:47Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 01:31:47Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:31:47Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:47Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:48Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-11 01:31:48Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:48Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 01:31:48Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:31:48Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:48Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:48Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:48Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-11 01:31:48Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:31:48Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-11 01:31:49Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:49Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-11 01:31:49Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-11 01:31:50Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:50Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:50Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-11 01:31:50Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:50Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:50Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:51Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-11 01:31:51Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 01:31:51Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:51Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:51Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:51Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-11 01:31:51Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:51Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:51Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:52Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-11 01:31:52Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:52Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:52Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-11 01:31:52Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:52Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 01:31:52Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:31:52Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 01:31:52Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:31:52Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:52Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-11 01:31:52Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-11 01:31:53Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-11 01:31:53Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:53Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-11 01:31:53Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:53Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-11 01:31:54Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:54Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 01:31:54Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:31:55Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-11 01:31:55Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:55Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:55Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 01:31:55Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:55Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:55Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:55Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:55Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:55Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-11 01:31:55Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-11 01:31:56Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 01:31:56Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 01:31:56Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 01:31:56Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 01:31:57Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:57Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:31:57Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:57Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 01:31:57Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:31:58Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-11 01:31:58Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:58Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:58Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-11 01:31:59Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-11 01:31:59Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:31:59Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-11 01:31:59Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:00Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:00Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:01Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:02Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:02Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:02Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:03Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:03Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:04Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:32:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:05Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:06Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:06Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:06Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:06Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:07Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-11 01:32:08Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:08Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:08Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:09Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:09Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:09Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:10Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:11Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:11Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:12Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:12Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:13Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-11 01:32:13Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:14Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:15Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:15Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:16Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:16Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:17Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:17Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:17Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:17Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:18Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-11 01:32:18Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:18Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:18Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:19Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:19Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:20Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:20Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:20Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:21Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:22Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:22Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:23Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-11 01:32:24Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:24Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:24Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:24Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:24Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:25Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-11 01:32:25Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:26Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-11 01:32:27Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:27Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:27Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:28Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:28Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:28Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:29Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:30Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:30Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:31Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-11 01:32:31Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:31Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:31Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:32Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:32Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:32Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:33Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:34Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:34Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:35Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-11 01:32:36Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:36Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:36Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:37Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:37Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:38Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:32:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:40Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:40Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:32:43Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:43Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:44Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:45Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-11 01:32:45Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:45Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:47Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:47Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:50Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:51Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:32:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-11 01:32:54Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:54Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:32:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:55Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:32:56Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:56Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:32:56Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:32:57Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 01:32:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:32:58Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:32:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 01:32:59Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:00Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-11 01:33:00Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:00Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:02Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:02Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:33:04Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:33:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:05Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:05Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:06Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:07Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:08Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-11 01:33:09Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:09Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:09Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:10Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:10Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:10Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:10Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:11Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:11Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:11Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:11Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:13Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:14Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-11 01:33:14Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:14Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:14Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:14Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:15Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:16Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:17Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:18Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-11 01:33:19Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:20Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-11 01:33:20Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:20Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:21Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:21Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:22Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:22Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:22Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-11 01:33:23Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:24Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-11 01:33:24Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:24Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:24Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:25Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:25Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:25Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:25Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:25Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:25Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:26Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 01:33:26Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:27Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:28Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:28Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:29Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:33:29Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:30Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:33:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:31Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-11 01:33:32Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:32Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:32Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:32Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:33Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:34Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 01:33:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:33:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:33:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 01:33:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-03-11 01:33:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-11 01:33:44Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:44Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:44Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:44Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:44Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:44Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:33:44Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:45Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:46Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:46Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:46Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:48Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:48Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:49Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:49Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:50Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-11 01:33:51Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:51Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:51Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:52Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:52Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:53Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:53Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:54Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:54Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:54Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:54Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:33:55Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-11 01:33:55Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:55Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:33:55Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:55Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:33:56Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:57Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:58Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:33:58Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:33:59Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:33:59Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:33:59Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:00Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-11 01:34:01Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:01Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:34:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:34:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:03Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:03Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 01:34:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:05Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 01:34:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 01:34:06Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-11 01:34:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:08Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:08Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:09Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-11 01:34:10Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:10Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:10Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:11Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:11Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:12Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:12Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:13Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:13Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:13Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-11 01:34:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:34:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:15Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:15Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:16Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-11 01:34:17Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:17Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:17Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:18Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:18Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:18Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:20Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:20Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:21Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:21Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:21Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-11 01:34:21Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:21Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:34:21Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:22Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:22Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:23Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-11 01:34:23Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:23Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:23Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:24Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:25Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:26Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:34:26Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:26Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:26Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:26Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:27Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-11 01:34:27Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:27Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:28Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:28Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:28Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-11 01:34:29Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:29Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:30Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:30Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:30Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:31Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-11 01:34:31Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-11 01:34:33Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:33Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:33Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:33Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:34Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:35Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:35Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:36Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-11 01:34:36Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:36Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:36Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:36Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:36Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:37Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-11 01:34:38Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:38Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:39Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:40Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:40Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:40Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:34:41Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:41Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:41Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:41Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:41Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:42Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:42Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-11 01:34:42Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:42Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:42Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:34:42Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:43Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:43Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:44Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-11 01:34:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:34:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:46Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:46Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:47Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:47Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:48Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:48Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:49Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:49Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:49Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:34:49Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:50Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-11 01:34:50Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:51Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-11 01:34:52Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:52Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:52Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:53Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:53Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:54Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 01:34:55Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:56Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:34:56Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:34:57Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-11 01:34:57Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:57Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:34:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:59Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:34:59Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:34:59Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:34:59Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:02Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:02Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:02Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:02Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:03Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:03Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:08Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:09Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-11 01:35:09Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:09Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:10Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:10Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:11Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:12Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:12Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:12Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-11 01:35:13Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:13Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:13Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:13Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:14Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:15Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:15Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:16Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:16Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:17Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-11 01:35:17Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:19Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-11 01:35:19Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:19Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:19Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:20Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:20Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:21Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:22Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:35:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:23Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:23Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:23Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:23Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:23Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:23Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:24Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:24Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:24Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 01:35:24Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:25Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-11 01:35:26Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:26Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:26Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:26Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:28Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:28Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:29Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-11 01:35:29Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:30Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:30Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:31Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-11 01:35:31Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:31Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:32Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:33Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:33Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:35Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:36Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 01:35:36Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:36Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-11 01:35:37Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:37Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:37Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:37Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:38Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:39Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:39Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 01:35:40Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:40Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:41Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:41Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:42Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-11 01:35:43Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:43Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:45Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:46Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:46Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:46Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:46Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:46Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:35:46Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:47Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:47Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:49Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:50Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-11 01:35:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-11 01:35:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:54Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:55Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:55Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:55Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:35:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:35:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 01:35:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 01:35:58Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:35:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:35:59Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:35:59Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:00Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-11 01:36:00Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:00Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:01Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:01Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:36:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:03Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:03Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:04Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-11 01:36:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:06Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:09Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:10Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-11 01:36:10Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:10Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:10Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:10Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:11Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 01:36:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:13Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 01:36:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:15Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:17Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:17Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:17Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 01:36:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:20Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 01:36:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:21Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 01:36:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:22Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:23Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:23Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:24Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-11 01:36:25Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:25Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:25Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:26Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:26Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:26Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-11 01:36:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:30Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:31Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-11 01:36:32Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:32Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:32Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:32Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:34Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:34Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:35Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:35Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-11 01:36:36Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:36Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:36Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:37Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:37Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:37Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 01:36:40Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 01:36:42Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-11 01:36:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:43Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:44Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:44Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:44Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:45Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:45Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:46Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-11 01:36:46Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:47Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:47Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:47Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:48Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:49Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:49Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:50Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-11 01:36:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:50Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:50Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 01:36:53Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 01:36:54Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:36:55Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-11 01:36:56Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:56Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:36:56Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:56Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:36:57Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:58Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:58Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:36:59Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:36:59Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:37:00Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:00Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-11 01:37:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:02Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:02Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:37:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:05Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-11 01:37:05Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-11 01:37:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:07Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:07Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-11 01:37:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:08Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-11 01:37:08Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:08Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:08Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:09Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:09Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:10Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:10Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:37:11Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:11Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:11Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:12Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-11 01:37:13Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:13Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:13Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:14Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:14Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:14Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:15Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:16Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:16Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:17Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:37:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:18Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-11 01:37:18Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:18Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:18Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:19Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:19Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:20Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:21Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:37:21Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:21Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:21Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-11 01:37:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:24Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-11 01:37:24Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:24Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:24Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:26Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:26Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:26Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-11 01:37:27Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:27Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:29Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:30Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:30Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:30Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:31Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:31Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:32Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-11 01:37:33Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:34Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-11 01:37:34Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:34Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:34Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:35Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 01:37:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:37:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:36Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:36Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:37Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:37Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:37Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:39Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-11 01:37:39Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:40Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-11 01:37:41Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:42Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-11 01:37:42Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:42Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:42Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:42Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:44Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:44Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:45Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:45Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:46Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:47Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:48Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-11 01:37:49Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:50Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-11 01:37:50Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:51Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-11 01:37:52Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:53Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-11 01:37:53Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:53Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:53Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:54Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:55Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:55Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:55Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:55Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 01:37:55Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:56Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 01:37:57Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:37:57Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:37:58Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-11 01:37:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:37:59Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:37:59Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:37:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:00Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-11 01:38:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:01Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:02Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:02Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 01:38:03Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 01:38:03Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:04Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-11 01:38:05Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:06Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-11 01:38:06Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:07Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-11 01:38:08Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:09Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-11 01:38:09Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:09Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:09Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:09Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:09Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:10Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-11 01:38:10Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:10Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:11Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:11Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:12Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:13Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-03-11 01:38:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:14Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-11 01:38:14Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:14Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:14Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:14Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:14Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:15Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-11 01:38:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-11 01:38:17Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:17Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:17Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:18Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:18Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:18Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:18Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:18Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-11 01:38:18Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:18Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-11 01:38:19Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:19Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:19Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:19Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:19Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:20Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:20Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:20Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:20Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:20Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:20Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:21Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:21Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:21Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:21Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:21Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:21Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-11 01:38:22Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:22Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:22Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:22Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:22Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:22Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:23Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:23Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:23Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-11 01:38:23Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:23Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:23Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:24Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:24Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:24Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:25Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:26Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:26Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:26Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:26Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:26Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:28Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-03-11 01:38:28Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-03-11 01:38:28Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:28Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-11 01:38:28Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:28Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-11 01:38:29Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:29Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-11 01:38:29Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:30Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 01:38:30Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:30Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:30Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-11 01:38:30Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:30Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:30Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-11 01:38:30Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:30Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 01:38:30Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:30Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:30Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:30Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-11 01:38:30Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:31Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-11 01:38:32Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:32Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-11 01:38:33Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:33Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:33Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:33Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-11 01:38:34Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:35Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-11 01:38:35Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:36Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:36Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:36Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:36Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:37Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:37Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:37Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:37Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:37Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:37Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:37Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:37Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:38Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:38Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:38Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:39Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:39Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-11 01:38:39Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:40Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-11 01:38:40Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-11 01:38:41Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:41Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:41Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:42Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:42Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:42Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 01:38:42Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:42Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:42Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:42Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-11 01:38:43Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:43Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-11 01:38:43Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:43Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:43Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:44Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-11 01:38:44Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:44Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:45Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:45Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:46Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:46Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:47Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:47Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:48Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:49Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:49Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 01:38:49Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-11 01:38:49Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 01:38:49Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-11 01:38:49Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 01:38:50Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-11 01:38:50Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/f10437c0-c121-4114-9546-3c97a54de9a9 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. 2026-03-11 01:39:13.062379 | fa163e8e-49f5-d0d0-ff60-000000000006 | TASK | External deployment step 0 2026-03-11 01:39:13.087289 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-000000000006') missing from stats 2026-03-11 01:39:13.139209 | fa163e8e-49f5-d0d0-ff60-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.124496 | 0.04s 2026-03-11 01:39:13.147184 | 72f9745d-0f62-41e2-984a-bd38c645ac8e | INCLUDED | /root/standalone-ansible-lkx9rgpx/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-11 01:39:13.163699 | fa163e8e-49f5-d0d0-ff60-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-11 01:39:14.058260 | fa163e8e-49f5-d0d0-ff60-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-11 01:39:14.059632 | fa163e8e-49f5-d0d0-ff60-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.044918 | 0.89s 2026-03-11 01:39:14.076948 | fa163e8e-49f5-d0d0-ff60-000000000129 | TASK | create redis virtual ip 2026-03-11 01:39:14.930185 | fa163e8e-49f5-d0d0-ff60-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-11 01:39:14.931381 | fa163e8e-49f5-d0d0-ff60-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.916668 | 0.85s PLAY [Check if required variables are defined] ********************************* 2026-03-11 01:39:14.998620 | fa163e8e-49f5-d0d0-ff60-000000000138 | TASK | Gathering Facts 2026-03-11 01:39:15.536555 | fa163e8e-49f5-d0d0-ff60-000000000138 | OK | Gathering Facts | localhost 2026-03-11 01:39:15.538191 | fa163e8e-49f5-d0d0-ff60-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.523470 | 0.54s 2026-03-11 01:39:15.604164 | fa163e8e-49f5-d0d0-ff60-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 01:39:15.605410 | fa163e8e-49f5-d0d0-ff60-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.590697 | 0.05s 2026-03-11 01:39:15.652557 | fa163e8e-49f5-d0d0-ff60-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 01:39:15.654172 | fa163e8e-49f5-d0d0-ff60-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.639452 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-11 01:39:15.740678 | fa163e8e-49f5-d0d0-ff60-000000000160 | TASK | Gathering Facts 2026-03-11 01:39:15.751101 | fa163e8e-49f5-d0d0-ff60-000000000160 | TASK | Gathering Facts 2026-03-11 01:39:16.068180 | fa163e8e-49f5-d0d0-ff60-000000000160 | OK | Gathering Facts | undercloud 2026-03-11 01:39:16.070767 | fa163e8e-49f5-d0d0-ff60-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.056041 | 0.33s 2026-03-11 01:39:16.096895 | fa163e8e-49f5-d0d0-ff60-000000000160 | OK | Gathering Facts | standalone 2026-03-11 01:39:16.098216 | fa163e8e-49f5-d0d0-ff60-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.083507 | 0.35s 2026-03-11 01:39:16.116333 | fa163e8e-49f5-d0d0-ff60-000000000012 | TASK | Set legacy facts 2026-03-11 01:39:16.171667 | fa163e8e-49f5-d0d0-ff60-000000000012 | TASK | Set legacy facts 2026-03-11 01:39:16.175534 | fa163e8e-49f5-d0d0-ff60-000000000012 | OK | Set legacy facts | undercloud 2026-03-11 01:39:16.176478 | fa163e8e-49f5-d0d0-ff60-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.161767 | 0.06s 2026-03-11 01:39:16.212034 | fa163e8e-49f5-d0d0-ff60-000000000012 | OK | Set legacy facts | standalone 2026-03-11 01:39:16.212485 | fa163e8e-49f5-d0d0-ff60-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.197783 | 0.04s PLAY [Load global variables] *************************************************** 2026-03-11 01:39:16.378137 | fa163e8e-49f5-d0d0-ff60-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-11 01:39:16.379092 | fa163e8e-49f5-d0d0-ff60-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.364383 | 0.05s 2026-03-11 01:39:16.379508 | fa163e8e-49f5-d0d0-ff60-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-11 01:39:16.379942 | fa163e8e-49f5-d0d0-ff60-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.365242 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-11 01:39:16.454790 | fa163e8e-49f5-d0d0-ff60-000000000018 | TASK | Include Service VIP vars 2026-03-11 01:39:16.481795 | fa163e8e-49f5-d0d0-ff60-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-11 01:39:16.482708 | fa163e8e-49f5-d0d0-ff60-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.467991 | 0.03s 2026-03-11 01:39:16.493358 | fa163e8e-49f5-d0d0-ff60-000000000018 | OK | Include Service VIP vars | standalone 2026-03-11 01:39:16.493711 | fa163e8e-49f5-d0d0-ff60-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.479011 | 0.03s 2026-03-11 01:39:16.497000 | fa163e8e-49f5-d0d0-ff60-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-11 01:39:16.529508 | fa163e8e-49f5-d0d0-ff60-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-11 01:39:16.530245 | fa163e8e-49f5-d0d0-ff60-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.515519 | 0.03s 2026-03-11 01:39:16.530615 | fa163e8e-49f5-d0d0-ff60-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-11 01:39:16.530946 | fa163e8e-49f5-d0d0-ff60-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.516247 | 0.02s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-11 01:39:16.608564 | fa163e8e-49f5-d0d0-ff60-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-11 01:39:17.319096 | fa163e8e-49f5-d0d0-ff60-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-11 01:39:17.371534 | fa163e8e-49f5-d0d0-ff60-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-11 01:39:17.406785 | fa163e8e-49f5-d0d0-ff60-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-11 01:39:17.407427 | fa163e8e-49f5-d0d0-ff60-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.392717 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-03-11 01:39:17.474451 | fa163e8e-49f5-d0d0-ff60-000000000023 | TASK | Set selinux state 2026-03-11 01:39:18.020780 | fa163e8e-49f5-d0d0-ff60-000000000023 | OK | Set selinux state | standalone 2026-03-11 01:39:18.022507 | fa163e8e-49f5-d0d0-ff60-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.007779 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-11 01:39:18.155410 | fa163e8e-49f5-d0d0-ff60-000000000026 | TASK | Configure Hosts Entries 2026-03-11 01:39:18.183361 | fa163e8e-49f5-d0d0-ff60-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.168641 | 0.03s 2026-03-11 01:39:18.204845 | fa163e8e-49f5-d0d0-ff60-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.190137 | 0.03s 2026-03-11 01:39:18.256397 | fa163e8e-49f5-d0d0-ff60-0000000001f1 | TASK | Create temporary file for hosts 2026-03-11 01:39:18.608675 | fa163e8e-49f5-d0d0-ff60-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-11 01:39:18.610147 | fa163e8e-49f5-d0d0-ff60-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.595427 | 0.34s 2026-03-11 01:39:18.611034 | fa163e8e-49f5-d0d0-ff60-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-11 01:39:18.611700 | fa163e8e-49f5-d0d0-ff60-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.596993 | 0.35s 2026-03-11 01:39:18.630301 | fa163e8e-49f5-d0d0-ff60-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-11 01:39:19.007571 | fa163e8e-49f5-d0d0-ff60-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-11 01:39:19.010954 | fa163e8e-49f5-d0d0-ff60-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.996239 | 0.36s 2026-03-11 01:39:19.011907 | fa163e8e-49f5-d0d0-ff60-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-11 01:39:19.012574 | fa163e8e-49f5-d0d0-ff60-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.997868 | 0.38s 2026-03-11 01:39:19.031168 | fa163e8e-49f5-d0d0-ff60-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-11 01:39:19.651212 | fa163e8e-49f5-d0d0-ff60-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-11 01:39:19.652018 | fa163e8e-49f5-d0d0-ff60-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.637312 | 0.60s 2026-03-11 01:39:19.683422 | fa163e8e-49f5-d0d0-ff60-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-11 01:39:19.683923 | fa163e8e-49f5-d0d0-ff60-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.669222 | 0.65s 2026-03-11 01:39:19.697543 | fa163e8e-49f5-d0d0-ff60-0000000001f4 | TASK | Render out the hosts entries 2026-03-11 01:39:19.824041 | fa163e8e-49f5-d0d0-ff60-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-11 01:39:19.825359 | fa163e8e-49f5-d0d0-ff60-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.810643 | 0.13s 2026-03-11 01:39:19.843739 | fa163e8e-49f5-d0d0-ff60-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-11 01:39:20.084758 | fa163e8e-49f5-d0d0-ff60-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-11 01:39:20.086186 | fa163e8e-49f5-d0d0-ff60-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.071464 | 0.24s 2026-03-11 01:39:20.148779 | fa163e8e-49f5-d0d0-ff60-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-11 01:39:20.149768 | fa163e8e-49f5-d0d0-ff60-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.135059 | 0.28s 2026-03-11 01:39:20.167646 | fa163e8e-49f5-d0d0-ff60-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-11 01:39:20.498958 | fa163e8e-49f5-d0d0-ff60-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-11 01:39:20.500282 | fa163e8e-49f5-d0d0-ff60-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.485564 | 0.31s 2026-03-11 01:39:20.531934 | fa163e8e-49f5-d0d0-ff60-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-11 01:39:20.532776 | fa163e8e-49f5-d0d0-ff60-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.518068 | 0.36s 2026-03-11 01:39:20.551015 | fa163e8e-49f5-d0d0-ff60-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-11 01:39:20.854510 | fa163e8e-49f5-d0d0-ff60-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-11 01:39:20.856037 | fa163e8e-49f5-d0d0-ff60-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.841314 | 0.30s 2026-03-11 01:39:20.869286 | fa163e8e-49f5-d0d0-ff60-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-11 01:39:20.870104 | fa163e8e-49f5-d0d0-ff60-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.855396 | 0.30s PLAY [Common roles for TripleO servers] **************************************** 2026-03-11 01:39:20.992945 | fa163e8e-49f5-d0d0-ff60-00000000002a | TASK | Common roles for TripleO servers 2026-03-11 01:39:21.021443 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-00000000002a') missing from stats 2026-03-11 01:39:21.099402 | fa163e8e-49f5-d0d0-ff60-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.084679 | 0.02s 2026-03-11 01:39:21.171349 | fa163e8e-49f5-d0d0-ff60-000000000254 | TASK | Gather variables for each operating system 2026-03-11 01:39:21.265381 | fa163e8e-49f5-d0d0-ff60-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 01:39:21.266544 | fa163e8e-49f5-d0d0-ff60-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.251830 | 0.09s 2026-03-11 01:39:21.271990 | fa163e8e-49f5-d0d0-ff60-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.257290 | 0.10s 2026-03-11 01:39:21.296671 | fa163e8e-49f5-d0d0-ff60-000000000256 | TASK | Check release version package is installed 2026-03-11 01:39:21.577978 | fa163e8e-49f5-d0d0-ff60-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-11 01:39:21.579297 | fa163e8e-49f5-d0d0-ff60-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.564582 | 0.28s 2026-03-11 01:39:21.606999 | fa163e8e-49f5-d0d0-ff60-000000000257 | TASK | Deploy release version package 2026-03-11 01:39:26.411407 | fa163e8e-49f5-d0d0-ff60-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-11 01:39:26.412556 | fa163e8e-49f5-d0d0-ff60-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.397845 | 4.80s 2026-03-11 01:39:26.436279 | fa163e8e-49f5-d0d0-ff60-000000000259 | TASK | Include packages tasks 2026-03-11 01:39:26.452892 | fa163e8e-49f5-d0d0-ff60-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.438171 | 0.02s 2026-03-11 01:39:26.481199 | 6dfddfac-ec13-4638-bf36-4327c29fe1bd | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-11 01:39:26.504830 | fa163e8e-49f5-d0d0-ff60-0000000002ad | TASK | Gather facts if they don't exist 2026-03-11 01:39:26.539874 | fa163e8e-49f5-d0d0-ff60-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 01:39:26.540784 | fa163e8e-49f5-d0d0-ff60-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.526076 | 0.04s 2026-03-11 01:39:26.565826 | fa163e8e-49f5-d0d0-ff60-0000000002ae | TASK | Gather variables for each operating system 2026-03-11 01:39:26.667813 | fa163e8e-49f5-d0d0-ff60-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 01:39:26.678832 | fa163e8e-49f5-d0d0-ff60-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.664114 | 0.11s 2026-03-11 01:39:26.703462 | fa163e8e-49f5-d0d0-ff60-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 01:39:26.978202 | fa163e8e-49f5-d0d0-ff60-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 01:39:26.979565 | fa163e8e-49f5-d0d0-ff60-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.964850 | 0.27s 2026-03-11 01:39:27.002168 | fa163e8e-49f5-d0d0-ff60-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 01:39:32.729064 | fa163e8e-49f5-d0d0-ff60-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 01:39:32.730448 | fa163e8e-49f5-d0d0-ff60-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.715733 | 5.73s 2026-03-11 01:39:32.755880 | fa163e8e-49f5-d0d0-ff60-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-11 01:39:33.766371 | fa163e8e-49f5-d0d0-ff60-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 01:39:33.767617 | fa163e8e-49f5-d0d0-ff60-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.752903 | 1.01s 2026-03-11 01:39:33.792455 | fa163e8e-49f5-d0d0-ff60-00000000025a | TASK | Enable openvswitch service if installed 2026-03-11 01:39:34.711669 | fa163e8e-49f5-d0d0-ff60-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-11 01:39:34.713432 | fa163e8e-49f5-d0d0-ff60-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.698718 | 0.92s 2026-03-11 01:39:34.739552 | fa163e8e-49f5-d0d0-ff60-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-11 01:39:34.981443 | fa163e8e-49f5-d0d0-ff60-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-11 01:39:34.982825 | fa163e8e-49f5-d0d0-ff60-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.968109 | 0.24s 2026-03-11 01:39:35.006964 | fa163e8e-49f5-d0d0-ff60-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-11 01:39:35.300074 | fa163e8e-49f5-d0d0-ff60-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-11 01:39:35.301364 | fa163e8e-49f5-d0d0-ff60-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.286649 | 0.29s 2026-03-11 01:39:35.325578 | fa163e8e-49f5-d0d0-ff60-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-11 01:39:35.386804 | fa163e8e-49f5-d0d0-ff60-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-11 01:39:35.387911 | fa163e8e-49f5-d0d0-ff60-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.373196 | 0.06s 2026-03-11 01:39:35.411818 | fa163e8e-49f5-d0d0-ff60-00000000025f | TASK | Ensure network service is enabled 2026-03-11 01:39:35.809846 | fa163e8e-49f5-d0d0-ff60-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-11 01:39:35.811583 | fa163e8e-49f5-d0d0-ff60-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.796868 | 0.40s 2026-03-11 01:39:35.836754 | fa163e8e-49f5-d0d0-ff60-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 01:39:36.170434 | fa163e8e-49f5-d0d0-ff60-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 01:39:36.171713 | fa163e8e-49f5-d0d0-ff60-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.156998 | 0.33s 2026-03-11 01:39:36.196386 | fa163e8e-49f5-d0d0-ff60-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 01:39:36.428100 | fa163e8e-49f5-d0d0-ff60-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 01:39:36.429626 | fa163e8e-49f5-d0d0-ff60-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.414909 | 0.23s 2026-03-11 01:39:36.453951 | fa163e8e-49f5-d0d0-ff60-000000000263 | TASK | Reload NetworkManager 2026-03-11 01:39:36.863817 | fa163e8e-49f5-d0d0-ff60-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-11 01:39:36.866035 | fa163e8e-49f5-d0d0-ff60-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.851314 | 0.41s 2026-03-11 01:39:36.891856 | fa163e8e-49f5-d0d0-ff60-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-11 01:39:37.124363 | fa163e8e-49f5-d0d0-ff60-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-11 01:39:37.125617 | fa163e8e-49f5-d0d0-ff60-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.110901 | 0.23s 2026-03-11 01:39:37.149432 | fa163e8e-49f5-d0d0-ff60-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-11 01:39:37.492913 | fa163e8e-49f5-d0d0-ff60-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-11 01:39:37.494370 | fa163e8e-49f5-d0d0-ff60-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.479653 | 0.34s 2026-03-11 01:39:37.518614 | fa163e8e-49f5-d0d0-ff60-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-11 01:39:37.738973 | fa163e8e-49f5-d0d0-ff60-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-11 01:39:37.740310 | fa163e8e-49f5-d0d0-ff60-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.725593 | 0.22s 2026-03-11 01:39:37.764892 | fa163e8e-49f5-d0d0-ff60-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-11 01:39:38.006261 | fa163e8e-49f5-d0d0-ff60-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-11 01:39:38.007640 | fa163e8e-49f5-d0d0-ff60-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.992924 | 0.24s 2026-03-11 01:39:38.082263 | fa163e8e-49f5-d0d0-ff60-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.067504 | 0.03s 2026-03-11 01:39:38.160088 | fa163e8e-49f5-d0d0-ff60-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-11 01:39:38.380103 | fa163e8e-49f5-d0d0-ff60-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-11 01:39:38.381406 | fa163e8e-49f5-d0d0-ff60-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.366691 | 0.22s 2026-03-11 01:39:38.405414 | fa163e8e-49f5-d0d0-ff60-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-11 01:39:38.598112 | fa163e8e-49f5-d0d0-ff60-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-11 01:39:38.599388 | fa163e8e-49f5-d0d0-ff60-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.584673 | 0.19s 2026-03-11 01:39:38.623610 | fa163e8e-49f5-d0d0-ff60-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-11 01:39:38.651334 | fa163e8e-49f5-d0d0-ff60-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-11 01:39:38.652457 | fa163e8e-49f5-d0d0-ff60-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.637742 | 0.03s 2026-03-11 01:39:38.675970 | fa163e8e-49f5-d0d0-ff60-000000000364 | TASK | Write temporary file 2026-03-11 01:39:38.707434 | fa163e8e-49f5-d0d0-ff60-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-11 01:39:38.708675 | fa163e8e-49f5-d0d0-ff60-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.693959 | 0.03s 2026-03-11 01:39:38.731949 | fa163e8e-49f5-d0d0-ff60-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-11 01:39:38.809522 | fa163e8e-49f5-d0d0-ff60-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-11 01:39:38.810640 | fa163e8e-49f5-d0d0-ff60-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.795923 | 0.08s 2026-03-11 01:39:38.834826 | fa163e8e-49f5-d0d0-ff60-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-11 01:39:39.066584 | fa163e8e-49f5-d0d0-ff60-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-11 01:39:39.067907 | fa163e8e-49f5-d0d0-ff60-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.053191 | 0.23s 2026-03-11 01:39:39.091744 | fa163e8e-49f5-d0d0-ff60-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-11 01:39:39.303731 | fa163e8e-49f5-d0d0-ff60-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-11 01:39:39.305074 | fa163e8e-49f5-d0d0-ff60-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.290358 | 0.21s 2026-03-11 01:39:39.330751 | fa163e8e-49f5-d0d0-ff60-000000000368 | TASK | Remove temp file 2026-03-11 01:39:39.532784 | fa163e8e-49f5-d0d0-ff60-000000000368 | CHANGED | Remove temp file | standalone 2026-03-11 01:39:39.534381 | fa163e8e-49f5-d0d0-ff60-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.519664 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-11 01:39:39.718252 | fa163e8e-49f5-d0d0-ff60-000000000034 | TASK | Deploy step tasks for step 0 2026-03-11 01:39:39.776945 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-000000000034') missing from stats 2026-03-11 01:39:39.803801 | fa163e8e-49f5-d0d0-ff60-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-11 01:39:40.031380 | fa163e8e-49f5-d0d0-ff60-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-11 01:39:40.032802 | fa163e8e-49f5-d0d0-ff60-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.018089 | 0.23s 2026-03-11 01:39:40.058552 | fa163e8e-49f5-d0d0-ff60-000000000036 | TASK | Check cloud-init status 2026-03-11 01:39:40.289591 | fa163e8e-49f5-d0d0-ff60-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-11 01:39:40.290940 | fa163e8e-49f5-d0d0-ff60-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.276227 | 0.23s 2026-03-11 01:39:40.316816 | fa163e8e-49f5-d0d0-ff60-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-11 01:39:40.536704 | fa163e8e-49f5-d0d0-ff60-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-11 01:39:40.538074 | fa163e8e-49f5-d0d0-ff60-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.523360 | 0.22s 2026-03-11 01:39:40.563277 | fa163e8e-49f5-d0d0-ff60-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-11 01:39:40.975565 | fa163e8e-49f5-d0d0-ff60-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-11 01:39:40.976941 | fa163e8e-49f5-d0d0-ff60-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.962228 | 0.41s 2026-03-11 01:39:41.003093 | fa163e8e-49f5-d0d0-ff60-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-11 01:39:41.226858 | fa163e8e-49f5-d0d0-ff60-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-11 01:39:41.227778 | fa163e8e-49f5-d0d0-ff60-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.213070 | 0.22s 2026-03-11 01:39:41.247195 | fa163e8e-49f5-d0d0-ff60-00000000003a | TASK | Write container-puppet.sh 2026-03-11 01:39:41.740408 | fa163e8e-49f5-d0d0-ff60-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-11 01:39:41.742577 | fa163e8e-49f5-d0d0-ff60-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.727862 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 01:39:41.809692 | fa163e8e-49f5-d0d0-ff60-00000000003b | TIMING | include_tasks | standalone | 0:00:28.794970 | 0.04s 2026-03-11 01:39:41.831615 | 2461de60-ad08-41bb-9b4c-3dde25d73570 | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-11 01:39:41.865789 | fa163e8e-49f5-d0d0-ff60-000000000416 | TASK | Configure tuned before reboot 2026-03-11 01:39:41.916749 | fa163e8e-49f5-d0d0-ff60-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.902026 | 0.05s 2026-03-11 01:39:41.975336 | fa163e8e-49f5-d0d0-ff60-000000000455 | TASK | Gather variables for each operating system 2026-03-11 01:39:42.094995 | fa163e8e-49f5-d0d0-ff60-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 01:39:42.096363 | fa163e8e-49f5-d0d0-ff60-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.081646 | 0.12s 2026-03-11 01:39:42.102274 | fa163e8e-49f5-d0d0-ff60-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.087526 | 0.13s 2026-03-11 01:39:42.177866 | fa163e8e-49f5-d0d0-ff60-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.163137 | 0.05s 2026-03-11 01:39:42.201059 | 05fd2637-2880-4643-8567-8c63dc7ea0c5 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 01:39:42.237738 | fa163e8e-49f5-d0d0-ff60-00000000047f | TASK | Check tuned package is installed 2026-03-11 01:39:42.512335 | fa163e8e-49f5-d0d0-ff60-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-11 01:39:42.513839 | fa163e8e-49f5-d0d0-ff60-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.499092 | 0.27s 2026-03-11 01:39:42.539805 | fa163e8e-49f5-d0d0-ff60-000000000480 | TASK | Install tuned 2026-03-11 01:39:49.342753 | fa163e8e-49f5-d0d0-ff60-000000000480 | CHANGED | Install tuned | standalone 2026-03-11 01:39:49.344121 | fa163e8e-49f5-d0d0-ff60-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.329407 | 6.80s 2026-03-11 01:39:49.371327 | fa163e8e-49f5-d0d0-ff60-000000000481 | TASK | Restart tuned 2026-03-11 01:39:52.227965 | fa163e8e-49f5-d0d0-ff60-000000000481 | CHANGED | Restart tuned | standalone 2026-03-11 01:39:52.229847 | fa163e8e-49f5-d0d0-ff60-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.215131 | 2.86s 2026-03-11 01:39:52.256025 | fa163e8e-49f5-d0d0-ff60-000000000457 | TASK | Check for tuned-adm 2026-03-11 01:39:52.483658 | fa163e8e-49f5-d0d0-ff60-000000000457 | OK | Check for tuned-adm | standalone 2026-03-11 01:39:52.484937 | fa163e8e-49f5-d0d0-ff60-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.470225 | 0.23s 2026-03-11 01:39:52.543438 | fa163e8e-49f5-d0d0-ff60-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.528715 | 0.03s 2026-03-11 01:39:52.572107 | 91e48302-2ad4-4051-8855-9433ca61ce46 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 01:39:52.609417 | fa163e8e-49f5-d0d0-ff60-0000000004b6 | TASK | Ensure profile directory exists 2026-03-11 01:39:52.677564 | fa163e8e-49f5-d0d0-ff60-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 01:39:52.678743 | fa163e8e-49f5-d0d0-ff60-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.664029 | 0.07s 2026-03-11 01:39:52.703954 | fa163e8e-49f5-d0d0-ff60-0000000004b7 | TASK | Create custom tuned profile 2026-03-11 01:39:52.776167 | fa163e8e-49f5-d0d0-ff60-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-11 01:39:52.777399 | fa163e8e-49f5-d0d0-ff60-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.762685 | 0.07s 2026-03-11 01:39:52.803289 | fa163e8e-49f5-d0d0-ff60-0000000004b8 | TASK | Check tuned active profile 2026-03-11 01:39:53.165201 | fa163e8e-49f5-d0d0-ff60-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-11 01:39:53.166618 | fa163e8e-49f5-d0d0-ff60-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.151903 | 0.36s 2026-03-11 01:39:53.193553 | fa163e8e-49f5-d0d0-ff60-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-11 01:39:53.428067 | fa163e8e-49f5-d0d0-ff60-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-11 01:39:53.429386 | fa163e8e-49f5-d0d0-ff60-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.414673 | 0.23s 2026-03-11 01:39:53.456589 | fa163e8e-49f5-d0d0-ff60-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 01:39:53.522030 | fa163e8e-49f5-d0d0-ff60-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 01:39:53.523548 | fa163e8e-49f5-d0d0-ff60-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.508829 | 0.06s 2026-03-11 01:39:53.553832 | fa163e8e-49f5-d0d0-ff60-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 01:39:53.617569 | fa163e8e-49f5-d0d0-ff60-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 01:39:53.619148 | fa163e8e-49f5-d0d0-ff60-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.604427 | 0.06s 2026-03-11 01:39:53.648331 | fa163e8e-49f5-d0d0-ff60-0000000004bc | TASK | Enable tuned profile 2026-03-11 01:39:55.075377 | fa163e8e-49f5-d0d0-ff60-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-11 01:39:55.076755 | fa163e8e-49f5-d0d0-ff60-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.062043 | 1.43s 2026-03-11 01:39:55.124836 | fa163e8e-49f5-d0d0-ff60-000000000417 | TASK | Configure kernel args and reboot 2026-03-11 01:39:55.175209 | fa163e8e-49f5-d0d0-ff60-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.160490 | 0.05s 2026-03-11 01:39:55.315816 | fa163e8e-49f5-d0d0-ff60-000000000569 | TASK | Get the command line args of the node 2026-03-11 01:39:55.542768 | fa163e8e-49f5-d0d0-ff60-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-11 01:39:55.544012 | fa163e8e-49f5-d0d0-ff60-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.529299 | 0.23s 2026-03-11 01:39:55.569384 | fa163e8e-49f5-d0d0-ff60-00000000056b | TASK | Check if node has a nova.conf 2026-03-11 01:39:55.769557 | fa163e8e-49f5-d0d0-ff60-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-11 01:39:55.770722 | fa163e8e-49f5-d0d0-ff60-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.756010 | 0.20s 2026-03-11 01:39:55.795858 | fa163e8e-49f5-d0d0-ff60-00000000056d | TASK | Warn operator about workload protection 2026-03-11 01:39:55.834471 | fa163e8e-49f5-d0d0-ff60-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-11 01:39:55.835552 | fa163e8e-49f5-d0d0-ff60-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.820839 | 0.04s 2026-03-11 01:39:55.860687 | fa163e8e-49f5-d0d0-ff60-00000000056e | TASK | Setting defer reboot fact 2026-03-11 01:39:55.901198 | fa163e8e-49f5-d0d0-ff60-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-11 01:39:55.902264 | fa163e8e-49f5-d0d0-ff60-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.887519 | 0.04s 2026-03-11 01:39:55.926501 | fa163e8e-49f5-d0d0-ff60-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-11 01:39:55.954913 | fa163e8e-49f5-d0d0-ff60-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.940197 | 0.03s 2026-03-11 01:39:55.980711 | fa163e8e-49f5-d0d0-ff60-000000000575 | TASK | Find hugepages in cmdline 2026-03-11 01:39:56.030094 | fa163e8e-49f5-d0d0-ff60-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-11 01:39:56.031136 | fa163e8e-49f5-d0d0-ff60-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.016423 | 0.05s 2026-03-11 01:39:56.056206 | fa163e8e-49f5-d0d0-ff60-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-11 01:39:56.107093 | fa163e8e-49f5-d0d0-ff60-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-11 01:39:56.108201 | fa163e8e-49f5-d0d0-ff60-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.093488 | 0.05s 2026-03-11 01:39:56.133657 | fa163e8e-49f5-d0d0-ff60-00000000057a | TASK | Find desired default hugepage size 2026-03-11 01:39:56.183149 | fa163e8e-49f5-d0d0-ff60-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-11 01:39:56.184211 | fa163e8e-49f5-d0d0-ff60-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.169499 | 0.05s 2026-03-11 01:39:56.206714 | fa163e8e-49f5-d0d0-ff60-00000000057c | TASK | Storing non-configured hugepages 2026-03-11 01:39:56.234986 | fa163e8e-49f5-d0d0-ff60-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.220277 | 0.03s 2026-03-11 01:39:56.254743 | fa163e8e-49f5-d0d0-ff60-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-11 01:39:56.303977 | fa163e8e-49f5-d0d0-ff60-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-11 01:39:56.305165 | fa163e8e-49f5-d0d0-ff60-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.290450 | 0.05s 2026-03-11 01:39:56.330611 | fa163e8e-49f5-d0d0-ff60-00000000057f | TASK | Determining the default hugepagesz 2026-03-11 01:39:56.373668 | fa163e8e-49f5-d0d0-ff60-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-11 01:39:56.374731 | fa163e8e-49f5-d0d0-ff60-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.360019 | 0.04s 2026-03-11 01:39:56.401002 | fa163e8e-49f5-d0d0-ff60-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-11 01:39:56.443553 | fa163e8e-49f5-d0d0-ff60-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-11 01:39:56.444626 | fa163e8e-49f5-d0d0-ff60-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.429913 | 0.04s 2026-03-11 01:39:56.470867 | fa163e8e-49f5-d0d0-ff60-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-11 01:39:56.515121 | fa163e8e-49f5-d0d0-ff60-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-11 01:39:56.516216 | fa163e8e-49f5-d0d0-ff60-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.501503 | 0.04s 2026-03-11 01:39:56.541140 | fa163e8e-49f5-d0d0-ff60-000000000583 | TASK | Warn about possible modifications 2026-03-11 01:39:56.582525 | fa163e8e-49f5-d0d0-ff60-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-11 01:39:56.583597 | fa163e8e-49f5-d0d0-ff60-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.568884 | 0.04s 2026-03-11 01:39:56.608503 | fa163e8e-49f5-d0d0-ff60-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-11 01:39:56.650261 | fa163e8e-49f5-d0d0-ff60-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-11 01:39:56.651305 | fa163e8e-49f5-d0d0-ff60-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.636592 | 0.04s 2026-03-11 01:39:56.676848 | fa163e8e-49f5-d0d0-ff60-000000000585 | TASK | Cleaning up whitespaces 2026-03-11 01:39:56.719269 | fa163e8e-49f5-d0d0-ff60-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-11 01:39:56.720311 | fa163e8e-49f5-d0d0-ff60-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.705599 | 0.04s 2026-03-11 01:39:56.745360 | fa163e8e-49f5-d0d0-ff60-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-11 01:39:57.098305 | fa163e8e-49f5-d0d0-ff60-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-11 01:39:57.099663 | fa163e8e-49f5-d0d0-ff60-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.084950 | 0.35s 2026-03-11 01:39:57.126768 | fa163e8e-49f5-d0d0-ff60-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-11 01:39:57.187058 | fa163e8e-49f5-d0d0-ff60-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-11 01:39:57.188333 | fa163e8e-49f5-d0d0-ff60-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.173617 | 0.06s 2026-03-11 01:39:57.217394 | fa163e8e-49f5-d0d0-ff60-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-11 01:39:57.278163 | fa163e8e-49f5-d0d0-ff60-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-11 01:39:57.279516 | fa163e8e-49f5-d0d0-ff60-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.264801 | 0.06s 2026-03-11 01:39:57.307008 | fa163e8e-49f5-d0d0-ff60-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-11 01:39:57.368916 | fa163e8e-49f5-d0d0-ff60-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-11 01:39:57.370138 | fa163e8e-49f5-d0d0-ff60-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.355424 | 0.06s 2026-03-11 01:39:57.394644 | fa163e8e-49f5-d0d0-ff60-00000000058c | TASK | Generate grub config 2026-03-11 01:39:57.454826 | fa163e8e-49f5-d0d0-ff60-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-11 01:39:57.455937 | fa163e8e-49f5-d0d0-ff60-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.441223 | 0.06s 2026-03-11 01:39:57.488463 | fa163e8e-49f5-d0d0-ff60-000000000590 | TASK | Get the block device that /boot is on 2026-03-11 01:39:57.555165 | fa163e8e-49f5-d0d0-ff60-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-11 01:39:57.556889 | fa163e8e-49f5-d0d0-ff60-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.542180 | 0.07s 2026-03-11 01:39:57.581948 | fa163e8e-49f5-d0d0-ff60-000000000591 | TASK | Get the mount point that /boot is in 2026-03-11 01:39:57.650117 | fa163e8e-49f5-d0d0-ff60-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-11 01:39:57.651306 | fa163e8e-49f5-d0d0-ff60-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.636591 | 0.07s 2026-03-11 01:39:57.676729 | fa163e8e-49f5-d0d0-ff60-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-11 01:39:57.737183 | fa163e8e-49f5-d0d0-ff60-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-11 01:39:57.738625 | fa163e8e-49f5-d0d0-ff60-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.723910 | 0.06s 2026-03-11 01:39:57.765396 | fa163e8e-49f5-d0d0-ff60-000000000593 | TASK | Executed script to fix grub-menu 2026-03-11 01:39:57.829049 | fa163e8e-49f5-d0d0-ff60-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-11 01:39:57.830417 | fa163e8e-49f5-d0d0-ff60-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.815701 | 0.06s 2026-03-11 01:39:57.856981 | fa163e8e-49f5-d0d0-ff60-000000000594 | TASK | Check grub config paths 2026-03-11 01:39:57.918221 | fa163e8e-49f5-d0d0-ff60-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-11 01:39:57.938034 | fa163e8e-49f5-d0d0-ff60-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-11 01:39:57.943861 | fa163e8e-49f5-d0d0-ff60-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.929138 | 0.09s 2026-03-11 01:39:57.971172 | fa163e8e-49f5-d0d0-ff60-000000000595 | TASK | Write EFI grub.cfg 2026-03-11 01:39:58.032038 | fa163e8e-49f5-d0d0-ff60-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'} 2026-03-11 01:39:58.048176 | fa163e8e-49f5-d0d0-ff60-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'} 2026-03-11 01:39:58.055054 | fa163e8e-49f5-d0d0-ff60-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.040336 | 0.08s 2026-03-11 01:39:58.081801 | fa163e8e-49f5-d0d0-ff60-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-11 01:39:58.153673 | fa163e8e-49f5-d0d0-ff60-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-11 01:39:58.155074 | fa163e8e-49f5-d0d0-ff60-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.140358 | 0.07s 2026-03-11 01:39:58.182716 | fa163e8e-49f5-d0d0-ff60-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-11 01:39:58.245267 | fa163e8e-49f5-d0d0-ff60-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-11 01:39:58.246497 | fa163e8e-49f5-d0d0-ff60-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.231782 | 0.06s 2026-03-11 01:39:58.272283 | fa163e8e-49f5-d0d0-ff60-000000000598 | TASK | Execute grub2-mkconfig 2026-03-11 01:39:58.336725 | fa163e8e-49f5-d0d0-ff60-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-11 01:39:58.338087 | fa163e8e-49f5-d0d0-ff60-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.323372 | 0.06s 2026-03-11 01:39:58.363970 | fa163e8e-49f5-d0d0-ff60-000000000599 | TASK | Check for active tuned profile 2026-03-11 01:39:58.427969 | fa163e8e-49f5-d0d0-ff60-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-11 01:39:58.429316 | fa163e8e-49f5-d0d0-ff60-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.414602 | 0.06s 2026-03-11 01:39:58.453994 | fa163e8e-49f5-d0d0-ff60-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-11 01:39:58.517332 | fa163e8e-49f5-d0d0-ff60-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-11 01:39:58.518718 | fa163e8e-49f5-d0d0-ff60-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.504004 | 0.06s 2026-03-11 01:39:58.544507 | fa163e8e-49f5-d0d0-ff60-00000000059b | TASK | Set reboot required fact 2026-03-11 01:39:58.605444 | fa163e8e-49f5-d0d0-ff60-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-11 01:39:58.607862 | fa163e8e-49f5-d0d0-ff60-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.593146 | 0.06s 2026-03-11 01:39:58.633508 | fa163e8e-49f5-d0d0-ff60-00000000059d | TASK | Apply DPDK workarounds 2026-03-11 01:39:58.684628 | fa163e8e-49f5-d0d0-ff60-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-11 01:39:58.685979 | fa163e8e-49f5-d0d0-ff60-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.671262 | 0.05s 2026-03-11 01:39:58.711743 | fa163e8e-49f5-d0d0-ff60-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-11 01:39:58.751287 | fa163e8e-49f5-d0d0-ff60-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-11 01:39:58.752465 | fa163e8e-49f5-d0d0-ff60-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.737750 | 0.04s 2026-03-11 01:39:58.778163 | fa163e8e-49f5-d0d0-ff60-0000000005a0 | TASK | Load modules 2026-03-11 01:39:58.825219 | fa163e8e-49f5-d0d0-ff60-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-11 01:39:58.831718 | fa163e8e-49f5-d0d0-ff60-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.817001 | 0.05s 2026-03-11 01:39:58.856590 | fa163e8e-49f5-d0d0-ff60-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-11 01:39:58.902085 | fa163e8e-49f5-d0d0-ff60-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-11 01:39:58.908069 | fa163e8e-49f5-d0d0-ff60-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.893350 | 0.05s 2026-03-11 01:39:58.933427 | fa163e8e-49f5-d0d0-ff60-0000000005a4 | TASK | Drop module persistence 2026-03-11 01:39:58.978458 | fa163e8e-49f5-d0d0-ff60-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-11 01:39:58.984510 | fa163e8e-49f5-d0d0-ff60-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.969789 | 0.05s 2026-03-11 01:39:59.011638 | fa163e8e-49f5-d0d0-ff60-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-11 01:39:59.057445 | fa163e8e-49f5-d0d0-ff60-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-11 01:39:59.063721 | fa163e8e-49f5-d0d0-ff60-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.049003 | 0.05s 2026-03-11 01:39:59.089976 | fa163e8e-49f5-d0d0-ff60-0000000005a8 | TASK | Modules reload 2026-03-11 01:39:59.129838 | fa163e8e-49f5-d0d0-ff60-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-11 01:39:59.131044 | fa163e8e-49f5-d0d0-ff60-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.116331 | 0.04s 2026-03-11 01:39:59.156662 | fa163e8e-49f5-d0d0-ff60-0000000005aa | TASK | Reboot tasks 2026-03-11 01:39:59.207788 | fa163e8e-49f5-d0d0-ff60-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-11 01:39:59.208985 | fa163e8e-49f5-d0d0-ff60-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.194268 | 0.05s 2026-03-11 01:39:59.234163 | fa163e8e-49f5-d0d0-ff60-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-11 01:39:59.284868 | fa163e8e-49f5-d0d0-ff60-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-11 01:39:59.285921 | fa163e8e-49f5-d0d0-ff60-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.271207 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-11 01:39:59.465933 | fa163e8e-49f5-d0d0-ff60-00000000003f | TASK | Server pre-network deployments 2026-03-11 01:39:59.491933 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-00000000003f') missing from stats 2026-03-11 01:39:59.512117 | fa163e8e-49f5-d0d0-ff60-000000000043 | TASK | Hiera config 2026-03-11 01:39:59.537524 | fa163e8e-49f5-d0d0-ff60-000000000043 | TIMING | Hiera config | standalone | 0:00:46.522812 | 0.02s 2026-03-11 01:39:59.586504 | fa163e8e-49f5-d0d0-ff60-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-11 01:39:59.817715 | fa163e8e-49f5-d0d0-ff60-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-11 01:39:59.819308 | fa163e8e-49f5-d0d0-ff60-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.804594 | 0.23s 2026-03-11 01:39:59.844777 | fa163e8e-49f5-d0d0-ff60-000000000722 | TASK | Write hiera config 2026-03-11 01:40:00.357406 | fa163e8e-49f5-d0d0-ff60-000000000722 | CHANGED | Write hiera config | standalone 2026-03-11 01:40:00.358871 | fa163e8e-49f5-d0d0-ff60-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.344151 | 0.51s 2026-03-11 01:40:00.406419 | fa163e8e-49f5-d0d0-ff60-000000000044 | TASK | Hiera symlink 2026-03-11 01:40:00.636323 | fa163e8e-49f5-d0d0-ff60-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-11 01:40:00.637631 | fa163e8e-49f5-d0d0-ff60-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.622918 | 0.23s 2026-03-11 01:40:00.663327 | fa163e8e-49f5-d0d0-ff60-000000000045 | TASK | Hieradata from vars 2026-03-11 01:40:00.690919 | fa163e8e-49f5-d0d0-ff60-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.676199 | 0.03s 2026-03-11 01:40:00.752105 | fa163e8e-49f5-d0d0-ff60-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 01:40:01.235145 | fa163e8e-49f5-d0d0-ff60-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 01:40:01.236658 | fa163e8e-49f5-d0d0-ff60-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.221943 | 0.48s 2026-03-11 01:40:01.262022 | fa163e8e-49f5-d0d0-ff60-00000000077d | TASK | Render hieradata from template 2026-03-11 01:40:01.802847 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 01:40:01.805186 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.790469 | 0.54s 2026-03-11 01:40:02.299348 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-11 01:40:02.300401 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.285691 | 1.04s 2026-03-11 01:40:02.918033 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 01:40:02.919950 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.905233 | 1.66s 2026-03-11 01:40:03.395956 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 01:40:03.396582 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.381879 | 2.13s 2026-03-11 01:40:03.881678 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-11 01:40:03.883541 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.868829 | 2.62s 2026-03-11 01:40:04.346479 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-11 01:40:04.348014 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.333304 | 3.08s 2026-03-11 01:40:04.841422 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-11 01:40:04.843461 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.828749 | 3.58s 2026-03-11 01:40:05.279833 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-11 01:40:05.281658 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.266947 | 4.02s 2026-03-11 01:40:05.730217 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 01:40:05.731264 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.716526 | 4.47s 2026-03-11 01:40:06.202157 | fa163e8e-49f5-d0d0-ff60-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 01:40:06.204178 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.189467 | 4.94s 2026-03-11 01:40:06.216979 | fa163e8e-49f5-d0d0-ff60-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.202262 | 4.95s 2026-03-11 01:40:06.266793 | fa163e8e-49f5-d0d0-ff60-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 01:40:06.295177 | fa163e8e-49f5-d0d0-ff60-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.280459 | 0.03s 2026-03-11 01:40:06.363634 | fa163e8e-49f5-d0d0-ff60-000000000821 | TASK | Check for hieradata file 2026-03-11 01:40:06.602299 | fa163e8e-49f5-d0d0-ff60-000000000821 | OK | Check for hieradata file | standalone 2026-03-11 01:40:06.603364 | fa163e8e-49f5-d0d0-ff60-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.588655 | 0.24s 2026-03-11 01:40:06.624341 | fa163e8e-49f5-d0d0-ff60-000000000823 | TASK | Get existing data 2026-03-11 01:40:06.652352 | fa163e8e-49f5-d0d0-ff60-000000000823 | SKIPPED | Get existing data | standalone 2026-03-11 01:40:06.653333 | fa163e8e-49f5-d0d0-ff60-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.638625 | 0.03s 2026-03-11 01:40:06.674433 | fa163e8e-49f5-d0d0-ff60-000000000824 | TASK | Set data fact 2026-03-11 01:40:06.724025 | fa163e8e-49f5-d0d0-ff60-000000000824 | SKIPPED | Set data fact | standalone 2026-03-11 01:40:06.725087 | fa163e8e-49f5-d0d0-ff60-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.710377 | 0.05s 2026-03-11 01:40:06.745665 | fa163e8e-49f5-d0d0-ff60-000000000826 | TASK | Write ansible hieradata file 2026-03-11 01:40:07.236547 | fa163e8e-49f5-d0d0-ff60-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-11 01:40:07.237915 | fa163e8e-49f5-d0d0-ff60-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.223203 | 0.49s 2026-03-11 01:40:07.345101 | fa163e8e-49f5-d0d0-ff60-000000000047 | TIMING | include_tasks | standalone | 0:00:54.330380 | 0.06s PLAY [Server network deployments] ********************************************** 2026-03-11 01:40:07.504159 | fa163e8e-49f5-d0d0-ff60-00000000004b | TASK | Network Configuration 2026-03-11 01:40:07.529515 | fa163e8e-49f5-d0d0-ff60-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-00000000004b') missing from stats 2026-03-11 01:40:07.551664 | fa163e8e-49f5-d0d0-ff60-00000000004c | TASK | Check NetworkConfig script existence 2026-03-11 01:40:07.577289 | fa163e8e-49f5-d0d0-ff60-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-11 01:40:07.578140 | fa163e8e-49f5-d0d0-ff60-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.563432 | 0.03s 2026-03-11 01:40:07.599863 | fa163e8e-49f5-d0d0-ff60-000000000052 | TASK | Gather SELinux fact if needed 2026-03-11 01:40:07.647309 | fa163e8e-49f5-d0d0-ff60-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-11 01:40:07.648405 | fa163e8e-49f5-d0d0-ff60-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.633692 | 0.05s 2026-03-11 01:40:07.673096 | fa163e8e-49f5-d0d0-ff60-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-11 01:40:08.343169 | fa163e8e-49f5-d0d0-ff60-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-11 01:40:08.344526 | fa163e8e-49f5-d0d0-ff60-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.329813 | 0.67s 2026-03-11 01:40:08.369483 | fa163e8e-49f5-d0d0-ff60-000000000054 | TASK | Ensure requirements are satisfied 2026-03-11 01:40:08.400355 | fa163e8e-49f5-d0d0-ff60-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.385636 | 0.03s 2026-03-11 01:40:08.460504 | fa163e8e-49f5-d0d0-ff60-0000000008bf | TASK | Gather facts if they don't exist 2026-03-11 01:40:08.510189 | fa163e8e-49f5-d0d0-ff60-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 01:40:08.511433 | fa163e8e-49f5-d0d0-ff60-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.496718 | 0.05s 2026-03-11 01:40:08.531021 | fa163e8e-49f5-d0d0-ff60-0000000008c0 | TASK | Gather variables for each operating system 2026-03-11 01:40:08.651304 | fa163e8e-49f5-d0d0-ff60-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 01:40:08.655224 | fa163e8e-49f5-d0d0-ff60-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.640502 | 0.12s 2026-03-11 01:40:08.681609 | fa163e8e-49f5-d0d0-ff60-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 01:40:08.945151 | fa163e8e-49f5-d0d0-ff60-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 01:40:08.946720 | fa163e8e-49f5-d0d0-ff60-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.932008 | 0.26s 2026-03-11 01:40:08.972436 | fa163e8e-49f5-d0d0-ff60-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 01:40:09.000338 | fa163e8e-49f5-d0d0-ff60-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 01:40:09.001388 | fa163e8e-49f5-d0d0-ff60-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.986674 | 0.03s 2026-03-11 01:40:09.026125 | fa163e8e-49f5-d0d0-ff60-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-11 01:40:09.984591 | fa163e8e-49f5-d0d0-ff60-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 01:40:09.986001 | fa163e8e-49f5-d0d0-ff60-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.971282 | 0.96s 2026-03-11 01:40:10.037909 | fa163e8e-49f5-d0d0-ff60-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 01:40:10.289472 | fa163e8e-49f5-d0d0-ff60-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 01:40:10.290800 | fa163e8e-49f5-d0d0-ff60-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.276087 | 0.25s 2026-03-11 01:40:10.316863 | fa163e8e-49f5-d0d0-ff60-000000000057 | TASK | Reload NetworkManager 2026-03-11 01:40:10.750379 | fa163e8e-49f5-d0d0-ff60-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-11 01:40:10.752213 | fa163e8e-49f5-d0d0-ff60-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.737499 | 0.43s 2026-03-11 01:40:10.778827 | fa163e8e-49f5-d0d0-ff60-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-11 01:40:11.011302 | fa163e8e-49f5-d0d0-ff60-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-11 01:40:11.012702 | fa163e8e-49f5-d0d0-ff60-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.997989 | 0.23s 2026-03-11 01:40:11.038720 | fa163e8e-49f5-d0d0-ff60-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-11 01:40:11.259620 | fa163e8e-49f5-d0d0-ff60-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-11 01:40:11.261282 | fa163e8e-49f5-d0d0-ff60-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.246562 | 0.22s 2026-03-11 01:40:11.287159 | fa163e8e-49f5-d0d0-ff60-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-11 01:40:11.318801 | fa163e8e-49f5-d0d0-ff60-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-11 01:40:11.319960 | fa163e8e-49f5-d0d0-ff60-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.305240 | 0.03s 2026-03-11 01:40:11.346549 | fa163e8e-49f5-d0d0-ff60-00000000005c | TASK | Ensure we get cloud-init 2026-03-11 01:40:11.578964 | fa163e8e-49f5-d0d0-ff60-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-11 01:40:11.580493 | fa163e8e-49f5-d0d0-ff60-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.565772 | 0.23s 2026-03-11 01:40:11.606534 | fa163e8e-49f5-d0d0-ff60-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-11 01:40:11.879084 | fa163e8e-49f5-d0d0-ff60-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-11 01:40:11.880634 | fa163e8e-49f5-d0d0-ff60-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.865914 | 0.27s 2026-03-11 01:40:11.906634 | fa163e8e-49f5-d0d0-ff60-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-11 01:40:12.298263 | fa163e8e-49f5-d0d0-ff60-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-11 01:40:12.299565 | fa163e8e-49f5-d0d0-ff60-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.284852 | 0.39s 2026-03-11 01:40:12.324394 | fa163e8e-49f5-d0d0-ff60-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-11 01:40:12.374961 | fa163e8e-49f5-d0d0-ff60-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-11 01:40:12.376014 | fa163e8e-49f5-d0d0-ff60-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.361302 | 0.05s 2026-03-11 01:40:12.401765 | fa163e8e-49f5-d0d0-ff60-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-11 01:40:12.647255 | fa163e8e-49f5-d0d0-ff60-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-11 01:40:12.648648 | fa163e8e-49f5-d0d0-ff60-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.633934 | 0.25s 2026-03-11 01:40:12.674539 | fa163e8e-49f5-d0d0-ff60-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-11 01:40:12.740422 | fa163e8e-49f5-d0d0-ff60-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.725699 | 0.06s 2026-03-11 01:40:12.766834 | 154a2b9c-932c-4076-8978-9bd246517349 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-11 01:40:12.798862 | fa163e8e-49f5-d0d0-ff60-000000000909 | TASK | Set nic_config_file fact 2026-03-11 01:40:12.871737 | fa163e8e-49f5-d0d0-ff60-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-11 01:40:12.872937 | fa163e8e-49f5-d0d0-ff60-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.858223 | 0.07s 2026-03-11 01:40:12.898222 | fa163e8e-49f5-d0d0-ff60-00000000090a | TASK | Render overidden network config 2026-03-11 01:40:12.990588 | fa163e8e-49f5-d0d0-ff60-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-11 01:40:12.991871 | fa163e8e-49f5-d0d0-ff60-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.977157 | 0.09s 2026-03-11 01:40:13.017634 | fa163e8e-49f5-d0d0-ff60-00000000090b | TASK | Render network_config 2026-03-11 01:40:13.091341 | fa163e8e-49f5-d0d0-ff60-00000000090b | SKIPPED | Render network_config | standalone 2026-03-11 01:40:13.092905 | fa163e8e-49f5-d0d0-ff60-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.078190 | 0.07s 2026-03-11 01:40:13.118919 | fa163e8e-49f5-d0d0-ff60-00000000090c | TASK | Render network_config from template 2026-03-11 01:40:13.693214 | fa163e8e-49f5-d0d0-ff60-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-11 01:40:13.694552 | fa163e8e-49f5-d0d0-ff60-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.679840 | 0.57s 2026-03-11 01:40:13.720286 | fa163e8e-49f5-d0d0-ff60-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=692982649356.46340 2026-03-11 01:40:17.786559 | fa163e8e-49f5-d0d0-ff60-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-11 01:40:17.788531 | fa163e8e-49f5-d0d0-ff60-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.773817 | 4.07s 2026-03-11 01:40:17.815524 | fa163e8e-49f5-d0d0-ff60-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-11 01:40:18.334443 | fa163e8e-49f5-d0d0-ff60-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-11 01:40:18.335816 | fa163e8e-49f5-d0d0-ff60-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.321101 | 0.52s 2026-03-11 01:40:18.364080 | fa163e8e-49f5-d0d0-ff60-000000000065 | TASK | Disable cloud-init network config 2026-03-11 01:40:18.828589 | fa163e8e-49f5-d0d0-ff60-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-11 01:40:18.829997 | fa163e8e-49f5-d0d0-ff60-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.815283 | 0.46s 2026-03-11 01:40:18.855364 | fa163e8e-49f5-d0d0-ff60-000000000066 | TASK | Ensure network service is enabled 2026-03-11 01:40:19.892832 | fa163e8e-49f5-d0d0-ff60-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-11 01:40:19.895295 | fa163e8e-49f5-d0d0-ff60-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.880574 | 1.04s PLAY [Server network validation] *********************************************** 2026-03-11 01:40:20.073714 | fa163e8e-49f5-d0d0-ff60-000000000096 | TASK | Basic Network Validation 2026-03-11 01:40:20.099401 | fa163e8e-49f5-d0d0-ff60-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.084685 | 0.02s 2026-03-11 01:40:20.140986 | fa163e8e-49f5-d0d0-ff60-000000000945 | TASK | Collect default network fact 2026-03-11 01:40:20.741810 | fa163e8e-49f5-d0d0-ff60-000000000945 | OK | Collect default network fact | standalone 2026-03-11 01:40:20.743181 | fa163e8e-49f5-d0d0-ff60-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.728467 | 0.60s 2026-03-11 01:40:20.768482 | fa163e8e-49f5-d0d0-ff60-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-11 01:40:20.797430 | fa163e8e-49f5-d0d0-ff60-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-11 01:40:20.798624 | fa163e8e-49f5-d0d0-ff60-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.783910 | 0.03s 2026-03-11 01:40:20.819089 | fa163e8e-49f5-d0d0-ff60-000000000947 | TASK | Check all networks Gateway availability 2026-03-11 01:40:20.845498 | fa163e8e-49f5-d0d0-ff60-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.830783 | 0.03s 2026-03-11 01:40:20.865524 | fa163e8e-49f5-d0d0-ff60-000000000949 | TASK | Check Controllers availability 2026-03-11 01:40:20.928696 | fa163e8e-49f5-d0d0-ff60-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-11 01:40:20.937132 | fa163e8e-49f5-d0d0-ff60-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-11 01:40:20.947851 | fa163e8e-49f5-d0d0-ff60-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-11 01:40:20.958180 | fa163e8e-49f5-d0d0-ff60-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-11 01:40:20.966579 | fa163e8e-49f5-d0d0-ff60-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-11 01:40:20.972144 | fa163e8e-49f5-d0d0-ff60-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-11 01:40:20.984159 | fa163e8e-49f5-d0d0-ff60-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.969439 | 0.12s 2026-03-11 01:40:21.009196 | fa163e8e-49f5-d0d0-ff60-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-11 01:40:21.038912 | fa163e8e-49f5-d0d0-ff60-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-11 01:40:21.040202 | fa163e8e-49f5-d0d0-ff60-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:08.025486 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-03-11 01:40:21.219199 | fa163e8e-49f5-d0d0-ff60-00000000009a | TASK | Server pre deployments 2026-03-11 01:40:21.245967 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-00000000009a') missing from stats 2026-03-11 01:40:21.267702 | fa163e8e-49f5-d0d0-ff60-00000000009e | TASK | Hiera config 2026-03-11 01:40:21.300351 | fa163e8e-49f5-d0d0-ff60-00000000009e | TIMING | Hiera config | standalone | 0:01:08.285625 | 0.03s 2026-03-11 01:40:21.348964 | fa163e8e-49f5-d0d0-ff60-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-11 01:40:21.580270 | fa163e8e-49f5-d0d0-ff60-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-11 01:40:21.581582 | fa163e8e-49f5-d0d0-ff60-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:08.566869 | 0.23s 2026-03-11 01:40:21.607478 | fa163e8e-49f5-d0d0-ff60-00000000099f | TASK | Write hiera config 2026-03-11 01:40:22.062801 | fa163e8e-49f5-d0d0-ff60-00000000099f | OK | Write hiera config | standalone 2026-03-11 01:40:22.064067 | fa163e8e-49f5-d0d0-ff60-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.049353 | 0.46s 2026-03-11 01:40:22.112803 | fa163e8e-49f5-d0d0-ff60-00000000009f | TASK | Hiera symlink 2026-03-11 01:40:22.332050 | fa163e8e-49f5-d0d0-ff60-00000000009f | OK | Hiera symlink | standalone 2026-03-11 01:40:22.333287 | fa163e8e-49f5-d0d0-ff60-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.318574 | 0.22s 2026-03-11 01:40:22.357591 | fa163e8e-49f5-d0d0-ff60-0000000000a0 | TASK | Hieradata from vars 2026-03-11 01:40:22.384443 | fa163e8e-49f5-d0d0-ff60-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:09.369720 | 0.03s 2026-03-11 01:40:22.443373 | fa163e8e-49f5-d0d0-ff60-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 01:40:22.905482 | fa163e8e-49f5-d0d0-ff60-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 01:40:22.906906 | fa163e8e-49f5-d0d0-ff60-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.892178 | 0.46s 2026-03-11 01:40:22.934422 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TASK | Render hieradata from template 2026-03-11 01:40:23.420116 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 01:40:23.422411 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.407680 | 0.49s 2026-03-11 01:40:23.968054 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-11 01:40:23.968961 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.954256 | 1.03s 2026-03-11 01:40:24.563407 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 01:40:24.564578 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.549865 | 1.63s 2026-03-11 01:40:25.052420 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 01:40:25.053065 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.038362 | 2.12s 2026-03-11 01:40:25.527379 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-11 01:40:25.529624 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.514912 | 2.59s 2026-03-11 01:40:26.002253 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-11 01:40:26.004504 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.989788 | 3.07s 2026-03-11 01:40:26.511890 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-11 01:40:26.512916 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.498205 | 3.58s 2026-03-11 01:40:26.967224 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-11 01:40:26.968261 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.953523 | 4.03s 2026-03-11 01:40:27.449213 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 01:40:27.451762 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.437050 | 4.52s 2026-03-11 01:40:27.934255 | fa163e8e-49f5-d0d0-ff60-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 01:40:27.936445 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.921733 | 5.00s 2026-03-11 01:40:27.949514 | fa163e8e-49f5-d0d0-ff60-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.934796 | 5.01s 2026-03-11 01:40:28.000789 | fa163e8e-49f5-d0d0-ff60-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 01:40:28.029285 | fa163e8e-49f5-d0d0-ff60-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:15.014566 | 0.03s 2026-03-11 01:40:28.098267 | fa163e8e-49f5-d0d0-ff60-000000000a9e | TASK | Check for hieradata file 2026-03-11 01:40:28.328767 | fa163e8e-49f5-d0d0-ff60-000000000a9e | OK | Check for hieradata file | standalone 2026-03-11 01:40:28.330186 | fa163e8e-49f5-d0d0-ff60-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:15.315473 | 0.23s 2026-03-11 01:40:28.355889 | fa163e8e-49f5-d0d0-ff60-000000000aa0 | TASK | Get existing data 2026-03-11 01:40:28.405146 | fa163e8e-49f5-d0d0-ff60-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-11 01:40:28.406517 | fa163e8e-49f5-d0d0-ff60-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:15.391801 | 0.05s 2026-03-11 01:40:28.431640 | fa163e8e-49f5-d0d0-ff60-000000000aa1 | TASK | Set data fact 2026-03-11 01:40:28.482869 | fa163e8e-49f5-d0d0-ff60-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-11 01:40:28.484040 | fa163e8e-49f5-d0d0-ff60-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.469326 | 0.05s 2026-03-11 01:40:28.510360 | fa163e8e-49f5-d0d0-ff60-000000000aa3 | TASK | Write ansible hieradata file 2026-03-11 01:40:29.037892 | fa163e8e-49f5-d0d0-ff60-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-11 01:40:29.039461 | fa163e8e-49f5-d0d0-ff60-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:16.024746 | 0.53s 2026-03-11 01:40:29.139435 | fa163e8e-49f5-d0d0-ff60-0000000000a2 | TIMING | include_tasks | standalone | 0:01:16.124712 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-03-11 01:40:29.299340 | fa163e8e-49f5-d0d0-ff60-0000000000a6 | TASK | Host prep steps 2026-03-11 01:40:29.325542 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000a6') missing from stats 2026-03-11 01:40:29.397914 | fa163e8e-49f5-d0d0-ff60-0000000000a7 | TASK | Deploy Artifacts 2026-03-11 01:40:29.498898 | fa163e8e-49f5-d0d0-ff60-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-11 01:40:29.500207 | fa163e8e-49f5-d0d0-ff60-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.485492 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 01:40:29.563209 | fa163e8e-49f5-d0d0-ff60-0000000000a8 | TIMING | include_tasks | standalone | 0:01:16.548489 | 0.04s 2026-03-11 01:40:29.762959 | 2848c87f-dd26-4c73-880b-a628395169da | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/host_prep_tasks.yaml | standalone 2026-03-11 01:40:29.817506 | fa163e8e-49f5-d0d0-ff60-000000000b1e | TASK | Run firewall role 2026-03-11 01:40:29.842245 | fa163e8e-49f5-d0d0-ff60-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.827525 | 0.02s 2026-03-11 01:40:29.895322 | fa163e8e-49f5-d0d0-ff60-000000000c1d | TASK | Gather variables for each operating system 2026-03-11 01:40:30.014875 | fa163e8e-49f5-d0d0-ff60-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-11 01:40:30.016171 | fa163e8e-49f5-d0d0-ff60-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.001456 | 0.12s 2026-03-11 01:40:30.028323 | fa163e8e-49f5-d0d0-ff60-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.013600 | 0.13s 2026-03-11 01:40:30.057010 | fa163e8e-49f5-d0d0-ff60-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-11 01:40:33.175476 | fa163e8e-49f5-d0d0-ff60-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-11 01:40:33.176908 | fa163e8e-49f5-d0d0-ff60-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.162193 | 3.12s 2026-03-11 01:40:33.198502 | fa163e8e-49f5-d0d0-ff60-000000000c22 | TASK | Create empty var for masquerade rules 2026-03-11 01:40:33.226793 | fa163e8e-49f5-d0d0-ff60-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-03-11 01:40:33.227818 | fa163e8e-49f5-d0d0-ff60-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.213109 | 0.03s 2026-03-11 01:40:33.248952 | fa163e8e-49f5-d0d0-ff60-000000000c23 | TASK | Enable masquerade 2026-03-11 01:40:33.281584 | fa163e8e-49f5-d0d0-ff60-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-03-11 01:40:33.282605 | fa163e8e-49f5-d0d0-ff60-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.267897 | 0.03s 2026-03-11 01:40:33.303660 | fa163e8e-49f5-d0d0-ff60-000000000c24 | TASK | Set the default frontend firewall rules 2026-03-11 01:40:33.331997 | fa163e8e-49f5-d0d0-ff60-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-03-11 01:40:33.333302 | fa163e8e-49f5-d0d0-ff60-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.318589 | 0.03s 2026-03-11 01:40:33.358511 | fa163e8e-49f5-d0d0-ff60-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 01:40:33.408545 | fa163e8e-49f5-d0d0-ff60-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 01:40:33.410058 | fa163e8e-49f5-d0d0-ff60-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.395346 | 0.05s 2026-03-11 01:40:33.436340 | fa163e8e-49f5-d0d0-ff60-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-03-11 01:40:33.476005 | fa163e8e-49f5-d0d0-ff60-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-03-11 01:40:33.477608 | fa163e8e-49f5-d0d0-ff60-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.462896 | 0.04s 2026-03-11 01:40:33.503064 | fa163e8e-49f5-d0d0-ff60-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 01:40:33.534632 | fa163e8e-49f5-d0d0-ff60-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 01:40:33.535709 | fa163e8e-49f5-d0d0-ff60-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.520997 | 0.03s 2026-03-11 01:40:33.560273 | fa163e8e-49f5-d0d0-ff60-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-03-11 01:40:33.591667 | fa163e8e-49f5-d0d0-ff60-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-11 01:40:33.592695 | fa163e8e-49f5-d0d0-ff60-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.577983 | 0.03s 2026-03-11 01:40:33.619108 | fa163e8e-49f5-d0d0-ff60-000000000c2d | TASK | Enable LOG rules 2026-03-11 01:40:33.648381 | fa163e8e-49f5-d0d0-ff60-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-03-11 01:40:33.649455 | fa163e8e-49f5-d0d0-ff60-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:20.634741 | 0.03s 2026-03-11 01:40:33.673900 | fa163e8e-49f5-d0d0-ff60-000000000c2e | TASK | Set rule fact 2026-03-11 01:40:33.778391 | fa163e8e-49f5-d0d0-ff60-000000000c2e | OK | Set rule fact | standalone 2026-03-11 01:40:33.781737 | fa163e8e-49f5-d0d0-ff60-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:20.767023 | 0.11s 2026-03-11 01:40:33.810678 | fa163e8e-49f5-d0d0-ff60-000000000c2f | TASK | Manage rules via nftables 2026-03-11 01:40:33.840307 | fa163e8e-49f5-d0d0-ff60-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:20.825589 | 0.03s 2026-03-11 01:40:33.926903 | fa163e8e-49f5-d0d0-ff60-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.912177 | 0.03s 2026-03-11 01:40:33.950642 | 2b333249-f620-4f9b-9ad0-84898ae7ee81 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-11 01:40:33.981956 | fa163e8e-49f5-d0d0-ff60-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-03-11 01:40:35.380402 | fa163e8e-49f5-d0d0-ff60-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-11 01:40:35.382561 | fa163e8e-49f5-d0d0-ff60-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.367839 | 1.40s 2026-03-11 01:40:35.703106 | fa163e8e-49f5-d0d0-ff60-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-11 01:40:35.704741 | fa163e8e-49f5-d0d0-ff60-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.690028 | 1.72s 2026-03-11 01:40:35.719394 | fa163e8e-49f5-d0d0-ff60-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.704682 | 1.74s 2026-03-11 01:40:35.742359 | fa163e8e-49f5-d0d0-ff60-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-03-11 01:40:36.458678 | fa163e8e-49f5-d0d0-ff60-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-11 01:40:36.460658 | fa163e8e-49f5-d0d0-ff60-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:23.445944 | 0.72s 2026-03-11 01:40:36.487771 | fa163e8e-49f5-d0d0-ff60-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-03-11 01:40:36.528207 | fa163e8e-49f5-d0d0-ff60-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-11 01:40:36.529543 | fa163e8e-49f5-d0d0-ff60-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:23.514828 | 0.04s 2026-03-11 01:40:36.577028 | fa163e8e-49f5-d0d0-ff60-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.562308 | 0.02s 2026-03-11 01:40:36.614050 | 23aa3fda-a138-461b-bdbd-afee476ef624 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-11 01:40:36.649241 | fa163e8e-49f5-d0d0-ff60-000000000d23 | TASK | Push empty ruleset 2026-03-11 01:40:37.137945 | fa163e8e-49f5-d0d0-ff60-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-03-11 01:40:37.139320 | fa163e8e-49f5-d0d0-ff60-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:24.124604 | 0.49s 2026-03-11 01:40:37.166525 | fa163e8e-49f5-d0d0-ff60-000000000d24 | TASK | Load empty ruleset 2026-03-11 01:40:37.406441 | fa163e8e-49f5-d0d0-ff60-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-03-11 01:40:37.407440 | fa163e8e-49f5-d0d0-ff60-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:24.392733 | 0.24s 2026-03-11 01:40:37.427599 | fa163e8e-49f5-d0d0-ff60-000000000d26 | TASK | Use default rules 2026-03-11 01:40:37.521015 | fa163e8e-49f5-d0d0-ff60-000000000d26 | OK | Use default rules | standalone 2026-03-11 01:40:37.524418 | fa163e8e-49f5-d0d0-ff60-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:24.509701 | 0.10s 2026-03-11 01:40:37.554216 | fa163e8e-49f5-d0d0-ff60-000000000d27 | TASK | Enable LOG rules 2026-03-11 01:40:37.649540 | fa163e8e-49f5-d0d0-ff60-000000000d27 | OK | Enable LOG rules | standalone 2026-03-11 01:40:37.652861 | fa163e8e-49f5-d0d0-ff60-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:24.638146 | 0.10s 2026-03-11 01:40:37.683274 | fa163e8e-49f5-d0d0-ff60-000000000d29 | TASK | Get current nftables content 2026-03-11 01:40:37.948910 | fa163e8e-49f5-d0d0-ff60-000000000d29 | CHANGED | Get current nftables content | standalone 2026-03-11 01:40:37.950390 | fa163e8e-49f5-d0d0-ff60-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.935675 | 0.27s 2026-03-11 01:40:37.976830 | fa163e8e-49f5-d0d0-ff60-000000000d2b | TASK | Generate chain jumps 2026-03-11 01:40:38.551492 | fa163e8e-49f5-d0d0-ff60-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-03-11 01:40:38.552931 | fa163e8e-49f5-d0d0-ff60-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.538218 | 0.57s 2026-03-11 01:40:38.578718 | fa163e8e-49f5-d0d0-ff60-000000000d2c | TASK | Generate chain jumps 2026-03-11 01:40:39.195391 | fa163e8e-49f5-d0d0-ff60-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-03-11 01:40:39.196288 | fa163e8e-49f5-d0d0-ff60-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:26.181582 | 0.62s 2026-03-11 01:40:39.216069 | fa163e8e-49f5-d0d0-ff60-000000000d2d | TASK | Generate nft flushes 2026-03-11 01:40:39.657756 | fa163e8e-49f5-d0d0-ff60-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-03-11 01:40:39.659169 | fa163e8e-49f5-d0d0-ff60-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:26.644453 | 0.44s 2026-03-11 01:40:39.686993 | fa163e8e-49f5-d0d0-ff60-000000000d2e | TASK | Generate nft tripleo chains 2026-03-11 01:40:40.209491 | fa163e8e-49f5-d0d0-ff60-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-03-11 01:40:40.211084 | fa163e8e-49f5-d0d0-ff60-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:27.196366 | 0.52s 2026-03-11 01:40:40.237267 | fa163e8e-49f5-d0d0-ff60-000000000d2f | TASK | Generate nft ruleset in static file 2026-03-11 01:40:41.913543 | fa163e8e-49f5-d0d0-ff60-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-03-11 01:40:41.914978 | fa163e8e-49f5-d0d0-ff60-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:28.900260 | 1.68s 2026-03-11 01:40:41.943088 | fa163e8e-49f5-d0d0-ff60-000000000d31 | TASK | Validate all of the generated content before loading 2026-03-11 01:40:42.439196 | fa163e8e-49f5-d0d0-ff60-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-11 01:40:42.440436 | fa163e8e-49f5-d0d0-ff60-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:29.425723 | 0.50s 2026-03-11 01:40:42.465972 | fa163e8e-49f5-d0d0-ff60-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-03-11 01:40:42.738455 | fa163e8e-49f5-d0d0-ff60-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-11 01:40:42.739674 | fa163e8e-49f5-d0d0-ff60-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:29.724962 | 0.27s 2026-03-11 01:40:42.783431 | fa163e8e-49f5-d0d0-ff60-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:29.768711 | 0.02s 2026-03-11 01:40:42.802365 | 3141cacf-e75a-4bc6-ab14-1e3c6de15f60 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-11 01:40:42.854552 | fa163e8e-49f5-d0d0-ff60-000000000d9a | TASK | Inject our custom chains in nftables 2026-03-11 01:40:43.097332 | fa163e8e-49f5-d0d0-ff60-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-03-11 01:40:43.098536 | fa163e8e-49f5-d0d0-ff60-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:30.083823 | 0.24s 2026-03-11 01:40:43.124365 | fa163e8e-49f5-d0d0-ff60-000000000d9b | TASK | Reload custom nftables ruleset files 2026-03-11 01:40:43.413262 | fa163e8e-49f5-d0d0-ff60-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-11 01:40:43.414555 | fa163e8e-49f5-d0d0-ff60-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:30.399842 | 0.29s 2026-03-11 01:40:43.484561 | fa163e8e-49f5-d0d0-ff60-000000000b1f | TASK | create persistent logs directory 2026-03-11 01:40:43.741968 | fa163e8e-49f5-d0d0-ff60-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 01:40:43.743248 | fa163e8e-49f5-d0d0-ff60-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.728515 | 0.26s 2026-03-11 01:40:43.914752 | fa163e8e-49f5-d0d0-ff60-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-11 01:40:43.916478 | fa163e8e-49f5-d0d0-ff60-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.901768 | 0.43s 2026-03-11 01:40:43.927310 | fa163e8e-49f5-d0d0-ff60-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.912586 | 0.44s 2026-03-11 01:40:43.952937 | fa163e8e-49f5-d0d0-ff60-000000000b20 | TASK | create persistent directories 2026-03-11 01:40:44.195378 | fa163e8e-49f5-d0d0-ff60-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 01:40:44.197683 | fa163e8e-49f5-d0d0-ff60-000000000b20 | TIMING | create persistent directories | standalone | 0:01:31.182966 | 0.24s 2026-03-11 01:40:44.207709 | fa163e8e-49f5-d0d0-ff60-000000000b20 | TIMING | create persistent directories | standalone | 0:01:31.192992 | 0.25s 2026-03-11 01:40:44.226063 | fa163e8e-49f5-d0d0-ff60-000000000b21 | TASK | create persistent directories 2026-03-11 01:40:44.465695 | fa163e8e-49f5-d0d0-ff60-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 01:40:44.467302 | fa163e8e-49f5-d0d0-ff60-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.452577 | 0.24s 2026-03-11 01:40:44.680567 | fa163e8e-49f5-d0d0-ff60-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-11 01:40:44.682209 | fa163e8e-49f5-d0d0-ff60-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.667497 | 0.46s 2026-03-11 01:40:44.692849 | fa163e8e-49f5-d0d0-ff60-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.678133 | 0.47s 2026-03-11 01:40:44.718061 | fa163e8e-49f5-d0d0-ff60-000000000b22 | TASK | create persistent directories 2026-03-11 01:40:44.956894 | fa163e8e-49f5-d0d0-ff60-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-11 01:40:44.958424 | fa163e8e-49f5-d0d0-ff60-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.943715 | 0.24s 2026-03-11 01:40:44.968915 | fa163e8e-49f5-d0d0-ff60-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.954199 | 0.25s 2026-03-11 01:40:44.993764 | fa163e8e-49f5-d0d0-ff60-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-11 01:40:46.132915 | fa163e8e-49f5-d0d0-ff60-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-11 01:40:46.134549 | fa163e8e-49f5-d0d0-ff60-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:33.119835 | 1.14s 2026-03-11 01:40:46.159561 | fa163e8e-49f5-d0d0-ff60-000000000b24 | TASK | create persistent directories 2026-03-11 01:40:46.426520 | fa163e8e-49f5-d0d0-ff60-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 01:40:46.428730 | fa163e8e-49f5-d0d0-ff60-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.414010 | 0.27s 2026-03-11 01:40:46.597542 | fa163e8e-49f5-d0d0-ff60-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-11 01:40:46.599435 | fa163e8e-49f5-d0d0-ff60-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.584722 | 0.44s 2026-03-11 01:40:46.609990 | fa163e8e-49f5-d0d0-ff60-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.595273 | 0.45s 2026-03-11 01:40:46.636734 | fa163e8e-49f5-d0d0-ff60-000000000b25 | TASK | create fcontext entry for cinder data 2026-03-11 01:40:47.879162 | fa163e8e-49f5-d0d0-ff60-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-11 01:40:47.880763 | fa163e8e-49f5-d0d0-ff60-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.866050 | 1.24s 2026-03-11 01:40:47.905353 | fa163e8e-49f5-d0d0-ff60-000000000b26 | TASK | create persistent directories 2026-03-11 01:40:48.157570 | fa163e8e-49f5-d0d0-ff60-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 01:40:48.159604 | fa163e8e-49f5-d0d0-ff60-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.144880 | 0.25s 2026-03-11 01:40:48.374006 | fa163e8e-49f5-d0d0-ff60-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-11 01:40:48.374590 | fa163e8e-49f5-d0d0-ff60-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.359888 | 0.47s 2026-03-11 01:40:48.380278 | fa163e8e-49f5-d0d0-ff60-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.365565 | 0.47s 2026-03-11 01:40:48.400914 | fa163e8e-49f5-d0d0-ff60-000000000b27 | TASK | ensure ceph configurations exist 2026-03-11 01:40:48.625098 | fa163e8e-49f5-d0d0-ff60-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-03-11 01:40:48.626570 | fa163e8e-49f5-d0d0-ff60-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.611856 | 0.22s 2026-03-11 01:40:48.650584 | fa163e8e-49f5-d0d0-ff60-000000000b28 | TASK | create persistent directories 2026-03-11 01:40:48.873760 | fa163e8e-49f5-d0d0-ff60-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 01:40:48.874682 | fa163e8e-49f5-d0d0-ff60-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.859976 | 0.22s 2026-03-11 01:40:48.879395 | fa163e8e-49f5-d0d0-ff60-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.864646 | 0.23s 2026-03-11 01:40:48.903899 | fa163e8e-49f5-d0d0-ff60-000000000b2a | TASK | Create cinder image conversion directory 2026-03-11 01:40:48.923348 | fa163e8e-49f5-d0d0-ff60-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-03-11 01:40:48.924670 | fa163e8e-49f5-d0d0-ff60-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:35.909956 | 0.02s 2026-03-11 01:40:48.952283 | fa163e8e-49f5-d0d0-ff60-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-03-11 01:40:48.981175 | fa163e8e-49f5-d0d0-ff60-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-11 01:40:48.983674 | fa163e8e-49f5-d0d0-ff60-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.968942 | 0.03s 2026-03-11 01:40:49.009727 | fa163e8e-49f5-d0d0-ff60-000000000b2d | TASK | cinder_configure_lvm fact 2026-03-11 01:40:49.041369 | fa163e8e-49f5-d0d0-ff60-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-03-11 01:40:49.042427 | fa163e8e-49f5-d0d0-ff60-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.027715 | 0.03s 2026-03-11 01:40:49.065975 | fa163e8e-49f5-d0d0-ff60-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-03-11 01:40:52.068487 | fa163e8e-49f5-d0d0-ff60-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-03-11 01:40:52.069792 | fa163e8e-49f5-d0d0-ff60-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:39.055079 | 3.00s 2026-03-11 01:40:52.093844 | fa163e8e-49f5-d0d0-ff60-000000000b30 | TASK | cinder create LVM volume group dd 2026-03-11 01:40:52.324541 | fa163e8e-49f5-d0d0-ff60-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-03-11 01:40:52.325391 | fa163e8e-49f5-d0d0-ff60-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:39.310687 | 0.23s 2026-03-11 01:40:52.349158 | fa163e8e-49f5-d0d0-ff60-000000000b31 | TASK | Get or create LVM loopback device 2026-03-11 01:40:52.607131 | fa163e8e-49f5-d0d0-ff60-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-03-11 01:40:52.608173 | fa163e8e-49f5-d0d0-ff60-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:39.593464 | 0.26s 2026-03-11 01:40:52.627804 | fa163e8e-49f5-d0d0-ff60-000000000b32 | TASK | Create LVM volume group 2026-03-11 01:40:53.160627 | fa163e8e-49f5-d0d0-ff60-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-03-11 01:40:53.161884 | fa163e8e-49f5-d0d0-ff60-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:40.147172 | 0.53s 2026-03-11 01:40:53.186202 | fa163e8e-49f5-d0d0-ff60-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-03-11 01:40:53.702314 | fa163e8e-49f5-d0d0-ff60-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-03-11 01:40:53.703759 | fa163e8e-49f5-d0d0-ff60-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:40.689044 | 0.52s 2026-03-11 01:40:53.729873 | fa163e8e-49f5-d0d0-ff60-000000000b34 | TASK | cinder enable the LVM losetup service 2026-03-11 01:40:54.559349 | fa163e8e-49f5-d0d0-ff60-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-03-11 01:40:54.561308 | fa163e8e-49f5-d0d0-ff60-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:41.546595 | 0.83s 2026-03-11 01:40:54.586621 | fa163e8e-49f5-d0d0-ff60-000000000b36 | TASK | allow logrotate to read inside containers 2026-03-11 01:40:55.471997 | fa163e8e-49f5-d0d0-ff60-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-11 01:40:55.473791 | fa163e8e-49f5-d0d0-ff60-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:42.459077 | 0.89s 2026-03-11 01:40:55.498596 | fa163e8e-49f5-d0d0-ff60-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-03-11 01:40:57.618077 | fa163e8e-49f5-d0d0-ff60-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-11 01:40:57.619674 | fa163e8e-49f5-d0d0-ff60-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:44.604962 | 2.12s 2026-03-11 01:40:57.674035 | fa163e8e-49f5-d0d0-ff60-000000000b39 | OK | set_fact | standalone 2026-03-11 01:40:57.675133 | fa163e8e-49f5-d0d0-ff60-000000000b39 | TIMING | set_fact | standalone | 0:01:44.660421 | 0.03s 2026-03-11 01:40:57.727893 | fa163e8e-49f5-d0d0-ff60-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.713174 | 0.03s 2026-03-11 01:40:57.783064 | fa163e8e-49f5-d0d0-ff60-000000000ee1 | TASK | ensure apache is installed 2026-03-11 01:41:04.493705 | fa163e8e-49f5-d0d0-ff60-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-03-11 01:41:04.495259 | fa163e8e-49f5-d0d0-ff60-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:51.480516 | 6.71s 2026-03-11 01:41:04.520588 | fa163e8e-49f5-d0d0-ff60-000000000ee2 | TASK | create image data directory 2026-03-11 01:41:04.751837 | fa163e8e-49f5-d0d0-ff60-000000000ee2 | CHANGED | create image data directory | standalone 2026-03-11 01:41:04.753443 | fa163e8e-49f5-d0d0-ff60-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.738728 | 0.23s 2026-03-11 01:41:04.779968 | fa163e8e-49f5-d0d0-ff60-000000000ee3 | TASK | create /v2/ response file 2026-03-11 01:41:05.252922 | fa163e8e-49f5-d0d0-ff60-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-03-11 01:41:05.254316 | fa163e8e-49f5-d0d0-ff60-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:52.239602 | 0.47s 2026-03-11 01:41:05.279515 | fa163e8e-49f5-d0d0-ff60-000000000ee4 | TASK | Add listen line 2026-03-11 01:41:05.650408 | fa163e8e-49f5-d0d0-ff60-000000000ee4 | CHANGED | Add listen line | standalone 2026-03-11 01:41:05.652181 | fa163e8e-49f5-d0d0-ff60-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:52.637464 | 0.37s 2026-03-11 01:41:05.678534 | fa163e8e-49f5-d0d0-ff60-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-11 01:41:06.146848 | fa163e8e-49f5-d0d0-ff60-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-11 01:41:06.148235 | fa163e8e-49f5-d0d0-ff60-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:53.133514 | 0.47s 2026-03-11 01:41:06.174153 | fa163e8e-49f5-d0d0-ff60-000000000ee6 | TASK | Image-Serve | restart httpd 2026-03-11 01:41:07.118563 | fa163e8e-49f5-d0d0-ff60-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-03-11 01:41:07.120598 | fa163e8e-49f5-d0d0-ff60-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:54.105885 | 0.95s 2026-03-11 01:41:07.170652 | fa163e8e-49f5-d0d0-ff60-000000000b3c | TASK | create persistent logs directory 2026-03-11 01:41:07.421777 | fa163e8e-49f5-d0d0-ff60-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-11 01:41:07.422670 | fa163e8e-49f5-d0d0-ff60-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.407961 | 0.25s 2026-03-11 01:41:07.607464 | fa163e8e-49f5-d0d0-ff60-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-11 01:41:07.608625 | fa163e8e-49f5-d0d0-ff60-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.593913 | 0.44s 2026-03-11 01:41:07.616281 | fa163e8e-49f5-d0d0-ff60-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.601542 | 0.44s 2026-03-11 01:41:07.641933 | fa163e8e-49f5-d0d0-ff60-000000000b3d | TASK | Mount NFS on host 2026-03-11 01:41:07.670529 | fa163e8e-49f5-d0d0-ff60-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-03-11 01:41:07.671804 | fa163e8e-49f5-d0d0-ff60-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:54.657086 | 0.03s 2026-03-11 01:41:07.696706 | fa163e8e-49f5-d0d0-ff60-000000000b3e | TASK | Mount Node Staging Location 2026-03-11 01:41:07.726181 | fa163e8e-49f5-d0d0-ff60-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-03-11 01:41:07.727529 | fa163e8e-49f5-d0d0-ff60-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:54.712815 | 0.03s 2026-03-11 01:41:07.751749 | fa163e8e-49f5-d0d0-ff60-000000000b3f | TASK | ensure /var/lib/glance exists 2026-03-11 01:41:08.039348 | fa163e8e-49f5-d0d0-ff60-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-11 01:41:08.040732 | fa163e8e-49f5-d0d0-ff60-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:55.026018 | 0.29s 2026-03-11 01:41:08.065114 | fa163e8e-49f5-d0d0-ff60-000000000b40 | TASK | create logs directory 2026-03-11 01:41:08.338495 | fa163e8e-49f5-d0d0-ff60-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 01:41:08.340116 | fa163e8e-49f5-d0d0-ff60-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.325398 | 0.27s 2026-03-11 01:41:08.537647 | fa163e8e-49f5-d0d0-ff60-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-11 01:41:08.538831 | fa163e8e-49f5-d0d0-ff60-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.524121 | 0.47s 2026-03-11 01:41:08.546229 | fa163e8e-49f5-d0d0-ff60-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.531512 | 0.48s 2026-03-11 01:41:08.571721 | fa163e8e-49f5-d0d0-ff60-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-03-11 01:41:08.600884 | fa163e8e-49f5-d0d0-ff60-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-11 01:41:08.601996 | fa163e8e-49f5-d0d0-ff60-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:55.587281 | 0.03s 2026-03-11 01:41:08.626312 | fa163e8e-49f5-d0d0-ff60-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-03-11 01:41:08.858290 | fa163e8e-49f5-d0d0-ff60-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-11 01:41:08.859543 | fa163e8e-49f5-d0d0-ff60-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.844831 | 0.23s 2026-03-11 01:41:08.883913 | fa163e8e-49f5-d0d0-ff60-000000000b43 | TASK | create persistent directories 2026-03-11 01:41:09.106952 | fa163e8e-49f5-d0d0-ff60-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 01:41:09.109051 | fa163e8e-49f5-d0d0-ff60-000000000b43 | TIMING | create persistent directories | standalone | 0:01:56.094335 | 0.22s 2026-03-11 01:41:09.118928 | fa163e8e-49f5-d0d0-ff60-000000000b43 | TIMING | create persistent directories | standalone | 0:01:56.104217 | 0.23s 2026-03-11 01:41:09.143783 | fa163e8e-49f5-d0d0-ff60-000000000b44 | TASK | create persistent data directory 2026-03-11 01:41:09.385329 | fa163e8e-49f5-d0d0-ff60-000000000b44 | OK | create persistent data directory | standalone 2026-03-11 01:41:09.386711 | fa163e8e-49f5-d0d0-ff60-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:56.371999 | 0.24s 2026-03-11 01:41:09.411711 | fa163e8e-49f5-d0d0-ff60-000000000b45 | TASK | create persistent directories 2026-03-11 01:41:09.653470 | fa163e8e-49f5-d0d0-ff60-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-11 01:41:09.655880 | fa163e8e-49f5-d0d0-ff60-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.641157 | 0.24s 2026-03-11 01:41:09.830499 | fa163e8e-49f5-d0d0-ff60-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-11 01:41:09.831526 | fa163e8e-49f5-d0d0-ff60-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.816815 | 0.42s 2026-03-11 01:41:09.838448 | fa163e8e-49f5-d0d0-ff60-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.823730 | 0.43s 2026-03-11 01:41:09.863324 | fa163e8e-49f5-d0d0-ff60-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-03-11 01:41:16.891785 | fa163e8e-49f5-d0d0-ff60-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-11 01:41:16.892816 | fa163e8e-49f5-d0d0-ff60-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.878106 | 7.03s 2026-03-11 01:41:16.917745 | fa163e8e-49f5-d0d0-ff60-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-11 01:41:17.000895 | fa163e8e-49f5-d0d0-ff60-000000000b47 | 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.ooo.test in environment production in 0.70 seconds", "Notice: Applied catalog in 0.24 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.23", " Catalog application: 0.24", " Config retrieval: 0.78", " Last run: 1773193276", " Total: 0.24", "Version:", " Config: 1773193275", " 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." ] } 2026-03-11 01:41:17.002781 | fa163e8e-49f5-d0d0-ff60-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:03.988067 | 0.08s 2026-03-11 01:41:17.027992 | fa163e8e-49f5-d0d0-ff60-000000000b48 | TASK | create persistent directories 2026-03-11 01:41:17.299885 | fa163e8e-49f5-d0d0-ff60-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 01:41:17.301701 | fa163e8e-49f5-d0d0-ff60-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.286814 | 0.27s 2026-03-11 01:41:17.480814 | fa163e8e-49f5-d0d0-ff60-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-11 01:41:17.482548 | fa163e8e-49f5-d0d0-ff60-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.467836 | 0.45s 2026-03-11 01:41:17.493164 | fa163e8e-49f5-d0d0-ff60-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.478444 | 0.46s 2026-03-11 01:41:17.520444 | fa163e8e-49f5-d0d0-ff60-000000000b49 | TASK | create persistent directories 2026-03-11 01:41:17.784222 | fa163e8e-49f5-d0d0-ff60-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 01:41:17.786587 | fa163e8e-49f5-d0d0-ff60-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.771861 | 0.26s 2026-03-11 01:41:18.014576 | fa163e8e-49f5-d0d0-ff60-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-11 01:41:18.015825 | fa163e8e-49f5-d0d0-ff60-000000000b49 | TIMING | create persistent directories | standalone | 0:02:05.001111 | 0.49s 2026-03-11 01:41:18.023516 | fa163e8e-49f5-d0d0-ff60-000000000b49 | TIMING | create persistent directories | standalone | 0:02:05.008797 | 0.50s 2026-03-11 01:41:18.048451 | fa163e8e-49f5-d0d0-ff60-000000000b4a | TASK | create persistent directories 2026-03-11 01:41:18.273051 | fa163e8e-49f5-d0d0-ff60-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 01:41:18.274486 | fa163e8e-49f5-d0d0-ff60-000000000b4a | TIMING | create persistent directories | standalone | 0:02:05.259772 | 0.22s 2026-03-11 01:41:18.284128 | fa163e8e-49f5-d0d0-ff60-000000000b4a | TIMING | create persistent directories | standalone | 0:02:05.269410 | 0.23s 2026-03-11 01:41:18.309426 | fa163e8e-49f5-d0d0-ff60-000000000b4b | TASK | create persistent directories 2026-03-11 01:41:18.594651 | fa163e8e-49f5-d0d0-ff60-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-11 01:41:18.597122 | fa163e8e-49f5-d0d0-ff60-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.582399 | 0.29s 2026-03-11 01:41:18.944158 | fa163e8e-49f5-d0d0-ff60-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-11 01:41:18.944801 | fa163e8e-49f5-d0d0-ff60-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.930099 | 0.63s 2026-03-11 01:41:19.165384 | fa163e8e-49f5-d0d0-ff60-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-11 01:41:19.166491 | fa163e8e-49f5-d0d0-ff60-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.151780 | 0.86s 2026-03-11 01:41:19.350156 | fa163e8e-49f5-d0d0-ff60-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-11 01:41:19.351831 | fa163e8e-49f5-d0d0-ff60-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.337120 | 1.04s 2026-03-11 01:41:19.363177 | fa163e8e-49f5-d0d0-ff60-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.348461 | 1.05s 2026-03-11 01:41:19.389302 | fa163e8e-49f5-d0d0-ff60-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-03-11 01:41:19.863436 | fa163e8e-49f5-d0d0-ff60-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-11 01:41:19.864922 | fa163e8e-49f5-d0d0-ff60-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:06.850208 | 0.47s 2026-03-11 01:41:19.890139 | fa163e8e-49f5-d0d0-ff60-000000000b4d | TASK | create fcontext entry for iscsi 2026-03-11 01:41:21.187744 | fa163e8e-49f5-d0d0-ff60-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 01:41:21.188965 | fa163e8e-49f5-d0d0-ff60-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.174253 | 1.30s 2026-03-11 01:41:22.423248 | fa163e8e-49f5-d0d0-ff60-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 01:41:22.424595 | fa163e8e-49f5-d0d0-ff60-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.409883 | 2.53s 2026-03-11 01:41:23.638960 | fa163e8e-49f5-d0d0-ff60-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 01:41:23.640398 | fa163e8e-49f5-d0d0-ff60-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.625695 | 3.75s 2026-03-11 01:41:23.651369 | fa163e8e-49f5-d0d0-ff60-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.636658 | 3.76s 2026-03-11 01:41:23.676660 | fa163e8e-49f5-d0d0-ff60-000000000b4e | TASK | create persistent directories 2026-03-11 01:41:23.930367 | fa163e8e-49f5-d0d0-ff60-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 01:41:23.931859 | fa163e8e-49f5-d0d0-ff60-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.917140 | 0.25s 2026-03-11 01:41:24.116113 | fa163e8e-49f5-d0d0-ff60-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 01:41:24.117862 | fa163e8e-49f5-d0d0-ff60-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.103152 | 0.44s 2026-03-11 01:41:24.320794 | fa163e8e-49f5-d0d0-ff60-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 01:41:24.322410 | fa163e8e-49f5-d0d0-ff60-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.307702 | 0.64s 2026-03-11 01:41:24.333754 | fa163e8e-49f5-d0d0-ff60-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.319033 | 0.66s 2026-03-11 01:41:24.359461 | fa163e8e-49f5-d0d0-ff60-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-11 01:41:24.583365 | fa163e8e-49f5-d0d0-ff60-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-11 01:41:24.584645 | fa163e8e-49f5-d0d0-ff60-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:11.569934 | 0.22s 2026-03-11 01:41:24.604362 | fa163e8e-49f5-d0d0-ff60-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-03-11 01:41:24.632074 | fa163e8e-49f5-d0d0-ff60-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-11 01:41:24.632968 | fa163e8e-49f5-d0d0-ff60-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:11.618260 | 0.03s 2026-03-11 01:41:24.652160 | fa163e8e-49f5-d0d0-ff60-000000000b51 | TASK | Check if iscsi.service is enabled 2026-03-11 01:41:24.898595 | fa163e8e-49f5-d0d0-ff60-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-11 01:41:24.900019 | fa163e8e-49f5-d0d0-ff60-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:11.885305 | 0.25s 2026-03-11 01:41:24.923971 | fa163e8e-49f5-d0d0-ff60-000000000b52 | TASK | Stop iscsi.service 2026-03-11 01:41:24.964062 | fa163e8e-49f5-d0d0-ff60-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-03-11 01:41:24.965645 | fa163e8e-49f5-d0d0-ff60-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:11.950924 | 0.04s 2026-03-11 01:41:25.019366 | fa163e8e-49f5-d0d0-ff60-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:12.004643 | 0.03s 2026-03-11 01:41:25.115802 | fa163e8e-49f5-d0d0-ff60-00000000104c | TASK | Install additional packages 2026-03-11 01:41:25.142002 | fa163e8e-49f5-d0d0-ff60-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:12.127295 | 0.03s 2026-03-11 01:41:25.159499 | fa163e8e-49f5-d0d0-ff60-00000000104d | TASK | Remove dracut-config-generic 2026-03-11 01:41:29.098166 | fa163e8e-49f5-d0d0-ff60-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-03-11 01:41:29.099616 | fa163e8e-49f5-d0d0-ff60-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:16.084900 | 3.94s 2026-03-11 01:41:29.124469 | fa163e8e-49f5-d0d0-ff60-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-11 01:41:29.333690 | fa163e8e-49f5-d0d0-ff60-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-11 01:41:29.335090 | fa163e8e-49f5-d0d0-ff60-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:16.320377 | 0.21s 2026-03-11 01:41:29.360362 | fa163e8e-49f5-d0d0-ff60-00000000104f | TASK | Write list of modules to load at boot 2026-03-11 01:41:29.817132 | fa163e8e-49f5-d0d0-ff60-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-03-11 01:41:29.818179 | fa163e8e-49f5-d0d0-ff60-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:16.803472 | 0.46s 2026-03-11 01:41:29.838551 | fa163e8e-49f5-d0d0-ff60-000000001050 | TASK | Modules reload 2026-03-11 01:41:30.246912 | fa163e8e-49f5-d0d0-ff60-000000001050 | CHANGED | Modules reload | standalone 2026-03-11 01:41:30.249081 | fa163e8e-49f5-d0d0-ff60-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:17.234367 | 0.41s 2026-03-11 01:41:30.275671 | fa163e8e-49f5-d0d0-ff60-000000001051 | TASK | Set default sysctl options 2026-03-11 01:41:30.738973 | fa163e8e-49f5-d0d0-ff60-000000001051 | CHANGED | Set default sysctl options | standalone 2026-03-11 01:41:30.739825 | fa163e8e-49f5-d0d0-ff60-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:17.725121 | 0.46s 2026-03-11 01:41:30.756968 | fa163e8e-49f5-d0d0-ff60-000000001052 | TASK | Set extra sysctl options 2026-03-11 01:41:31.154616 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-11 01:41:31.156580 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.141864 | 0.40s 2026-03-11 01:41:31.393286 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-11 01:41:31.393877 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.379175 | 0.64s 2026-03-11 01:41:31.626376 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-11 01:41:31.627296 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.612586 | 0.87s 2026-03-11 01:41:31.842475 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-11 01:41:31.844000 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.829290 | 1.09s 2026-03-11 01:41:32.054115 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-11 01:41:32.055033 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.040323 | 1.30s 2026-03-11 01:41:32.244504 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-11 01:41:32.245481 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.230769 | 1.49s 2026-03-11 01:41:32.443881 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-11 01:41:32.444482 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.429781 | 1.69s 2026-03-11 01:41:32.639778 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-11 01:41:32.641192 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.626479 | 1.88s 2026-03-11 01:41:32.835627 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-11 01:41:32.837139 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.822421 | 2.08s 2026-03-11 01:41:33.079471 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-11 01:41:33.080421 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.065711 | 2.32s 2026-03-11 01:41:34.338652 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-11 01:41:34.339610 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.324896 | 3.58s 2026-03-11 01:41:35.593862 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-11 01:41:35.594965 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.580253 | 4.84s 2026-03-11 01:41:35.842897 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-11 01:41:35.843659 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.828954 | 5.09s 2026-03-11 01:41:36.046323 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-11 01:41:36.047223 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.032517 | 5.29s 2026-03-11 01:41:36.257695 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-11 01:41:36.258721 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.244010 | 5.50s 2026-03-11 01:41:36.484098 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-11 01:41:36.485112 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.470402 | 5.73s 2026-03-11 01:41:36.708350 | fa163e8e-49f5-d0d0-ff60-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-11 01:41:36.709859 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.695143 | 5.95s 2026-03-11 01:41:36.725217 | fa163e8e-49f5-d0d0-ff60-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.710499 | 5.97s 2026-03-11 01:41:36.755734 | fa163e8e-49f5-d0d0-ff60-000000001054 | TASK | Sysctl reload 2026-03-11 01:41:37.135199 | fa163e8e-49f5-d0d0-ff60-000000001054 | CHANGED | Sysctl reload | standalone 2026-03-11 01:41:37.136660 | fa163e8e-49f5-d0d0-ff60-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:24.121951 | 0.38s 2026-03-11 01:41:37.174556 | fa163e8e-49f5-d0d0-ff60-000000000b54 | TASK | create persistent directories 2026-03-11 01:41:37.415916 | fa163e8e-49f5-d0d0-ff60-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-11 01:41:37.418031 | fa163e8e-49f5-d0d0-ff60-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.403307 | 0.24s 2026-03-11 01:41:37.633920 | fa163e8e-49f5-d0d0-ff60-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-11 01:41:37.635598 | fa163e8e-49f5-d0d0-ff60-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.620886 | 0.46s 2026-03-11 01:41:37.645425 | fa163e8e-49f5-d0d0-ff60-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.630715 | 0.47s 2026-03-11 01:41:37.662574 | fa163e8e-49f5-d0d0-ff60-000000000b55 | TASK | Check if file certs_valid exist 2026-03-11 01:41:37.840866 | fa163e8e-49f5-d0d0-ff60-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-03-11 01:41:37.842102 | fa163e8e-49f5-d0d0-ff60-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:24.827388 | 0.18s 2026-03-11 01:41:37.866377 | fa163e8e-49f5-d0d0-ff60-000000000b56 | TASK | Check if file cert9.db exist 2026-03-11 01:41:38.023743 | fa163e8e-49f5-d0d0-ff60-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-03-11 01:41:38.024981 | fa163e8e-49f5-d0d0-ff60-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:25.010268 | 0.16s 2026-03-11 01:41:38.050368 | fa163e8e-49f5-d0d0-ff60-000000000b57 | TASK | Check if file key4.db exist 2026-03-11 01:41:38.229554 | fa163e8e-49f5-d0d0-ff60-000000000b57 | OK | Check if file key4.db exist | standalone 2026-03-11 01:41:38.230842 | fa163e8e-49f5-d0d0-ff60-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:25.216128 | 0.18s 2026-03-11 01:41:38.284620 | fa163e8e-49f5-d0d0-ff60-000000000b58 | SKIPPED | fail | standalone 2026-03-11 01:41:38.285696 | fa163e8e-49f5-d0d0-ff60-000000000b58 | TIMING | fail | standalone | 0:02:25.270983 | 0.03s 2026-03-11 01:41:38.309545 | fa163e8e-49f5-d0d0-ff60-000000000b59 | TASK | Create persistent directories 2026-03-11 01:41:38.569280 | fa163e8e-49f5-d0d0-ff60-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 01:41:38.571016 | fa163e8e-49f5-d0d0-ff60-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.556295 | 0.26s 2026-03-11 01:41:38.822749 | fa163e8e-49f5-d0d0-ff60-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-11 01:41:38.823543 | fa163e8e-49f5-d0d0-ff60-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.808840 | 0.51s 2026-03-11 01:41:38.827197 | fa163e8e-49f5-d0d0-ff60-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.812482 | 0.52s 2026-03-11 01:41:38.852438 | fa163e8e-49f5-d0d0-ff60-000000000b5a | TASK | create persistent directories 2026-03-11 01:41:39.092862 | fa163e8e-49f5-d0d0-ff60-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 01:41:39.095112 | fa163e8e-49f5-d0d0-ff60-000000000b5a | TIMING | create persistent directories | standalone | 0:02:26.080395 | 0.24s 2026-03-11 01:41:39.105015 | fa163e8e-49f5-d0d0-ff60-000000000b5a | TIMING | create persistent directories | standalone | 0:02:26.090297 | 0.25s 2026-03-11 01:41:39.130015 | fa163e8e-49f5-d0d0-ff60-000000000b5b | TASK | create persistent directories 2026-03-11 01:41:39.383020 | fa163e8e-49f5-d0d0-ff60-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 01:41:39.384193 | fa163e8e-49f5-d0d0-ff60-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.369471 | 0.25s 2026-03-11 01:41:39.602443 | fa163e8e-49f5-d0d0-ff60-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-11 01:41:39.604324 | fa163e8e-49f5-d0d0-ff60-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.589613 | 0.47s 2026-03-11 01:41:39.614941 | fa163e8e-49f5-d0d0-ff60-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.600224 | 0.48s 2026-03-11 01:41:39.641288 | fa163e8e-49f5-d0d0-ff60-000000000b5c | TASK | create persistent directories 2026-03-11 01:41:39.876711 | fa163e8e-49f5-d0d0-ff60-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-11 01:41:39.878283 | fa163e8e-49f5-d0d0-ff60-000000000b5c | TIMING | create persistent directories | standalone | 0:02:26.863564 | 0.24s 2026-03-11 01:41:39.885057 | fa163e8e-49f5-d0d0-ff60-000000000b5c | TIMING | create persistent directories | standalone | 0:02:26.870342 | 0.24s 2026-03-11 01:41:39.910039 | fa163e8e-49f5-d0d0-ff60-000000000b5d | TASK | create persistent directories 2026-03-11 01:41:40.128028 | fa163e8e-49f5-d0d0-ff60-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-11 01:41:40.130219 | fa163e8e-49f5-d0d0-ff60-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.115499 | 0.22s 2026-03-11 01:41:40.340082 | fa163e8e-49f5-d0d0-ff60-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-11 01:41:40.342011 | fa163e8e-49f5-d0d0-ff60-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.327299 | 0.43s 2026-03-11 01:41:40.529968 | fa163e8e-49f5-d0d0-ff60-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-11 01:41:40.531013 | fa163e8e-49f5-d0d0-ff60-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.516304 | 0.62s 2026-03-11 01:41:40.543684 | fa163e8e-49f5-d0d0-ff60-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.528970 | 0.63s 2026-03-11 01:41:40.570383 | fa163e8e-49f5-d0d0-ff60-000000000b5e | TASK | create persistent directories 2026-03-11 01:41:40.825071 | fa163e8e-49f5-d0d0-ff60-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 01:41:40.827538 | fa163e8e-49f5-d0d0-ff60-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.812814 | 0.26s 2026-03-11 01:41:41.029302 | fa163e8e-49f5-d0d0-ff60-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-11 01:41:41.031160 | fa163e8e-49f5-d0d0-ff60-000000000b5e | TIMING | create persistent directories | standalone | 0:02:28.016449 | 0.46s 2026-03-11 01:41:41.041763 | fa163e8e-49f5-d0d0-ff60-000000000b5e | TIMING | create persistent directories | standalone | 0:02:28.027043 | 0.47s 2026-03-11 01:41:41.067269 | fa163e8e-49f5-d0d0-ff60-000000000b5f | TASK | create persistent directories 2026-03-11 01:41:41.303737 | fa163e8e-49f5-d0d0-ff60-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 01:41:41.305261 | fa163e8e-49f5-d0d0-ff60-000000000b5f | TIMING | create persistent directories | standalone | 0:02:28.290507 | 0.24s 2026-03-11 01:41:41.311125 | fa163e8e-49f5-d0d0-ff60-000000000b5f | TIMING | create persistent directories | standalone | 0:02:28.296415 | 0.24s 2026-03-11 01:41:41.336395 | fa163e8e-49f5-d0d0-ff60-000000000b60 | TASK | creating directory 2026-03-11 01:41:41.559217 | fa163e8e-49f5-d0d0-ff60-000000000b60 | CHANGED | creating directory | standalone 2026-03-11 01:41:41.560556 | fa163e8e-49f5-d0d0-ff60-000000000b60 | TIMING | creating directory | standalone | 0:02:28.545842 | 0.22s 2026-03-11 01:41:41.585164 | fa163e8e-49f5-d0d0-ff60-000000000b61 | TASK | derive pci passthrough whitelist 2026-03-11 01:41:42.057934 | fa163e8e-49f5-d0d0-ff60-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-11 01:41:42.059183 | fa163e8e-49f5-d0d0-ff60-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:29.044470 | 0.47s 2026-03-11 01:41:42.076860 | fa163e8e-49f5-d0d0-ff60-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-11 01:41:42.898485 | fa163e8e-49f5-d0d0-ff60-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-11 01:41:42.899858 | fa163e8e-49f5-d0d0-ff60-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:29.885143 | 0.82s 2026-03-11 01:41:42.924553 | fa163e8e-49f5-d0d0-ff60-000000000b63 | TASK | create /run/netns with temp namespace 2026-03-11 01:41:43.146562 | fa163e8e-49f5-d0d0-ff60-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-11 01:41:43.147887 | fa163e8e-49f5-d0d0-ff60-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:30.133169 | 0.22s 2026-03-11 01:41:43.172945 | fa163e8e-49f5-d0d0-ff60-000000000b64 | TASK | remove temp namespace 2026-03-11 01:41:43.402545 | fa163e8e-49f5-d0d0-ff60-000000000b64 | CHANGED | remove temp namespace | standalone 2026-03-11 01:41:43.403526 | fa163e8e-49f5-d0d0-ff60-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:30.388819 | 0.23s 2026-03-11 01:41:43.423359 | fa163e8e-49f5-d0d0-ff60-000000000b65 | TASK | create /var/lib/neutron 2026-03-11 01:41:43.641712 | fa163e8e-49f5-d0d0-ff60-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-03-11 01:41:43.643186 | fa163e8e-49f5-d0d0-ff60-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:30.628471 | 0.22s 2026-03-11 01:41:43.667954 | fa163e8e-49f5-d0d0-ff60-000000000b66 | TASK | set conditions 2026-03-11 01:41:43.688622 | fa163e8e-49f5-d0d0-ff60-000000000b66 | OK | set conditions | standalone 2026-03-11 01:41:43.689719 | fa163e8e-49f5-d0d0-ff60-000000000b66 | TIMING | set conditions | standalone | 0:02:30.675006 | 0.02s 2026-03-11 01:41:43.714179 | fa163e8e-49f5-d0d0-ff60-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-11 01:41:43.947883 | fa163e8e-49f5-d0d0-ff60-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-11 01:41:43.949206 | fa163e8e-49f5-d0d0-ff60-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:30.934492 | 0.23s 2026-03-11 01:41:43.973026 | fa163e8e-49f5-d0d0-ff60-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-03-11 01:41:44.438166 | fa163e8e-49f5-d0d0-ff60-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-11 01:41:44.439636 | fa163e8e-49f5-d0d0-ff60-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:31.424921 | 0.47s 2026-03-11 01:41:44.464381 | fa163e8e-49f5-d0d0-ff60-000000000b69 | TASK | create haproxy kill script 2026-03-11 01:41:44.946661 | fa163e8e-49f5-d0d0-ff60-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-03-11 01:41:44.948014 | fa163e8e-49f5-d0d0-ff60-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:31.933300 | 0.48s 2026-03-11 01:41:44.973697 | fa163e8e-49f5-d0d0-ff60-000000000b6a | TASK | create persistent directories 2026-03-11 01:41:45.184012 | fa163e8e-49f5-d0d0-ff60-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 01:41:45.185628 | fa163e8e-49f5-d0d0-ff60-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.170908 | 0.21s 2026-03-11 01:41:45.406153 | fa163e8e-49f5-d0d0-ff60-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-11 01:41:45.407224 | fa163e8e-49f5-d0d0-ff60-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.392514 | 0.43s 2026-03-11 01:41:45.419538 | fa163e8e-49f5-d0d0-ff60-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.404819 | 0.44s 2026-03-11 01:41:45.446121 | fa163e8e-49f5-d0d0-ff60-000000000b6b | TASK | create persistent directories 2026-03-11 01:41:45.677301 | fa163e8e-49f5-d0d0-ff60-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 01:41:45.679372 | fa163e8e-49f5-d0d0-ff60-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.664654 | 0.23s 2026-03-11 01:41:45.689836 | fa163e8e-49f5-d0d0-ff60-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.675117 | 0.24s 2026-03-11 01:41:45.716741 | fa163e8e-49f5-d0d0-ff60-000000000b6c | TASK | create persistent directories 2026-03-11 01:41:45.959611 | fa163e8e-49f5-d0d0-ff60-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 01:41:45.962066 | fa163e8e-49f5-d0d0-ff60-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.947345 | 0.24s 2026-03-11 01:41:46.125754 | fa163e8e-49f5-d0d0-ff60-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-11 01:41:46.126836 | fa163e8e-49f5-d0d0-ff60-000000000b6c | TIMING | create persistent directories | standalone | 0:02:33.112127 | 0.41s 2026-03-11 01:41:46.132937 | fa163e8e-49f5-d0d0-ff60-000000000b6c | TIMING | create persistent directories | standalone | 0:02:33.118229 | 0.41s 2026-03-11 01:41:46.162453 | fa163e8e-49f5-d0d0-ff60-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-11 01:41:46.331978 | fa163e8e-49f5-d0d0-ff60-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-11 01:41:46.332947 | fa163e8e-49f5-d0d0-ff60-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:33.318238 | 0.17s 2026-03-11 01:41:46.354809 | fa163e8e-49f5-d0d0-ff60-000000000b6e | TASK | create persistent directories 2026-03-11 01:41:46.620655 | fa163e8e-49f5-d0d0-ff60-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 01:41:46.622364 | fa163e8e-49f5-d0d0-ff60-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.607641 | 0.27s 2026-03-11 01:41:46.808496 | fa163e8e-49f5-d0d0-ff60-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-11 01:41:46.809771 | fa163e8e-49f5-d0d0-ff60-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.795069 | 0.45s 2026-03-11 01:41:47.041513 | fa163e8e-49f5-d0d0-ff60-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-11 01:41:47.043219 | fa163e8e-49f5-d0d0-ff60-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.028507 | 0.69s 2026-03-11 01:41:47.268056 | fa163e8e-49f5-d0d0-ff60-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 01:41:47.269671 | fa163e8e-49f5-d0d0-ff60-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.254966 | 0.91s 2026-03-11 01:41:47.493918 | fa163e8e-49f5-d0d0-ff60-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-11 01:41:47.495718 | fa163e8e-49f5-d0d0-ff60-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.481009 | 1.14s 2026-03-11 01:41:47.507340 | fa163e8e-49f5-d0d0-ff60-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.492620 | 1.15s 2026-03-11 01:41:47.533931 | fa163e8e-49f5-d0d0-ff60-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-03-11 01:41:48.009536 | fa163e8e-49f5-d0d0-ff60-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-11 01:41:48.011190 | fa163e8e-49f5-d0d0-ff60-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:34.996471 | 0.48s 2026-03-11 01:41:48.037126 | fa163e8e-49f5-d0d0-ff60-000000000b70 | TASK | create tempfiles 2026-03-11 01:41:48.321736 | fa163e8e-49f5-d0d0-ff60-000000000b70 | CHANGED | create tempfiles | standalone 2026-03-11 01:41:48.322569 | fa163e8e-49f5-d0d0-ff60-000000000b70 | TIMING | create tempfiles | standalone | 0:02:35.307862 | 0.28s 2026-03-11 01:41:48.339432 | fa163e8e-49f5-d0d0-ff60-000000000b71 | TASK | Mount Nova NFS Share 2026-03-11 01:41:48.364770 | fa163e8e-49f5-d0d0-ff60-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-11 01:41:48.365412 | fa163e8e-49f5-d0d0-ff60-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:35.350708 | 0.03s 2026-03-11 01:41:48.390481 | fa163e8e-49f5-d0d0-ff60-000000000b73 | TASK | check systemd-container package installed or not 2026-03-11 01:41:48.419099 | fa163e8e-49f5-d0d0-ff60-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-11 01:41:48.420012 | fa163e8e-49f5-d0d0-ff60-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:35.405300 | 0.03s 2026-03-11 01:41:48.440287 | fa163e8e-49f5-d0d0-ff60-000000000b74 | TASK | get latest package from downloaded package versions 2026-03-11 01:41:48.458412 | fa163e8e-49f5-d0d0-ff60-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-11 01:41:48.459293 | fa163e8e-49f5-d0d0-ff60-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:35.444583 | 0.02s 2026-03-11 01:41:48.476215 | fa163e8e-49f5-d0d0-ff60-000000000b75 | TASK | Install systemd-container package on boot 2026-03-11 01:41:48.500867 | fa163e8e-49f5-d0d0-ff60-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-11 01:41:48.501585 | fa163e8e-49f5-d0d0-ff60-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:35.486882 | 0.02s 2026-03-11 01:41:48.518270 | fa163e8e-49f5-d0d0-ff60-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-03-11 01:41:48.534752 | fa163e8e-49f5-d0d0-ff60-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-11 01:41:48.535430 | fa163e8e-49f5-d0d0-ff60-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:35.520726 | 0.02s 2026-03-11 01:41:48.552367 | fa163e8e-49f5-d0d0-ff60-000000000b77 | TASK | check if install-systemd-container service exists 2026-03-11 01:41:48.568185 | fa163e8e-49f5-d0d0-ff60-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-11 01:41:48.568830 | fa163e8e-49f5-d0d0-ff60-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:35.554127 | 0.02s 2026-03-11 01:41:48.585616 | fa163e8e-49f5-d0d0-ff60-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-03-11 01:41:48.602675 | fa163e8e-49f5-d0d0-ff60-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-11 01:41:48.603845 | fa163e8e-49f5-d0d0-ff60-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:35.589131 | 0.02s 2026-03-11 01:41:48.621285 | fa163e8e-49f5-d0d0-ff60-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-11 01:41:48.649817 | fa163e8e-49f5-d0d0-ff60-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-11 01:41:48.650965 | fa163e8e-49f5-d0d0-ff60-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:35.636253 | 0.03s 2026-03-11 01:41:48.676278 | fa163e8e-49f5-d0d0-ff60-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-11 01:41:48.707718 | fa163e8e-49f5-d0d0-ff60-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-11 01:41:48.708863 | fa163e8e-49f5-d0d0-ff60-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:35.694150 | 0.03s 2026-03-11 01:41:48.732763 | fa163e8e-49f5-d0d0-ff60-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 01:41:48.759444 | fa163e8e-49f5-d0d0-ff60-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 01:41:48.760085 | fa163e8e-49f5-d0d0-ff60-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.745381 | 0.03s 2026-03-11 01:41:48.776977 | fa163e8e-49f5-d0d0-ff60-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-11 01:41:48.802741 | fa163e8e-49f5-d0d0-ff60-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 01:41:48.803363 | fa163e8e-49f5-d0d0-ff60-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.788660 | 0.03s 2026-03-11 01:41:48.820138 | fa163e8e-49f5-d0d0-ff60-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-11 01:41:48.845702 | fa163e8e-49f5-d0d0-ff60-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-11 01:41:48.846356 | fa163e8e-49f5-d0d0-ff60-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:35.831652 | 0.03s 2026-03-11 01:41:48.863133 | fa163e8e-49f5-d0d0-ff60-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-11 01:41:48.888807 | fa163e8e-49f5-d0d0-ff60-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-11 01:41:48.889596 | fa163e8e-49f5-d0d0-ff60-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:35.874892 | 0.03s 2026-03-11 01:41:48.908084 | fa163e8e-49f5-d0d0-ff60-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 01:41:48.936001 | fa163e8e-49f5-d0d0-ff60-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 01:41:48.936666 | fa163e8e-49f5-d0d0-ff60-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.921962 | 0.03s 2026-03-11 01:41:48.953559 | fa163e8e-49f5-d0d0-ff60-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-11 01:41:48.981081 | fa163e8e-49f5-d0d0-ff60-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 01:41:48.981800 | fa163e8e-49f5-d0d0-ff60-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.967096 | 0.03s 2026-03-11 01:41:49.005765 | fa163e8e-49f5-d0d0-ff60-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-03-11 01:41:49.036427 | fa163e8e-49f5-d0d0-ff60-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-03-11 01:41:49.037369 | fa163e8e-49f5-d0d0-ff60-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:36.022662 | 0.03s 2026-03-11 01:41:49.056494 | fa163e8e-49f5-d0d0-ff60-000000000b86 | TASK | install nova-compute delay wrapper script 2026-03-11 01:41:49.110797 | fa163e8e-49f5-d0d0-ff60-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-11 01:41:49.112289 | fa163e8e-49f5-d0d0-ff60-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:36.097574 | 0.05s 2026-03-11 01:41:49.136376 | fa163e8e-49f5-d0d0-ff60-000000000b87 | TASK | Is irqbalance enabled 2026-03-11 01:41:49.167179 | fa163e8e-49f5-d0d0-ff60-000000000b87 | OK | Is irqbalance enabled | standalone 2026-03-11 01:41:49.168371 | fa163e8e-49f5-d0d0-ff60-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:36.153658 | 0.03s 2026-03-11 01:41:49.192568 | fa163e8e-49f5-d0d0-ff60-000000000b88 | TASK | disable irqbalance service on compute 2026-03-11 01:41:49.221877 | fa163e8e-49f5-d0d0-ff60-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-03-11 01:41:49.223065 | fa163e8e-49f5-d0d0-ff60-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:36.208352 | 0.03s 2026-03-11 01:41:49.247196 | fa163e8e-49f5-d0d0-ff60-000000000b89 | TASK | create persistent directories 2026-03-11 01:41:49.490817 | fa163e8e-49f5-d0d0-ff60-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-11 01:41:49.492945 | fa163e8e-49f5-d0d0-ff60-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.478230 | 0.24s 2026-03-11 01:41:49.502686 | fa163e8e-49f5-d0d0-ff60-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.487970 | 0.25s 2026-03-11 01:41:49.528147 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TASK | create libvirt persistent data directories 2026-03-11 01:41:49.803572 | fa163e8e-49f5-d0d0-ff60-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-11 01:41:49.806176 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.791453 | 0.28s 2026-03-11 01:41:50.028185 | fa163e8e-49f5-d0d0-ff60-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-11 01:41:50.029603 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.014893 | 0.50s 2026-03-11 01:41:50.263311 | fa163e8e-49f5-d0d0-ff60-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-11 01:41:50.265058 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.250345 | 0.74s 2026-03-11 01:41:50.505836 | fa163e8e-49f5-d0d0-ff60-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 01:41:50.506949 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.492239 | 0.98s 2026-03-11 01:41:50.700712 | fa163e8e-49f5-d0d0-ff60-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-11 01:41:50.702483 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.687773 | 1.17s 2026-03-11 01:41:50.949638 | fa163e8e-49f5-d0d0-ff60-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 01:41:50.951793 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.937075 | 1.42s 2026-03-11 01:41:51.201647 | fa163e8e-49f5-d0d0-ff60-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-11 01:41:51.203092 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.188376 | 1.67s 2026-03-11 01:41:51.439911 | fa163e8e-49f5-d0d0-ff60-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-11 01:41:51.441918 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.427207 | 1.91s 2026-03-11 01:41:51.455332 | fa163e8e-49f5-d0d0-ff60-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.440613 | 1.93s 2026-03-11 01:41:51.482355 | fa163e8e-49f5-d0d0-ff60-000000000b8b | TASK | ensure qemu group is present on the host 2026-03-11 01:41:52.124660 | fa163e8e-49f5-d0d0-ff60-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-03-11 01:41:52.125934 | fa163e8e-49f5-d0d0-ff60-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:39.111221 | 0.64s 2026-03-11 01:41:52.151120 | fa163e8e-49f5-d0d0-ff60-000000000b8c | TASK | ensure qemu user is present on the host 2026-03-11 01:41:52.884618 | fa163e8e-49f5-d0d0-ff60-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-03-11 01:41:52.886090 | fa163e8e-49f5-d0d0-ff60-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:39.871377 | 0.73s 2026-03-11 01:41:52.911546 | fa163e8e-49f5-d0d0-ff60-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-11 01:41:53.153221 | fa163e8e-49f5-d0d0-ff60-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-11 01:41:53.154865 | fa163e8e-49f5-d0d0-ff60-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:40.140152 | 0.24s 2026-03-11 01:41:53.179955 | fa163e8e-49f5-d0d0-ff60-000000000b8e | TASK | check if libvirt is installed 2026-03-11 01:41:53.419950 | fa163e8e-49f5-d0d0-ff60-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-03-11 01:41:53.421272 | fa163e8e-49f5-d0d0-ff60-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:40.406559 | 0.24s 2026-03-11 01:41:53.446074 | fa163e8e-49f5-d0d0-ff60-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-03-11 01:41:53.486633 | fa163e8e-49f5-d0d0-ff60-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-11 01:41:53.492873 | fa163e8e-49f5-d0d0-ff60-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-11 01:41:53.498730 | fa163e8e-49f5-d0d0-ff60-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:40.484008 | 0.05s 2026-03-11 01:41:53.522971 | fa163e8e-49f5-d0d0-ff60-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-03-11 01:41:53.920879 | fa163e8e-49f5-d0d0-ff60-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-11 01:41:53.922376 | fa163e8e-49f5-d0d0-ff60-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:40.907662 | 0.40s 2026-03-11 01:41:53.946983 | fa163e8e-49f5-d0d0-ff60-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-11 01:41:54.984109 | fa163e8e-49f5-d0d0-ff60-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-11 01:41:54.985714 | fa163e8e-49f5-d0d0-ff60-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:41.971001 | 1.04s 2026-03-11 01:41:55.010184 | fa163e8e-49f5-d0d0-ff60-000000000b92 | TASK | remove gnutls-qemu.config 2026-03-11 01:41:55.240061 | fa163e8e-49f5-d0d0-ff60-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-03-11 01:41:55.241430 | fa163e8e-49f5-d0d0-ff60-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:42.226718 | 0.23s 2026-03-11 01:41:55.265956 | fa163e8e-49f5-d0d0-ff60-000000000b93 | TASK | update crypto policies 2026-03-11 01:41:55.295486 | fa163e8e-49f5-d0d0-ff60-000000000b93 | SKIPPED | update crypto policies | standalone 2026-03-11 01:41:55.296771 | fa163e8e-49f5-d0d0-ff60-000000000b93 | TIMING | update crypto policies | standalone | 0:02:42.282058 | 0.03s 2026-03-11 01:41:55.321191 | fa163e8e-49f5-d0d0-ff60-000000000b94 | TASK | Create libvirt persistent data directories 2026-03-11 01:41:55.563087 | fa163e8e-49f5-d0d0-ff60-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-11 01:41:55.564807 | fa163e8e-49f5-d0d0-ff60-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:42.550101 | 0.24s 2026-03-11 01:41:55.575212 | fa163e8e-49f5-d0d0-ff60-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:42.560494 | 0.25s 2026-03-11 01:41:55.600447 | fa163e8e-49f5-d0d0-ff60-000000000b95 | TASK | create persistent directories 2026-03-11 01:41:55.866024 | fa163e8e-49f5-d0d0-ff60-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 01:41:55.868395 | fa163e8e-49f5-d0d0-ff60-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.853675 | 0.27s 2026-03-11 01:41:56.088913 | fa163e8e-49f5-d0d0-ff60-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 01:41:56.090448 | fa163e8e-49f5-d0d0-ff60-000000000b95 | TIMING | create persistent directories | standalone | 0:02:43.075734 | 0.49s 2026-03-11 01:41:56.100369 | fa163e8e-49f5-d0d0-ff60-000000000b95 | TIMING | create persistent directories | standalone | 0:02:43.085661 | 0.50s 2026-03-11 01:41:56.117588 | fa163e8e-49f5-d0d0-ff60-000000000b96 | TASK | Copy in cleanup script 2026-03-11 01:41:56.566647 | fa163e8e-49f5-d0d0-ff60-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-03-11 01:41:56.567977 | fa163e8e-49f5-d0d0-ff60-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:43.553264 | 0.45s 2026-03-11 01:41:56.592861 | fa163e8e-49f5-d0d0-ff60-000000000b97 | TASK | Copy in cleanup service 2026-03-11 01:41:57.028374 | fa163e8e-49f5-d0d0-ff60-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-03-11 01:41:57.029681 | fa163e8e-49f5-d0d0-ff60-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:44.014969 | 0.44s 2026-03-11 01:41:57.052767 | fa163e8e-49f5-d0d0-ff60-000000000b98 | TASK | Enabling the cleanup service 2026-03-11 01:41:57.683707 | fa163e8e-49f5-d0d0-ff60-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-03-11 01:41:57.685068 | fa163e8e-49f5-d0d0-ff60-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:44.670359 | 0.63s 2026-03-11 01:41:57.703558 | fa163e8e-49f5-d0d0-ff60-000000000b99 | TASK | create persistent directories 2026-03-11 01:41:57.944079 | fa163e8e-49f5-d0d0-ff60-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 01:41:57.945058 | fa163e8e-49f5-d0d0-ff60-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.930349 | 0.24s 2026-03-11 01:41:58.128071 | fa163e8e-49f5-d0d0-ff60-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 01:41:58.129133 | fa163e8e-49f5-d0d0-ff60-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.114422 | 0.42s 2026-03-11 01:41:58.135982 | fa163e8e-49f5-d0d0-ff60-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.121264 | 0.43s 2026-03-11 01:41:58.160901 | fa163e8e-49f5-d0d0-ff60-000000000b9a | TASK | set conditions 2026-03-11 01:41:58.190460 | fa163e8e-49f5-d0d0-ff60-000000000b9a | OK | set conditions | standalone 2026-03-11 01:41:58.191533 | fa163e8e-49f5-d0d0-ff60-000000000b9a | TIMING | set conditions | standalone | 0:02:45.176826 | 0.03s 2026-03-11 01:41:58.211037 | fa163e8e-49f5-d0d0-ff60-000000000b9b | TASK | create persistent directories 2026-03-11 01:41:58.449695 | fa163e8e-49f5-d0d0-ff60-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 01:41:58.451492 | fa163e8e-49f5-d0d0-ff60-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.436772 | 0.24s 2026-03-11 01:41:58.648970 | fa163e8e-49f5-d0d0-ff60-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-11 01:41:58.650221 | fa163e8e-49f5-d0d0-ff60-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.635519 | 0.44s 2026-03-11 01:41:58.883475 | fa163e8e-49f5-d0d0-ff60-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-11 01:41:58.885214 | fa163e8e-49f5-d0d0-ff60-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.870507 | 0.67s 2026-03-11 01:41:58.896917 | fa163e8e-49f5-d0d0-ff60-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.882195 | 0.68s 2026-03-11 01:41:58.925952 | fa163e8e-49f5-d0d0-ff60-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-03-11 01:41:59.352419 | fa163e8e-49f5-d0d0-ff60-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-11 01:41:59.353918 | fa163e8e-49f5-d0d0-ff60-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:46.339197 | 0.43s 2026-03-11 01:41:59.384149 | fa163e8e-49f5-d0d0-ff60-000000000b9d | TASK | create persistent directories 2026-03-11 01:41:59.608643 | fa163e8e-49f5-d0d0-ff60-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 01:41:59.610879 | fa163e8e-49f5-d0d0-ff60-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.596156 | 0.22s 2026-03-11 01:41:59.776682 | fa163e8e-49f5-d0d0-ff60-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-11 01:41:59.777763 | fa163e8e-49f5-d0d0-ff60-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.763054 | 0.39s 2026-03-11 01:41:59.790305 | fa163e8e-49f5-d0d0-ff60-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.775589 | 0.40s 2026-03-11 01:41:59.815696 | fa163e8e-49f5-d0d0-ff60-000000000b9e | TASK | create empty log files 2026-03-11 01:42:00.063363 | fa163e8e-49f5-d0d0-ff60-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-03-11 01:42:00.064954 | fa163e8e-49f5-d0d0-ff60-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.050235 | 0.25s 2026-03-11 01:42:00.220317 | fa163e8e-49f5-d0d0-ff60-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-03-11 01:42:00.222187 | fa163e8e-49f5-d0d0-ff60-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.207477 | 0.41s 2026-03-11 01:42:00.233317 | fa163e8e-49f5-d0d0-ff60-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.218607 | 0.42s 2026-03-11 01:42:00.258472 | fa163e8e-49f5-d0d0-ff60-000000000b9f | TASK | create persistent directories 2026-03-11 01:42:00.493548 | fa163e8e-49f5-d0d0-ff60-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 01:42:00.495749 | fa163e8e-49f5-d0d0-ff60-000000000b9f | TIMING | create persistent directories | standalone | 0:02:47.481033 | 0.24s 2026-03-11 01:42:00.506049 | fa163e8e-49f5-d0d0-ff60-000000000b9f | TIMING | create persistent directories | standalone | 0:02:47.491329 | 0.25s 2026-03-11 01:42:00.531143 | fa163e8e-49f5-d0d0-ff60-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-03-11 01:42:03.565950 | fa163e8e-49f5-d0d0-ff60-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-11 01:42:03.566782 | fa163e8e-49f5-d0d0-ff60-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:50.552079 | 3.03s 2026-03-11 01:42:03.619637 | fa163e8e-49f5-d0d0-ff60-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:50.604916 | 0.03s 2026-03-11 01:42:03.677815 | fa163e8e-49f5-d0d0-ff60-00000000129e | TASK | Gather variables for each operating system 2026-03-11 01:42:03.792687 | fa163e8e-49f5-d0d0-ff60-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:50.777952 | 0.11s 2026-03-11 01:42:03.820368 | fa163e8e-49f5-d0d0-ff60-00000000129f | TASK | Set packages facts 2026-03-11 01:42:03.853330 | fa163e8e-49f5-d0d0-ff60-00000000129f | OK | Set packages facts | standalone 2026-03-11 01:42:03.854855 | fa163e8e-49f5-d0d0-ff60-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:50.840140 | 0.03s 2026-03-11 01:42:03.881366 | fa163e8e-49f5-d0d0-ff60-0000000012a0 | TASK | Manage package 2026-03-11 01:42:03.947154 | fa163e8e-49f5-d0d0-ff60-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-11 01:42:03.973676 | fa163e8e-49f5-d0d0-ff60-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-11 01:42:03.991138 | fa163e8e-49f5-d0d0-ff60-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-11 01:42:08.685163 | fa163e8e-49f5-d0d0-ff60-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.670435 | 4.80s 2026-03-11 01:42:08.708122 | fa163e8e-49f5-d0d0-ff60-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-11 01:42:08.723370 | fa163e8e-49f5-d0d0-ff60-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.708652 | 4.84s 2026-03-11 01:42:08.777857 | fa163e8e-49f5-d0d0-ff60-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-03-11 01:42:10.207786 | fa163e8e-49f5-d0d0-ff60-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-11 01:42:10.209346 | fa163e8e-49f5-d0d0-ff60-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:57.194629 | 1.43s 2026-03-11 01:42:10.233461 | fa163e8e-49f5-d0d0-ff60-000000000ba5 | TASK | create persistent directories 2026-03-11 01:42:10.457780 | fa163e8e-49f5-d0d0-ff60-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 01:42:10.460097 | fa163e8e-49f5-d0d0-ff60-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.445373 | 0.23s 2026-03-11 01:42:10.690158 | fa163e8e-49f5-d0d0-ff60-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 01:42:10.691388 | fa163e8e-49f5-d0d0-ff60-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.676655 | 0.46s 2026-03-11 01:42:10.704548 | fa163e8e-49f5-d0d0-ff60-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.689835 | 0.47s 2026-03-11 01:42:10.724459 | fa163e8e-49f5-d0d0-ff60-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-11 01:42:10.998588 | fa163e8e-49f5-d0d0-ff60-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-03-11 01:42:10.999892 | fa163e8e-49f5-d0d0-ff60-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:57.985179 | 0.27s 2026-03-11 01:42:11.024309 | fa163e8e-49f5-d0d0-ff60-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-11 01:42:11.052613 | fa163e8e-49f5-d0d0-ff60-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-11 01:42:11.053854 | fa163e8e-49f5-d0d0-ff60-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:58.039140 | 0.03s 2026-03-11 01:42:11.078746 | fa163e8e-49f5-d0d0-ff60-000000000ba8 | TASK | Remove existing entries from logind conf 2026-03-11 01:42:11.291596 | fa163e8e-49f5-d0d0-ff60-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-03-11 01:42:11.292893 | fa163e8e-49f5-d0d0-ff60-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:58.278179 | 0.21s 2026-03-11 01:42:11.311063 | fa163e8e-49f5-d0d0-ff60-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-03-11 01:42:11.510596 | fa163e8e-49f5-d0d0-ff60-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-11 01:42:11.511852 | fa163e8e-49f5-d0d0-ff60-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:58.497142 | 0.20s 2026-03-11 01:42:11.534669 | fa163e8e-49f5-d0d0-ff60-000000000baa | TASK | Restart systemd-logind 2026-03-11 01:42:11.992451 | fa163e8e-49f5-d0d0-ff60-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-03-11 01:42:11.994314 | fa163e8e-49f5-d0d0-ff60-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:58.979600 | 0.46s 2026-03-11 01:42:12.021008 | fa163e8e-49f5-d0d0-ff60-000000000bab | 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}} 2026-03-11 01:42:12.085402 | fa163e8e-49f5-d0d0-ff60-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-11 01:42:12.086390 | fa163e8e-49f5-d0d0-ff60-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:59.071674 | 0.06s 2026-03-11 01:42:12.110928 | fa163e8e-49f5-d0d0-ff60-000000000bac | 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}} 2026-03-11 01:42:12.171214 | fa163e8e-49f5-d0d0-ff60-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-11 01:42:12.172228 | fa163e8e-49f5-d0d0-ff60-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:59.157508 | 0.06s 2026-03-11 01:42:12.198075 | fa163e8e-49f5-d0d0-ff60-000000000bad | TASK | create persistent logs directory 2026-03-11 01:42:12.460442 | fa163e8e-49f5-d0d0-ff60-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-11 01:42:12.461978 | fa163e8e-49f5-d0d0-ff60-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.447259 | 0.26s 2026-03-11 01:42:12.648798 | fa163e8e-49f5-d0d0-ff60-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-11 01:42:12.650539 | fa163e8e-49f5-d0d0-ff60-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.635830 | 0.45s 2026-03-11 01:42:12.661357 | fa163e8e-49f5-d0d0-ff60-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.646645 | 0.46s 2026-03-11 01:42:12.686461 | fa163e8e-49f5-d0d0-ff60-000000000baf | TASK | Set login facts 2026-03-11 01:42:12.716905 | fa163e8e-49f5-d0d0-ff60-000000000baf | OK | Set login facts | standalone 2026-03-11 01:42:12.717708 | fa163e8e-49f5-d0d0-ff60-000000000baf | TIMING | Set login facts | standalone | 0:02:59.703003 | 0.03s 2026-03-11 01:42:12.736061 | fa163e8e-49f5-d0d0-ff60-000000000bb0 | TASK | Convert logins json to dict 2026-03-11 01:42:12.778517 | fa163e8e-49f5-d0d0-ff60-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-03-11 01:42:12.779606 | fa163e8e-49f5-d0d0-ff60-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:59.764897 | 0.04s 2026-03-11 01:42:12.798404 | fa163e8e-49f5-d0d0-ff60-000000000bb1 | TASK | Set registry logins 2026-03-11 01:42:12.844453 | fa163e8e-49f5-d0d0-ff60-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-03-11 01:42:12.845087 | fa163e8e-49f5-d0d0-ff60-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:59.830383 | 0.05s 2026-03-11 01:42:12.864006 | fa163e8e-49f5-d0d0-ff60-000000000bb2 | TASK | Run podman install 2026-03-11 01:42:12.892269 | fa163e8e-49f5-d0d0-ff60-000000000bb2 | TIMING | Run podman install | standalone | 0:02:59.877522 | 0.03s 2026-03-11 01:42:12.954341 | fa163e8e-49f5-d0d0-ff60-000000001330 | TASK | Gather variables for each operating system 2026-03-11 01:42:13.110139 | fa163e8e-49f5-d0d0-ff60-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-11 01:42:13.112029 | fa163e8e-49f5-d0d0-ff60-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.097306 | 0.16s 2026-03-11 01:42:13.122164 | fa163e8e-49f5-d0d0-ff60-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.107454 | 0.17s 2026-03-11 01:42:13.146964 | fa163e8e-49f5-d0d0-ff60-000000001332 | TASK | ensure podman and deps are installed 2026-03-11 01:42:16.869941 | fa163e8e-49f5-d0d0-ff60-000000001332 | OK | ensure podman and deps are installed | standalone 2026-03-11 01:42:16.871187 | fa163e8e-49f5-d0d0-ff60-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:03.856474 | 3.72s 2026-03-11 01:42:16.891216 | fa163e8e-49f5-d0d0-ff60-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-03-11 01:42:17.459900 | fa163e8e-49f5-d0d0-ff60-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-11 01:42:17.460865 | fa163e8e-49f5-d0d0-ff60-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:04.446157 | 0.57s 2026-03-11 01:42:17.481202 | fa163e8e-49f5-d0d0-ff60-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-11 01:42:17.509027 | fa163e8e-49f5-d0d0-ff60-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-11 01:42:17.509965 | fa163e8e-49f5-d0d0-ff60-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:04.495257 | 0.03s 2026-03-11 01:42:17.530631 | fa163e8e-49f5-d0d0-ff60-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-03-11 01:42:17.557521 | fa163e8e-49f5-d0d0-ff60-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-11 01:42:17.558351 | fa163e8e-49f5-d0d0-ff60-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:04.543643 | 0.03s 2026-03-11 01:42:17.579677 | fa163e8e-49f5-d0d0-ff60-000000001337 | TASK | Update default network configuration if possible 2026-03-11 01:42:17.607136 | fa163e8e-49f5-d0d0-ff60-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-03-11 01:42:17.608008 | fa163e8e-49f5-d0d0-ff60-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:04.593300 | 0.03s 2026-03-11 01:42:17.628870 | fa163e8e-49f5-d0d0-ff60-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-03-11 01:42:17.962395 | fa163e8e-49f5-d0d0-ff60-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-11 01:42:17.963224 | fa163e8e-49f5-d0d0-ff60-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:04.948519 | 0.33s 2026-03-11 01:42:17.980122 | fa163e8e-49f5-d0d0-ff60-00000000133a | TASK | Get current podman network 2026-03-11 01:42:18.203585 | fa163e8e-49f5-d0d0-ff60-00000000133a | CHANGED | Get current podman network | standalone 2026-03-11 01:42:18.204549 | fa163e8e-49f5-d0d0-ff60-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:05.189843 | 0.22s 2026-03-11 01:42:18.223100 | fa163e8e-49f5-d0d0-ff60-00000000133b | TASK | Update the default network configuration 2026-03-11 01:42:18.987114 | fa163e8e-49f5-d0d0-ff60-00000000133b | CHANGED | Update the default network configuration | standalone 2026-03-11 01:42:18.987891 | fa163e8e-49f5-d0d0-ff60-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:05.973187 | 0.76s 2026-03-11 01:42:19.004770 | fa163e8e-49f5-d0d0-ff60-00000000133c | TASK | Write containers registries.conf 2026-03-11 01:42:19.441995 | fa163e8e-49f5-d0d0-ff60-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-03-11 01:42:19.442815 | fa163e8e-49f5-d0d0-ff60-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:06.428112 | 0.44s 2026-03-11 01:42:19.460482 | fa163e8e-49f5-d0d0-ff60-00000000133d | TASK | Write containers.conf 2026-03-11 01:42:19.789343 | fa163e8e-49f5-d0d0-ff60-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-11 01:42:19.791055 | fa163e8e-49f5-d0d0-ff60-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.776342 | 0.33s 2026-03-11 01:42:19.965586 | fa163e8e-49f5-d0d0-ff60-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-11 01:42:19.966611 | fa163e8e-49f5-d0d0-ff60-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.951901 | 0.51s 2026-03-11 01:42:20.138528 | fa163e8e-49f5-d0d0-ff60-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-11 01:42:20.139985 | fa163e8e-49f5-d0d0-ff60-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:07.125279 | 0.68s 2026-03-11 01:42:20.319013 | fa163e8e-49f5-d0d0-ff60-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-11 01:42:20.320173 | fa163e8e-49f5-d0d0-ff60-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:07.305468 | 0.86s 2026-03-11 01:42:20.330694 | fa163e8e-49f5-d0d0-ff60-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:07.315983 | 0.87s 2026-03-11 01:42:20.351695 | fa163e8e-49f5-d0d0-ff60-00000000133e | TASK | Enable podman.socket service 2026-03-11 01:42:20.379445 | fa163e8e-49f5-d0d0-ff60-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-03-11 01:42:20.380700 | fa163e8e-49f5-d0d0-ff60-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:07.365987 | 0.03s 2026-03-11 01:42:20.425772 | fa163e8e-49f5-d0d0-ff60-000000000bb3 | TASK | Run podman login 2026-03-11 01:42:20.452815 | fa163e8e-49f5-d0d0-ff60-000000000bb3 | TIMING | Run podman login | standalone | 0:03:07.438097 | 0.03s 2026-03-11 01:42:20.518038 | fa163e8e-49f5-d0d0-ff60-00000000143e | TASK | Perform container registry login(s) with podman 2026-03-11 01:42:20.544846 | fa163e8e-49f5-d0d0-ff60-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:07.530128 | 0.03s 2026-03-11 01:42:20.578482 | fa163e8e-49f5-d0d0-ff60-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-11 01:42:21.030580 | fa163e8e-49f5-d0d0-ff60-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-11 01:42:21.031318 | fa163e8e-49f5-d0d0-ff60-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:08.016613 | 0.45s 2026-03-11 01:42:21.048063 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | TASK | create persistent directories 2026-03-11 01:42:21.283108 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-11 01:42:21.284813 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.270093 | 0.24s 2026-03-11 01:42:21.447217 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-11 01:42:21.448877 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.434167 | 0.40s 2026-03-11 01:42:21.672413 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-11 01:42:21.673026 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.658324 | 0.62s 2026-03-11 01:42:21.685498 | fa163e8e-49f5-d0d0-ff60-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.670786 | 0.64s 2026-03-11 01:42:21.712046 | fa163e8e-49f5-d0d0-ff60-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-03-11 01:42:22.197861 | fa163e8e-49f5-d0d0-ff60-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-11 01:42:22.198622 | fa163e8e-49f5-d0d0-ff60-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:09.183915 | 0.49s 2026-03-11 01:42:22.215351 | fa163e8e-49f5-d0d0-ff60-000000000bb8 | TASK | Ensure rsyslog is installed 2026-03-11 01:42:25.346619 | fa163e8e-49f5-d0d0-ff60-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-03-11 01:42:25.348170 | fa163e8e-49f5-d0d0-ff60-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:12.333452 | 3.13s 2026-03-11 01:42:25.373119 | fa163e8e-49f5-d0d0-ff60-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-03-11 01:42:25.741395 | fa163e8e-49f5-d0d0-ff60-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-03-11 01:42:25.743253 | fa163e8e-49f5-d0d0-ff60-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:12.728518 | 0.37s 2026-03-11 01:42:25.799425 | fa163e8e-49f5-d0d0-ff60-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:12.784699 | 0.03s 2026-03-11 01:42:25.888146 | fa163e8e-49f5-d0d0-ff60-000000001559 | TASK | Gather variables for each operating system 2026-03-11 01:42:26.009546 | fa163e8e-49f5-d0d0-ff60-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-11 01:42:26.011532 | fa163e8e-49f5-d0d0-ff60-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.996815 | 0.12s 2026-03-11 01:42:26.021223 | fa163e8e-49f5-d0d0-ff60-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:13.006511 | 0.13s 2026-03-11 01:42:26.041111 | fa163e8e-49f5-d0d0-ff60-00000000155b | TASK | Install the OpenSSH server 2026-03-11 01:42:29.085174 | fa163e8e-49f5-d0d0-ff60-00000000155b | OK | Install the OpenSSH server | standalone 2026-03-11 01:42:29.086658 | fa163e8e-49f5-d0d0-ff60-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:16.071942 | 3.04s 2026-03-11 01:42:29.113144 | fa163e8e-49f5-d0d0-ff60-00000000155c | TASK | Start sshd 2026-03-11 01:42:29.145475 | fa163e8e-49f5-d0d0-ff60-00000000155c | SKIPPED | Start sshd | standalone 2026-03-11 01:42:29.146729 | fa163e8e-49f5-d0d0-ff60-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:16.132016 | 0.03s 2026-03-11 01:42:29.171194 | fa163e8e-49f5-d0d0-ff60-00000000155d | TASK | PasswordAuthentication notice 2026-03-11 01:42:29.211895 | fa163e8e-49f5-d0d0-ff60-00000000155d | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2026-03-11 01:42:29.213103 | fa163e8e-49f5-d0d0-ff60-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:16.198390 | 0.04s 2026-03-11 01:42:29.237848 | fa163e8e-49f5-d0d0-ff60-00000000155e | TASK | PasswordAuthentication duplication notice 2026-03-11 01:42:29.268423 | fa163e8e-49f5-d0d0-ff60-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-11 01:42:29.269630 | fa163e8e-49f5-d0d0-ff60-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:16.254915 | 0.03s 2026-03-11 01:42:29.295320 | fa163e8e-49f5-d0d0-ff60-00000000155f | TASK | Motd duplication notice 2026-03-11 01:42:29.334064 | fa163e8e-49f5-d0d0-ff60-00000000155f | 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`" } 2026-03-11 01:42:29.335186 | fa163e8e-49f5-d0d0-ff60-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:16.320473 | 0.04s 2026-03-11 01:42:29.360810 | fa163e8e-49f5-d0d0-ff60-000000001560 | TASK | Configure the banner text 2026-03-11 01:42:29.393524 | fa163e8e-49f5-d0d0-ff60-000000001560 | SKIPPED | Configure the banner text | standalone 2026-03-11 01:42:29.394935 | fa163e8e-49f5-d0d0-ff60-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:16.380214 | 0.03s 2026-03-11 01:42:29.420597 | fa163e8e-49f5-d0d0-ff60-000000001561 | TASK | Configure the motd banner 2026-03-11 01:42:29.451089 | fa163e8e-49f5-d0d0-ff60-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-03-11 01:42:29.452274 | fa163e8e-49f5-d0d0-ff60-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:16.437559 | 0.03s 2026-03-11 01:42:29.478266 | fa163e8e-49f5-d0d0-ff60-000000001562 | TASK | Update sshd configuration options from vars 2026-03-11 01:42:29.519586 | fa163e8e-49f5-d0d0-ff60-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-03-11 01:42:29.520826 | fa163e8e-49f5-d0d0-ff60-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:16.506107 | 0.04s 2026-03-11 01:42:29.545797 | fa163e8e-49f5-d0d0-ff60-000000001563 | TASK | Adjust ssh server configuration 2026-03-11 01:42:30.050796 | fa163e8e-49f5-d0d0-ff60-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-03-11 01:42:30.051610 | fa163e8e-49f5-d0d0-ff60-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:17.036905 | 0.50s 2026-03-11 01:42:30.069830 | fa163e8e-49f5-d0d0-ff60-000000001564 | TASK | Restart sshd 2026-03-11 01:42:31.824068 | fa163e8e-49f5-d0d0-ff60-000000001564 | CHANGED | Restart sshd | standalone 2026-03-11 01:42:31.825216 | fa163e8e-49f5-d0d0-ff60-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:18.810511 | 1.75s 2026-03-11 01:42:31.859491 | fa163e8e-49f5-d0d0-ff60-000000000bbb | TASK | create persistent directories 2026-03-11 01:42:32.076962 | fa163e8e-49f5-d0d0-ff60-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 01:42:32.080145 | fa163e8e-49f5-d0d0-ff60-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.065418 | 0.22s 2026-03-11 01:42:32.296994 | fa163e8e-49f5-d0d0-ff60-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-11 01:42:32.297766 | fa163e8e-49f5-d0d0-ff60-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.283062 | 0.44s 2026-03-11 01:42:32.508873 | fa163e8e-49f5-d0d0-ff60-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 01:42:32.510222 | fa163e8e-49f5-d0d0-ff60-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.495512 | 0.65s 2026-03-11 01:42:32.515872 | fa163e8e-49f5-d0d0-ff60-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.501161 | 0.66s 2026-03-11 01:42:32.536599 | fa163e8e-49f5-d0d0-ff60-000000000bbc | TASK | create persistent directories 2026-03-11 01:42:32.777587 | fa163e8e-49f5-d0d0-ff60-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 01:42:32.778876 | fa163e8e-49f5-d0d0-ff60-000000000bbc | TIMING | create persistent directories | standalone | 0:03:19.764155 | 0.24s 2026-03-11 01:42:33.007417 | fa163e8e-49f5-d0d0-ff60-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-11 01:42:33.008911 | fa163e8e-49f5-d0d0-ff60-000000000bbc | TIMING | create persistent directories | standalone | 0:03:19.994201 | 0.47s 2026-03-11 01:42:33.179223 | fa163e8e-49f5-d0d0-ff60-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 01:42:33.181220 | fa163e8e-49f5-d0d0-ff60-000000000bbc | TIMING | create persistent directories | standalone | 0:03:20.166504 | 0.64s 2026-03-11 01:42:33.191179 | fa163e8e-49f5-d0d0-ff60-000000000bbc | TIMING | create persistent directories | standalone | 0:03:20.176467 | 0.65s 2026-03-11 01:42:33.211821 | fa163e8e-49f5-d0d0-ff60-000000000bbd | TASK | Set swift_use_local_disks fact 2026-03-11 01:42:33.250174 | fa163e8e-49f5-d0d0-ff60-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-03-11 01:42:33.251638 | fa163e8e-49f5-d0d0-ff60-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:20.236921 | 0.04s 2026-03-11 01:42:33.271123 | fa163e8e-49f5-d0d0-ff60-000000000bbe | TASK | Set use_node_data_lookup fact 2026-03-11 01:42:33.297367 | fa163e8e-49f5-d0d0-ff60-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-03-11 01:42:33.298329 | fa163e8e-49f5-d0d0-ff60-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:20.283623 | 0.03s 2026-03-11 01:42:33.319489 | fa163e8e-49f5-d0d0-ff60-000000000bbf | TASK | Create Swift d1 directory if needed 2026-03-11 01:42:33.558148 | fa163e8e-49f5-d0d0-ff60-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-11 01:42:33.560136 | fa163e8e-49f5-d0d0-ff60-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:20.545413 | 0.24s 2026-03-11 01:42:33.589151 | fa163e8e-49f5-d0d0-ff60-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-03-11 01:42:33.630083 | fa163e8e-49f5-d0d0-ff60-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-03-11 01:42:33.630974 | fa163e8e-49f5-d0d0-ff60-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:20.616269 | 0.04s 2026-03-11 01:42:33.649555 | fa163e8e-49f5-d0d0-ff60-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-03-11 01:42:33.676441 | fa163e8e-49f5-d0d0-ff60-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-11 01:42:33.677074 | fa163e8e-49f5-d0d0-ff60-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:20.662369 | 0.03s 2026-03-11 01:42:33.694050 | fa163e8e-49f5-d0d0-ff60-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-03-11 01:42:33.718921 | fa163e8e-49f5-d0d0-ff60-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-11 01:42:33.719472 | fa163e8e-49f5-d0d0-ff60-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:20.704769 | 0.02s 2026-03-11 01:42:33.740406 | fa163e8e-49f5-d0d0-ff60-000000000bc3 | TASK | Format SwiftRawDisks 2026-03-11 01:42:33.768439 | fa163e8e-49f5-d0d0-ff60-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:20.753722 | 0.03s 2026-03-11 01:42:33.789649 | fa163e8e-49f5-d0d0-ff60-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-11 01:42:33.829508 | fa163e8e-49f5-d0d0-ff60-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-11 01:42:33.830351 | fa163e8e-49f5-d0d0-ff60-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:20.815642 | 0.04s 2026-03-11 01:42:33.853960 | fa163e8e-49f5-d0d0-ff60-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-03-11 01:42:33.875293 | fa163e8e-49f5-d0d0-ff60-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:20.860575 | 0.02s 2026-03-11 01:42:33.899263 | fa163e8e-49f5-d0d0-ff60-000000000bc6 | TASK | Check for NTP service 2026-03-11 01:42:34.127144 | fa163e8e-49f5-d0d0-ff60-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-03-11 01:42:34.127930 | fa163e8e-49f5-d0d0-ff60-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:21.113226 | 0.23s 2026-03-11 01:42:34.144570 | fa163e8e-49f5-d0d0-ff60-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-03-11 01:42:34.168792 | fa163e8e-49f5-d0d0-ff60-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 01:42:34.169555 | fa163e8e-49f5-d0d0-ff60-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:21.154850 | 0.02s 2026-03-11 01:42:34.186328 | fa163e8e-49f5-d0d0-ff60-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-03-11 01:42:34.199714 | fa163e8e-49f5-d0d0-ff60-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:21.185005 | 0.01s 2026-03-11 01:42:34.266098 | fa163e8e-49f5-d0d0-ff60-0000000016f5 | TASK | Load distro-specific variables 2026-03-11 01:42:34.795004 | fa163e8e-49f5-d0d0-ff60-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.780290 | 0.53s 2026-03-11 01:42:34.803042 | e664ff58-549d-40c1-925f-8ed5742b0aac | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 01:42:34.823818 | fa163e8e-49f5-d0d0-ff60-0000000017da | TASK | Load distro-specific variables 2026-03-11 01:42:34.852697 | fa163e8e-49f5-d0d0-ff60-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 01:42:34.853642 | fa163e8e-49f5-d0d0-ff60-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.838935 | 0.03s 2026-03-11 01:42:34.858065 | fa163e8e-49f5-d0d0-ff60-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.843363 | 0.03s 2026-03-11 01:42:34.875132 | fa163e8e-49f5-d0d0-ff60-0000000016f6 | TASK | Install chronyd 2026-03-11 01:42:34.892174 | fa163e8e-49f5-d0d0-ff60-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:21.877468 | 0.02s 2026-03-11 01:42:34.903352 | e1c3ce70-6248-401b-8a10-4f3a98b36a14 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-11 01:42:34.926097 | fa163e8e-49f5-d0d0-ff60-000000001813 | TASK | Load distro-specific variables 2026-03-11 01:42:34.941018 | fa163e8e-49f5-d0d0-ff60-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.926310 | 0.01s 2026-03-11 01:42:34.948616 | 8001aae0-c200-4641-9ef7-0dad2e6c2987 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 01:42:34.968974 | fa163e8e-49f5-d0d0-ff60-00000000185a | TASK | Load distro-specific variables 2026-03-11 01:42:34.999709 | fa163e8e-49f5-d0d0-ff60-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 01:42:35.000638 | fa163e8e-49f5-d0d0-ff60-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.985932 | 0.03s 2026-03-11 01:42:35.004220 | fa163e8e-49f5-d0d0-ff60-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.989516 | 0.03s 2026-03-11 01:42:35.021395 | fa163e8e-49f5-d0d0-ff60-000000001814 | TASK | Check for NTP service 2026-03-11 01:42:35.428219 | fa163e8e-49f5-d0d0-ff60-000000001814 | CHANGED | Check for NTP service | standalone 2026-03-11 01:42:35.429027 | fa163e8e-49f5-d0d0-ff60-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:22.414323 | 0.41s 2026-03-11 01:42:35.446189 | fa163e8e-49f5-d0d0-ff60-000000001815 | TASK | Disable NTP before configuring Chrony 2026-03-11 01:42:35.475108 | fa163e8e-49f5-d0d0-ff60-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 01:42:35.475730 | fa163e8e-49f5-d0d0-ff60-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:22.461026 | 0.03s 2026-03-11 01:42:35.492857 | fa163e8e-49f5-d0d0-ff60-000000001816 | TASK | Install chronyd package 2026-03-11 01:42:38.612057 | fa163e8e-49f5-d0d0-ff60-000000001816 | OK | Install chronyd package | standalone 2026-03-11 01:42:38.613463 | fa163e8e-49f5-d0d0-ff60-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:25.598750 | 3.12s 2026-03-11 01:42:38.638988 | fa163e8e-49f5-d0d0-ff60-0000000016f7 | TASK | Upgrade chronyd 2026-03-11 01:42:38.667748 | fa163e8e-49f5-d0d0-ff60-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-03-11 01:42:38.668830 | fa163e8e-49f5-d0d0-ff60-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:25.654117 | 0.03s 2026-03-11 01:42:38.693902 | fa163e8e-49f5-d0d0-ff60-0000000016f8 | TASK | Configure chronyd 2026-03-11 01:42:38.726734 | fa163e8e-49f5-d0d0-ff60-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:25.712015 | 0.03s 2026-03-11 01:42:38.745404 | 047bc053-3936-43ee-a30e-73a9566b6872 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-11 01:42:38.783490 | fa163e8e-49f5-d0d0-ff60-000000001893 | TASK | Load distro-specific variables 2026-03-11 01:42:38.802249 | fa163e8e-49f5-d0d0-ff60-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.787514 | 0.02s 2026-03-11 01:42:38.812574 | a58c4e8a-a3e6-476f-b95b-39f010b99a67 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 01:42:38.834806 | fa163e8e-49f5-d0d0-ff60-0000000018ff | TASK | Load distro-specific variables 2026-03-11 01:42:38.868104 | fa163e8e-49f5-d0d0-ff60-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 01:42:38.869485 | fa163e8e-49f5-d0d0-ff60-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.854769 | 0.03s 2026-03-11 01:42:38.874892 | fa163e8e-49f5-d0d0-ff60-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.860186 | 0.04s 2026-03-11 01:42:38.894537 | fa163e8e-49f5-d0d0-ff60-000000001894 | TASK | Install chrony configuration file 2026-03-11 01:42:39.435803 | fa163e8e-49f5-d0d0-ff60-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-03-11 01:42:39.437142 | fa163e8e-49f5-d0d0-ff60-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:26.422429 | 0.54s 2026-03-11 01:42:39.463321 | fa163e8e-49f5-d0d0-ff60-0000000016f9 | TASK | Run chronyd 2026-03-11 01:42:39.492470 | fa163e8e-49f5-d0d0-ff60-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:26.477745 | 0.03s 2026-03-11 01:42:39.516605 | a52988ba-418b-4de9-9610-a10665ec44c6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-11 01:42:39.556285 | fa163e8e-49f5-d0d0-ff60-000000001922 | TASK | Load distro-specific variables 2026-03-11 01:42:39.583693 | fa163e8e-49f5-d0d0-ff60-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.568972 | 0.03s 2026-03-11 01:42:39.596205 | d19777b5-46c3-4ebb-9cdb-15d9333978c3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 01:42:39.622586 | fa163e8e-49f5-d0d0-ff60-0000000019a6 | TASK | Load distro-specific variables 2026-03-11 01:42:39.678318 | fa163e8e-49f5-d0d0-ff60-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 01:42:39.679619 | fa163e8e-49f5-d0d0-ff60-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.664905 | 0.06s 2026-03-11 01:42:39.685209 | fa163e8e-49f5-d0d0-ff60-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.670491 | 0.06s 2026-03-11 01:42:39.711200 | fa163e8e-49f5-d0d0-ff60-000000001923 | TASK | Ensure chronyd is running 2026-03-11 01:42:40.093705 | fa163e8e-49f5-d0d0-ff60-000000001923 | OK | Ensure chronyd is running | standalone 2026-03-11 01:42:40.095829 | fa163e8e-49f5-d0d0-ff60-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:27.081109 | 0.38s 2026-03-11 01:42:40.122004 | fa163e8e-49f5-d0d0-ff60-000000001924 | TASK | Force chronyd restart 2026-03-11 01:42:40.605089 | fa163e8e-49f5-d0d0-ff60-000000001924 | CHANGED | Force chronyd restart | standalone 2026-03-11 01:42:40.607402 | fa163e8e-49f5-d0d0-ff60-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:27.592689 | 0.48s 2026-03-11 01:42:40.633519 | fa163e8e-49f5-d0d0-ff60-0000000016fa | TASK | Enable online service 2026-03-11 01:42:40.663698 | fa163e8e-49f5-d0d0-ff60-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:27.648978 | 0.03s 2026-03-11 01:42:40.681813 | 22ab73fd-d144-4242-bd17-fb4fc56d4aff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-11 01:42:40.726717 | fa163e8e-49f5-d0d0-ff60-0000000019d3 | TASK | Create chrony-online.service unit file 2026-03-11 01:42:41.115969 | fa163e8e-49f5-d0d0-ff60-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-03-11 01:42:41.117643 | fa163e8e-49f5-d0d0-ff60-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:28.102930 | 0.39s 2026-03-11 01:42:41.145969 | fa163e8e-49f5-d0d0-ff60-0000000019d4 | TASK | Enable chrony-online.service 2026-03-11 01:42:42.004433 | fa163e8e-49f5-d0d0-ff60-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-03-11 01:42:42.006529 | fa163e8e-49f5-d0d0-ff60-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:28.991815 | 0.86s 2026-03-11 01:42:42.034340 | fa163e8e-49f5-d0d0-ff60-0000000016fb | TASK | Sync chronyc 2026-03-11 01:42:42.065366 | fa163e8e-49f5-d0d0-ff60-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:29.050645 | 0.03s 2026-03-11 01:42:42.085284 | e93294bb-2799-45ff-ac41-d2bbbe566bb6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-11 01:42:42.135147 | fa163e8e-49f5-d0d0-ff60-000000001a79 | TASK | Force NTP sync 2026-03-11 01:42:42.389322 | fa163e8e-49f5-d0d0-ff60-000000001a79 | CHANGED | Force NTP sync | standalone 2026-03-11 01:42:42.390741 | fa163e8e-49f5-d0d0-ff60-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:29.376020 | 0.25s 2026-03-11 01:42:42.418102 | fa163e8e-49f5-d0d0-ff60-000000001a7a | TASK | Ensure system is NTP time synced 2026-03-11 01:42:52.676889 | fa163e8e-49f5-d0d0-ff60-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 01:42:52.678199 | fa163e8e-49f5-d0d0-ff60-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:39.663489 | 10.26s 2026-03-11 01:42:52.727916 | fa163e8e-49f5-d0d0-ff60-000000000bc9 | TASK | Force NTP sync 2026-03-11 01:42:52.950283 | fa163e8e-49f5-d0d0-ff60-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-03-11 01:42:52.951675 | fa163e8e-49f5-d0d0-ff60-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:39.936959 | 0.22s 2026-03-11 01:42:52.976874 | fa163e8e-49f5-d0d0-ff60-000000000bca | TASK | Ensure system is NTP time synced 2026-03-11 01:42:53.198104 | fa163e8e-49f5-d0d0-ff60-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 01:42:53.199986 | fa163e8e-49f5-d0d0-ff60-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:40.185270 | 0.22s 2026-03-11 01:42:53.227607 | fa163e8e-49f5-d0d0-ff60-000000000bcb | TASK | Run timezone role 2026-03-11 01:42:53.257361 | fa163e8e-49f5-d0d0-ff60-000000000bcb | TIMING | Run timezone role | standalone | 0:03:40.242635 | 0.03s 2026-03-11 01:42:53.408423 | fa163e8e-49f5-d0d0-ff60-000000001c3a | TASK | Set timezone 2026-03-11 01:42:53.916526 | fa163e8e-49f5-d0d0-ff60-000000001c3a | OK | Set timezone | standalone 2026-03-11 01:42:53.917585 | fa163e8e-49f5-d0d0-ff60-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:40.902878 | 0.51s 2026-03-11 01:42:53.943670 | fa163e8e-49f5-d0d0-ff60-000000001c3b | TASK | Restart time services 2026-03-11 01:42:53.984646 | fa163e8e-49f5-d0d0-ff60-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-11 01:42:53.991291 | fa163e8e-49f5-d0d0-ff60-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-03-11 01:42:53.998358 | fa163e8e-49f5-d0d0-ff60-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:40.983631 | 0.05s 2026-03-11 01:42:54.048564 | fa163e8e-49f5-d0d0-ff60-000000000bcc | TASK | install tmpwatch on the host 2026-03-11 01:42:57.061887 | fa163e8e-49f5-d0d0-ff60-000000000bcc | OK | install tmpwatch on the host | standalone 2026-03-11 01:42:57.063605 | fa163e8e-49f5-d0d0-ff60-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:44.048889 | 3.01s 2026-03-11 01:42:57.089174 | fa163e8e-49f5-d0d0-ff60-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-03-11 01:42:57.120079 | fa163e8e-49f5-d0d0-ff60-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-11 01:42:57.121305 | fa163e8e-49f5-d0d0-ff60-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:44.106591 | 0.03s 2026-03-11 01:42:57.174079 | fa163e8e-49f5-d0d0-ff60-000000000bce | TIMING | include_role : tuned | standalone | 0:03:44.159363 | 0.03s 2026-03-11 01:42:57.274375 | fa163e8e-49f5-d0d0-ff60-000000001e6e | TASK | Gather variables for each operating system 2026-03-11 01:42:57.389942 | fa163e8e-49f5-d0d0-ff60-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 01:42:57.391067 | fa163e8e-49f5-d0d0-ff60-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:44.376353 | 0.12s 2026-03-11 01:42:57.397216 | fa163e8e-49f5-d0d0-ff60-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:44.382506 | 0.12s 2026-03-11 01:42:57.466447 | fa163e8e-49f5-d0d0-ff60-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:44.451723 | 0.04s 2026-03-11 01:42:57.486747 | 385f918b-026d-4a32-b609-5e29e801c61f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 01:42:57.520794 | fa163e8e-49f5-d0d0-ff60-000000001f9f | TASK | Check tuned package is installed 2026-03-11 01:42:57.774408 | fa163e8e-49f5-d0d0-ff60-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-03-11 01:42:57.775739 | fa163e8e-49f5-d0d0-ff60-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:44.761024 | 0.25s 2026-03-11 01:42:57.802320 | fa163e8e-49f5-d0d0-ff60-000000001fa0 | TASK | Install tuned 2026-03-11 01:42:57.835899 | fa163e8e-49f5-d0d0-ff60-000000001fa0 | SKIPPED | Install tuned | standalone 2026-03-11 01:42:57.837172 | fa163e8e-49f5-d0d0-ff60-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:44.822458 | 0.03s 2026-03-11 01:42:57.862608 | fa163e8e-49f5-d0d0-ff60-000000001fa1 | TASK | Restart tuned 2026-03-11 01:42:57.901477 | fa163e8e-49f5-d0d0-ff60-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-03-11 01:42:57.902519 | fa163e8e-49f5-d0d0-ff60-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:44.887805 | 0.04s 2026-03-11 01:42:57.929049 | fa163e8e-49f5-d0d0-ff60-000000001e70 | TASK | Check for tuned-adm 2026-03-11 01:42:58.163718 | fa163e8e-49f5-d0d0-ff60-000000001e70 | OK | Check for tuned-adm | standalone 2026-03-11 01:42:58.164992 | fa163e8e-49f5-d0d0-ff60-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:45.150279 | 0.23s 2026-03-11 01:42:58.219685 | fa163e8e-49f5-d0d0-ff60-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:45.204964 | 0.03s 2026-03-11 01:42:58.246498 | e638ed60-96cf-4300-96c7-56292c0390f0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 01:42:58.279806 | fa163e8e-49f5-d0d0-ff60-000000001fcc | TASK | Ensure profile directory exists 2026-03-11 01:42:58.348408 | fa163e8e-49f5-d0d0-ff60-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 01:42:58.349682 | fa163e8e-49f5-d0d0-ff60-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:45.334968 | 0.07s 2026-03-11 01:42:58.375453 | fa163e8e-49f5-d0d0-ff60-000000001fcd | TASK | Create custom tuned profile 2026-03-11 01:42:58.446583 | fa163e8e-49f5-d0d0-ff60-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-03-11 01:42:58.447773 | fa163e8e-49f5-d0d0-ff60-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:45.433059 | 0.07s 2026-03-11 01:42:58.473995 | fa163e8e-49f5-d0d0-ff60-000000001fce | TASK | Check tuned active profile 2026-03-11 01:42:58.703795 | fa163e8e-49f5-d0d0-ff60-000000001fce | OK | Check tuned active profile | standalone 2026-03-11 01:42:58.704912 | fa163e8e-49f5-d0d0-ff60-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:45.690199 | 0.23s 2026-03-11 01:42:58.729453 | fa163e8e-49f5-d0d0-ff60-000000001fcf | TASK | Check Tuned Configuration file exists 2026-03-11 01:42:58.953974 | fa163e8e-49f5-d0d0-ff60-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-03-11 01:42:58.955159 | fa163e8e-49f5-d0d0-ff60-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:45.940448 | 0.22s 2026-03-11 01:42:58.980182 | fa163e8e-49f5-d0d0-ff60-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 01:42:59.022748 | fa163e8e-49f5-d0d0-ff60-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 01:42:59.023835 | fa163e8e-49f5-d0d0-ff60-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:46.009123 | 0.04s 2026-03-11 01:42:59.051293 | fa163e8e-49f5-d0d0-ff60-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 01:42:59.111640 | fa163e8e-49f5-d0d0-ff60-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 01:42:59.112834 | fa163e8e-49f5-d0d0-ff60-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:46.098120 | 0.06s 2026-03-11 01:42:59.137942 | fa163e8e-49f5-d0d0-ff60-000000001fd2 | TASK | Enable tuned profile 2026-03-11 01:42:59.176498 | fa163e8e-49f5-d0d0-ff60-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-03-11 01:42:59.177609 | fa163e8e-49f5-d0d0-ff60-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:46.162896 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-11 01:42:59.353674 | fa163e8e-49f5-d0d0-ff60-0000000000ac | TASK | Overcloud container setup tasks 2026-03-11 01:42:59.382395 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000ac') missing from stats 2026-03-11 01:42:59.402529 | fa163e8e-49f5-d0d0-ff60-0000000000ad | TASK | Write config data 2026-03-11 01:42:59.465045 | fa163e8e-49f5-d0d0-ff60-0000000000ad | TIMING | Write config data | standalone | 0:03:46.450324 | 0.06s 2026-03-11 01:42:59.506780 | c1d4f149-3b59-41de-86fa-5215f640b18d | INCLUDED | /root/standalone-ansible-lkx9rgpx/common_container_setup_tasks.yaml | standalone 2026-03-11 01:42:59.531145 | fa163e8e-49f5-d0d0-ff60-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-11 01:42:59.769396 | fa163e8e-49f5-d0d0-ff60-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-11 01:42:59.770198 | fa163e8e-49f5-d0d0-ff60-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:46.755495 | 0.24s 2026-03-11 01:42:59.794263 | fa163e8e-49f5-d0d0-ff60-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-03-11 01:42:59.996095 | fa163e8e-49f5-d0d0-ff60-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-11 01:42:59.997772 | fa163e8e-49f5-d0d0-ff60-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:46.983050 | 0.20s 2026-03-11 01:43:00.023385 | fa163e8e-49f5-d0d0-ff60-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-03-11 01:43:00.244039 | fa163e8e-49f5-d0d0-ff60-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-11 01:43:00.245290 | fa163e8e-49f5-d0d0-ff60-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:47.230577 | 0.22s 2026-03-11 01:43:00.269497 | fa163e8e-49f5-d0d0-ff60-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-11 01:43:00.465788 | fa163e8e-49f5-d0d0-ff60-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-11 01:43:00.466514 | fa163e8e-49f5-d0d0-ff60-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:47.451811 | 0.20s 2026-03-11 01:43:00.483247 | fa163e8e-49f5-d0d0-ff60-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-11 01:43:00.679052 | fa163e8e-49f5-d0d0-ff60-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-11 01:43:00.680346 | fa163e8e-49f5-d0d0-ff60-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:47.665635 | 0.20s 2026-03-11 01:43:00.707169 | fa163e8e-49f5-d0d0-ff60-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-03-11 01:43:01.981454 | fa163e8e-49f5-d0d0-ff60-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-11 01:43:01.982948 | fa163e8e-49f5-d0d0-ff60-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:48.968234 | 1.27s 2026-03-11 01:43:02.008936 | fa163e8e-49f5-d0d0-ff60-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-03-11 01:43:02.244409 | fa163e8e-49f5-d0d0-ff60-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-11 01:43:02.245833 | fa163e8e-49f5-d0d0-ff60-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:49.231120 | 0.24s 2026-03-11 01:43:02.272032 | fa163e8e-49f5-d0d0-ff60-00000000203a | TASK | Write container config scripts 2026-03-11 01:43:02.600097 | fa163e8e-49f5-d0d0-ff60-00000000203a | CHANGED | Write container config scripts | standalone 2026-03-11 01:43:02.601482 | fa163e8e-49f5-d0d0-ff60-00000000203a | TIMING | Write container config scripts | standalone | 0:03:49.586768 | 0.33s 2026-03-11 01:43:02.626459 | fa163e8e-49f5-d0d0-ff60-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-11 01:43:03.102993 | fa163e8e-49f5-d0d0-ff60-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-11 01:43:03.103725 | fa163e8e-49f5-d0d0-ff60-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:50.089020 | 0.48s 2026-03-11 01:43:03.120718 | fa163e8e-49f5-d0d0-ff60-00000000203c | TASK | Generate startup configs files per step and per container 2026-03-11 01:43:03.742258 | fa163e8e-49f5-d0d0-ff60-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-11 01:43:03.746509 | fa163e8e-49f5-d0d0-ff60-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:50.731803 | 0.62s 2026-03-11 01:43:03.773156 | fa163e8e-49f5-d0d0-ff60-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-03-11 01:43:04.070912 | fa163e8e-49f5-d0d0-ff60-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-11 01:43:04.072248 | fa163e8e-49f5-d0d0-ff60-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:51.057511 | 0.30s 2026-03-11 01:43:04.097004 | fa163e8e-49f5-d0d0-ff60-00000000203e | TASK | Create /var/lib/config-data directory 2026-03-11 01:43:04.338721 | fa163e8e-49f5-d0d0-ff60-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-11 01:43:04.340188 | fa163e8e-49f5-d0d0-ff60-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:51.325474 | 0.24s 2026-03-11 01:43:04.364919 | fa163e8e-49f5-d0d0-ff60-00000000203f | TASK | Write container config json files 2026-03-11 01:43:04.792816 | fa163e8e-49f5-d0d0-ff60-00000000203f | CHANGED | Write container config json files | standalone 2026-03-11 01:43:04.801066 | fa163e8e-49f5-d0d0-ff60-00000000203f | TIMING | Write container config json files | standalone | 0:03:51.786348 | 0.43s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-11 01:43:04.971224 | fa163e8e-49f5-d0d0-ff60-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-11 01:43:04.999877 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 01:43:05.067913 | fa163e8e-49f5-d0d0-ff60-0000000000b2 | TIMING | include_tasks | standalone | 0:03:52.053195 | 0.05s 2026-03-11 01:43:05.097912 | c10b02df-72c0-4af2-a497-aaa3db2fdf5a | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-03-11 01:43:05.144001 | fa163e8e-49f5-d0d0-ff60-000000002073 | TASK | Get undercloud FQDN 2026-03-11 01:43:05.207504 | fa163e8e-49f5-d0d0-ff60-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-000000002073') missing from stats 2026-03-11 01:43:05.269625 | fa163e8e-49f5-d0d0-ff60-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:52.254895 | 0.03s 2026-03-11 01:43:05.343779 | fa163e8e-49f5-d0d0-ff60-000000002098 | TASK | set main facts 2026-03-11 01:43:05.416406 | fa163e8e-49f5-d0d0-ff60-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-000000002098') missing from stats 2026-03-11 01:43:05.469122 | fa163e8e-49f5-d0d0-ff60-000000002099 | TASK | get the default.conf file 2026-03-11 01:43:05.734431 | fa163e8e-49f5-d0d0-ff60-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-000000002099') missing from stats 2026-03-11 01:43:05.778423 | fa163e8e-49f5-d0d0-ff60-00000000209a | TASK | set the principal 2026-03-11 01:43:05.828754 | fa163e8e-49f5-d0d0-ff60-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-00000000209a') missing from stats 2026-03-11 01:43:05.879268 | fa163e8e-49f5-d0d0-ff60-00000000209c | TASK | add new host with one-time password 2026-03-11 01:43:07.540176 | fa163e8e-49f5-d0d0-ff60-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-00000000209c') missing from stats 2026-03-11 01:43:07.579935 | fa163e8e-49f5-d0d0-ff60-00000000209d | TASK | set otp as a host fact 2026-03-11 01:43:07.620320 | fa163e8e-49f5-d0d0-ff60-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-03-11 01:43:07.621164 | fa163e8e-49f5-d0d0-ff60-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:54.606459 | 0.04s 2026-03-11 01:43:07.655990 | fa163e8e-49f5-d0d0-ff60-00000000209f | TASK | add required services using custom module 2026-03-11 01:43:10.903943 | fa163e8e-49f5-d0d0-ff60-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8e-49f5-d0d0-ff60-00000000209f') missing from stats 2026-03-11 01:43:10.975921 | fa163e8e-49f5-d0d0-ff60-000000002076 | TASK | check if default.conf exists 2026-03-11 01:43:11.223322 | fa163e8e-49f5-d0d0-ff60-000000002076 | OK | check if default.conf exists | standalone 2026-03-11 01:43:11.224744 | fa163e8e-49f5-d0d0-ff60-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:58.210028 | 0.25s 2026-03-11 01:43:11.249331 | fa163e8e-49f5-d0d0-ff60-000000002077 | TASK | install openssl-perl 2026-03-11 01:43:11.278002 | fa163e8e-49f5-d0d0-ff60-000000002077 | SKIPPED | install openssl-perl | standalone 2026-03-11 01:43:11.279126 | fa163e8e-49f5-d0d0-ff60-000000002077 | TIMING | install openssl-perl | standalone | 0:03:58.264412 | 0.03s 2026-03-11 01:43:11.304475 | fa163e8e-49f5-d0d0-ff60-000000002078 | TASK | register as an ipa client 2026-03-11 01:43:11.345295 | fa163e8e-49f5-d0d0-ff60-000000002078 | SKIPPED | register as an ipa client | standalone 2026-03-11 01:43:11.346588 | fa163e8e-49f5-d0d0-ff60-000000002078 | TIMING | register as an ipa client | standalone | 0:03:58.331868 | 0.04s 2026-03-11 01:43:11.371151 | fa163e8e-49f5-d0d0-ff60-000000002079 | TASK | restart certmonger service 2026-03-11 01:43:11.411487 | fa163e8e-49f5-d0d0-ff60-000000002079 | SKIPPED | restart certmonger service | standalone 2026-03-11 01:43:11.412582 | fa163e8e-49f5-d0d0-ff60-000000002079 | TIMING | restart certmonger service | standalone | 0:03:58.397868 | 0.04s 2026-03-11 01:43:11.438124 | fa163e8e-49f5-d0d0-ff60-00000000207a | TASK | set discovered ipa realm 2026-03-11 01:43:11.479781 | fa163e8e-49f5-d0d0-ff60-00000000207a | OK | set discovered ipa realm | standalone 2026-03-11 01:43:11.481009 | fa163e8e-49f5-d0d0-ff60-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:58.466295 | 0.04s PLAY [External deployment step 1] ********************************************** 2026-03-11 01:43:11.623625 | fa163e8e-49f5-d0d0-ff60-0000000000b6 | TASK | External deployment step 1 2026-03-11 01:43:11.646322 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000b6') missing from stats 2026-03-11 01:43:11.694102 | fa163e8e-49f5-d0d0-ff60-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:58.679371 | 0.03s 2026-03-11 01:43:11.726132 | 01a56a11-b830-4f4c-bec1-18e7c0551203 | INCLUDED | /root/standalone-ansible-lkx9rgpx/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-11 01:43:11.744351 | fa163e8e-49f5-d0d0-ff60-0000000020f5 | TASK | Container image prepare 2026-03-11 01:43:12.812457 | fa163e8e-49f5-d0d0-ff60-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-03-11 01:43:12.815002 | fa163e8e-49f5-d0d0-ff60-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:59.800285 | 1.07s 2026-03-11 01:43:12.901857 | fa163e8e-49f5-d0d0-ff60-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:59.887132 | 0.05s 2026-03-11 01:43:12.946253 | fa163e8e-49f5-d0d0-ff60-00000000211b | TASK | get dns zones and entries to add 2026-03-11 01:43:13.020102 | fa163e8e-49f5-d0d0-ff60-00000000211b | OK | get dns zones and entries to add | undercloud 2026-03-11 01:43:13.022047 | fa163e8e-49f5-d0d0-ff60-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:04:00.007324 | 0.07s 2026-03-11 01:43:13.103748 | fa163e8e-49f5-d0d0-ff60-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "0.17.172.in-addr.arpa", "0.20.172.in-addr.arpa", "external.ooo.test", "tenant.ooo.test", "0.19.172.in-addr.arpa", "internalapi.ooo.test", "122.168.192.in-addr.arpa", "0.18.172.in-addr.arpa", "storagemgmt.ooo.test", "ctlplane.ooo.test", "ooo.test", "storage.ooo.test", "0.21.172.in-addr.arpa" ] } 2026-03-11 01:43:13.104948 | fa163e8e-49f5-d0d0-ff60-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:00.090235 | 0.06s 2026-03-11 01:43:13.184511 | fa163e8e-49f5-d0d0-ff60-00000000211d | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2026-03-11 01:43:13.186175 | fa163e8e-49f5-d0d0-ff60-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:00.171461 | 0.06s 2026-03-11 01:43:13.204901 | fa163e8e-49f5-d0d0-ff60-00000000211e | TASK | add dns zones and records 2026-03-11 01:43:16.186836 | fa163e8e-49f5-d0d0-ff60-00000000211e | CHANGED | add dns zones and records | undercloud 2026-03-11 01:43:16.189870 | fa163e8e-49f5-d0d0-ff60-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:03.175151 | 2.98s 2026-03-11 01:43:16.226483 | fa163e8e-49f5-d0d0-ff60-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-03-11 01:43:16.491542 | fa163e8e-49f5-d0d0-ff60-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-11 01:43:16.493478 | fa163e8e-49f5-d0d0-ff60-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:03.478760 | 0.27s 2026-03-11 01:43:16.512318 | fa163e8e-49f5-d0d0-ff60-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 01:43:16.566984 | fa163e8e-49f5-d0d0-ff60-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:03.552263 | 0.05s 2026-03-11 01:43:16.617086 | fa163e8e-49f5-d0d0-ff60-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-11 01:43:16.883913 | fa163e8e-49f5-d0d0-ff60-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-11 01:43:16.885634 | fa163e8e-49f5-d0d0-ff60-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:03.870916 | 0.25s 2026-03-11 01:43:16.907114 | fa163e8e-49f5-d0d0-ff60-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-11 01:43:17.388330 | fa163e8e-49f5-d0d0-ff60-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-11 01:43:17.390367 | fa163e8e-49f5-d0d0-ff60-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:04.375648 | 0.48s 2026-03-11 01:43:17.412990 | fa163e8e-49f5-d0d0-ff60-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 01:43:17.465952 | fa163e8e-49f5-d0d0-ff60-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:04.451221 | 0.05s 2026-03-11 01:43:17.514818 | fa163e8e-49f5-d0d0-ff60-00000000218c | TASK | Check for a configured destination 2026-03-11 01:43:17.589043 | fa163e8e-49f5-d0d0-ff60-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-03-11 01:43:17.590553 | fa163e8e-49f5-d0d0-ff60-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:04.575835 | 0.07s 2026-03-11 01:43:17.628656 | fa163e8e-49f5-d0d0-ff60-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-11 01:43:18.092261 | fa163e8e-49f5-d0d0-ff60-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-11 01:43:18.093744 | fa163e8e-49f5-d0d0-ff60-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:05.079030 | 0.46s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-11 01:43:18.271150 | fa163e8e-49f5-d0d0-ff60-0000000000ba | TASK | Deploy step tasks for 1 2026-03-11 01:43:18.303680 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000ba') missing from stats 2026-03-11 01:43:18.324010 | fa163e8e-49f5-d0d0-ff60-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-11 01:43:18.906648 | fa163e8e-49f5-d0d0-ff60-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-11 01:43:18.908048 | fa163e8e-49f5-d0d0-ff60-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:05.893335 | 0.58s 2026-03-11 01:43:18.932376 | fa163e8e-49f5-d0d0-ff60-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 01:43:19.155952 | fa163e8e-49f5-d0d0-ff60-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 01:43:19.157577 | fa163e8e-49f5-d0d0-ff60-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:06.142860 | 0.22s 2026-03-11 01:43:19.182434 | fa163e8e-49f5-d0d0-ff60-0000000000be | TASK | Write config data at the start of step 1 2026-03-11 01:43:19.226508 | fa163e8e-49f5-d0d0-ff60-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:06.211787 | 0.04s 2026-03-11 01:43:19.270638 | 386cc3e7-c1b0-4967-ac3f-3d13cb924e7c | INCLUDED | /root/standalone-ansible-lkx9rgpx/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-11 01:43:19.296022 | fa163e8e-49f5-d0d0-ff60-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 01:43:19.322612 | fa163e8e-49f5-d0d0-ff60-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 01:43:19.323425 | fa163e8e-49f5-d0d0-ff60-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:06.308716 | 0.03s 2026-03-11 01:43:19.342710 | fa163e8e-49f5-d0d0-ff60-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 01:43:19.371531 | fa163e8e-49f5-d0d0-ff60-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 01:43:19.372656 | fa163e8e-49f5-d0d0-ff60-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:06.357943 | 0.03s 2026-03-11 01:43:19.398500 | fa163e8e-49f5-d0d0-ff60-0000000021cd | TASK | Write the puppet step_config manifest 2026-03-11 01:43:19.823447 | fa163e8e-49f5-d0d0-ff60-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-03-11 01:43:19.824825 | fa163e8e-49f5-d0d0-ff60-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:06.810110 | 0.43s 2026-03-11 01:43:19.849978 | fa163e8e-49f5-d0d0-ff60-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 01:43:19.879463 | fa163e8e-49f5-d0d0-ff60-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 01:43:19.880641 | fa163e8e-49f5-d0d0-ff60-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:06.865926 | 0.03s 2026-03-11 01:43:19.905694 | fa163e8e-49f5-d0d0-ff60-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 01:43:19.934503 | fa163e8e-49f5-d0d0-ff60-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 01:43:19.935553 | fa163e8e-49f5-d0d0-ff60-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:06.920840 | 0.03s 2026-03-11 01:43:19.960102 | fa163e8e-49f5-d0d0-ff60-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-03-11 01:43:20.196817 | fa163e8e-49f5-d0d0-ff60-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-03-11 01:43:20.198167 | fa163e8e-49f5-d0d0-ff60-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:07.183455 | 0.24s 2026-03-11 01:43:20.223131 | fa163e8e-49f5-d0d0-ff60-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-11 01:43:20.257057 | fa163e8e-49f5-d0d0-ff60-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 01:43:20.258293 | fa163e8e-49f5-d0d0-ff60-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:07.243578 | 0.03s 2026-03-11 01:43:20.282843 | fa163e8e-49f5-d0d0-ff60-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-11 01:43:20.314962 | fa163e8e-49f5-d0d0-ff60-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 01:43:20.316377 | fa163e8e-49f5-d0d0-ff60-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:07.301663 | 0.03s 2026-03-11 01:43:20.341681 | fa163e8e-49f5-d0d0-ff60-0000000021d3 | TASK | Write container-puppet.json file 2026-03-11 01:43:20.984984 | fa163e8e-49f5-d0d0-ff60-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-03-11 01:43:20.986511 | fa163e8e-49f5-d0d0-ff60-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:07.971792 | 0.64s 2026-03-11 01:43:21.012039 | fa163e8e-49f5-d0d0-ff60-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 01:43:21.042447 | fa163e8e-49f5-d0d0-ff60-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 01:43:21.043757 | fa163e8e-49f5-d0d0-ff60-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:08.029043 | 0.03s 2026-03-11 01:43:21.068753 | fa163e8e-49f5-d0d0-ff60-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 01:43:21.097495 | fa163e8e-49f5-d0d0-ff60-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 01:43:21.098758 | fa163e8e-49f5-d0d0-ff60-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:08.084044 | 0.03s 2026-03-11 01:43:21.123354 | fa163e8e-49f5-d0d0-ff60-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-11 01:43:21.533981 | fa163e8e-49f5-d0d0-ff60-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-11 01:43:21.535382 | fa163e8e-49f5-d0d0-ff60-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:08.520665 | 0.41s 2026-03-11 01:43:21.559194 | fa163e8e-49f5-d0d0-ff60-0000000021d7 | TASK | Set host puppet debugging fact string 2026-03-11 01:43:21.590325 | fa163e8e-49f5-d0d0-ff60-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-11 01:43:21.591926 | fa163e8e-49f5-d0d0-ff60-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:08.577207 | 0.03s 2026-03-11 01:43:21.616456 | fa163e8e-49f5-d0d0-ff60-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-11 01:43:21.646368 | fa163e8e-49f5-d0d0-ff60-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-11 01:43:21.647633 | fa163e8e-49f5-d0d0-ff60-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:08.632918 | 0.03s 2026-03-11 01:43:21.672257 | fa163e8e-49f5-d0d0-ff60-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-11 01:43:21.701571 | fa163e8e-49f5-d0d0-ff60-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-11 01:43:21.703010 | fa163e8e-49f5-d0d0-ff60-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:08.688295 | 0.03s 2026-03-11 01:43:21.728036 | fa163e8e-49f5-d0d0-ff60-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-11 01:43:21.757650 | fa163e8e-49f5-d0d0-ff60-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-11 01:43:21.758896 | fa163e8e-49f5-d0d0-ff60-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:08.744182 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 01:43:21.825034 | fa163e8e-49f5-d0d0-ff60-0000000000c0 | TIMING | include_tasks | standalone | 0:04:08.810309 | 0.04s 2026-03-11 01:43:21.988310 | dea41270-c2e6-4cba-993b-18ac5373bac0 | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-11 01:43:22.034012 | fa163e8e-49f5-d0d0-ff60-000000002205 | TASK | Create dirs for certificates and keys 2026-03-11 01:43:22.312255 | fa163e8e-49f5-d0d0-ff60-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-11 01:43:22.315007 | fa163e8e-49f5-d0d0-ff60-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:09.300282 | 0.28s 2026-03-11 01:43:22.554905 | fa163e8e-49f5-d0d0-ff60-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-11 01:43:22.556701 | fa163e8e-49f5-d0d0-ff60-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:09.541990 | 0.52s 2026-03-11 01:43:22.566576 | fa163e8e-49f5-d0d0-ff60-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:09.551867 | 0.53s 2026-03-11 01:43:22.643106 | fa163e8e-49f5-d0d0-ff60-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:09.628378 | 0.06s 2026-03-11 01:43:22.715715 | fa163e8e-49f5-d0d0-ff60-00000000231c | TASK | Set version specific variables 2026-03-11 01:43:22.764411 | fa163e8e-49f5-d0d0-ff60-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:09.749689 | 0.05s 2026-03-11 01:43:22.784274 | 75597ed6-41a1-491f-a4fa-1511a107adae | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:43:22.815021 | fa163e8e-49f5-d0d0-ff60-00000000234f | TASK | Ensure ansible_facts used by role 2026-03-11 01:43:23.212735 | fa163e8e-49f5-d0d0-ff60-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:43:23.214476 | fa163e8e-49f5-d0d0-ff60-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:10.199761 | 0.40s 2026-03-11 01:43:23.240995 | fa163e8e-49f5-d0d0-ff60-000000002350 | TASK | Set platform/version specific variables 2026-03-11 01:43:23.325992 | fa163e8e-49f5-d0d0-ff60-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:43:23.361847 | fa163e8e-49f5-d0d0-ff60-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:43:23.385361 | fa163e8e-49f5-d0d0-ff60-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:43:23.405778 | fa163e8e-49f5-d0d0-ff60-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:43:23.412185 | fa163e8e-49f5-d0d0-ff60-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:10.397459 | 0.17s 2026-03-11 01:43:23.439588 | fa163e8e-49f5-d0d0-ff60-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:43:26.670739 | fa163e8e-49f5-d0d0-ff60-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:43:26.672561 | fa163e8e-49f5-d0d0-ff60-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:13.657845 | 3.23s 2026-03-11 01:43:26.697732 | fa163e8e-49f5-d0d0-ff60-00000000231f | TASK | Ensure provider packages are installed 2026-03-11 01:43:29.826583 | fa163e8e-49f5-d0d0-ff60-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:16.811854 | 3.13s 2026-03-11 01:43:29.838810 | fa163e8e-49f5-d0d0-ff60-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:16.824090 | 3.14s 2026-03-11 01:43:29.864684 | fa163e8e-49f5-d0d0-ff60-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:43:30.140148 | fa163e8e-49f5-d0d0-ff60-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:43:30.142293 | fa163e8e-49f5-d0d0-ff60-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:17.127575 | 0.28s 2026-03-11 01:43:30.152090 | fa163e8e-49f5-d0d0-ff60-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:17.137378 | 0.29s 2026-03-11 01:43:30.179844 | fa163e8e-49f5-d0d0-ff60-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:43:30.480321 | fa163e8e-49f5-d0d0-ff60-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:43:30.481886 | fa163e8e-49f5-d0d0-ff60-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:17.467170 | 0.30s 2026-03-11 01:43:30.491370 | fa163e8e-49f5-d0d0-ff60-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:17.476652 | 0.31s 2026-03-11 01:43:30.517296 | fa163e8e-49f5-d0d0-ff60-000000002325 | TASK | Ensure provider service is running 2026-03-11 01:43:31.249205 | fa163e8e-49f5-d0d0-ff60-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:43:31.252116 | fa163e8e-49f5-d0d0-ff60-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:18.237397 | 0.73s 2026-03-11 01:43:31.262176 | fa163e8e-49f5-d0d0-ff60-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:18.247461 | 0.74s 2026-03-11 01:43:31.289005 | fa163e8e-49f5-d0d0-ff60-000000002328 | TASK | Ensure certificate requests 2026-03-11 01:43:33.176522 | fa163e8e-49f5-d0d0-ff60-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2026-03-11 01:43:33.179017 | fa163e8e-49f5-d0d0-ff60-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.164301 | 1.89s 2026-03-11 01:43:35.726403 | fa163e8e-49f5-d0d0-ff60-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2026-03-11 01:43:35.728011 | fa163e8e-49f5-d0d0-ff60-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.713297 | 4.44s 2026-03-11 01:43:37.180252 | fa163e8e-49f5-d0d0-ff60-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2026-03-11 01:43:37.181448 | fa163e8e-49f5-d0d0-ff60-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:24.166737 | 5.89s 2026-03-11 01:43:38.546727 | fa163e8e-49f5-d0d0-ff60-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2026-03-11 01:43:38.549424 | fa163e8e-49f5-d0d0-ff60-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.534710 | 7.26s 2026-03-11 01:43:40.122325 | fa163e8e-49f5-d0d0-ff60-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2026-03-11 01:43:40.124041 | fa163e8e-49f5-d0d0-ff60-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:27.109330 | 8.83s 2026-03-11 01:43:40.134890 | fa163e8e-49f5-d0d0-ff60-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:27.120180 | 8.84s 2026-03-11 01:43:40.174091 | fa163e8e-49f5-d0d0-ff60-00000000220d | TASK | Fail if container image is undefined 2026-03-11 01:43:40.234401 | fa163e8e-49f5-d0d0-ff60-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 01:43:40.235577 | fa163e8e-49f5-d0d0-ff60-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:27.220864 | 0.06s 2026-03-11 01:43:40.277612 | fa163e8e-49f5-d0d0-ff60-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-11 01:43:54.417445 | fa163e8e-49f5-d0d0-ff60-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-11 01:43:54.418912 | fa163e8e-49f5-d0d0-ff60-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:41.404204 | 14.14s 2026-03-11 01:43:54.459212 | fa163e8e-49f5-d0d0-ff60-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-11 01:43:54.808856 | fa163e8e-49f5-d0d0-ff60-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-11 01:43:54.810414 | fa163e8e-49f5-d0d0-ff60-00000000220f | 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:04:41.795701 | 0.35s 2026-03-11 01:43:54.861891 | fa163e8e-49f5-d0d0-ff60-00000000221e | TASK | Fail if container image is undefined 2026-03-11 01:43:54.928680 | fa163e8e-49f5-d0d0-ff60-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 01:43:54.929731 | fa163e8e-49f5-d0d0-ff60-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:41.915023 | 0.07s 2026-03-11 01:43:54.961793 | fa163e8e-49f5-d0d0-ff60-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-11 01:44:03.286729 | fa163e8e-49f5-d0d0-ff60-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-11 01:44:03.288258 | fa163e8e-49f5-d0d0-ff60-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:50.273515 | 8.33s 2026-03-11 01:44:03.345078 | fa163e8e-49f5-d0d0-ff60-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-11 01:44:03.702373 | fa163e8e-49f5-d0d0-ff60-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-11 01:44:03.703689 | fa163e8e-49f5-d0d0-ff60-000000002220 | 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:04:50.688977 | 0.36s 2026-03-11 01:44:03.751971 | fa163e8e-49f5-d0d0-ff60-00000000222b | TASK | Check if rsyslog exists 2026-03-11 01:44:04.009666 | fa163e8e-49f5-d0d0-ff60-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-03-11 01:44:04.011041 | fa163e8e-49f5-d0d0-ff60-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:50.996326 | 0.26s 2026-03-11 01:44:04.038003 | fa163e8e-49f5-d0d0-ff60-00000000222d | TASK | Forward logging to haproxy.log file 2026-03-11 01:44:04.292352 | fa163e8e-49f5-d0d0-ff60-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-11 01:44:04.293923 | fa163e8e-49f5-d0d0-ff60-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:51.279202 | 0.25s 2026-03-11 01:44:04.319973 | fa163e8e-49f5-d0d0-ff60-00000000222e | TASK | restart rsyslog service after logging conf change 2026-03-11 01:44:05.021888 | fa163e8e-49f5-d0d0-ff60-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-11 01:44:05.023806 | fa163e8e-49f5-d0d0-ff60-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:52.009092 | 0.70s 2026-03-11 01:44:05.050981 | fa163e8e-49f5-d0d0-ff60-000000002235 | TASK | Fail if container image is undefined 2026-03-11 01:44:05.122960 | fa163e8e-49f5-d0d0-ff60-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 01:44:05.124316 | fa163e8e-49f5-d0d0-ff60-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:52.109600 | 0.07s 2026-03-11 01:44:05.166017 | fa163e8e-49f5-d0d0-ff60-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 01:44:10.467402 | fa163e8e-49f5-d0d0-ff60-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-11 01:44:10.468804 | fa163e8e-49f5-d0d0-ff60-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:57.454088 | 5.30s 2026-03-11 01:44:10.529376 | fa163e8e-49f5-d0d0-ff60-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 01:44:10.870829 | fa163e8e-49f5-d0d0-ff60-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-11 01:44:10.872194 | fa163e8e-49f5-d0d0-ff60-000000002237 | 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:57.857479 | 0.34s 2026-03-11 01:44:10.921785 | fa163e8e-49f5-d0d0-ff60-000000002242 | TASK | make sure certmonger is installed 2026-03-11 01:44:14.051121 | fa163e8e-49f5-d0d0-ff60-000000002242 | OK | make sure certmonger is installed | standalone 2026-03-11 01:44:14.052537 | fa163e8e-49f5-d0d0-ff60-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:01.037824 | 3.13s 2026-03-11 01:44:14.077258 | fa163e8e-49f5-d0d0-ff60-000000002243 | TASK | make sure certmonger service is started 2026-03-11 01:44:14.494573 | fa163e8e-49f5-d0d0-ff60-000000002243 | OK | make sure certmonger service is started | standalone 2026-03-11 01:44:14.496844 | fa163e8e-49f5-d0d0-ff60-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:01.482127 | 0.42s 2026-03-11 01:44:14.522923 | fa163e8e-49f5-d0d0-ff60-000000002244 | TASK | Create dirs for certificates and keys 2026-03-11 01:44:14.787632 | fa163e8e-49f5-d0d0-ff60-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 01:44:14.789897 | fa163e8e-49f5-d0d0-ff60-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:01.775174 | 0.27s 2026-03-11 01:44:15.023398 | fa163e8e-49f5-d0d0-ff60-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 01:44:15.025053 | fa163e8e-49f5-d0d0-ff60-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:02.010343 | 0.50s 2026-03-11 01:44:15.035823 | fa163e8e-49f5-d0d0-ff60-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:02.021103 | 0.51s 2026-03-11 01:44:15.061804 | fa163e8e-49f5-d0d0-ff60-000000002245 | TASK | Extract and trust certmonger's local CA 2026-03-11 01:44:16.172627 | fa163e8e-49f5-d0d0-ff60-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-03-11 01:44:16.174001 | fa163e8e-49f5-d0d0-ff60-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:03.159288 | 1.11s 2026-03-11 01:44:16.250268 | fa163e8e-49f5-d0d0-ff60-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.235507 | 0.05s 2026-03-11 01:44:16.317112 | fa163e8e-49f5-d0d0-ff60-0000000023d0 | TASK | Set version specific variables 2026-03-11 01:44:16.365148 | fa163e8e-49f5-d0d0-ff60-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:03.350425 | 0.05s 2026-03-11 01:44:16.385614 | 2c7f5150-c590-4017-9053-47eb2a5a8491 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:44:16.411180 | fa163e8e-49f5-d0d0-ff60-00000000240f | TASK | Ensure ansible_facts used by role 2026-03-11 01:44:16.808764 | fa163e8e-49f5-d0d0-ff60-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:44:16.810361 | fa163e8e-49f5-d0d0-ff60-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:03.795647 | 0.40s 2026-03-11 01:44:16.836690 | fa163e8e-49f5-d0d0-ff60-000000002410 | TASK | Set platform/version specific variables 2026-03-11 01:44:16.913552 | fa163e8e-49f5-d0d0-ff60-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:44:16.930808 | fa163e8e-49f5-d0d0-ff60-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:44:16.951863 | fa163e8e-49f5-d0d0-ff60-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:44:16.966511 | fa163e8e-49f5-d0d0-ff60-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:44:16.972313 | fa163e8e-49f5-d0d0-ff60-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:03.957588 | 0.13s 2026-03-11 01:44:16.999569 | fa163e8e-49f5-d0d0-ff60-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:44:20.190780 | fa163e8e-49f5-d0d0-ff60-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:44:20.192019 | fa163e8e-49f5-d0d0-ff60-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:07.177310 | 3.19s 2026-03-11 01:44:20.213715 | fa163e8e-49f5-d0d0-ff60-0000000023d3 | TASK | Ensure provider packages are installed 2026-03-11 01:44:23.296140 | fa163e8e-49f5-d0d0-ff60-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:10.281405 | 3.08s 2026-03-11 01:44:23.307384 | fa163e8e-49f5-d0d0-ff60-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:10.292665 | 3.09s 2026-03-11 01:44:23.333390 | fa163e8e-49f5-d0d0-ff60-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:44:23.650928 | fa163e8e-49f5-d0d0-ff60-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:44:23.652395 | fa163e8e-49f5-d0d0-ff60-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:10.637679 | 0.32s 2026-03-11 01:44:23.664880 | fa163e8e-49f5-d0d0-ff60-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:10.650159 | 0.33s 2026-03-11 01:44:23.692336 | fa163e8e-49f5-d0d0-ff60-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:44:24.002393 | fa163e8e-49f5-d0d0-ff60-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:44:24.004502 | fa163e8e-49f5-d0d0-ff60-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.989784 | 0.31s 2026-03-11 01:44:24.014143 | fa163e8e-49f5-d0d0-ff60-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.999429 | 0.32s 2026-03-11 01:44:24.035441 | fa163e8e-49f5-d0d0-ff60-0000000023d9 | TASK | Ensure provider service is running 2026-03-11 01:44:24.474792 | fa163e8e-49f5-d0d0-ff60-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:44:24.476604 | fa163e8e-49f5-d0d0-ff60-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:11.461889 | 0.44s 2026-03-11 01:44:24.482147 | fa163e8e-49f5-d0d0-ff60-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:11.467433 | 0.45s 2026-03-11 01:44:24.503191 | fa163e8e-49f5-d0d0-ff60-0000000023dc | TASK | Ensure certificate requests 2026-03-11 01:44:29.174617 | fa163e8e-49f5-d0d0-ff60-0000000023dc | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 01:44:29.176436 | fa163e8e-49f5-d0d0-ff60-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:16.161720 | 4.67s 2026-03-11 01:44:29.183870 | fa163e8e-49f5-d0d0-ff60-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:16.169160 | 4.68s 2026-03-11 01:44:29.236097 | fa163e8e-49f5-d0d0-ff60-000000002248 | TASK | Create dirs for certificates and keys 2026-03-11 01:44:29.512921 | fa163e8e-49f5-d0d0-ff60-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 01:44:29.515790 | fa163e8e-49f5-d0d0-ff60-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.501068 | 0.28s 2026-03-11 01:44:29.718279 | fa163e8e-49f5-d0d0-ff60-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 01:44:29.719388 | fa163e8e-49f5-d0d0-ff60-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.704677 | 0.48s 2026-03-11 01:44:29.726886 | fa163e8e-49f5-d0d0-ff60-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.712173 | 0.49s 2026-03-11 01:44:29.804623 | fa163e8e-49f5-d0d0-ff60-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:16.789896 | 0.05s 2026-03-11 01:44:29.873639 | fa163e8e-49f5-d0d0-ff60-00000000245e | TASK | Set version specific variables 2026-03-11 01:44:29.922674 | fa163e8e-49f5-d0d0-ff60-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:16.907952 | 0.05s 2026-03-11 01:44:29.935192 | 1211bfc3-060b-4fa6-9fcd-004beff9d192 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:44:29.958664 | fa163e8e-49f5-d0d0-ff60-000000002491 | TASK | Ensure ansible_facts used by role 2026-03-11 01:44:30.323755 | fa163e8e-49f5-d0d0-ff60-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:44:30.325322 | fa163e8e-49f5-d0d0-ff60-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:17.310608 | 0.37s 2026-03-11 01:44:30.351902 | fa163e8e-49f5-d0d0-ff60-000000002492 | TASK | Set platform/version specific variables 2026-03-11 01:44:30.407920 | fa163e8e-49f5-d0d0-ff60-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:44:30.419957 | fa163e8e-49f5-d0d0-ff60-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:44:30.434833 | fa163e8e-49f5-d0d0-ff60-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:44:30.445311 | fa163e8e-49f5-d0d0-ff60-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:44:30.457403 | fa163e8e-49f5-d0d0-ff60-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:17.442683 | 0.10s 2026-03-11 01:44:30.484667 | fa163e8e-49f5-d0d0-ff60-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:44:33.506614 | fa163e8e-49f5-d0d0-ff60-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:44:33.508008 | fa163e8e-49f5-d0d0-ff60-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:20.493292 | 3.02s 2026-03-11 01:44:33.538431 | fa163e8e-49f5-d0d0-ff60-000000002461 | TASK | Ensure provider packages are installed 2026-03-11 01:44:36.564777 | fa163e8e-49f5-d0d0-ff60-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:23.550055 | 3.02s 2026-03-11 01:44:36.571513 | fa163e8e-49f5-d0d0-ff60-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:23.556775 | 3.03s 2026-03-11 01:44:36.597543 | fa163e8e-49f5-d0d0-ff60-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:44:36.860044 | fa163e8e-49f5-d0d0-ff60-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:44:36.861890 | fa163e8e-49f5-d0d0-ff60-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:23.847176 | 0.26s 2026-03-11 01:44:36.872083 | fa163e8e-49f5-d0d0-ff60-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:23.857375 | 0.27s 2026-03-11 01:44:36.897839 | fa163e8e-49f5-d0d0-ff60-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:44:37.193425 | fa163e8e-49f5-d0d0-ff60-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:44:37.195022 | fa163e8e-49f5-d0d0-ff60-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:24.180309 | 0.30s 2026-03-11 01:44:37.204494 | fa163e8e-49f5-d0d0-ff60-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:24.189794 | 0.31s 2026-03-11 01:44:37.224197 | fa163e8e-49f5-d0d0-ff60-000000002467 | TASK | Ensure provider service is running 2026-03-11 01:44:37.650178 | fa163e8e-49f5-d0d0-ff60-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:44:37.652195 | fa163e8e-49f5-d0d0-ff60-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:24.637471 | 0.43s 2026-03-11 01:44:37.660903 | fa163e8e-49f5-d0d0-ff60-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:24.646200 | 0.44s 2026-03-11 01:44:37.682344 | fa163e8e-49f5-d0d0-ff60-00000000246a | TASK | Ensure certificate requests 2026-03-11 01:44:39.410685 | fa163e8e-49f5-d0d0-ff60-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 01:44:39.412347 | fa163e8e-49f5-d0d0-ff60-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.397630 | 1.73s 2026-03-11 01:44:41.441455 | fa163e8e-49f5-d0d0-ff60-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 01:44:41.442714 | fa163e8e-49f5-d0d0-ff60-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.428002 | 3.76s 2026-03-11 01:44:44.355399 | fa163e8e-49f5-d0d0-ff60-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 01:44:44.357942 | fa163e8e-49f5-d0d0-ff60-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:31.343231 | 6.67s 2026-03-11 01:44:46.507080 | fa163e8e-49f5-d0d0-ff60-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 01:44:46.508309 | fa163e8e-49f5-d0d0-ff60-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:33.493597 | 8.83s 2026-03-11 01:44:46.516316 | fa163e8e-49f5-d0d0-ff60-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:33.501595 | 8.83s 2026-03-11 01:44:46.571737 | fa163e8e-49f5-d0d0-ff60-00000000224b | TASK | Run lvmfilter role 2026-03-11 01:44:46.623469 | fa163e8e-49f5-d0d0-ff60-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:33.608750 | 0.05s 2026-03-11 01:44:46.696022 | fa163e8e-49f5-d0d0-ff60-0000000024fe | TASK | Check if lvm2 is installed 2026-03-11 01:44:46.956259 | fa163e8e-49f5-d0d0-ff60-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-03-11 01:44:46.957614 | fa163e8e-49f5-d0d0-ff60-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:33.942901 | 0.26s 2026-03-11 01:44:46.983176 | fa163e8e-49f5-d0d0-ff60-000000002500 | TASK | collect ansible devices 2026-03-11 01:44:47.011729 | fa163e8e-49f5-d0d0-ff60-000000002500 | SKIPPED | collect ansible devices | standalone 2026-03-11 01:44:47.012895 | fa163e8e-49f5-d0d0-ff60-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:33.998180 | 0.03s 2026-03-11 01:44:47.038881 | fa163e8e-49f5-d0d0-ff60-000000002501 | TASK | collect in-use lvm2 devices list 2026-03-11 01:44:47.077916 | fa163e8e-49f5-d0d0-ff60-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-11 01:44:47.078985 | fa163e8e-49f5-d0d0-ff60-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:34.064272 | 0.04s 2026-03-11 01:44:47.103986 | fa163e8e-49f5-d0d0-ff60-000000002502 | TASK | set allowed_devices 2026-03-11 01:44:47.153531 | fa163e8e-49f5-d0d0-ff60-000000002502 | SKIPPED | set allowed_devices | standalone 2026-03-11 01:44:47.155044 | fa163e8e-49f5-d0d0-ff60-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:34.140323 | 0.05s 2026-03-11 01:44:47.180522 | fa163e8e-49f5-d0d0-ff60-000000002503 | TASK | build lvm2 allow list 2026-03-11 01:44:47.231342 | fa163e8e-49f5-d0d0-ff60-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-03-11 01:44:47.232483 | fa163e8e-49f5-d0d0-ff60-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:34.217769 | 0.05s 2026-03-11 01:44:47.256786 | fa163e8e-49f5-d0d0-ff60-000000002504 | TASK | build lvm2 deny list 2026-03-11 01:44:47.294626 | fa163e8e-49f5-d0d0-ff60-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-03-11 01:44:47.295894 | fa163e8e-49f5-d0d0-ff60-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:34.281180 | 0.04s 2026-03-11 01:44:47.321547 | fa163e8e-49f5-d0d0-ff60-000000002505 | TASK | build lvm2 filter 2026-03-11 01:44:47.371502 | fa163e8e-49f5-d0d0-ff60-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-03-11 01:44:47.372775 | fa163e8e-49f5-d0d0-ff60-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:34.358062 | 0.05s 2026-03-11 01:44:47.398188 | fa163e8e-49f5-d0d0-ff60-000000002506 | TASK | regenerate lvm config 2026-03-11 01:44:47.452519 | fa163e8e-49f5-d0d0-ff60-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-03-11 01:44:47.453557 | fa163e8e-49f5-d0d0-ff60-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:34.438848 | 0.05s 2026-03-11 01:44:47.475081 | fa163e8e-49f5-d0d0-ff60-000000002507 | TASK | copy new lvm.conf in place 2026-03-11 01:44:47.524500 | fa163e8e-49f5-d0d0-ff60-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-11 01:44:47.525759 | fa163e8e-49f5-d0d0-ff60-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:34.511044 | 0.05s 2026-03-11 01:44:47.578555 | fa163e8e-49f5-d0d0-ff60-000000002251 | TASK | Fail if container image is undefined 2026-03-11 01:44:47.642118 | fa163e8e-49f5-d0d0-ff60-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 01:44:47.643440 | fa163e8e-49f5-d0d0-ff60-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:34.628725 | 0.06s 2026-03-11 01:44:47.690764 | fa163e8e-49f5-d0d0-ff60-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-11 01:44:55.898997 | fa163e8e-49f5-d0d0-ff60-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-11 01:44:55.900609 | fa163e8e-49f5-d0d0-ff60-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:42.885894 | 8.21s 2026-03-11 01:44:55.956693 | fa163e8e-49f5-d0d0-ff60-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-11 01:44:56.312948 | fa163e8e-49f5-d0d0-ff60-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-11 01:44:56.314370 | fa163e8e-49f5-d0d0-ff60-000000002253 | 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:05:43.299656 | 0.36s 2026-03-11 01:44:56.415116 | fa163e8e-49f5-d0d0-ff60-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:43.400393 | 0.05s 2026-03-11 01:44:56.477875 | fa163e8e-49f5-d0d0-ff60-000000002576 | TASK | Set version specific variables 2026-03-11 01:44:56.525566 | fa163e8e-49f5-d0d0-ff60-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:43.510842 | 0.05s 2026-03-11 01:44:56.544978 | af986218-3acf-4bfa-89d3-1f3174cc2ef9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:44:56.574326 | fa163e8e-49f5-d0d0-ff60-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-03-11 01:44:56.935663 | fa163e8e-49f5-d0d0-ff60-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:44:56.937268 | fa163e8e-49f5-d0d0-ff60-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:43.922524 | 0.36s 2026-03-11 01:44:56.962805 | fa163e8e-49f5-d0d0-ff60-0000000025a6 | TASK | Set platform/version specific variables 2026-03-11 01:44:57.036712 | fa163e8e-49f5-d0d0-ff60-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:44:57.053620 | fa163e8e-49f5-d0d0-ff60-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:44:57.072460 | fa163e8e-49f5-d0d0-ff60-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:44:57.086501 | fa163e8e-49f5-d0d0-ff60-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:44:57.098585 | fa163e8e-49f5-d0d0-ff60-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:44.083864 | 0.13s 2026-03-11 01:44:57.117088 | fa163e8e-49f5-d0d0-ff60-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:45:00.138419 | fa163e8e-49f5-d0d0-ff60-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:45:00.139736 | fa163e8e-49f5-d0d0-ff60-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:47.125023 | 3.02s 2026-03-11 01:45:00.164735 | fa163e8e-49f5-d0d0-ff60-000000002579 | TASK | Ensure provider packages are installed 2026-03-11 01:45:03.214818 | fa163e8e-49f5-d0d0-ff60-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:50.200097 | 3.05s 2026-03-11 01:45:03.226960 | fa163e8e-49f5-d0d0-ff60-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:50.212239 | 3.06s 2026-03-11 01:45:03.252915 | fa163e8e-49f5-d0d0-ff60-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:45:03.551446 | fa163e8e-49f5-d0d0-ff60-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:03.552343 | fa163e8e-49f5-d0d0-ff60-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:50.537635 | 0.30s 2026-03-11 01:45:03.559315 | fa163e8e-49f5-d0d0-ff60-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:50.544593 | 0.30s 2026-03-11 01:45:03.586296 | fa163e8e-49f5-d0d0-ff60-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:45:03.854880 | fa163e8e-49f5-d0d0-ff60-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:03.856559 | fa163e8e-49f5-d0d0-ff60-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:50.841841 | 0.27s 2026-03-11 01:45:03.864065 | fa163e8e-49f5-d0d0-ff60-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:50.849346 | 0.28s 2026-03-11 01:45:03.889861 | fa163e8e-49f5-d0d0-ff60-00000000257f | TASK | Ensure provider service is running 2026-03-11 01:45:04.311881 | fa163e8e-49f5-d0d0-ff60-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:45:04.313611 | fa163e8e-49f5-d0d0-ff60-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:51.298896 | 0.42s 2026-03-11 01:45:04.321944 | fa163e8e-49f5-d0d0-ff60-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:51.307225 | 0.43s 2026-03-11 01:45:04.349293 | fa163e8e-49f5-d0d0-ff60-000000002582 | TASK | Ensure certificate requests 2026-03-11 01:45:06.794238 | fa163e8e-49f5-d0d0-ff60-000000002582 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2026-03-11 01:45:06.796502 | fa163e8e-49f5-d0d0-ff60-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:53.781793 | 2.45s 2026-03-11 01:45:06.807086 | fa163e8e-49f5-d0d0-ff60-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:53.792367 | 2.46s 2026-03-11 01:45:06.909067 | fa163e8e-49f5-d0d0-ff60-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:53.894342 | 0.05s 2026-03-11 01:45:06.972628 | fa163e8e-49f5-d0d0-ff60-0000000025ea | TASK | Set version specific variables 2026-03-11 01:45:07.011040 | fa163e8e-49f5-d0d0-ff60-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:53.996327 | 0.04s 2026-03-11 01:45:07.020142 | a563f4a6-fe46-4111-af25-7850601edb81 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:45:07.039987 | fa163e8e-49f5-d0d0-ff60-000000002619 | TASK | Ensure ansible_facts used by role 2026-03-11 01:45:07.409607 | fa163e8e-49f5-d0d0-ff60-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:45:07.411115 | fa163e8e-49f5-d0d0-ff60-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:54.396401 | 0.37s 2026-03-11 01:45:07.437068 | fa163e8e-49f5-d0d0-ff60-00000000261a | TASK | Set platform/version specific variables 2026-03-11 01:45:07.522549 | fa163e8e-49f5-d0d0-ff60-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:45:07.558265 | fa163e8e-49f5-d0d0-ff60-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:45:07.586478 | fa163e8e-49f5-d0d0-ff60-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:45:07.605682 | fa163e8e-49f5-d0d0-ff60-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:45:07.612040 | fa163e8e-49f5-d0d0-ff60-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:54.597328 | 0.17s 2026-03-11 01:45:07.629278 | fa163e8e-49f5-d0d0-ff60-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:45:10.817532 | fa163e8e-49f5-d0d0-ff60-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:45:10.818858 | fa163e8e-49f5-d0d0-ff60-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:57.804143 | 3.19s 2026-03-11 01:45:10.839635 | fa163e8e-49f5-d0d0-ff60-0000000025ed | TASK | Ensure provider packages are installed 2026-03-11 01:45:14.121646 | fa163e8e-49f5-d0d0-ff60-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:01.106924 | 3.28s 2026-03-11 01:45:14.132738 | fa163e8e-49f5-d0d0-ff60-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:01.118036 | 3.29s 2026-03-11 01:45:14.150539 | fa163e8e-49f5-d0d0-ff60-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:45:14.457777 | fa163e8e-49f5-d0d0-ff60-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:14.459797 | fa163e8e-49f5-d0d0-ff60-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:01.445084 | 0.31s 2026-03-11 01:45:14.469708 | fa163e8e-49f5-d0d0-ff60-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:01.454999 | 0.32s 2026-03-11 01:45:14.496182 | fa163e8e-49f5-d0d0-ff60-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:45:14.807425 | fa163e8e-49f5-d0d0-ff60-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:14.808803 | fa163e8e-49f5-d0d0-ff60-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:01.794088 | 0.31s 2026-03-11 01:45:14.814676 | fa163e8e-49f5-d0d0-ff60-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:01.799967 | 0.32s 2026-03-11 01:45:14.840926 | fa163e8e-49f5-d0d0-ff60-0000000025f3 | TASK | Ensure provider service is running 2026-03-11 01:45:16.320644 | fa163e8e-49f5-d0d0-ff60-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:45:16.323724 | fa163e8e-49f5-d0d0-ff60-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:03.309007 | 1.48s 2026-03-11 01:45:16.334155 | fa163e8e-49f5-d0d0-ff60-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:03.319444 | 1.49s 2026-03-11 01:45:16.362451 | fa163e8e-49f5-d0d0-ff60-0000000025f6 | TASK | Ensure certificate requests 2026-03-11 01:45:18.323490 | fa163e8e-49f5-d0d0-ff60-0000000025f6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 01:45:18.324930 | fa163e8e-49f5-d0d0-ff60-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:05.310217 | 1.96s 2026-03-11 01:45:18.337468 | fa163e8e-49f5-d0d0-ff60-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:05.322751 | 1.97s 2026-03-11 01:45:18.386745 | fa163e8e-49f5-d0d0-ff60-000000002267 | TASK | Fail if container image is undefined 2026-03-11 01:45:18.451441 | fa163e8e-49f5-d0d0-ff60-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 01:45:18.452695 | fa163e8e-49f5-d0d0-ff60-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:05.437980 | 0.06s 2026-03-11 01:45:18.494061 | fa163e8e-49f5-d0d0-ff60-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 01:45:27.325960 | fa163e8e-49f5-d0d0-ff60-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-11 01:45:27.327424 | fa163e8e-49f5-d0d0-ff60-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:14.312710 | 8.83s 2026-03-11 01:45:27.385504 | fa163e8e-49f5-d0d0-ff60-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 01:45:27.711538 | fa163e8e-49f5-d0d0-ff60-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-11 01:45:27.713183 | fa163e8e-49f5-d0d0-ff60-000000002269 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:14.698469 | 0.33s 2026-03-11 01:45:27.819174 | fa163e8e-49f5-d0d0-ff60-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:14.804445 | 0.05s 2026-03-11 01:45:27.882686 | fa163e8e-49f5-d0d0-ff60-000000002664 | TASK | Set version specific variables 2026-03-11 01:45:27.931426 | fa163e8e-49f5-d0d0-ff60-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:14.916704 | 0.05s 2026-03-11 01:45:27.950631 | e9d748ff-8060-4474-9429-17c3426eb3b9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:45:27.981629 | fa163e8e-49f5-d0d0-ff60-000000002693 | TASK | Ensure ansible_facts used by role 2026-03-11 01:45:28.369211 | fa163e8e-49f5-d0d0-ff60-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:45:28.370878 | fa163e8e-49f5-d0d0-ff60-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:15.356165 | 0.39s 2026-03-11 01:45:28.397127 | fa163e8e-49f5-d0d0-ff60-000000002694 | TASK | Set platform/version specific variables 2026-03-11 01:45:28.450502 | fa163e8e-49f5-d0d0-ff60-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:45:28.467792 | fa163e8e-49f5-d0d0-ff60-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:45:28.482096 | fa163e8e-49f5-d0d0-ff60-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:45:28.492936 | fa163e8e-49f5-d0d0-ff60-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:45:28.497178 | fa163e8e-49f5-d0d0-ff60-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:15.482458 | 0.10s 2026-03-11 01:45:28.524489 | fa163e8e-49f5-d0d0-ff60-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:45:31.675922 | fa163e8e-49f5-d0d0-ff60-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:45:31.677817 | fa163e8e-49f5-d0d0-ff60-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:18.663094 | 3.15s 2026-03-11 01:45:31.704117 | fa163e8e-49f5-d0d0-ff60-000000002667 | TASK | Ensure provider packages are installed 2026-03-11 01:45:34.740046 | fa163e8e-49f5-d0d0-ff60-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:21.725319 | 3.03s 2026-03-11 01:45:34.751866 | fa163e8e-49f5-d0d0-ff60-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:21.737152 | 3.05s 2026-03-11 01:45:34.773665 | fa163e8e-49f5-d0d0-ff60-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:45:35.057941 | fa163e8e-49f5-d0d0-ff60-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:35.059049 | fa163e8e-49f5-d0d0-ff60-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.044341 | 0.28s 2026-03-11 01:45:35.071086 | fa163e8e-49f5-d0d0-ff60-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.056368 | 0.30s 2026-03-11 01:45:35.090486 | fa163e8e-49f5-d0d0-ff60-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:45:35.371220 | fa163e8e-49f5-d0d0-ff60-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:35.372328 | fa163e8e-49f5-d0d0-ff60-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:22.357616 | 0.28s 2026-03-11 01:45:35.376796 | fa163e8e-49f5-d0d0-ff60-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:22.362077 | 0.29s 2026-03-11 01:45:35.404130 | fa163e8e-49f5-d0d0-ff60-00000000266d | TASK | Ensure provider service is running 2026-03-11 01:45:35.835599 | fa163e8e-49f5-d0d0-ff60-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:45:35.837765 | fa163e8e-49f5-d0d0-ff60-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:22.823055 | 0.43s 2026-03-11 01:45:35.848835 | fa163e8e-49f5-d0d0-ff60-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:22.834116 | 0.44s 2026-03-11 01:45:35.876961 | fa163e8e-49f5-d0d0-ff60-000000002670 | TASK | Ensure certificate requests 2026-03-11 01:45:37.575357 | fa163e8e-49f5-d0d0-ff60-000000002670 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 01:45:37.578052 | fa163e8e-49f5-d0d0-ff60-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.563335 | 1.70s 2026-03-11 01:45:37.588358 | fa163e8e-49f5-d0d0-ff60-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.573637 | 1.71s 2026-03-11 01:45:37.686404 | fa163e8e-49f5-d0d0-ff60-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:24.671679 | 0.05s 2026-03-11 01:45:37.748568 | fa163e8e-49f5-d0d0-ff60-0000000026d8 | TASK | Set version specific variables 2026-03-11 01:45:37.785063 | fa163e8e-49f5-d0d0-ff60-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:24.770343 | 0.04s 2026-03-11 01:45:37.805080 | 3736401f-6a34-4ef9-9078-94b39812219d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:45:37.830393 | fa163e8e-49f5-d0d0-ff60-000000002707 | TASK | Ensure ansible_facts used by role 2026-03-11 01:45:38.227332 | fa163e8e-49f5-d0d0-ff60-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:45:38.229004 | fa163e8e-49f5-d0d0-ff60-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:25.214289 | 0.40s 2026-03-11 01:45:38.255742 | fa163e8e-49f5-d0d0-ff60-000000002708 | TASK | Set platform/version specific variables 2026-03-11 01:45:38.320628 | fa163e8e-49f5-d0d0-ff60-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:45:38.346005 | fa163e8e-49f5-d0d0-ff60-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:45:38.368889 | fa163e8e-49f5-d0d0-ff60-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:45:38.390571 | fa163e8e-49f5-d0d0-ff60-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:45:38.402444 | fa163e8e-49f5-d0d0-ff60-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:25.387726 | 0.15s 2026-03-11 01:45:38.428653 | fa163e8e-49f5-d0d0-ff60-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:45:41.427481 | fa163e8e-49f5-d0d0-ff60-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:45:41.428927 | fa163e8e-49f5-d0d0-ff60-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:28.414212 | 3.00s 2026-03-11 01:45:41.455442 | fa163e8e-49f5-d0d0-ff60-0000000026db | TASK | Ensure provider packages are installed 2026-03-11 01:45:44.636916 | fa163e8e-49f5-d0d0-ff60-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:31.622189 | 3.18s 2026-03-11 01:45:44.649721 | fa163e8e-49f5-d0d0-ff60-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:31.634995 | 3.19s 2026-03-11 01:45:44.679788 | fa163e8e-49f5-d0d0-ff60-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:45:44.982627 | fa163e8e-49f5-d0d0-ff60-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:44.984037 | fa163e8e-49f5-d0d0-ff60-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:31.969320 | 0.30s 2026-03-11 01:45:44.990222 | fa163e8e-49f5-d0d0-ff60-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:31.975474 | 0.31s 2026-03-11 01:45:45.018275 | fa163e8e-49f5-d0d0-ff60-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:45:45.322749 | fa163e8e-49f5-d0d0-ff60-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:45:45.324625 | fa163e8e-49f5-d0d0-ff60-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:32.309910 | 0.30s 2026-03-11 01:45:45.334698 | fa163e8e-49f5-d0d0-ff60-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:32.319983 | 0.31s 2026-03-11 01:45:45.354381 | fa163e8e-49f5-d0d0-ff60-0000000026e1 | TASK | Ensure provider service is running 2026-03-11 01:45:45.785794 | fa163e8e-49f5-d0d0-ff60-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:45:45.787670 | fa163e8e-49f5-d0d0-ff60-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:32.772961 | 0.43s 2026-03-11 01:45:45.798955 | fa163e8e-49f5-d0d0-ff60-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:32.784232 | 0.44s 2026-03-11 01:45:45.827510 | fa163e8e-49f5-d0d0-ff60-0000000026e4 | TASK | Ensure certificate requests 2026-03-11 01:45:47.393897 | fa163e8e-49f5-d0d0-ff60-0000000026e4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2026-03-11 01:45:47.396446 | fa163e8e-49f5-d0d0-ff60-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:34.381731 | 1.57s 2026-03-11 01:45:47.406535 | fa163e8e-49f5-d0d0-ff60-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:34.391816 | 1.58s 2026-03-11 01:45:47.456317 | fa163e8e-49f5-d0d0-ff60-000000002278 | TASK | install systemd-container for a greenfield 2026-03-11 01:46:04.511443 | fa163e8e-49f5-d0d0-ff60-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-03-11 01:46:04.512397 | fa163e8e-49f5-d0d0-ff60-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:51.497692 | 17.05s 2026-03-11 01:46:04.532218 | fa163e8e-49f5-d0d0-ff60-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-03-11 01:46:04.580564 | fa163e8e-49f5-d0d0-ff60-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-11 01:46:04.581365 | fa163e8e-49f5-d0d0-ff60-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:51.566658 | 0.05s 2026-03-11 01:46:04.598796 | fa163e8e-49f5-d0d0-ff60-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-11 01:46:04.846949 | fa163e8e-49f5-d0d0-ff60-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-11 01:46:04.848215 | fa163e8e-49f5-d0d0-ff60-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:51.833495 | 0.25s 2026-03-11 01:46:04.873038 | fa163e8e-49f5-d0d0-ff60-00000000227d | TASK | is KSM enabled 2026-03-11 01:46:05.034413 | fa163e8e-49f5-d0d0-ff60-00000000227d | OK | is KSM enabled | standalone 2026-03-11 01:46:05.035842 | fa163e8e-49f5-d0d0-ff60-00000000227d | TIMING | is KSM enabled | standalone | 0:06:52.021124 | 0.16s 2026-03-11 01:46:05.063023 | fa163e8e-49f5-d0d0-ff60-00000000227f | TASK | Check for ksm 2026-03-11 01:46:05.280442 | fa163e8e-49f5-d0d0-ff60-00000000227f | CHANGED | Check for ksm | standalone 2026-03-11 01:46:05.281242 | fa163e8e-49f5-d0d0-ff60-00000000227f | TIMING | Check for ksm | standalone | 0:06:52.266523 | 0.22s 2026-03-11 01:46:05.299320 | fa163e8e-49f5-d0d0-ff60-000000002280 | TASK | disable KSM services 2026-03-11 01:46:05.348205 | fa163e8e-49f5-d0d0-ff60-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-11 01:46:05.371331 | fa163e8e-49f5-d0d0-ff60-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-11 01:46:05.375417 | fa163e8e-49f5-d0d0-ff60-000000002280 | TIMING | disable KSM services | standalone | 0:06:52.360709 | 0.08s 2026-03-11 01:46:05.393125 | fa163e8e-49f5-d0d0-ff60-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-03-11 01:46:05.429139 | fa163e8e-49f5-d0d0-ff60-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-11 01:46:05.429848 | fa163e8e-49f5-d0d0-ff60-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:52.415143 | 0.04s 2026-03-11 01:46:05.448126 | fa163e8e-49f5-d0d0-ff60-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-11 01:46:05.476494 | fa163e8e-49f5-d0d0-ff60-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-11 01:46:05.477103 | fa163e8e-49f5-d0d0-ff60-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:52.462399 | 0.03s 2026-03-11 01:46:05.494618 | fa163e8e-49f5-d0d0-ff60-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-11 01:46:05.532039 | fa163e8e-49f5-d0d0-ff60-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-11 01:46:05.533184 | fa163e8e-49f5-d0d0-ff60-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:52.518471 | 0.04s 2026-03-11 01:46:05.558365 | fa163e8e-49f5-d0d0-ff60-000000002285 | TASK | enable ksmtunded 2026-03-11 01:46:05.630281 | fa163e8e-49f5-d0d0-ff60-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-11 01:46:05.642376 | fa163e8e-49f5-d0d0-ff60-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-11 01:46:05.653456 | fa163e8e-49f5-d0d0-ff60-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:52.638746 | 0.09s 2026-03-11 01:46:05.671209 | fa163e8e-49f5-d0d0-ff60-000000002287 | TASK | Create dirs for certificates and keys 2026-03-11 01:46:06.116755 | fa163e8e-49f5-d0d0-ff60-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-03-11 01:46:06.117639 | fa163e8e-49f5-d0d0-ff60-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:53.102932 | 0.45s 2026-03-11 01:46:06.282011 | fa163e8e-49f5-d0d0-ff60-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-03-11 01:46:06.283177 | fa163e8e-49f5-d0d0-ff60-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:53.268475 | 0.61s 2026-03-11 01:46:06.440941 | fa163e8e-49f5-d0d0-ff60-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-03-11 01:46:06.442028 | fa163e8e-49f5-d0d0-ff60-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:53.427283 | 0.77s 2026-03-11 01:46:06.452793 | fa163e8e-49f5-d0d0-ff60-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:53.438086 | 0.78s 2026-03-11 01:46:06.497888 | fa163e8e-49f5-d0d0-ff60-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:53.483181 | 0.03s 2026-03-11 01:46:06.539631 | fa163e8e-49f5-d0d0-ff60-000000002774 | TASK | Set version specific variables 2026-03-11 01:46:06.565707 | fa163e8e-49f5-d0d0-ff60-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:53.551000 | 0.03s 2026-03-11 01:46:06.574526 | fccd9a7b-beed-485a-a8e9-bd3b2697137e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:46:06.593584 | fa163e8e-49f5-d0d0-ff60-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-03-11 01:46:06.908907 | fa163e8e-49f5-d0d0-ff60-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:46:06.910731 | fa163e8e-49f5-d0d0-ff60-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:53.896009 | 0.32s 2026-03-11 01:46:06.937305 | fa163e8e-49f5-d0d0-ff60-0000000027a8 | TASK | Set platform/version specific variables 2026-03-11 01:46:07.009043 | fa163e8e-49f5-d0d0-ff60-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:07.026851 | fa163e8e-49f5-d0d0-ff60-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:07.048801 | fa163e8e-49f5-d0d0-ff60-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:46:07.063632 | fa163e8e-49f5-d0d0-ff60-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:46:07.075671 | fa163e8e-49f5-d0d0-ff60-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:54.060945 | 0.14s 2026-03-11 01:46:07.101782 | fa163e8e-49f5-d0d0-ff60-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:46:10.184126 | fa163e8e-49f5-d0d0-ff60-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:46:10.185390 | fa163e8e-49f5-d0d0-ff60-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:57.170677 | 3.08s 2026-03-11 01:46:10.204309 | fa163e8e-49f5-d0d0-ff60-000000002777 | TASK | Ensure provider packages are installed 2026-03-11 01:46:13.241536 | fa163e8e-49f5-d0d0-ff60-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:00.226808 | 3.04s 2026-03-11 01:46:13.248163 | fa163e8e-49f5-d0d0-ff60-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:00.233446 | 3.04s 2026-03-11 01:46:13.274850 | fa163e8e-49f5-d0d0-ff60-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:46:13.542918 | fa163e8e-49f5-d0d0-ff60-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:13.545539 | fa163e8e-49f5-d0d0-ff60-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:00.530816 | 0.27s 2026-03-11 01:46:13.555161 | fa163e8e-49f5-d0d0-ff60-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:00.540438 | 0.28s 2026-03-11 01:46:13.578817 | fa163e8e-49f5-d0d0-ff60-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:46:13.848273 | fa163e8e-49f5-d0d0-ff60-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:13.850014 | fa163e8e-49f5-d0d0-ff60-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:00.835294 | 0.27s 2026-03-11 01:46:13.862038 | fa163e8e-49f5-d0d0-ff60-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:00.847322 | 0.28s 2026-03-11 01:46:13.887410 | fa163e8e-49f5-d0d0-ff60-00000000277d | TASK | Ensure provider service is running 2026-03-11 01:46:14.322708 | fa163e8e-49f5-d0d0-ff60-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:46:14.325192 | fa163e8e-49f5-d0d0-ff60-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:01.310476 | 0.44s 2026-03-11 01:46:14.335870 | fa163e8e-49f5-d0d0-ff60-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:01.321152 | 0.45s 2026-03-11 01:46:14.362540 | fa163e8e-49f5-d0d0-ff60-000000002780 | TASK | Ensure certificate requests 2026-03-11 01:46:15.923171 | fa163e8e-49f5-d0d0-ff60-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-03-11 01:46:15.926517 | fa163e8e-49f5-d0d0-ff60-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.911798 | 1.56s 2026-03-11 01:46:17.743219 | fa163e8e-49f5-d0d0-ff60-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-03-11 01:46:17.744391 | fa163e8e-49f5-d0d0-ff60-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.729681 | 3.38s 2026-03-11 01:46:20.435904 | fa163e8e-49f5-d0d0-ff60-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2026-03-11 01:46:20.437361 | fa163e8e-49f5-d0d0-ff60-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:07.422649 | 6.07s 2026-03-11 01:46:22.103733 | fa163e8e-49f5-d0d0-ff60-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2026-03-11 01:46:22.105087 | fa163e8e-49f5-d0d0-ff60-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:09.090375 | 7.74s 2026-03-11 01:46:22.113589 | fa163e8e-49f5-d0d0-ff60-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:09.098870 | 7.75s 2026-03-11 01:46:22.152454 | fa163e8e-49f5-d0d0-ff60-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-03-11 01:46:22.237060 | fa163e8e-49f5-d0d0-ff60-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:09.222325 | 0.08s 2026-03-11 01:46:22.248775 | fa163e8e-49f5-d0d0-ff60-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:09.234061 | 0.10s 2026-03-11 01:46:22.261147 | fa163e8e-49f5-d0d0-ff60-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:09.246429 | 0.11s 2026-03-11 01:46:22.334102 | fa163e8e-49f5-d0d0-ff60-0000000027fe | TASK | Set version specific variables 2026-03-11 01:46:22.369722 | fa163e8e-49f5-d0d0-ff60-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:09.355010 | 0.03s 2026-03-11 01:46:22.378680 | b151d85e-ebe1-4f5f-8def-cac921cc522f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:46:22.399818 | fa163e8e-49f5-d0d0-ff60-000000002856 | TASK | Ensure ansible_facts used by role 2026-03-11 01:46:22.761853 | fa163e8e-49f5-d0d0-ff60-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:46:22.763771 | fa163e8e-49f5-d0d0-ff60-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:09.749051 | 0.36s 2026-03-11 01:46:22.791924 | fa163e8e-49f5-d0d0-ff60-000000002857 | TASK | Set platform/version specific variables 2026-03-11 01:46:22.866375 | fa163e8e-49f5-d0d0-ff60-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:22.885986 | fa163e8e-49f5-d0d0-ff60-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:22.905731 | fa163e8e-49f5-d0d0-ff60-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:46:22.921985 | fa163e8e-49f5-d0d0-ff60-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:46:22.934556 | fa163e8e-49f5-d0d0-ff60-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:09.919827 | 0.14s 2026-03-11 01:46:22.962790 | fa163e8e-49f5-d0d0-ff60-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:46:26.121640 | fa163e8e-49f5-d0d0-ff60-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:46:26.123012 | fa163e8e-49f5-d0d0-ff60-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:13.108294 | 3.16s 2026-03-11 01:46:26.148763 | fa163e8e-49f5-d0d0-ff60-000000002801 | TASK | Ensure provider packages are installed 2026-03-11 01:46:29.203825 | fa163e8e-49f5-d0d0-ff60-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:16.189100 | 3.05s 2026-03-11 01:46:29.216133 | fa163e8e-49f5-d0d0-ff60-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:16.201410 | 3.07s 2026-03-11 01:46:29.244917 | fa163e8e-49f5-d0d0-ff60-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:46:29.512785 | fa163e8e-49f5-d0d0-ff60-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:29.515066 | fa163e8e-49f5-d0d0-ff60-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:16.500350 | 0.27s 2026-03-11 01:46:29.525015 | fa163e8e-49f5-d0d0-ff60-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:16.510296 | 0.28s 2026-03-11 01:46:29.558722 | fa163e8e-49f5-d0d0-ff60-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:46:29.854296 | fa163e8e-49f5-d0d0-ff60-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:29.855140 | fa163e8e-49f5-d0d0-ff60-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:16.840432 | 0.29s 2026-03-11 01:46:29.859076 | fa163e8e-49f5-d0d0-ff60-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:16.844358 | 0.30s 2026-03-11 01:46:29.884726 | fa163e8e-49f5-d0d0-ff60-000000002807 | TASK | Ensure provider service is running 2026-03-11 01:46:30.316839 | fa163e8e-49f5-d0d0-ff60-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:46:30.319524 | fa163e8e-49f5-d0d0-ff60-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:17.304808 | 0.43s 2026-03-11 01:46:30.330853 | fa163e8e-49f5-d0d0-ff60-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:17.316130 | 0.44s 2026-03-11 01:46:30.358703 | fa163e8e-49f5-d0d0-ff60-00000000280a | TASK | Ensure certificate requests 2026-03-11 01:46:32.349457 | fa163e8e-49f5-d0d0-ff60-00000000280a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-03-11 01:46:32.350378 | fa163e8e-49f5-d0d0-ff60-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:19.335668 | 1.99s 2026-03-11 01:46:32.356360 | fa163e8e-49f5-d0d0-ff60-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:19.341658 | 2.00s 2026-03-11 01:46:32.389857 | fa163e8e-49f5-d0d0-ff60-000000002827 | TASK | Set version specific variables 2026-03-11 01:46:32.436540 | fa163e8e-49f5-d0d0-ff60-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:19.421819 | 0.05s 2026-03-11 01:46:32.455830 | 4cc7e58c-68d4-4b5c-af9d-5456f5f426e7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:46:32.487949 | fa163e8e-49f5-d0d0-ff60-000000002890 | TASK | Ensure ansible_facts used by role 2026-03-11 01:46:32.884978 | fa163e8e-49f5-d0d0-ff60-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:46:32.886632 | fa163e8e-49f5-d0d0-ff60-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:19.871918 | 0.40s 2026-03-11 01:46:32.913785 | fa163e8e-49f5-d0d0-ff60-000000002891 | TASK | Set platform/version specific variables 2026-03-11 01:46:32.986432 | fa163e8e-49f5-d0d0-ff60-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:33.004631 | fa163e8e-49f5-d0d0-ff60-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:33.024061 | fa163e8e-49f5-d0d0-ff60-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:46:33.037790 | fa163e8e-49f5-d0d0-ff60-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:46:33.043389 | fa163e8e-49f5-d0d0-ff60-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:20.028684 | 0.13s 2026-03-11 01:46:33.060498 | fa163e8e-49f5-d0d0-ff60-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:46:36.148164 | fa163e8e-49f5-d0d0-ff60-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:46:36.149533 | fa163e8e-49f5-d0d0-ff60-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:23.134819 | 3.09s 2026-03-11 01:46:36.175017 | fa163e8e-49f5-d0d0-ff60-00000000282a | TASK | Ensure provider packages are installed 2026-03-11 01:46:39.231572 | fa163e8e-49f5-d0d0-ff60-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.216712 | 3.05s 2026-03-11 01:46:39.237773 | fa163e8e-49f5-d0d0-ff60-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.223071 | 3.06s 2026-03-11 01:46:39.257645 | fa163e8e-49f5-d0d0-ff60-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:46:39.505860 | fa163e8e-49f5-d0d0-ff60-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:39.507324 | fa163e8e-49f5-d0d0-ff60-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.492607 | 0.25s 2026-03-11 01:46:39.520105 | fa163e8e-49f5-d0d0-ff60-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.505383 | 0.26s 2026-03-11 01:46:39.546941 | fa163e8e-49f5-d0d0-ff60-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:46:39.790574 | fa163e8e-49f5-d0d0-ff60-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:39.792268 | fa163e8e-49f5-d0d0-ff60-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:26.777560 | 0.24s 2026-03-11 01:46:39.802674 | fa163e8e-49f5-d0d0-ff60-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:26.787964 | 0.25s 2026-03-11 01:46:39.830641 | fa163e8e-49f5-d0d0-ff60-000000002830 | TASK | Ensure provider service is running 2026-03-11 01:46:40.210031 | fa163e8e-49f5-d0d0-ff60-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:46:40.211846 | fa163e8e-49f5-d0d0-ff60-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.197132 | 0.38s 2026-03-11 01:46:40.221092 | fa163e8e-49f5-d0d0-ff60-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.206377 | 0.39s 2026-03-11 01:46:40.248642 | fa163e8e-49f5-d0d0-ff60-000000002833 | TASK | Ensure certificate requests 2026-03-11 01:46:42.217183 | fa163e8e-49f5-d0d0-ff60-000000002833 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-03-11 01:46:42.219460 | fa163e8e-49f5-d0d0-ff60-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.204750 | 1.97s 2026-03-11 01:46:42.230147 | fa163e8e-49f5-d0d0-ff60-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.215430 | 1.98s 2026-03-11 01:46:42.328216 | fa163e8e-49f5-d0d0-ff60-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:29.313495 | 0.05s 2026-03-11 01:46:42.391869 | fa163e8e-49f5-d0d0-ff60-0000000028d5 | TASK | Set version specific variables 2026-03-11 01:46:42.439721 | fa163e8e-49f5-d0d0-ff60-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:29.424993 | 0.05s 2026-03-11 01:46:42.460434 | 9d32d5b1-c6fa-442c-b47e-0fdcca3628e7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:46:42.498405 | fa163e8e-49f5-d0d0-ff60-000000002904 | TASK | Ensure ansible_facts used by role 2026-03-11 01:46:42.888539 | fa163e8e-49f5-d0d0-ff60-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:46:42.889387 | fa163e8e-49f5-d0d0-ff60-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:29.874683 | 0.39s 2026-03-11 01:46:42.906952 | fa163e8e-49f5-d0d0-ff60-000000002905 | TASK | Set platform/version specific variables 2026-03-11 01:46:42.995516 | fa163e8e-49f5-d0d0-ff60-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:43.035051 | fa163e8e-49f5-d0d0-ff60-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:43.060071 | fa163e8e-49f5-d0d0-ff60-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:46:43.081520 | fa163e8e-49f5-d0d0-ff60-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:46:43.093750 | fa163e8e-49f5-d0d0-ff60-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:30.079026 | 0.19s 2026-03-11 01:46:43.119854 | fa163e8e-49f5-d0d0-ff60-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:46:46.143657 | fa163e8e-49f5-d0d0-ff60-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:46:46.145214 | fa163e8e-49f5-d0d0-ff60-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:33.130500 | 3.02s 2026-03-11 01:46:46.170422 | fa163e8e-49f5-d0d0-ff60-0000000028d8 | TASK | Ensure provider packages are installed 2026-03-11 01:46:49.386779 | fa163e8e-49f5-d0d0-ff60-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:36.372052 | 3.22s 2026-03-11 01:46:49.399320 | fa163e8e-49f5-d0d0-ff60-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:36.384600 | 3.23s 2026-03-11 01:46:49.426580 | fa163e8e-49f5-d0d0-ff60-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:46:49.722731 | fa163e8e-49f5-d0d0-ff60-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:49.724322 | fa163e8e-49f5-d0d0-ff60-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:36.709610 | 0.30s 2026-03-11 01:46:49.734733 | fa163e8e-49f5-d0d0-ff60-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:36.720019 | 0.31s 2026-03-11 01:46:49.761974 | fa163e8e-49f5-d0d0-ff60-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:46:50.065522 | fa163e8e-49f5-d0d0-ff60-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:46:50.067502 | fa163e8e-49f5-d0d0-ff60-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:37.052786 | 0.30s 2026-03-11 01:46:50.077789 | fa163e8e-49f5-d0d0-ff60-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:37.063070 | 0.31s 2026-03-11 01:46:50.098948 | fa163e8e-49f5-d0d0-ff60-0000000028de | TASK | Ensure provider service is running 2026-03-11 01:46:50.510137 | fa163e8e-49f5-d0d0-ff60-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:46:50.512020 | fa163e8e-49f5-d0d0-ff60-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:37.497303 | 0.41s 2026-03-11 01:46:50.520615 | fa163e8e-49f5-d0d0-ff60-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:37.505907 | 0.42s 2026-03-11 01:46:50.538827 | fa163e8e-49f5-d0d0-ff60-0000000028e1 | TASK | Ensure certificate requests 2026-03-11 01:46:52.368921 | fa163e8e-49f5-d0d0-ff60-0000000028e1 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'systemctl restart tripleo_ovn_controller\n'} 2026-03-11 01:46:52.371816 | fa163e8e-49f5-d0d0-ff60-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:39.357100 | 1.83s 2026-03-11 01:46:52.381811 | fa163e8e-49f5-d0d0-ff60-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:39.367094 | 1.84s 2026-03-11 01:46:52.430484 | fa163e8e-49f5-d0d0-ff60-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 01:46:52.490127 | fa163e8e-49f5-d0d0-ff60-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 01:46:52.491371 | fa163e8e-49f5-d0d0-ff60-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:39.476657 | 0.06s 2026-03-11 01:46:52.516151 | fa163e8e-49f5-d0d0-ff60-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-11 01:46:55.330461 | fa163e8e-49f5-d0d0-ff60-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-11 01:46:55.335945 | fa163e8e-49f5-d0d0-ff60-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:42.321226 | 2.82s 2026-03-11 01:46:55.373530 | fa163e8e-49f5-d0d0-ff60-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-03-11 01:46:55.444781 | fa163e8e-49f5-d0d0-ff60-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-11 01:46:55.445956 | fa163e8e-49f5-d0d0-ff60-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:42.431242 | 0.07s 2026-03-11 01:46:55.474806 | fa163e8e-49f5-d0d0-ff60-000000002293 | TASK | Fetch ovn VIP 2026-03-11 01:46:55.548674 | fa163e8e-49f5-d0d0-ff60-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-03-11 01:46:55.549580 | fa163e8e-49f5-d0d0-ff60-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:42.534872 | 0.07s 2026-03-11 01:46:55.571772 | fa163e8e-49f5-d0d0-ff60-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-03-11 01:46:55.642396 | fa163e8e-49f5-d0d0-ff60-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-11 01:46:55.643772 | fa163e8e-49f5-d0d0-ff60-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:42.629055 | 0.07s 2026-03-11 01:46:55.671706 | fa163e8e-49f5-d0d0-ff60-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-11 01:46:55.741558 | fa163e8e-49f5-d0d0-ff60-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-11 01:46:55.742926 | fa163e8e-49f5-d0d0-ff60-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:42.728210 | 0.07s 2026-03-11 01:46:55.772345 | fa163e8e-49f5-d0d0-ff60-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-03-11 01:46:55.835738 | fa163e8e-49f5-d0d0-ff60-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-11 01:46:55.837059 | fa163e8e-49f5-d0d0-ff60-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:42.822345 | 0.06s 2026-03-11 01:46:55.864535 | fa163e8e-49f5-d0d0-ff60-000000002297 | TASK | Remove pacemaker attributes 2026-03-11 01:46:55.937867 | fa163e8e-49f5-d0d0-ff60-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-11 01:46:55.950602 | fa163e8e-49f5-d0d0-ff60-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:42.935876 | 0.08s 2026-03-11 01:46:56.030281 | fa163e8e-49f5-d0d0-ff60-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:43.015522 | 0.05s 2026-03-11 01:46:56.102278 | fa163e8e-49f5-d0d0-ff60-00000000295d | TASK | Set version specific variables 2026-03-11 01:46:56.152782 | fa163e8e-49f5-d0d0-ff60-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:43.138053 | 0.05s 2026-03-11 01:46:56.176597 | 0ff00b74-fc6f-4ebe-9b12-ea72b6c8ee2e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:46:56.208073 | fa163e8e-49f5-d0d0-ff60-00000000298e | TASK | Ensure ansible_facts used by role 2026-03-11 01:46:56.564187 | fa163e8e-49f5-d0d0-ff60-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:46:56.565796 | fa163e8e-49f5-d0d0-ff60-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:43.551081 | 0.36s 2026-03-11 01:46:56.595186 | fa163e8e-49f5-d0d0-ff60-00000000298f | TASK | Set platform/version specific variables 2026-03-11 01:46:56.685237 | fa163e8e-49f5-d0d0-ff60-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:56.719742 | fa163e8e-49f5-d0d0-ff60-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:46:56.748298 | fa163e8e-49f5-d0d0-ff60-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:46:56.771108 | fa163e8e-49f5-d0d0-ff60-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:46:56.777121 | fa163e8e-49f5-d0d0-ff60-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:43.762398 | 0.18s 2026-03-11 01:46:56.805993 | fa163e8e-49f5-d0d0-ff60-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:46:59.902765 | fa163e8e-49f5-d0d0-ff60-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:46:59.904134 | fa163e8e-49f5-d0d0-ff60-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:46.889420 | 3.10s 2026-03-11 01:46:59.933465 | fa163e8e-49f5-d0d0-ff60-000000002960 | TASK | Ensure provider packages are installed 2026-03-11 01:47:03.112393 | fa163e8e-49f5-d0d0-ff60-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.097661 | 3.18s 2026-03-11 01:47:03.124583 | fa163e8e-49f5-d0d0-ff60-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.109861 | 3.19s 2026-03-11 01:47:03.154171 | fa163e8e-49f5-d0d0-ff60-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:47:03.456807 | fa163e8e-49f5-d0d0-ff60-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:03.458317 | fa163e8e-49f5-d0d0-ff60-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.443599 | 0.30s 2026-03-11 01:47:03.464618 | fa163e8e-49f5-d0d0-ff60-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.449900 | 0.31s 2026-03-11 01:47:03.493741 | fa163e8e-49f5-d0d0-ff60-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:47:03.798426 | fa163e8e-49f5-d0d0-ff60-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:03.800475 | fa163e8e-49f5-d0d0-ff60-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.785759 | 0.31s 2026-03-11 01:47:03.810743 | fa163e8e-49f5-d0d0-ff60-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.796024 | 0.32s 2026-03-11 01:47:03.839872 | fa163e8e-49f5-d0d0-ff60-000000002966 | TASK | Ensure provider service is running 2026-03-11 01:47:04.307527 | fa163e8e-49f5-d0d0-ff60-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:47:04.310210 | fa163e8e-49f5-d0d0-ff60-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:51.295492 | 0.47s 2026-03-11 01:47:04.320840 | fa163e8e-49f5-d0d0-ff60-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:51.306120 | 0.48s 2026-03-11 01:47:04.405936 | fa163e8e-49f5-d0d0-ff60-000000002969 | TASK | Ensure certificate requests 2026-03-11 01:47:06.040453 | fa163e8e-49f5-d0d0-ff60-000000002969 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 01:47:06.041819 | fa163e8e-49f5-d0d0-ff60-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:53.027104 | 1.63s 2026-03-11 01:47:06.048870 | fa163e8e-49f5-d0d0-ff60-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:53.034152 | 1.64s 2026-03-11 01:47:06.105871 | fa163e8e-49f5-d0d0-ff60-00000000229c | TASK | Configure OVN DBs and northd 2026-03-11 01:47:06.156819 | fa163e8e-49f5-d0d0-ff60-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:53.142090 | 0.05s 2026-03-11 01:47:06.198413 | fa163e8e-49f5-d0d0-ff60-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-11 01:47:06.449695 | fa163e8e-49f5-d0d0-ff60-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-11 01:47:06.451128 | fa163e8e-49f5-d0d0-ff60-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:53.436414 | 0.25s 2026-03-11 01:47:06.482077 | fa163e8e-49f5-d0d0-ff60-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 01:47:06.543304 | fa163e8e-49f5-d0d0-ff60-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 01:47:06.544638 | fa163e8e-49f5-d0d0-ff60-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:53.529923 | 0.06s 2026-03-11 01:47:06.577532 | fa163e8e-49f5-d0d0-ff60-0000000029da | TASK | check ovsdb-tool election-timer options 2026-03-11 01:47:06.830567 | fa163e8e-49f5-d0d0-ff60-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-11 01:47:06.831809 | fa163e8e-49f5-d0d0-ff60-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:53.817064 | 0.25s 2026-03-11 01:47:06.860000 | fa163e8e-49f5-d0d0-ff60-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-03-11 01:47:06.919836 | fa163e8e-49f5-d0d0-ff60-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-11 01:47:06.921371 | fa163e8e-49f5-d0d0-ff60-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:53.906652 | 0.06s 2026-03-11 01:47:06.951749 | fa163e8e-49f5-d0d0-ff60-0000000029dc | TASK | render OVN cluster configuration 2026-03-11 01:47:07.571394 | fa163e8e-49f5-d0d0-ff60-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-03-11 01:47:07.572908 | fa163e8e-49f5-d0d0-ff60-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:54.558194 | 0.62s 2026-03-11 01:47:07.606031 | fa163e8e-49f5-d0d0-ff60-0000000029dd | TASK | restart OVN northd and north and south databases 2026-03-11 01:47:07.667918 | fa163e8e-49f5-d0d0-ff60-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:54.653178 | 0.06s 2026-03-11 01:47:07.697109 | fa163e8e-49f5-d0d0-ff60-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:54.682390 | 0.09s 2026-03-11 01:47:07.709746 | fa163e8e-49f5-d0d0-ff60-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:54.695031 | 0.10s 2026-03-11 01:47:07.722100 | fa163e8e-49f5-d0d0-ff60-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:54.707381 | 0.11s 2026-03-11 01:47:07.749343 | da61dcb6-aa25-41ce-b651-49b8a4bb64e7 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 01:47:07.757979 | 5973075e-5588-4985-878c-a51da2d64ec0 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 01:47:07.765492 | b2e5743c-0f83-4bb1-afa0-50bc1bc1ee12 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 01:47:07.805578 | fa163e8e-49f5-d0d0-ff60-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-11 01:47:08.073842 | fa163e8e-49f5-d0d0-ff60-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-11 01:47:08.075172 | fa163e8e-49f5-d0d0-ff60-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:55.060457 | 0.27s 2026-03-11 01:47:08.099394 | fa163e8e-49f5-d0d0-ff60-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-11 01:47:08.125857 | fa163e8e-49f5-d0d0-ff60-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-11 01:47:08.126652 | fa163e8e-49f5-d0d0-ff60-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:55.111946 | 0.03s 2026-03-11 01:47:08.151692 | fa163e8e-49f5-d0d0-ff60-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-11 01:47:08.382495 | fa163e8e-49f5-d0d0-ff60-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-11 01:47:08.383891 | fa163e8e-49f5-d0d0-ff60-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:55.369177 | 0.23s 2026-03-11 01:47:08.404979 | fa163e8e-49f5-d0d0-ff60-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-11 01:47:08.461723 | fa163e8e-49f5-d0d0-ff60-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-11 01:47:08.462979 | fa163e8e-49f5-d0d0-ff60-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:55.448263 | 0.06s 2026-03-11 01:47:08.494589 | fa163e8e-49f5-d0d0-ff60-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-11 01:47:08.730439 | fa163e8e-49f5-d0d0-ff60-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-11 01:47:08.731221 | fa163e8e-49f5-d0d0-ff60-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:55.716517 | 0.23s 2026-03-11 01:47:08.751221 | fa163e8e-49f5-d0d0-ff60-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-03-11 01:47:08.802193 | fa163e8e-49f5-d0d0-ff60-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-11 01:47:08.803569 | fa163e8e-49f5-d0d0-ff60-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:55.788854 | 0.05s 2026-03-11 01:47:08.910983 | fa163e8e-49f5-d0d0-ff60-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:55.896259 | 0.05s 2026-03-11 01:47:08.977683 | fa163e8e-49f5-d0d0-ff60-000000002a64 | TASK | Set version specific variables 2026-03-11 01:47:09.029619 | fa163e8e-49f5-d0d0-ff60-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:56.014892 | 0.05s 2026-03-11 01:47:09.053483 | 261340b7-69ec-498b-9ddc-4a6e2112fb66 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:47:09.088069 | fa163e8e-49f5-d0d0-ff60-000000002a93 | TASK | Ensure ansible_facts used by role 2026-03-11 01:47:09.508146 | fa163e8e-49f5-d0d0-ff60-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:47:09.509766 | fa163e8e-49f5-d0d0-ff60-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:56.495052 | 0.42s 2026-03-11 01:47:09.538750 | fa163e8e-49f5-d0d0-ff60-000000002a94 | TASK | Set platform/version specific variables 2026-03-11 01:47:09.632467 | fa163e8e-49f5-d0d0-ff60-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:47:09.664495 | fa163e8e-49f5-d0d0-ff60-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:47:09.692052 | fa163e8e-49f5-d0d0-ff60-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:47:09.714198 | fa163e8e-49f5-d0d0-ff60-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:47:09.721027 | fa163e8e-49f5-d0d0-ff60-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:56.706315 | 0.18s 2026-03-11 01:47:09.740913 | fa163e8e-49f5-d0d0-ff60-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:47:12.776467 | fa163e8e-49f5-d0d0-ff60-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:47:12.777345 | fa163e8e-49f5-d0d0-ff60-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:59.762640 | 3.04s 2026-03-11 01:47:12.807320 | fa163e8e-49f5-d0d0-ff60-000000002a67 | TASK | Ensure provider packages are installed 2026-03-11 01:47:15.855472 | fa163e8e-49f5-d0d0-ff60-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:02.840747 | 3.05s 2026-03-11 01:47:15.867557 | fa163e8e-49f5-d0d0-ff60-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:02.852847 | 3.06s 2026-03-11 01:47:15.896722 | fa163e8e-49f5-d0d0-ff60-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:47:16.189629 | fa163e8e-49f5-d0d0-ff60-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:16.190960 | fa163e8e-49f5-d0d0-ff60-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:03.176246 | 0.29s 2026-03-11 01:47:16.197328 | fa163e8e-49f5-d0d0-ff60-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:03.182618 | 0.30s 2026-03-11 01:47:16.226300 | fa163e8e-49f5-d0d0-ff60-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:47:16.491066 | fa163e8e-49f5-d0d0-ff60-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:16.493138 | fa163e8e-49f5-d0d0-ff60-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:03.478398 | 0.27s 2026-03-11 01:47:16.503194 | fa163e8e-49f5-d0d0-ff60-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:03.488486 | 0.28s 2026-03-11 01:47:16.531624 | fa163e8e-49f5-d0d0-ff60-000000002a6d | TASK | Ensure provider service is running 2026-03-11 01:47:16.955780 | fa163e8e-49f5-d0d0-ff60-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:47:16.958085 | fa163e8e-49f5-d0d0-ff60-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:03.943369 | 0.43s 2026-03-11 01:47:16.968759 | fa163e8e-49f5-d0d0-ff60-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:03.954048 | 0.44s 2026-03-11 01:47:16.999489 | fa163e8e-49f5-d0d0-ff60-000000002a70 | TASK | Ensure certificate requests 2026-03-11 01:47:18.572302 | fa163e8e-49f5-d0d0-ff60-000000002a70 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'systemctl restart tripleo_ovn_metadata_agent\n'} 2026-03-11 01:47:18.574780 | fa163e8e-49f5-d0d0-ff60-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:05.560065 | 1.57s 2026-03-11 01:47:18.585306 | fa163e8e-49f5-d0d0-ff60-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:05.570584 | 1.58s 2026-03-11 01:47:18.692986 | fa163e8e-49f5-d0d0-ff60-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:05.678260 | 0.05s 2026-03-11 01:47:18.759942 | fa163e8e-49f5-d0d0-ff60-000000002ad8 | TASK | Set version specific variables 2026-03-11 01:47:18.808690 | fa163e8e-49f5-d0d0-ff60-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:05.793965 | 0.05s 2026-03-11 01:47:18.832587 | c3e0cf56-4bba-489a-a8e6-6fc7be053317 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:47:18.860907 | fa163e8e-49f5-d0d0-ff60-000000002b07 | TASK | Ensure ansible_facts used by role 2026-03-11 01:47:19.726487 | fa163e8e-49f5-d0d0-ff60-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:47:19.727933 | fa163e8e-49f5-d0d0-ff60-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:06.713220 | 0.87s 2026-03-11 01:47:19.756732 | fa163e8e-49f5-d0d0-ff60-000000002b08 | TASK | Set platform/version specific variables 2026-03-11 01:47:19.815796 | fa163e8e-49f5-d0d0-ff60-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:47:19.829071 | fa163e8e-49f5-d0d0-ff60-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:47:19.842657 | fa163e8e-49f5-d0d0-ff60-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:47:19.854801 | fa163e8e-49f5-d0d0-ff60-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:47:19.866707 | fa163e8e-49f5-d0d0-ff60-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:06.851986 | 0.11s 2026-03-11 01:47:19.896393 | fa163e8e-49f5-d0d0-ff60-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:47:22.878460 | fa163e8e-49f5-d0d0-ff60-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:47:22.879872 | fa163e8e-49f5-d0d0-ff60-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:09.865158 | 2.98s 2026-03-11 01:47:22.912688 | fa163e8e-49f5-d0d0-ff60-000000002adb | TASK | Ensure provider packages are installed 2026-03-11 01:47:25.963065 | fa163e8e-49f5-d0d0-ff60-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.948339 | 3.05s 2026-03-11 01:47:25.975357 | fa163e8e-49f5-d0d0-ff60-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.960640 | 3.06s 2026-03-11 01:47:26.005528 | fa163e8e-49f5-d0d0-ff60-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:47:26.287265 | fa163e8e-49f5-d0d0-ff60-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:26.288567 | fa163e8e-49f5-d0d0-ff60-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:13.273851 | 0.28s 2026-03-11 01:47:26.294545 | fa163e8e-49f5-d0d0-ff60-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:13.279827 | 0.29s 2026-03-11 01:47:26.319916 | fa163e8e-49f5-d0d0-ff60-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:47:26.583858 | fa163e8e-49f5-d0d0-ff60-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:26.585817 | fa163e8e-49f5-d0d0-ff60-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:13.571101 | 0.26s 2026-03-11 01:47:26.596046 | fa163e8e-49f5-d0d0-ff60-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:13.581319 | 0.27s 2026-03-11 01:47:26.624830 | fa163e8e-49f5-d0d0-ff60-000000002ae1 | TASK | Ensure provider service is running 2026-03-11 01:47:27.045714 | fa163e8e-49f5-d0d0-ff60-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:47:27.048065 | fa163e8e-49f5-d0d0-ff60-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:14.033349 | 0.42s 2026-03-11 01:47:27.058489 | fa163e8e-49f5-d0d0-ff60-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:14.043771 | 0.43s 2026-03-11 01:47:27.091035 | fa163e8e-49f5-d0d0-ff60-000000002ae4 | TASK | Ensure certificate requests 2026-03-11 01:47:28.679804 | fa163e8e-49f5-d0d0-ff60-000000002ae4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 01:47:28.681284 | fa163e8e-49f5-d0d0-ff60-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:15.666568 | 1.59s 2026-03-11 01:47:28.687704 | fa163e8e-49f5-d0d0-ff60-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:15.672985 | 1.59s 2026-03-11 01:47:28.796174 | fa163e8e-49f5-d0d0-ff60-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:15.781449 | 0.05s 2026-03-11 01:47:28.865955 | fa163e8e-49f5-d0d0-ff60-000000002b4c | TASK | Set version specific variables 2026-03-11 01:47:28.915301 | fa163e8e-49f5-d0d0-ff60-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:15.900577 | 0.05s 2026-03-11 01:47:28.937418 | 0de86617-bef2-448c-b81f-0085e91d1ad9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:47:28.970765 | fa163e8e-49f5-d0d0-ff60-000000002b7b | TASK | Ensure ansible_facts used by role 2026-03-11 01:47:29.372915 | fa163e8e-49f5-d0d0-ff60-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:47:29.374609 | fa163e8e-49f5-d0d0-ff60-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:16.359895 | 0.40s 2026-03-11 01:47:29.403554 | fa163e8e-49f5-d0d0-ff60-000000002b7c | TASK | Set platform/version specific variables 2026-03-11 01:47:29.499000 | fa163e8e-49f5-d0d0-ff60-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:47:29.525804 | fa163e8e-49f5-d0d0-ff60-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:47:29.547595 | fa163e8e-49f5-d0d0-ff60-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:47:29.568645 | fa163e8e-49f5-d0d0-ff60-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:47:29.575642 | fa163e8e-49f5-d0d0-ff60-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:16.560917 | 0.17s 2026-03-11 01:47:29.605440 | fa163e8e-49f5-d0d0-ff60-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:47:32.601965 | fa163e8e-49f5-d0d0-ff60-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:47:32.603453 | fa163e8e-49f5-d0d0-ff60-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:19.588739 | 3.00s 2026-03-11 01:47:32.632157 | fa163e8e-49f5-d0d0-ff60-000000002b4f | TASK | Ensure provider packages are installed 2026-03-11 01:47:35.710993 | fa163e8e-49f5-d0d0-ff60-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:22.696263 | 3.08s 2026-03-11 01:47:35.718349 | fa163e8e-49f5-d0d0-ff60-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:22.703630 | 3.08s 2026-03-11 01:47:35.749596 | fa163e8e-49f5-d0d0-ff60-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:47:36.046412 | fa163e8e-49f5-d0d0-ff60-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:36.047893 | fa163e8e-49f5-d0d0-ff60-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:23.033175 | 0.30s 2026-03-11 01:47:36.054503 | fa163e8e-49f5-d0d0-ff60-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:23.039784 | 0.30s 2026-03-11 01:47:36.084874 | fa163e8e-49f5-d0d0-ff60-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:47:36.348844 | fa163e8e-49f5-d0d0-ff60-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:47:36.350244 | fa163e8e-49f5-d0d0-ff60-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:23.335522 | 0.26s 2026-03-11 01:47:36.356198 | fa163e8e-49f5-d0d0-ff60-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:23.341480 | 0.27s 2026-03-11 01:47:36.385950 | fa163e8e-49f5-d0d0-ff60-000000002b55 | TASK | Ensure provider service is running 2026-03-11 01:47:36.830558 | fa163e8e-49f5-d0d0-ff60-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:47:36.833096 | fa163e8e-49f5-d0d0-ff60-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:23.818380 | 0.45s 2026-03-11 01:47:36.844364 | fa163e8e-49f5-d0d0-ff60-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:23.829643 | 0.46s 2026-03-11 01:47:36.876991 | fa163e8e-49f5-d0d0-ff60-000000002b58 | TASK | Ensure certificate requests 2026-03-11 01:47:39.277384 | fa163e8e-49f5-d0d0-ff60-000000002b58 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2026-03-11 01:47:39.279928 | fa163e8e-49f5-d0d0-ff60-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:26.265213 | 2.40s 2026-03-11 01:47:39.290507 | fa163e8e-49f5-d0d0-ff60-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:26.275789 | 2.41s 2026-03-11 01:47:39.345358 | fa163e8e-49f5-d0d0-ff60-0000000022a9 | TASK | Fail if container image is undefined 2026-03-11 01:47:39.410462 | fa163e8e-49f5-d0d0-ff60-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 01:47:39.411595 | fa163e8e-49f5-d0d0-ff60-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:26.396881 | 0.06s 2026-03-11 01:47:39.458490 | fa163e8e-49f5-d0d0-ff60-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 01:47:45.760323 | fa163e8e-49f5-d0d0-ff60-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-11 01:47:45.761900 | fa163e8e-49f5-d0d0-ff60-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:32.747183 | 6.30s 2026-03-11 01:47:45.820552 | fa163e8e-49f5-d0d0-ff60-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 01:47:46.187823 | fa163e8e-49f5-d0d0-ff60-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-11 01:47:46.189206 | fa163e8e-49f5-d0d0-ff60-0000000022ab | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:33.174457 | 0.37s 2026-03-11 01:47:46.243766 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TASK | Pre-fetch all the containers 2026-03-11 01:47:50.781884 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-11 01:47:50.785715 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:37.770993 | 4.54s 2026-03-11 01:47:55.826922 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-11 01:47:55.829847 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.815135 | 9.58s 2026-03-11 01:47:58.434535 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-11 01:47:58.437127 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.422415 | 12.19s 2026-03-11 01:48:01.396969 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-11 01:48:01.400333 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.385621 | 15.15s 2026-03-11 01:48:03.486631 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-11 01:48:03.489143 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.474431 | 17.24s 2026-03-11 01:48:05.157601 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-11 01:48:05.161115 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:52.146403 | 18.92s 2026-03-11 01:48:10.042116 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-03-11 01:48:10.045253 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.030519 | 23.80s 2026-03-11 01:48:14.159269 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-11 01:48:14.161979 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.147268 | 27.92s 2026-03-11 01:48:18.252082 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-11 01:48:18.256788 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.242075 | 32.01s 2026-03-11 01:48:20.528350 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-11 01:48:20.532117 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:07.517399 | 34.29s 2026-03-11 01:48:28.913004 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-11 01:48:28.914768 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.900064 | 42.67s 2026-03-11 01:48:31.688876 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-11 01:48:31.690635 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.675931 | 45.44s 2026-03-11 01:48:48.375100 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-11 01:48:48.379713 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:35.364995 | 62.13s 2026-03-11 01:48:59.641711 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-11 01:48:59.645636 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:46.630923 | 73.40s 2026-03-11 01:49:08.610603 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-11 01:49:08.613337 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:55.598626 | 82.37s 2026-03-11 01:49:15.301052 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-11 01:49:15.304073 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:02.289360 | 89.06s 2026-03-11 01:49:22.671609 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-11 01:49:22.674431 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:09.659718 | 96.43s 2026-03-11 01:49:27.291841 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-11 01:49:27.294593 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:14.279881 | 101.05s 2026-03-11 01:49:30.464661 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-11 01:49:30.468287 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:17.453577 | 104.22s 2026-03-11 01:49:34.712745 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-11 01:49:34.714274 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:21.699572 | 108.47s 2026-03-11 01:49:39.677057 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-11 01:49:39.680898 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:26.666187 | 113.43s 2026-03-11 01:49:52.204032 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-11 01:49:52.208718 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:39.194006 | 125.96s 2026-03-11 01:49:55.097091 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-11 01:49:55.101446 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:42.086725 | 128.86s 2026-03-11 01:50:03.695941 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-11 01:50:03.700562 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:50.685850 | 137.45s 2026-03-11 01:50:06.524822 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-11 01:50:06.526193 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:53.511491 | 140.28s 2026-03-11 01:50:14.587595 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-11 01:50:14.591701 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:01.576989 | 148.35s 2026-03-11 01:50:17.505368 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-11 01:50:17.508295 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:04.493584 | 151.26s 2026-03-11 01:50:21.169571 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-11 01:50:21.172282 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.157570 | 154.93s 2026-03-11 01:50:25.662526 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-11 01:50:25.666326 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:12.651613 | 159.42s 2026-03-11 01:50:27.506573 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-11 01:50:27.510427 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:14.495716 | 161.26s 2026-03-11 01:50:29.250835 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-11 01:50:29.253820 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.239107 | 163.01s 2026-03-11 01:50:32.030285 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-11 01:50:32.033817 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.019104 | 165.79s 2026-03-11 01:50:34.409563 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-11 01:50:34.412559 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:21.397847 | 168.17s 2026-03-11 01:50:38.538966 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-11 01:50:38.542476 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.527768 | 172.30s 2026-03-11 01:50:41.139106 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-11 01:50:41.142505 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.127793 | 174.90s 2026-03-11 01:50:44.138775 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-11 01:50:44.143164 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:31.128447 | 177.90s 2026-03-11 01:50:47.201606 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-11 01:50:47.205634 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.190917 | 180.96s 2026-03-11 01:50:50.012476 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-11 01:50:50.016103 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:37.001391 | 183.77s 2026-03-11 01:50:52.899623 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-11 01:50:52.903952 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:39.889237 | 186.66s 2026-03-11 01:50:56.554253 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-11 01:50:56.558546 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:43.543833 | 190.31s 2026-03-11 01:50:59.468323 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-11 01:50:59.471831 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:46.457116 | 193.23s 2026-03-11 01:51:02.624101 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-11 01:51:02.626958 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:49.612245 | 196.38s 2026-03-11 01:51:05.808760 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-11 01:51:05.812868 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:52.798156 | 199.57s 2026-03-11 01:51:08.516536 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-11 01:51:08.519034 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:55.504321 | 202.27s 2026-03-11 01:51:10.675383 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-11 01:51:10.678221 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.663509 | 204.43s 2026-03-11 01:51:13.647997 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-11 01:51:13.652032 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:00.637318 | 207.41s 2026-03-11 01:51:16.817752 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-11 01:51:16.820596 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.805883 | 210.57s 2026-03-11 01:51:20.353060 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-11 01:51:20.357037 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:07.342325 | 214.11s 2026-03-11 01:51:22.733812 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-11 01:51:22.735741 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.721030 | 216.49s 2026-03-11 01:51:25.598623 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-11 01:51:25.601500 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:12.586789 | 219.36s 2026-03-11 01:51:28.343027 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-11 01:51:28.347900 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:15.333182 | 222.10s 2026-03-11 01:51:31.295879 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-11 01:51:31.299841 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:18.285131 | 225.05s 2026-03-11 01:51:34.885402 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-11 01:51:34.889117 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.874406 | 228.64s 2026-03-11 01:51:35.283623 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:22.268907 | 229.04s 2026-03-11 01:51:35.556158 | fa163e8e-49f5-d0d0-ff60-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:22.541439 | 0.06s 2026-03-11 01:51:35.610085 | fa163e8e-49f5-d0d0-ff60-000000002c32 | TASK | Set version specific variables 2026-03-11 01:51:35.667898 | fa163e8e-49f5-d0d0-ff60-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:22.653181 | 0.06s 2026-03-11 01:51:35.683626 | e5cdcc17-beb4-47ce-b183-3bd393c19a8b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 01:51:35.708774 | fa163e8e-49f5-d0d0-ff60-000000002c61 | TASK | Ensure ansible_facts used by role 2026-03-11 01:51:36.111722 | fa163e8e-49f5-d0d0-ff60-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 01:51:36.113730 | fa163e8e-49f5-d0d0-ff60-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:23.099013 | 0.40s 2026-03-11 01:51:36.143729 | fa163e8e-49f5-d0d0-ff60-000000002c62 | TASK | Set platform/version specific variables 2026-03-11 01:51:36.222878 | fa163e8e-49f5-d0d0-ff60-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:51:36.246315 | fa163e8e-49f5-d0d0-ff60-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 01:51:36.269412 | fa163e8e-49f5-d0d0-ff60-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 01:51:36.295261 | fa163e8e-49f5-d0d0-ff60-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 01:51:36.307115 | fa163e8e-49f5-d0d0-ff60-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:23.292392 | 0.16s 2026-03-11 01:51:36.336525 | fa163e8e-49f5-d0d0-ff60-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-03-11 01:51:39.553053 | fa163e8e-49f5-d0d0-ff60-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 01:51:39.554607 | fa163e8e-49f5-d0d0-ff60-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:26.539890 | 3.22s 2026-03-11 01:51:39.583460 | fa163e8e-49f5-d0d0-ff60-000000002c35 | TASK | Ensure provider packages are installed 2026-03-11 01:51:42.884653 | fa163e8e-49f5-d0d0-ff60-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:29.869920 | 3.30s 2026-03-11 01:51:42.891504 | fa163e8e-49f5-d0d0-ff60-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:29.876789 | 3.31s 2026-03-11 01:51:42.915711 | fa163e8e-49f5-d0d0-ff60-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 01:51:43.217092 | fa163e8e-49f5-d0d0-ff60-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:51:43.219212 | fa163e8e-49f5-d0d0-ff60-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:30.204494 | 0.30s 2026-03-11 01:51:43.228805 | fa163e8e-49f5-d0d0-ff60-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:30.214094 | 0.31s 2026-03-11 01:51:43.252388 | fa163e8e-49f5-d0d0-ff60-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 01:51:43.540283 | fa163e8e-49f5-d0d0-ff60-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 01:51:43.541695 | fa163e8e-49f5-d0d0-ff60-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:30.526976 | 0.29s 2026-03-11 01:51:43.553406 | fa163e8e-49f5-d0d0-ff60-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:30.538687 | 0.30s 2026-03-11 01:51:43.577200 | fa163e8e-49f5-d0d0-ff60-000000002c3b | TASK | Ensure provider service is running 2026-03-11 01:51:44.025775 | fa163e8e-49f5-d0d0-ff60-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 01:51:44.026930 | fa163e8e-49f5-d0d0-ff60-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:31.012219 | 0.45s 2026-03-11 01:51:44.040034 | fa163e8e-49f5-d0d0-ff60-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:31.025313 | 0.46s 2026-03-11 01:51:44.070397 | fa163e8e-49f5-d0d0-ff60-000000002c3e | TASK | Ensure certificate requests 2026-03-11 01:51:46.668195 | fa163e8e-49f5-d0d0-ff60-000000002c3e | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2026-03-11 01:51:46.669988 | fa163e8e-49f5-d0d0-ff60-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:33.655266 | 2.60s 2026-03-11 01:51:46.676840 | fa163e8e-49f5-d0d0-ff60-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:33.662131 | 2.60s 2026-03-11 01:51:46.732539 | fa163e8e-49f5-d0d0-ff60-0000000022c0 | TASK | Fail if container image is undefined 2026-03-11 01:51:46.794350 | fa163e8e-49f5-d0d0-ff60-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 01:51:46.796617 | fa163e8e-49f5-d0d0-ff60-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:33.781897 | 0.06s 2026-03-11 01:51:46.843908 | fa163e8e-49f5-d0d0-ff60-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 01:51:49.004364 | fa163e8e-49f5-d0d0-ff60-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-11 01:51:49.007352 | fa163e8e-49f5-d0d0-ff60-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:35.992636 | 2.16s 2026-03-11 01:51:49.066826 | fa163e8e-49f5-d0d0-ff60-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 01:51:49.429272 | fa163e8e-49f5-d0d0-ff60-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-11 01:51:49.430890 | fa163e8e-49f5-d0d0-ff60-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:36.416173 | 0.36s 2026-03-11 01:51:49.493586 | fa163e8e-49f5-d0d0-ff60-0000000022cd | TASK | Check if rsyslog exists 2026-03-11 01:51:49.762793 | fa163e8e-49f5-d0d0-ff60-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-03-11 01:51:49.764176 | fa163e8e-49f5-d0d0-ff60-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:36.749461 | 0.27s 2026-03-11 01:51:49.792165 | fa163e8e-49f5-d0d0-ff60-0000000022ce | TASK | Forward logging to swift.log file 2026-03-11 01:51:50.242663 | fa163e8e-49f5-d0d0-ff60-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-03-11 01:51:50.244454 | fa163e8e-49f5-d0d0-ff60-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:37.229734 | 0.45s 2026-03-11 01:51:50.275895 | fa163e8e-49f5-d0d0-ff60-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-03-11 01:51:51.000021 | fa163e8e-49f5-d0d0-ff60-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-11 01:51:51.002017 | fa163e8e-49f5-d0d0-ff60-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:37.987303 | 0.72s 2026-03-11 01:51:51.031013 | fa163e8e-49f5-d0d0-ff60-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 01:51:51.217517 | fa163e8e-49f5-d0d0-ff60-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 01:51:51.218921 | fa163e8e-49f5-d0d0-ff60-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:38.204207 | 0.19s 2026-03-11 01:51:51.331290 | fa163e8e-49f5-d0d0-ff60-0000000000c3 | TIMING | include_tasks | standalone | 0:12:38.316530 | 0.08s 2026-03-11 01:51:51.374420 | 2ef2709e-f23c-4431-a4bd-ea2627d9df03 | INCLUDED | /root/standalone-ansible-lkx9rgpx/common_deploy_steps_tasks.yaml | standalone 2026-03-11 01:51:51.401820 | fa163e8e-49f5-d0d0-ff60-000000002ca9 | TASK | Write the config_step hieradata 2026-03-11 01:51:51.908278 | fa163e8e-49f5-d0d0-ff60-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-03-11 01:51:51.909061 | fa163e8e-49f5-d0d0-ff60-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:38.894353 | 0.51s 2026-03-11 01:51:51.928177 | fa163e8e-49f5-d0d0-ff60-000000002caa | TASK | Run puppet host configuration for step 1 2026-03-11 01:51:52.242049 | fa163e8e-49f5-d0d0-ff60-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-11 01:51:52.243416 | fa163e8e-49f5-d0d0-ff60-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:39.228696 | 0.31s 2026-03-11 01:51:52.272468 | fa163e8e-49f5-d0d0-ff60-000000002cab | TASK | Wait for puppet host configuration to finish 2026-03-11 01:51:52.508708 | fa163e8e-49f5-d0d0-ff60-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 01:52:02.724220 | fa163e8e-49f5-d0d0-ff60-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 01:52:12.921907 | fa163e8e-49f5-d0d0-ff60-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 01:52:23.134488 | fa163e8e-49f5-d0d0-ff60-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-11 01:52:33.326827 | fa163e8e-49f5-d0d0-ff60-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-11 01:52:43.545363 | fa163e8e-49f5-d0d0-ff60-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-11 01:52:53.742437 | fa163e8e-49f5-d0d0-ff60-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 354 retries left 2026-03-11 01:53:03.970618 | fa163e8e-49f5-d0d0-ff60-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 01:53:03.971347 | fa163e8e-49f5-d0d0-ff60-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:50.956645 | 71.70s 2026-03-11 01:53:03.991308 | fa163e8e-49f5-d0d0-ff60-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-11 01:53:04.075032 | fa163e8e-49f5-d0d0-ff60-000000002cac | 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>Mar 11 01:51:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 01:51:59 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 01:51:59 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 01:51:59 puppet-user: (file & line not available)", "<13>Mar 11 01:51: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>Mar 11 01:51: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>Mar 11 01:51:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 01:51:59 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.37 seconds", "<13>Mar 11 01:51:59 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 11 01:51:59 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 11 01:51:59 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 11 01:52:08 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 11 01:52:16 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 11 01:52:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 11 01:52:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 11 01:52:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 11 01:52:19 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 01:52:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 11 01:52:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 11 01:52:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 01:52:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 01:52:27 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 11 01:52:28 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 11 01:52:51 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 11 01:52:52 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 01:52:54 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 11 01:52:54 puppet-user: Notice: Applied catalog in 54.92 seconds", "<13>Mar 11 01:52:54 puppet-user: Application:", "<13>Mar 11 01:52:54 puppet-user: Initial environment: production", "<13>Mar 11 01:52:54 puppet-user: Converged environment: production", "<13>Mar 11 01:52:54 puppet-user: Run mode: user", "<13>Mar 11 01:52:54 puppet-user: Changes:", "<13>Mar 11 01:52:54 puppet-user: Total: 17", "<13>Mar 11 01:52:54 puppet-user: Events:", "<13>Mar 11 01:52:54 puppet-user: Success: 17", "<13>Mar 11 01:52:54 puppet-user: Resources:", "<13>Mar 11 01:52:54 puppet-user: Restarted: 1", "<13>Mar 11 01:52:54 puppet-user: Changed: 16", "<13>Mar 11 01:52:54 puppet-user: Out of sync: 16", "<13>Mar 11 01:52:54 puppet-user: Total: 26", "<13>Mar 11 01:52:54 puppet-user: Time:", "<13>Mar 11 01:52:54 puppet-user: Filebucket: 0.00", "<13>Mar 11 01:52:54 puppet-user: Schedule: 0.00", "<13>Mar 11 01:52:54 puppet-user: File: 0.00", "<13>Mar 11 01:52:54 puppet-user: File line: 0.00", "<13>Mar 11 01:52:54 puppet-user: Augeas: 0.02", "<13>Mar 11 01:52:54 puppet-user: Config retrieval: 0.42", "<13>Mar 11 01:52:54 puppet-user: User: 0.57", "<13>Mar 11 01:52:54 puppet-user: Package: 16.02", "<13>Mar 11 01:52:54 puppet-user: Last run: 1773193974", "<13>Mar 11 01:52:54 puppet-user: Exec: 29.24", "<13>Mar 11 01:52:54 puppet-user: Pcmk property: 3.53", "<13>Mar 11 01:52:54 puppet-user: Service: 4.25", "<13>Mar 11 01:52:54 puppet-user: Transaction evaluation: 54.90", "<13>Mar 11 01:52:54 puppet-user: Catalog application: 54.92", "<13>Mar 11 01:52:54 puppet-user: Total: 54.92", "<13>Mar 11 01:52:54 puppet-user: Version:", "<13>Mar 11 01:52:54 puppet-user: Config: 1773193919", "<13>Mar 11 01:52:54 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 01:53:04.076566 | fa163e8e-49f5-d0d0-ff60-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:51.061852 | 0.08s 2026-03-11 01:53:04.106918 | fa163e8e-49f5-d0d0-ff60-000000002cad | TASK | Pre-cache facts for puppet containers 2026-03-11 01:53:04.135844 | fa163e8e-49f5-d0d0-ff60-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:51.121123 | 0.03s 2026-03-11 01:53:04.209629 | fa163e8e-49f5-d0d0-ff60-000000002cf6 | TASK | Gather variables for each operating system 2026-03-11 01:53:04.311796 | fa163e8e-49f5-d0d0-ff60-000000002cf6 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:51.297085 | 0.10s 2026-03-11 01:53:04.330935 | fa163e8e-49f5-d0d0-ff60-000000002cf7 | TASK | Create puppet caching structures 2026-03-11 01:53:04.562585 | fa163e8e-49f5-d0d0-ff60-000000002cf7 | CHANGED | Create puppet caching structures | standalone 2026-03-11 01:53:04.564165 | fa163e8e-49f5-d0d0-ff60-000000002cf7 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:51.549445 | 0.23s 2026-03-11 01:53:04.593818 | fa163e8e-49f5-d0d0-ff60-000000002cf8 | TASK | Check for facter.conf 2026-03-11 01:53:04.815656 | fa163e8e-49f5-d0d0-ff60-000000002cf8 | OK | Check for facter.conf | standalone 2026-03-11 01:53:04.816929 | fa163e8e-49f5-d0d0-ff60-000000002cf8 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:51.802217 | 0.22s 2026-03-11 01:53:04.845137 | fa163e8e-49f5-d0d0-ff60-000000002cf9 | TASK | Remove facter.conf if directory 2026-03-11 01:53:04.894460 | fa163e8e-49f5-d0d0-ff60-000000002cf9 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 01:53:04.895697 | fa163e8e-49f5-d0d0-ff60-000000002cf9 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:51.880983 | 0.05s 2026-03-11 01:53:04.925134 | fa163e8e-49f5-d0d0-ff60-000000002cfa | TASK | Write facter cache config 2026-03-11 01:53:05.384556 | fa163e8e-49f5-d0d0-ff60-000000002cfa | CHANGED | Write facter cache config | standalone 2026-03-11 01:53:05.386012 | fa163e8e-49f5-d0d0-ff60-000000002cfa | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:52.371293 | 0.46s 2026-03-11 01:53:05.415627 | fa163e8e-49f5-d0d0-ff60-000000002cfb | TASK | Cleanup facter cache if exists 2026-03-11 01:53:05.626295 | fa163e8e-49f5-d0d0-ff60-000000002cfb | OK | Cleanup facter cache if exists | standalone 2026-03-11 01:53:05.627867 | fa163e8e-49f5-d0d0-ff60-000000002cfb | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:52.613147 | 0.21s 2026-03-11 01:53:05.658526 | fa163e8e-49f5-d0d0-ff60-000000002cfc | TASK | Pre-cache facts 2026-03-11 01:53:06.169745 | fa163e8e-49f5-d0d0-ff60-000000002cfc | CHANGED | Pre-cache facts | standalone 2026-03-11 01:53:06.170761 | fa163e8e-49f5-d0d0-ff60-000000002cfc | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:13:53.156054 | 0.51s 2026-03-11 01:53:06.194096 | fa163e8e-49f5-d0d0-ff60-000000002cfd | TASK | Failed deployment if facter fails 2026-03-11 01:53:06.220386 | fa163e8e-49f5-d0d0-ff60-000000002cfd | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 01:53:06.221112 | fa163e8e-49f5-d0d0-ff60-000000002cfd | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:13:53.206408 | 0.03s 2026-03-11 01:53:06.249722 | fa163e8e-49f5-d0d0-ff60-000000002cfe | TASK | Sync cached facts 2026-03-11 01:53:06.629936 | fa163e8e-49f5-d0d0-ff60-000000002cfe | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8e-49f5-d0d0-ff60-000000002cfe') missing from stats 2026-03-11 01:53:06.688083 | fa163e8e-49f5-d0d0-ff60-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 01:53:06.740213 | fa163e8e-49f5-d0d0-ff60-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:13:53.725491 | 0.05s 2026-03-11 01:53:06.772262 | ebc3e03b-d461-4f2f-afd7-5094d1704c20 | INCLUDED | /root/standalone-ansible-lkx9rgpx/generate-config-tasks.yaml | standalone 2026-03-11 01:53:06.809992 | fa163e8e-49f5-d0d0-ff60-000000002d48 | TASK | Create base directory puppet configs 2026-03-11 01:53:07.042152 | fa163e8e-49f5-d0d0-ff60-000000002d48 | CHANGED | Create base directory puppet configs | standalone 2026-03-11 01:53:07.043513 | fa163e8e-49f5-d0d0-ff60-000000002d48 | TIMING | Create base directory puppet configs | standalone | 0:13:54.028798 | 0.23s 2026-03-11 01:53:07.063391 | fa163e8e-49f5-d0d0-ff60-000000002d49 | TASK | Generate container puppet configs for step 1 2026-03-11 01:53:07.346520 | fa163e8e-49f5-d0d0-ff60-000000002d49 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-11 01:53:07.347780 | fa163e8e-49f5-d0d0-ff60-000000002d49 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:54.333067 | 0.28s 2026-03-11 01:53:07.378167 | fa163e8e-49f5-d0d0-ff60-000000002d4a | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-11 01:53:07.406705 | fa163e8e-49f5-d0d0-ff60-000000002d4a | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:13:54.391981 | 0.03s 2026-03-11 01:53:07.479374 | fa163e8e-49f5-d0d0-ff60-000000002dd4 | TASK | Gather variables for each operating system 2026-03-11 01:53:07.600830 | fa163e8e-49f5-d0d0-ff60-000000002dd4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:54.586110 | 0.12s 2026-03-11 01:53:07.629975 | fa163e8e-49f5-d0d0-ff60-000000002dd5 | TASK | Create container logs path 2026-03-11 01:53:07.872065 | fa163e8e-49f5-d0d0-ff60-000000002dd5 | OK | Create container logs path | standalone 2026-03-11 01:53:07.873388 | fa163e8e-49f5-d0d0-ff60-000000002dd5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:54.858675 | 0.24s 2026-03-11 01:53:07.906825 | fa163e8e-49f5-d0d0-ff60-000000002dd7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:53:08.358768 | fa163e8e-49f5-d0d0-ff60-000000002dd7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 01:53:08.360073 | fa163e8e-49f5-d0d0-ff60-000000002dd7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:55.345359 | 0.45s 2026-03-11 01:53:08.391717 | fa163e8e-49f5-d0d0-ff60-000000002dd8 | TASK | Finalise hashes for all containers 2026-03-11 01:53:08.463782 | fa163e8e-49f5-d0d0-ff60-000000002dd8 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:53:08.464952 | fa163e8e-49f5-d0d0-ff60-000000002dd8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:55.450239 | 0.07s 2026-03-11 01:53:08.493420 | fa163e8e-49f5-d0d0-ff60-000000002dda | TASK | Manage systemd shutdown files 2026-03-11 01:53:08.526070 | fa163e8e-49f5-d0d0-ff60-000000002dda | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 01:53:08.527191 | fa163e8e-49f5-d0d0-ff60-000000002dda | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:55.512479 | 0.03s 2026-03-11 01:53:08.556316 | fa163e8e-49f5-d0d0-ff60-000000002ddc | TASK | Update container configs with new config hashes 2026-03-11 01:53:08.616065 | fa163e8e-49f5-d0d0-ff60-000000002ddc | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 01:53:08.616867 | fa163e8e-49f5-d0d0-ff60-000000002ddc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:55.602160 | 0.06s 2026-03-11 01:53:08.640787 | fa163e8e-49f5-d0d0-ff60-000000002ddd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:53:08.700269 | fa163e8e-49f5-d0d0-ff60-000000002ddd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:55.685516 | 0.06s 2026-03-11 01:53:08.725538 | 6a2ca357-6b97-450a-b4b4-553b1f4b0b82 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 01:53:08.760948 | fa163e8e-49f5-d0d0-ff60-000000002e21 | TASK | Gather podman infos 2026-03-11 01:53:09.351444 | fa163e8e-49f5-d0d0-ff60-000000002e21 | OK | Gather podman infos | standalone 2026-03-11 01:53:09.352751 | fa163e8e-49f5-d0d0-ff60-000000002e21 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:13:56.338034 | 0.59s 2026-03-11 01:53:09.385699 | fa163e8e-49f5-d0d0-ff60-000000002e22 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:53:09.446969 | fa163e8e-49f5-d0d0-ff60-000000002e22 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 01:53:09.448165 | fa163e8e-49f5-d0d0-ff60-000000002e22 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:56.433452 | 0.06s 2026-03-11 01:53:09.480012 | fa163e8e-49f5-d0d0-ff60-000000002dde | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:53:09.534462 | fa163e8e-49f5-d0d0-ff60-000000002dde | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:56.519746 | 0.05s 2026-03-11 01:53:09.559171 | 4642f49f-add2-4991-a9c8-92adac72301c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 01:53:09.595669 | fa163e8e-49f5-d0d0-ff60-000000002e4b | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:53:40.751548 | fa163e8e-49f5-d0d0-ff60-000000002e4b | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 01:53:40.753358 | fa163e8e-49f5-d0d0-ff60-000000002e4b | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:27.738641 | 31.16s 2026-03-11 01:53:40.830157 | fa163e8e-49f5-d0d0-ff60-000000002e4c | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:53:40.913071 | fa163e8e-49f5-d0d0-ff60-000000002e4c | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 01:53:40.914584 | fa163e8e-49f5-d0d0-ff60-000000002e4c | 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:14:27.899858 | 0.08s 2026-03-11 01:53:40.969999 | fa163e8e-49f5-d0d0-ff60-000000002d4c | TASK | Diff puppet-generated changes for check mode 2026-03-11 01:53:41.014063 | fa163e8e-49f5-d0d0-ff60-000000002d4c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 01:53:41.015434 | fa163e8e-49f5-d0d0-ff60-000000002d4c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:28.000719 | 0.04s 2026-03-11 01:53:41.045009 | fa163e8e-49f5-d0d0-ff60-000000002d4d | TASK | Diff puppet-generated changes for check mode 2026-03-11 01:53:41.074323 | fa163e8e-49f5-d0d0-ff60-000000002d4d | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 01:53:41.075581 | fa163e8e-49f5-d0d0-ff60-000000002d4d | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:28.060868 | 0.03s 2026-03-11 01:53:41.108087 | fa163e8e-49f5-d0d0-ff60-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-11 01:53:41.136391 | fa163e8e-49f5-d0d0-ff60-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:28.121670 | 0.03s 2026-03-11 01:53:41.201568 | fa163e8e-49f5-d0d0-ff60-000000002ea1 | TASK | Gather variables for each operating system 2026-03-11 01:53:41.317508 | fa163e8e-49f5-d0d0-ff60-000000002ea1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:28.302796 | 0.11s 2026-03-11 01:53:41.336975 | fa163e8e-49f5-d0d0-ff60-000000002ea2 | TASK | Create container logs path 2026-03-11 01:53:41.585967 | fa163e8e-49f5-d0d0-ff60-000000002ea2 | OK | Create container logs path | standalone 2026-03-11 01:53:41.587986 | fa163e8e-49f5-d0d0-ff60-000000002ea2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:28.573262 | 0.25s 2026-03-11 01:53:41.619871 | fa163e8e-49f5-d0d0-ff60-000000002ea4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 01:53:41.893677 | fa163e8e-49f5-d0d0-ff60-000000002ea4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 01:53:41.895014 | fa163e8e-49f5-d0d0-ff60-000000002ea4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:28.880300 | 0.27s 2026-03-11 01:53:41.925281 | fa163e8e-49f5-d0d0-ff60-000000002ea5 | TASK | Finalise hashes for all containers 2026-03-11 01:53:41.968540 | fa163e8e-49f5-d0d0-ff60-000000002ea5 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:53:41.969839 | fa163e8e-49f5-d0d0-ff60-000000002ea5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:28.955125 | 0.04s 2026-03-11 01:53:42.000519 | fa163e8e-49f5-d0d0-ff60-000000002ea7 | TASK | Manage systemd shutdown files 2026-03-11 01:53:42.029156 | fa163e8e-49f5-d0d0-ff60-000000002ea7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:29.014441 | 0.03s 2026-03-11 01:53:42.051385 | c5a6d40f-6a7b-431b-ac93-66c3bef6ffcd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 01:53:42.078339 | fa163e8e-49f5-d0d0-ff60-000000002eda | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 01:53:42.338594 | fa163e8e-49f5-d0d0-ff60-000000002eda | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 01:53:42.340050 | fa163e8e-49f5-d0d0-ff60-000000002eda | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:29.325337 | 0.26s 2026-03-11 01:53:42.369056 | fa163e8e-49f5-d0d0-ff60-000000002edb | TASK | Set podman_drop_in fact 2026-03-11 01:53:42.429101 | fa163e8e-49f5-d0d0-ff60-000000002edb | OK | Set podman_drop_in fact | standalone 2026-03-11 01:53:42.430454 | fa163e8e-49f5-d0d0-ff60-000000002edb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:29.415735 | 0.06s 2026-03-11 01:53:42.459852 | fa163e8e-49f5-d0d0-ff60-000000002edd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 01:53:42.995316 | fa163e8e-49f5-d0d0-ff60-000000002edd | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 01:53:42.998455 | fa163e8e-49f5-d0d0-ff60-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:29.983731 | 0.54s 2026-03-11 01:53:43.460928 | fa163e8e-49f5-d0d0-ff60-000000002edd | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 01:53:43.463060 | fa163e8e-49f5-d0d0-ff60-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:30.448347 | 1.00s 2026-03-11 01:53:43.470272 | fa163e8e-49f5-d0d0-ff60-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:30.455521 | 1.01s 2026-03-11 01:53:43.500172 | fa163e8e-49f5-d0d0-ff60-000000002ede | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 01:53:43.956013 | fa163e8e-49f5-d0d0-ff60-000000002ede | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 01:53:43.957692 | fa163e8e-49f5-d0d0-ff60-000000002ede | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:30.942975 | 0.46s 2026-03-11 01:53:43.988424 | fa163e8e-49f5-d0d0-ff60-000000002edf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 01:53:44.521481 | fa163e8e-49f5-d0d0-ff60-000000002edf | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 01:53:44.522954 | fa163e8e-49f5-d0d0-ff60-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:31.508240 | 0.53s 2026-03-11 01:53:44.552525 | fa163e8e-49f5-d0d0-ff60-000000002ee0 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 01:53:45.479440 | fa163e8e-49f5-d0d0-ff60-000000002ee0 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-11 01:53:45.481768 | fa163e8e-49f5-d0d0-ff60-000000002ee0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:32.467046 | 0.93s 2026-03-11 01:53:45.512442 | fa163e8e-49f5-d0d0-ff60-000000002ee1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 01:53:46.031285 | fa163e8e-49f5-d0d0-ff60-000000002ee1 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 01:53:46.032785 | fa163e8e-49f5-d0d0-ff60-000000002ee1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:33.018071 | 0.52s 2026-03-11 01:53:46.061530 | fa163e8e-49f5-d0d0-ff60-000000002ee2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 01:53:46.516825 | fa163e8e-49f5-d0d0-ff60-000000002ee2 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 01:53:46.518194 | fa163e8e-49f5-d0d0-ff60-000000002ee2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:33.503482 | 0.46s 2026-03-11 01:53:46.547073 | fa163e8e-49f5-d0d0-ff60-000000002ee3 | TASK | Enable and start netns-placeholder 2026-03-11 01:53:47.462325 | fa163e8e-49f5-d0d0-ff60-000000002ee3 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 01:53:47.464467 | fa163e8e-49f5-d0d0-ff60-000000002ee3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:34.449751 | 0.92s 2026-03-11 01:53:47.494647 | fa163e8e-49f5-d0d0-ff60-000000002ea9 | TASK | Update container configs with new config hashes 2026-03-11 01:53:47.547953 | fa163e8e-49f5-d0d0-ff60-000000002ea9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:34.533233 | 0.05s 2026-03-11 01:53:47.568534 | 6881a6ae-3c34-483f-a4ce-5a4c06aabbb7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 01:53:47.601353 | fa163e8e-49f5-d0d0-ff60-000000002f0b | TASK | Update config hashes for container startup configs 2026-03-11 01:53:47.908762 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-03-11 01:53:47.910054 | | WARNING | Config change detected for mysql_bootstrap, new hash: 685fbee7f775d1b31fd2ae2e24a4b417 2026-03-11 01:53:47.910598 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 8fb10635c037ef54551fd67610135e20 2026-03-11 01:53:47.911132 | | WARNING | Config change detected for redis_tls_proxy, new hash: c4d416aa15851159e42fc524441f7b85 2026-03-11 01:53:47.911673 | | WARNING | Config change detected for clustercheck, new hash: 3433bbf3d6329e364acc6e4d0c07ce31 2026-03-11 01:53:47.912165 | | WARNING | Config change detected for horizon_fix_perms, new hash: 161e5988f1c606353c914eab8fa64d9b 2026-03-11 01:53:47.912692 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 685fbee7f775d1b31fd2ae2e24a4b417 2026-03-11 01:53:47.913165 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.913717 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.914186 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.914717 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.915196 | | WARNING | Config change detected for aodh_db_sync, new hash: 7e23091f8812818f80b8772282a49ac5 2026-03-11 01:53:47.915802 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 453026b788fd97717fce63215886765e 2026-03-11 01:53:47.916356 | | WARNING | Config change detected for glance_api_db_sync, new hash: 1dbae722eb070192c790e184b52d8279-e32d700a87460f0dbfcf9a2a4dd1b66e 2026-03-11 01:53:47.916850 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 691424abbebe88c372107228fc8f8dc1 2026-03-11 01:53:47.917426 | | WARNING | Config change detected for horizon, new hash: 161e5988f1c606353c914eab8fa64d9b 2026-03-11 01:53:47.918112 | | WARNING | Config change detected for iscsid, new hash: e32d700a87460f0dbfcf9a2a4dd1b66e 2026-03-11 01:53:47.918791 | | WARNING | Config change detected for keystone, new hash: d72fbe87d03e7ead64c74f76caf89454 2026-03-11 01:53:47.919406 | | WARNING | Config change detected for keystone_cron, new hash: d72fbe87d03e7ead64c74f76caf89454 2026-03-11 01:53:47.919954 | | WARNING | Config change detected for keystone_db_sync, new hash: d72fbe87d03e7ead64c74f76caf89454 2026-03-11 01:53:47.920505 | | WARNING | Config change detected for manila_api_db_sync, new hash: 08cdb091c1e2b6bfe9794ad24c5a338e 2026-03-11 01:53:47.921070 | | WARNING | Config change detected for neutron_db_sync, new hash: c551649b81fb100688865ad0f0398439 2026-03-11 01:53:47.921626 | | WARNING | Config change detected for nova_api_db_sync, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.922154 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.922787 | | WARNING | Config change detected for nova_db_sync, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.923417 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.923915 | | WARNING | Config change detected for nova_virtnodedevd, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.924518 | | WARNING | Config change detected for nova_virtproxyd, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.925059 | | WARNING | Config change detected for nova_virtqemud, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.925594 | | WARNING | Config change detected for nova_virtsecretd, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.926112 | | WARNING | Config change detected for nova_virtstoraged, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.926623 | | WARNING | Config change detected for octavia_db_sync, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.927162 | | WARNING | Config change detected for placement_api_db_sync, new hash: c755f2e74a7af16a0a7d8b94ab6776da 2026-03-11 01:53:47.927811 | | WARNING | Config change detected for swift_copy_rings, new hash: 6d71d009ec0135c41de9e352d45196ca-b606c14c1bc3049dbadca16accd86e87 2026-03-11 01:53:47.928437 | | WARNING | Config change detected for aodh_api, new hash: 7e23091f8812818f80b8772282a49ac5 2026-03-11 01:53:47.928911 | | WARNING | Config change detected for aodh_api_cron, new hash: 7e23091f8812818f80b8772282a49ac5 2026-03-11 01:53:47.929421 | | WARNING | Config change detected for aodh_evaluator, new hash: 7e23091f8812818f80b8772282a49ac5 2026-03-11 01:53:47.929880 | | WARNING | Config change detected for aodh_listener, new hash: 7e23091f8812818f80b8772282a49ac5 2026-03-11 01:53:47.930396 | | WARNING | Config change detected for aodh_notifier, new hash: 7e23091f8812818f80b8772282a49ac5 2026-03-11 01:53:47.930904 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 582068103693184103a8aa2a85593b8a 2026-03-11 01:53:47.931733 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 582068103693184103a8aa2a85593b8a 2026-03-11 01:53:47.932200 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 582068103693184103a8aa2a85593b8a 2026-03-11 01:53:47.932726 | | WARNING | Config change detected for cinder_api, new hash: 453026b788fd97717fce63215886765e 2026-03-11 01:53:47.933204 | | WARNING | Config change detected for cinder_api_cron, new hash: 453026b788fd97717fce63215886765e 2026-03-11 01:53:47.933726 | | WARNING | Config change detected for cinder_scheduler, new hash: 453026b788fd97717fce63215886765e 2026-03-11 01:53:47.934174 | | WARNING | Config change detected for glance_api, new hash: 1dbae722eb070192c790e184b52d8279-e32d700a87460f0dbfcf9a2a4dd1b66e 2026-03-11 01:53:47.934669 | | WARNING | Config change detected for glance_api_cron, new hash: 1dbae722eb070192c790e184b52d8279 2026-03-11 01:53:47.935191 | | WARNING | Config change detected for glance_api_internal, new hash: 2a5cd61e3317e3ba0d44e9260bfc873c-e32d700a87460f0dbfcf9a2a4dd1b66e 2026-03-11 01:53:47.935737 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 2a5cd61e3317e3ba0d44e9260bfc873c 2026-03-11 01:53:47.936260 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 1dbae722eb070192c790e184b52d8279 2026-03-11 01:53:47.936753 | | WARNING | Config change detected for heat_api, new hash: 7e501f97f9ad285297ceb9e5ae163a56 2026-03-11 01:53:47.937218 | | WARNING | Config change detected for heat_api_cfn, new hash: 67a657488b08e4fa660da2c44beb0733 2026-03-11 01:53:47.937804 | | WARNING | Config change detected for heat_api_cron, new hash: 7e501f97f9ad285297ceb9e5ae163a56 2026-03-11 01:53:47.938363 | | WARNING | Config change detected for heat_engine, new hash: 691424abbebe88c372107228fc8f8dc1 2026-03-11 01:53:47.938897 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-11 01:53:47.939419 | | WARNING | Config change detected for manila_api, new hash: 08cdb091c1e2b6bfe9794ad24c5a338e 2026-03-11 01:53:47.939894 | | WARNING | Config change detected for manila_api_cron, new hash: 08cdb091c1e2b6bfe9794ad24c5a338e 2026-03-11 01:53:47.940417 | | WARNING | Config change detected for manila_scheduler, new hash: 08cdb091c1e2b6bfe9794ad24c5a338e 2026-03-11 01:53:47.940896 | | WARNING | Config change detected for neutron_api, new hash: c551649b81fb100688865ad0f0398439 2026-03-11 01:53:47.941407 | | WARNING | Config change detected for neutron_dhcp, new hash: c551649b81fb100688865ad0f0398439 2026-03-11 01:53:47.941931 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: c551649b81fb100688865ad0f0398439 2026-03-11 01:53:47.942438 | | WARNING | Config change detected for neutron_sriov_agent, new hash: c551649b81fb100688865ad0f0398439 2026-03-11 01:53:47.942957 | | WARNING | Config change detected for nova_api, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.943550 | | WARNING | Config change detected for nova_api_cron, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.944044 | | WARNING | Config change detected for nova_conductor, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.944622 | | WARNING | Config change detected for nova_metadata, new hash: 3ab55e450bb5c70790c8a1ccbb6b9bdc 2026-03-11 01:53:47.945115 | | WARNING | Config change detected for nova_migration_target, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.945685 | | WARNING | Config change detected for nova_scheduler, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.946173 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.946715 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 24f783ef9ed331f60457b4e6c31b36ff 2026-03-11 01:53:47.947204 | | WARNING | Config change detected for octavia_api, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.947720 | | WARNING | Config change detected for octavia_driver_agent, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.948268 | | WARNING | Config change detected for ovn_metadata_agent, new hash: c551649b81fb100688865ad0f0398439 2026-03-11 01:53:47.948882 | | WARNING | Config change detected for placement_api, new hash: c755f2e74a7af16a0a7d8b94ab6776da 2026-03-11 01:53:47.949475 | | WARNING | Config change detected for placement_wait_for_service, new hash: c755f2e74a7af16a0a7d8b94ab6776da 2026-03-11 01:53:47.949980 | | WARNING | Config change detected for swift_account_reaper, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.950494 | | WARNING | Config change detected for swift_account_server, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.951033 | | WARNING | Config change detected for swift_container_server, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.951623 | | WARNING | Config change detected for swift_container_updater, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.952110 | | WARNING | Config change detected for swift_object_expirer, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.952627 | | WARNING | Config change detected for swift_object_server, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.953092 | | WARNING | Config change detected for swift_object_updater, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.953629 | | WARNING | Config change detected for swift_proxy, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.954151 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 6d71d009ec0135c41de9e352d45196ca 2026-03-11 01:53:47.954695 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 582068103693184103a8aa2a85593b8a 2026-03-11 01:53:47.955207 | | WARNING | Config change detected for gnocchi_api, new hash: a0005c1a41b8c617acc68a562c17a281 2026-03-11 01:53:47.955900 | | WARNING | Config change detected for gnocchi_db_sync, new hash: a0005c1a41b8c617acc68a562c17a281 2026-03-11 01:53:47.956465 | | WARNING | Config change detected for gnocchi_metricd, new hash: a0005c1a41b8c617acc68a562c17a281 2026-03-11 01:53:47.956978 | | WARNING | Config change detected for gnocchi_statsd, new hash: a0005c1a41b8c617acc68a562c17a281 2026-03-11 01:53:47.957520 | | WARNING | Config change detected for nova_compute, new hash: e32d700a87460f0dbfcf9a2a4dd1b66e-e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.957996 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: e1118f3c06e2323c0bbd38ff6a576fe7 2026-03-11 01:53:47.958781 | | WARNING | Config change detected for octavia_health_manager, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.959377 | | WARNING | Config change detected for octavia_housekeeping, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.959914 | | WARNING | Config change detected for octavia_rsyslog, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.960423 | | WARNING | Config change detected for octavia_worker, new hash: ac14e5ec5aafbabab109a084f616cb52 2026-03-11 01:53:47.960933 | fa163e8e-49f5-d0d0-ff60-000000002f0b | CHANGED | Update config hashes for container startup configs | standalone 2026-03-11 01:53:47.961813 | fa163e8e-49f5-d0d0-ff60-000000002f0b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:34.947097 | 0.36s 2026-03-11 01:53:47.986511 | fa163e8e-49f5-d0d0-ff60-000000002eaa | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 01:53:48.046530 | fa163e8e-49f5-d0d0-ff60-000000002eaa | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:35.031805 | 0.06s 2026-03-11 01:53:48.070329 | ab7c6a39-8b38-4db3-a747-77ea31460265 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 01:53:48.112469 | fa163e8e-49f5-d0d0-ff60-000000002f2a | TASK | Gather podman infos 2026-03-11 01:53:48.979482 | fa163e8e-49f5-d0d0-ff60-000000002f2a | OK | Gather podman infos | standalone 2026-03-11 01:53:48.980634 | fa163e8e-49f5-d0d0-ff60-000000002f2a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:35.965918 | 0.87s 2026-03-11 01:53:49.052118 | fa163e8e-49f5-d0d0-ff60-000000002f2b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 01:53:49.113432 | fa163e8e-49f5-d0d0-ff60-000000002f2b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:36.098706 | 0.06s 2026-03-11 01:53:49.237613 | fa163e8e-49f5-d0d0-ff60-000000002f74 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:36.222889 | 0.06s 2026-03-11 01:53:49.283755 | fa163e8e-49f5-d0d0-ff60-000000002eab | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 01:53:49.335789 | fa163e8e-49f5-d0d0-ff60-000000002eab | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:36.321074 | 0.05s 2026-03-11 01:53:49.350567 | e4cbc978-cc7f-4afb-9b4f-057feb6166a8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 01:53:49.381023 | fa163e8e-49f5-d0d0-ff60-000000002f9a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 01:53:57.521612 | fa163e8e-49f5-d0d0-ff60-000000002f9a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 01:53:57.522850 | fa163e8e-49f5-d0d0-ff60-000000002f9a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:44.508142 | 8.14s 2026-03-11 01:53:57.553529 | fa163e8e-49f5-d0d0-ff60-000000002f9b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 01:54:03.084135 | fa163e8e-49f5-d0d0-ff60-000000002f9b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 01:54:03.085824 | fa163e8e-49f5-d0d0-ff60-000000002f9b | 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:14:50.071111 | 5.53s 2026-03-11 01:54:03.158750 | fa163e8e-49f5-d0d0-ff60-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-11 01:54:03.397266 | fa163e8e-49f5-d0d0-ff60-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-11 01:54:03.398237 | fa163e8e-49f5-d0d0-ff60-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:50.383526 | 0.24s 2026-03-11 01:54:03.431453 | fa163e8e-49f5-d0d0-ff60-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-11 01:54:03.484015 | fa163e8e-49f5-d0d0-ff60-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:50.469304 | 0.05s 2026-03-11 01:54:03.507272 | fa163e8e-49f5-d0d0-ff60-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-03-11 01:54:03.555602 | fa163e8e-49f5-d0d0-ff60-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:50.540890 | 0.05s 2026-03-11 01:54:03.568519 | 9c4f2a4a-4c61-4c17-9a87-19a94a3e6d53 | INCLUDED | /root/standalone-ansible-lkx9rgpx/host-container-puppet-tasks.yaml | standalone 2026-03-11 01:54:03.599015 | fa163e8e-49f5-d0d0-ff60-000000002fe6 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-11 01:54:04.118434 | fa163e8e-49f5-d0d0-ff60-000000002fe6 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-11 01:54:04.119855 | fa163e8e-49f5-d0d0-ff60-000000002fe6 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:51.105095 | 0.52s 2026-03-11 01:54:04.150362 | fa163e8e-49f5-d0d0-ff60-000000002fe8 | TASK | Generate container puppet configs for step 1 2026-03-11 01:54:04.434887 | fa163e8e-49f5-d0d0-ff60-000000002fe8 | OK | Generate container puppet configs for step 1 | standalone 2026-03-11 01:54:04.436317 | fa163e8e-49f5-d0d0-ff60-000000002fe8 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:51.421603 | 0.28s 2026-03-11 01:54:04.466311 | fa163e8e-49f5-d0d0-ff60-000000002fe9 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-11 01:54:04.495876 | fa163e8e-49f5-d0d0-ff60-000000002fe9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:51.481155 | 0.03s 2026-03-11 01:54:04.556203 | fa163e8e-49f5-d0d0-ff60-000000002dd4 | TASK | Gather variables for each operating system 2026-03-11 01:54:04.671014 | fa163e8e-49f5-d0d0-ff60-000000002dd4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:51.656289 | 0.11s 2026-03-11 01:54:04.701488 | fa163e8e-49f5-d0d0-ff60-000000002dd5 | TASK | Create container logs path 2026-03-11 01:54:04.967759 | fa163e8e-49f5-d0d0-ff60-000000002dd5 | OK | Create container logs path | standalone 2026-03-11 01:54:04.969196 | fa163e8e-49f5-d0d0-ff60-000000002dd5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:51.954483 | 0.27s 2026-03-11 01:54:05.001198 | fa163e8e-49f5-d0d0-ff60-000000002dd7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:54:05.235479 | fa163e8e-49f5-d0d0-ff60-000000002dd7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 01:54:05.236752 | fa163e8e-49f5-d0d0-ff60-000000002dd7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:52.222039 | 0.23s 2026-03-11 01:54:05.268101 | fa163e8e-49f5-d0d0-ff60-000000002dd8 | TASK | Finalise hashes for all containers 2026-03-11 01:54:05.319633 | fa163e8e-49f5-d0d0-ff60-000000002dd8 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:54:05.320993 | fa163e8e-49f5-d0d0-ff60-000000002dd8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:52.306279 | 0.05s 2026-03-11 01:54:05.350577 | fa163e8e-49f5-d0d0-ff60-000000002dda | TASK | Manage systemd shutdown files 2026-03-11 01:54:05.383712 | fa163e8e-49f5-d0d0-ff60-000000002dda | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 01:54:05.384982 | fa163e8e-49f5-d0d0-ff60-000000002dda | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:52.370269 | 0.03s 2026-03-11 01:54:05.414324 | fa163e8e-49f5-d0d0-ff60-000000002ddc | TASK | Update container configs with new config hashes 2026-03-11 01:54:05.464618 | fa163e8e-49f5-d0d0-ff60-000000002ddc | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 01:54:05.465822 | fa163e8e-49f5-d0d0-ff60-000000002ddc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:52.451108 | 0.05s 2026-03-11 01:54:05.498386 | fa163e8e-49f5-d0d0-ff60-000000002ddd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:54:05.548905 | fa163e8e-49f5-d0d0-ff60-000000002ddd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 01:54:05.550202 | fa163e8e-49f5-d0d0-ff60-000000002ddd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:52.535489 | 0.05s 2026-03-11 01:54:05.582066 | fa163e8e-49f5-d0d0-ff60-000000002dde | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 01:54:05.633860 | fa163e8e-49f5-d0d0-ff60-000000002dde | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 01:54:05.635311 | fa163e8e-49f5-d0d0-ff60-000000002dde | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:52.620592 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-11 01:54:05.818396 | fa163e8e-49f5-d0d0-ff60-0000000000c6 | TASK | External deployment step 2 2026-03-11 01:54:05.847573 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000c6') missing from stats 2026-03-11 01:54:05.905724 | fa163e8e-49f5-d0d0-ff60-0000000000c7 | TIMING | include_tasks | undercloud | 0:14:52.891002 | 0.04s 2026-03-11 01:54:05.912223 | 6895ff37-6bf4-471e-a39d-b943e766a0df | INCLUDED | /root/standalone-ansible-lkx9rgpx/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-03-11 01:54:06.054214 | fa163e8e-49f5-d0d0-ff60-0000000000ca | TASK | Deploy step tasks for 2 2026-03-11 01:54:06.084125 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000ca') missing from stats 2026-03-11 01:54:06.107656 | fa163e8e-49f5-d0d0-ff60-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-11 01:54:06.652269 | fa163e8e-49f5-d0d0-ff60-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-11 01:54:06.653379 | fa163e8e-49f5-d0d0-ff60-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:53.638670 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 01:54:06.706773 | fa163e8e-49f5-d0d0-ff60-0000000000cc | TIMING | include_tasks | standalone | 0:14:53.692053 | 0.03s 2026-03-11 01:54:06.795371 | 983c18b8-7fee-4eb2-8416-57a2fc6a4307 | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-11 01:54:06.832308 | fa163e8e-49f5-d0d0-ff60-000000003077 | TASK | Push script 2026-03-11 01:54:07.309063 | fa163e8e-49f5-d0d0-ff60-000000003077 | CHANGED | Push script | standalone 2026-03-11 01:54:07.310564 | fa163e8e-49f5-d0d0-ff60-000000003077 | TIMING | Push script | standalone | 0:14:54.295848 | 0.48s 2026-03-11 01:54:07.339073 | fa163e8e-49f5-d0d0-ff60-000000003078 | TASK | Insert cronjob in root crontab 2026-03-11 01:54:07.786956 | fa163e8e-49f5-d0d0-ff60-000000003078 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-11 01:54:07.787709 | fa163e8e-49f5-d0d0-ff60-000000003078 | TIMING | Insert cronjob in root crontab | standalone | 0:14:54.773005 | 0.45s 2026-03-11 01:54:07.806613 | fa163e8e-49f5-d0d0-ff60-00000000307f | TASK | Gather variables for each operating system 2026-03-11 01:54:07.907635 | fa163e8e-49f5-d0d0-ff60-00000000307f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:54.892910 | 0.10s 2026-03-11 01:54:07.937732 | fa163e8e-49f5-d0d0-ff60-000000003080 | TASK | Detect if resource is being created or already exists 2026-03-11 01:54:08.671870 | fa163e8e-49f5-d0d0-ff60-000000003080 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 01:54:08.673367 | fa163e8e-49f5-d0d0-ff60-000000003080 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:55.658653 | 0.73s 2026-03-11 01:54:08.704021 | fa163e8e-49f5-d0d0-ff60-000000003081 | TASK | Run init bundle puppet on the host for haproxy 2026-03-11 01:55:55.097824 | fa163e8e-49f5-d0d0-ff60-000000003081 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-11 01:55:55.099591 | fa163e8e-49f5-d0d0-ff60-000000003081 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:42.084875 | 106.39s 2026-03-11 01:55:55.132629 | fa163e8e-49f5-d0d0-ff60-000000003082 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-11 01:55:55.409156 | fa163e8e-49f5-d0d0-ff60-000000003082 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-11 01:55:55.410728 | fa163e8e-49f5-d0d0-ff60-000000003082 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:42.396013 | 0.28s 2026-03-11 01:55:55.440781 | fa163e8e-49f5-d0d0-ff60-000000003083 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 01:55:56.033932 | fa163e8e-49f5-d0d0-ff60-000000003083 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 01:55:56.035367 | fa163e8e-49f5-d0d0-ff60-000000003083 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:43.020625 | 0.59s 2026-03-11 01:55:56.069446 | fa163e8e-49f5-d0d0-ff60-000000003084 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-11 01:55:56.337984 | fa163e8e-49f5-d0d0-ff60-000000003084 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-11 01:55:56.339608 | fa163e8e-49f5-d0d0-ff60-000000003084 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:43.324890 | 0.27s 2026-03-11 01:55:56.371649 | fa163e8e-49f5-d0d0-ff60-000000003086 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-11 01:55:56.432662 | fa163e8e-49f5-d0d0-ff60-000000003086 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-11 01:55:56.433941 | fa163e8e-49f5-d0d0-ff60-000000003086 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:43.419226 | 0.06s 2026-03-11 01:55:56.465937 | fa163e8e-49f5-d0d0-ff60-000000003087 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-11 01:55:56.521488 | fa163e8e-49f5-d0d0-ff60-000000003087 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-11 01:55:56.522859 | fa163e8e-49f5-d0d0-ff60-000000003087 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:43.508144 | 0.06s 2026-03-11 01:55:56.555843 | fa163e8e-49f5-d0d0-ff60-000000003088 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-11 01:55:56.610737 | fa163e8e-49f5-d0d0-ff60-000000003088 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-11 01:55:56.611843 | fa163e8e-49f5-d0d0-ff60-000000003088 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:43.597131 | 0.05s 2026-03-11 01:55:56.639639 | fa163e8e-49f5-d0d0-ff60-000000003089 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 01:55:56.681603 | fa163e8e-49f5-d0d0-ff60-000000003089 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 01:55:56.682558 | fa163e8e-49f5-d0d0-ff60-000000003089 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:43.667851 | 0.04s 2026-03-11 01:55:56.707799 | fa163e8e-49f5-d0d0-ff60-00000000308a | TASK | Remove update marker for bundle haproxy-bundle 2026-03-11 01:55:56.772266 | fa163e8e-49f5-d0d0-ff60-00000000308a | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-11 01:55:56.773333 | fa163e8e-49f5-d0d0-ff60-00000000308a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:43.758624 | 0.06s 2026-03-11 01:55:56.819128 | fa163e8e-49f5-d0d0-ff60-0000000030ab | TASK | Gather variables for each operating system 2026-03-11 01:55:56.937026 | fa163e8e-49f5-d0d0-ff60-0000000030ab | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:43.922303 | 0.12s 2026-03-11 01:55:56.960534 | fa163e8e-49f5-d0d0-ff60-0000000030ac | TASK | Detect if resource is being created or already exists 2026-03-11 01:55:57.728431 | fa163e8e-49f5-d0d0-ff60-0000000030ac | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 01:55:57.729836 | fa163e8e-49f5-d0d0-ff60-0000000030ac | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:44.715122 | 0.77s 2026-03-11 01:55:57.769350 | fa163e8e-49f5-d0d0-ff60-0000000030ad | TASK | Run init bundle puppet on the host for mysql 2026-03-11 01:56:26.413885 | fa163e8e-49f5-d0d0-ff60-0000000030ad | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-11 01:56:26.415215 | fa163e8e-49f5-d0d0-ff60-0000000030ad | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:13.400506 | 28.64s 2026-03-11 01:56:26.441601 | fa163e8e-49f5-d0d0-ff60-0000000030ae | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-11 01:56:26.703326 | fa163e8e-49f5-d0d0-ff60-0000000030ae | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-11 01:56:26.704272 | fa163e8e-49f5-d0d0-ff60-0000000030ae | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:13.689565 | 0.26s 2026-03-11 01:56:26.727219 | fa163e8e-49f5-d0d0-ff60-0000000030af | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 01:56:27.175449 | fa163e8e-49f5-d0d0-ff60-0000000030af | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 01:56:27.176395 | fa163e8e-49f5-d0d0-ff60-0000000030af | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:14.161687 | 0.45s 2026-03-11 01:56:27.196072 | fa163e8e-49f5-d0d0-ff60-0000000030b0 | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-11 01:56:27.428554 | fa163e8e-49f5-d0d0-ff60-0000000030b0 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-11 01:56:27.429421 | fa163e8e-49f5-d0d0-ff60-0000000030b0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:14.414711 | 0.23s 2026-03-11 01:56:27.450435 | fa163e8e-49f5-d0d0-ff60-0000000030b2 | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-11 01:56:27.487150 | fa163e8e-49f5-d0d0-ff60-0000000030b2 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-11 01:56:27.487889 | fa163e8e-49f5-d0d0-ff60-0000000030b2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:14.473182 | 0.04s 2026-03-11 01:56:27.508267 | fa163e8e-49f5-d0d0-ff60-0000000030b3 | TASK | Get container image tag from bundle galera-bundle 2026-03-11 01:56:27.556846 | fa163e8e-49f5-d0d0-ff60-0000000030b3 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-11 01:56:27.557806 | fa163e8e-49f5-d0d0-ff60-0000000030b3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:14.543097 | 0.05s 2026-03-11 01:56:27.579022 | fa163e8e-49f5-d0d0-ff60-0000000030b4 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-11 01:56:27.615780 | fa163e8e-49f5-d0d0-ff60-0000000030b4 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-11 01:56:27.616583 | fa163e8e-49f5-d0d0-ff60-0000000030b4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:14.601878 | 0.04s 2026-03-11 01:56:27.637804 | fa163e8e-49f5-d0d0-ff60-0000000030b5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 01:56:27.673525 | fa163e8e-49f5-d0d0-ff60-0000000030b5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 01:56:27.674113 | fa163e8e-49f5-d0d0-ff60-0000000030b5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:14.659410 | 0.04s 2026-03-11 01:56:27.694484 | fa163e8e-49f5-d0d0-ff60-0000000030b6 | TASK | Remove update marker for bundle galera-bundle 2026-03-11 01:56:27.751575 | fa163e8e-49f5-d0d0-ff60-0000000030b6 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-11 01:56:27.752123 | fa163e8e-49f5-d0d0-ff60-0000000030b6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:14.737420 | 0.06s 2026-03-11 01:56:27.788080 | fa163e8e-49f5-d0d0-ff60-0000000030d7 | TASK | Gather variables for each operating system 2026-03-11 01:56:27.906593 | fa163e8e-49f5-d0d0-ff60-0000000030d7 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:14.891881 | 0.12s 2026-03-11 01:56:27.926977 | fa163e8e-49f5-d0d0-ff60-0000000030d8 | TASK | Detect if resource is being created or already exists 2026-03-11 01:56:28.668449 | fa163e8e-49f5-d0d0-ff60-0000000030d8 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 01:56:28.669774 | fa163e8e-49f5-d0d0-ff60-0000000030d8 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:15.655060 | 0.74s 2026-03-11 01:56:28.701701 | fa163e8e-49f5-d0d0-ff60-0000000030d9 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-11 01:56:56.306076 | fa163e8e-49f5-d0d0-ff60-0000000030d9 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-11 01:56:56.307675 | fa163e8e-49f5-d0d0-ff60-0000000030d9 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:43.292962 | 27.60s 2026-03-11 01:56:56.333207 | fa163e8e-49f5-d0d0-ff60-0000000030da | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-11 01:56:56.594211 | fa163e8e-49f5-d0d0-ff60-0000000030da | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-11 01:56:56.595428 | fa163e8e-49f5-d0d0-ff60-0000000030da | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:43.580720 | 0.26s 2026-03-11 01:56:56.619764 | fa163e8e-49f5-d0d0-ff60-0000000030db | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 01:56:57.005812 | fa163e8e-49f5-d0d0-ff60-0000000030db | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 01:56:57.006841 | fa163e8e-49f5-d0d0-ff60-0000000030db | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:43.992133 | 0.39s 2026-03-11 01:56:57.030992 | fa163e8e-49f5-d0d0-ff60-0000000030dc | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-11 01:56:57.264088 | fa163e8e-49f5-d0d0-ff60-0000000030dc | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-11 01:56:57.265545 | fa163e8e-49f5-d0d0-ff60-0000000030dc | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:44.250825 | 0.23s 2026-03-11 01:56:57.297833 | fa163e8e-49f5-d0d0-ff60-0000000030de | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-11 01:56:57.358300 | fa163e8e-49f5-d0d0-ff60-0000000030de | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-11 01:56:57.359571 | fa163e8e-49f5-d0d0-ff60-0000000030de | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:44.344857 | 0.06s 2026-03-11 01:56:57.391407 | fa163e8e-49f5-d0d0-ff60-0000000030df | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-11 01:56:57.446016 | fa163e8e-49f5-d0d0-ff60-0000000030df | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-11 01:56:57.447488 | fa163e8e-49f5-d0d0-ff60-0000000030df | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:44.432772 | 0.05s 2026-03-11 01:56:57.479200 | fa163e8e-49f5-d0d0-ff60-0000000030e0 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-11 01:56:57.508539 | fa163e8e-49f5-d0d0-ff60-0000000030e0 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-11 01:56:57.509935 | fa163e8e-49f5-d0d0-ff60-0000000030e0 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:44.495213 | 0.03s 2026-03-11 01:56:57.544666 | fa163e8e-49f5-d0d0-ff60-0000000030e1 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 01:56:57.605146 | fa163e8e-49f5-d0d0-ff60-0000000030e1 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 01:56:57.606153 | fa163e8e-49f5-d0d0-ff60-0000000030e1 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:44.591444 | 0.06s 2026-03-11 01:56:57.630858 | fa163e8e-49f5-d0d0-ff60-0000000030e2 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-11 01:56:57.693983 | fa163e8e-49f5-d0d0-ff60-0000000030e2 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-11 01:56:57.694929 | fa163e8e-49f5-d0d0-ff60-0000000030e2 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:44.680222 | 0.06s 2026-03-11 01:56:57.752525 | fa163e8e-49f5-d0d0-ff60-000000003103 | TASK | Gather variables for each operating system 2026-03-11 01:56:57.863521 | fa163e8e-49f5-d0d0-ff60-000000003103 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:44.848803 | 0.11s 2026-03-11 01:56:57.887296 | fa163e8e-49f5-d0d0-ff60-000000003104 | TASK | Detect if resource is being created or already exists 2026-03-11 01:56:58.601125 | fa163e8e-49f5-d0d0-ff60-000000003104 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 01:56:58.602487 | fa163e8e-49f5-d0d0-ff60-000000003104 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:45.587774 | 0.71s 2026-03-11 01:56:58.639030 | fa163e8e-49f5-d0d0-ff60-000000003105 | TASK | Run init bundle puppet on the host for redis 2026-03-11 01:57:25.947919 | fa163e8e-49f5-d0d0-ff60-000000003105 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-11 01:57:25.949711 | fa163e8e-49f5-d0d0-ff60-000000003105 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:12.934995 | 27.31s 2026-03-11 01:57:25.983872 | fa163e8e-49f5-d0d0-ff60-000000003106 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-11 01:57:26.277841 | fa163e8e-49f5-d0d0-ff60-000000003106 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-11 01:57:26.279144 | fa163e8e-49f5-d0d0-ff60-000000003106 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:13.264431 | 0.29s 2026-03-11 01:57:26.308731 | fa163e8e-49f5-d0d0-ff60-000000003107 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 01:57:26.719017 | fa163e8e-49f5-d0d0-ff60-000000003107 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 01:57:26.719794 | fa163e8e-49f5-d0d0-ff60-000000003107 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:13.705090 | 0.41s 2026-03-11 01:57:26.740175 | fa163e8e-49f5-d0d0-ff60-000000003108 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-11 01:57:26.987713 | fa163e8e-49f5-d0d0-ff60-000000003108 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-11 01:57:26.988664 | fa163e8e-49f5-d0d0-ff60-000000003108 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:13.973959 | 0.25s 2026-03-11 01:57:27.010508 | fa163e8e-49f5-d0d0-ff60-00000000310a | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-11 01:57:27.060532 | fa163e8e-49f5-d0d0-ff60-00000000310a | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-11 01:57:27.061356 | fa163e8e-49f5-d0d0-ff60-00000000310a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:14.046651 | 0.05s 2026-03-11 01:57:27.083515 | fa163e8e-49f5-d0d0-ff60-00000000310b | TASK | Get container image tag from bundle redis-bundle 2026-03-11 01:57:27.119384 | fa163e8e-49f5-d0d0-ff60-00000000310b | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-11 01:57:27.120103 | fa163e8e-49f5-d0d0-ff60-00000000310b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:14.105398 | 0.04s 2026-03-11 01:57:27.150888 | fa163e8e-49f5-d0d0-ff60-00000000310c | TASK | Compare tags between marker and bundle redis-bundle 2026-03-11 01:57:27.179872 | fa163e8e-49f5-d0d0-ff60-00000000310c | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-11 01:57:27.180654 | fa163e8e-49f5-d0d0-ff60-00000000310c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:14.165947 | 0.03s 2026-03-11 01:57:27.205025 | fa163e8e-49f5-d0d0-ff60-00000000310d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 01:57:27.233625 | fa163e8e-49f5-d0d0-ff60-00000000310d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 01:57:27.234396 | fa163e8e-49f5-d0d0-ff60-00000000310d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:14.219689 | 0.03s 2026-03-11 01:57:27.257952 | fa163e8e-49f5-d0d0-ff60-00000000310e | TASK | Remove update marker for bundle redis-bundle 2026-03-11 01:57:27.306266 | fa163e8e-49f5-d0d0-ff60-00000000310e | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-11 01:57:27.307026 | fa163e8e-49f5-d0d0-ff60-00000000310e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:14.292319 | 0.05s 2026-03-11 01:57:27.348950 | fa163e8e-49f5-d0d0-ff60-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-11 01:57:27.548710 | fa163e8e-49f5-d0d0-ff60-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-11 01:57:27.549701 | fa163e8e-49f5-d0d0-ff60-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:14.534993 | 0.20s 2026-03-11 01:57:27.650319 | fa163e8e-49f5-d0d0-ff60-0000000000cf | TIMING | include_tasks | standalone | 0:18:14.635603 | 0.08s 2026-03-11 01:57:27.668821 | bed2d8e1-1e05-4005-b4c0-628e9c0b439c | INCLUDED | /root/standalone-ansible-lkx9rgpx/common_deploy_steps_tasks.yaml | standalone 2026-03-11 01:57:27.689322 | fa163e8e-49f5-d0d0-ff60-0000000031a3 | TASK | Write the config_step hieradata 2026-03-11 01:57:28.220282 | fa163e8e-49f5-d0d0-ff60-0000000031a3 | OK | Write the config_step hieradata | standalone 2026-03-11 01:57:28.221482 | fa163e8e-49f5-d0d0-ff60-0000000031a3 | TIMING | Write the config_step hieradata | standalone | 0:18:15.206776 | 0.53s 2026-03-11 01:57:28.241852 | fa163e8e-49f5-d0d0-ff60-0000000031a4 | TASK | Run puppet host configuration for step 2 2026-03-11 01:57:28.565492 | fa163e8e-49f5-d0d0-ff60-0000000031a4 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-11 01:57:28.566878 | fa163e8e-49f5-d0d0-ff60-0000000031a4 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:15.552163 | 0.32s 2026-03-11 01:57:28.597367 | fa163e8e-49f5-d0d0-ff60-0000000031a5 | TASK | Wait for puppet host configuration to finish 2026-03-11 01:57:28.836941 | fa163e8e-49f5-d0d0-ff60-0000000031a5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 01:57:39.012660 | fa163e8e-49f5-d0d0-ff60-0000000031a5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 01:57:49.244749 | fa163e8e-49f5-d0d0-ff60-0000000031a5 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 01:57:49.246213 | fa163e8e-49f5-d0d0-ff60-0000000031a5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:36.231499 | 20.65s 2026-03-11 01:57:49.277542 | fa163e8e-49f5-d0d0-ff60-0000000031a6 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-11 01:57:49.349942 | fa163e8e-49f5-d0d0-ff60-0000000031a6 | 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>Mar 11 01:57:28 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 01:57:35 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 01:57:35 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 01:57:35 puppet-user: (file & line not available)", "<13>Mar 11 01:57:35 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>Mar 11 01:57:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 01:57:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 01:57:35 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.41 seconds", "<13>Mar 11 01:57:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 01:57:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 01:57:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 01:57:45 puppet-user: Notice: Applied catalog in 9.94 seconds", "<13>Mar 11 01:57:45 puppet-user: Application:", "<13>Mar 11 01:57:45 puppet-user: Initial environment: production", "<13>Mar 11 01:57:45 puppet-user: Converged environment: production", "<13>Mar 11 01:57:45 puppet-user: Run mode: user", "<13>Mar 11 01:57:45 puppet-user: Changes:", "<13>Mar 11 01:57:45 puppet-user: Total: 2", "<13>Mar 11 01:57:45 puppet-user: Events:", "<13>Mar 11 01:57:45 puppet-user: Success: 2", "<13>Mar 11 01:57:45 puppet-user: Resources:", "<13>Mar 11 01:57:45 puppet-user: Changed: 2", "<13>Mar 11 01:57:45 puppet-user: Out of sync: 2", "<13>Mar 11 01:57:45 puppet-user: Total: 28", "<13>Mar 11 01:57:45 puppet-user: Time:", "<13>Mar 11 01:57:45 puppet-user: Filebucket: 0.00", "<13>Mar 11 01:57:45 puppet-user: Schedule: 0.00", "<13>Mar 11 01:57:45 puppet-user: File line: 0.00", "<13>Mar 11 01:57:45 puppet-user: Package: 0.00", "<13>Mar 11 01:57:45 puppet-user: File: 0.00", "<13>Mar 11 01:57:45 puppet-user: Augeas: 0.01", "<13>Mar 11 01:57:45 puppet-user: User: 0.01", "<13>Mar 11 01:57:45 puppet-user: Service: 0.09", "<13>Mar 11 01:57:45 puppet-user: Config retrieval: 0.45", "<13>Mar 11 01:57:45 puppet-user: Pcmk property: 1.62", "<13>Mar 11 01:57:45 puppet-user: Exec: 1.92", "<13>Mar 11 01:57:45 puppet-user: Last run: 1773194265", "<13>Mar 11 01:57:45 puppet-user: Pcmk resource op default: 3.04", "<13>Mar 11 01:57:45 puppet-user: Pcmk resource default: 3.06", "<13>Mar 11 01:57:45 puppet-user: Transaction evaluation: 9.92", "<13>Mar 11 01:57:45 puppet-user: Catalog application: 9.94", "<13>Mar 11 01:57:45 puppet-user: Total: 9.95", "<13>Mar 11 01:57:45 puppet-user: Version:", "<13>Mar 11 01:57:45 puppet-user: Config: 1773194255", "<13>Mar 11 01:57:45 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 01:57:49.351332 | fa163e8e-49f5-d0d0-ff60-0000000031a6 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:36.336618 | 0.07s 2026-03-11 01:57:49.381352 | fa163e8e-49f5-d0d0-ff60-0000000031a7 | TASK | Pre-cache facts for puppet containers 2026-03-11 01:57:49.415665 | fa163e8e-49f5-d0d0-ff60-0000000031a7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:36.400947 | 0.03s 2026-03-11 01:57:49.487128 | fa163e8e-49f5-d0d0-ff60-0000000031e6 | TASK | Gather variables for each operating system 2026-03-11 01:57:49.602839 | fa163e8e-49f5-d0d0-ff60-0000000031e6 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:36.588115 | 0.11s 2026-03-11 01:57:49.632889 | fa163e8e-49f5-d0d0-ff60-0000000031e7 | TASK | Create puppet caching structures 2026-03-11 01:57:49.870730 | fa163e8e-49f5-d0d0-ff60-0000000031e7 | CHANGED | Create puppet caching structures | standalone 2026-03-11 01:57:49.872239 | fa163e8e-49f5-d0d0-ff60-0000000031e7 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:36.857520 | 0.24s 2026-03-11 01:57:49.904970 | fa163e8e-49f5-d0d0-ff60-0000000031e8 | TASK | Check for facter.conf 2026-03-11 01:57:50.151340 | fa163e8e-49f5-d0d0-ff60-0000000031e8 | OK | Check for facter.conf | standalone 2026-03-11 01:57:50.152702 | fa163e8e-49f5-d0d0-ff60-0000000031e8 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:37.137989 | 0.25s 2026-03-11 01:57:50.183346 | fa163e8e-49f5-d0d0-ff60-0000000031e9 | TASK | Remove facter.conf if directory 2026-03-11 01:57:50.235318 | fa163e8e-49f5-d0d0-ff60-0000000031e9 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 01:57:50.236408 | fa163e8e-49f5-d0d0-ff60-0000000031e9 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:37.221694 | 0.05s 2026-03-11 01:57:50.265500 | fa163e8e-49f5-d0d0-ff60-0000000031ea | TASK | Write facter cache config 2026-03-11 01:57:50.705880 | fa163e8e-49f5-d0d0-ff60-0000000031ea | CHANGED | Write facter cache config | standalone 2026-03-11 01:57:50.707325 | fa163e8e-49f5-d0d0-ff60-0000000031ea | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:37.692606 | 0.44s 2026-03-11 01:57:50.736714 | fa163e8e-49f5-d0d0-ff60-0000000031eb | TASK | Cleanup facter cache if exists 2026-03-11 01:57:50.959431 | fa163e8e-49f5-d0d0-ff60-0000000031eb | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 01:57:50.960766 | fa163e8e-49f5-d0d0-ff60-0000000031eb | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:37.946052 | 0.22s 2026-03-11 01:57:50.989854 | fa163e8e-49f5-d0d0-ff60-0000000031ec | TASK | Pre-cache facts 2026-03-11 01:57:51.609020 | fa163e8e-49f5-d0d0-ff60-0000000031ec | CHANGED | Pre-cache facts | standalone 2026-03-11 01:57:51.610210 | fa163e8e-49f5-d0d0-ff60-0000000031ec | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:38.595493 | 0.62s 2026-03-11 01:57:51.640625 | fa163e8e-49f5-d0d0-ff60-0000000031ed | TASK | Failed deployment if facter fails 2026-03-11 01:57:51.670517 | fa163e8e-49f5-d0d0-ff60-0000000031ed | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 01:57:51.671738 | fa163e8e-49f5-d0d0-ff60-0000000031ed | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:38.657022 | 0.03s 2026-03-11 01:57:51.716315 | fa163e8e-49f5-d0d0-ff60-0000000031ee | TASK | Sync cached facts 2026-03-11 01:57:52.028813 | fa163e8e-49f5-d0d0-ff60-0000000031ee | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8e-49f5-d0d0-ff60-0000000031ee') missing from stats 2026-03-11 01:57:52.084144 | fa163e8e-49f5-d0d0-ff60-0000000031a8 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 01:57:52.133475 | fa163e8e-49f5-d0d0-ff60-0000000031a8 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 01:57:52.134790 | fa163e8e-49f5-d0d0-ff60-0000000031a8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:39.120075 | 0.05s 2026-03-11 01:57:52.165140 | fa163e8e-49f5-d0d0-ff60-0000000031aa | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-11 01:57:52.193345 | fa163e8e-49f5-d0d0-ff60-0000000031aa | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:39.178623 | 0.03s 2026-03-11 01:57:52.259362 | fa163e8e-49f5-d0d0-ff60-000000003245 | TASK | Gather variables for each operating system 2026-03-11 01:57:52.360824 | fa163e8e-49f5-d0d0-ff60-000000003245 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:39.346113 | 0.10s 2026-03-11 01:57:52.379941 | fa163e8e-49f5-d0d0-ff60-000000003246 | TASK | Create container logs path 2026-03-11 01:57:52.610854 | fa163e8e-49f5-d0d0-ff60-000000003246 | OK | Create container logs path | standalone 2026-03-11 01:57:52.612139 | fa163e8e-49f5-d0d0-ff60-000000003246 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:39.597426 | 0.23s 2026-03-11 01:57:52.643792 | fa163e8e-49f5-d0d0-ff60-000000003248 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 01:57:52.931637 | fa163e8e-49f5-d0d0-ff60-000000003248 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 01:57:52.932862 | fa163e8e-49f5-d0d0-ff60-000000003248 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:39.918148 | 0.29s 2026-03-11 01:57:52.963194 | fa163e8e-49f5-d0d0-ff60-000000003249 | TASK | Finalise hashes for all containers 2026-03-11 01:57:53.034866 | fa163e8e-49f5-d0d0-ff60-000000003249 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:57:53.036117 | fa163e8e-49f5-d0d0-ff60-000000003249 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:40.021402 | 0.07s 2026-03-11 01:57:53.065490 | fa163e8e-49f5-d0d0-ff60-00000000324b | TASK | Manage systemd shutdown files 2026-03-11 01:57:53.087958 | fa163e8e-49f5-d0d0-ff60-00000000324b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:40.073236 | 0.02s 2026-03-11 01:57:53.121445 | 7d46465c-e212-461f-97e8-eb452d71066c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 01:57:53.150723 | fa163e8e-49f5-d0d0-ff60-00000000327e | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 01:57:53.414533 | fa163e8e-49f5-d0d0-ff60-00000000327e | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 01:57:53.415893 | fa163e8e-49f5-d0d0-ff60-00000000327e | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:40.401180 | 0.26s 2026-03-11 01:57:53.444506 | fa163e8e-49f5-d0d0-ff60-00000000327f | TASK | Set podman_drop_in fact 2026-03-11 01:57:53.499285 | fa163e8e-49f5-d0d0-ff60-00000000327f | OK | Set podman_drop_in fact | standalone 2026-03-11 01:57:53.500481 | fa163e8e-49f5-d0d0-ff60-00000000327f | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:40.485769 | 0.05s 2026-03-11 01:57:53.529716 | fa163e8e-49f5-d0d0-ff60-000000003281 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 01:57:54.048966 | fa163e8e-49f5-d0d0-ff60-000000003281 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 01:57:54.049916 | fa163e8e-49f5-d0d0-ff60-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:41.035206 | 0.52s 2026-03-11 01:57:54.547840 | fa163e8e-49f5-d0d0-ff60-000000003281 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 01:57:54.550871 | fa163e8e-49f5-d0d0-ff60-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:41.536158 | 1.02s 2026-03-11 01:57:54.560199 | fa163e8e-49f5-d0d0-ff60-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:41.545481 | 1.03s 2026-03-11 01:57:54.590280 | fa163e8e-49f5-d0d0-ff60-000000003282 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 01:57:55.081658 | fa163e8e-49f5-d0d0-ff60-000000003282 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 01:57:55.083133 | fa163e8e-49f5-d0d0-ff60-000000003282 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:42.068418 | 0.49s 2026-03-11 01:57:55.114621 | fa163e8e-49f5-d0d0-ff60-000000003283 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 01:57:55.509746 | fa163e8e-49f5-d0d0-ff60-000000003283 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 01:57:55.511089 | fa163e8e-49f5-d0d0-ff60-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:42.496375 | 0.39s 2026-03-11 01:57:55.540372 | fa163e8e-49f5-d0d0-ff60-000000003284 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 01:57:56.205615 | fa163e8e-49f5-d0d0-ff60-000000003284 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 01:57:56.207575 | fa163e8e-49f5-d0d0-ff60-000000003284 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:43.192871 | 0.67s 2026-03-11 01:57:56.228615 | fa163e8e-49f5-d0d0-ff60-000000003285 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 01:57:56.681659 | fa163e8e-49f5-d0d0-ff60-000000003285 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 01:57:56.683074 | fa163e8e-49f5-d0d0-ff60-000000003285 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:43.668359 | 0.45s 2026-03-11 01:57:56.712684 | fa163e8e-49f5-d0d0-ff60-000000003286 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 01:57:57.162335 | fa163e8e-49f5-d0d0-ff60-000000003286 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 01:57:57.163382 | fa163e8e-49f5-d0d0-ff60-000000003286 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:44.148671 | 0.45s 2026-03-11 01:57:57.184800 | fa163e8e-49f5-d0d0-ff60-000000003287 | TASK | Enable and start netns-placeholder 2026-03-11 01:57:57.858457 | fa163e8e-49f5-d0d0-ff60-000000003287 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 01:57:57.859602 | fa163e8e-49f5-d0d0-ff60-000000003287 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:44.844897 | 0.67s 2026-03-11 01:57:57.879030 | fa163e8e-49f5-d0d0-ff60-00000000324d | TASK | Update container configs with new config hashes 2026-03-11 01:57:57.934801 | fa163e8e-49f5-d0d0-ff60-00000000324d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:44.920094 | 0.06s 2026-03-11 01:57:57.944676 | 06783401-0381-467c-87be-88537069818c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 01:57:57.964995 | fa163e8e-49f5-d0d0-ff60-0000000032af | TASK | Update config hashes for container startup configs 2026-03-11 01:57:58.213695 | fa163e8e-49f5-d0d0-ff60-0000000032af | OK | Update config hashes for container startup configs | standalone 2026-03-11 01:57:58.214886 | fa163e8e-49f5-d0d0-ff60-0000000032af | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:45.200173 | 0.25s 2026-03-11 01:57:58.246066 | fa163e8e-49f5-d0d0-ff60-00000000324e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 01:57:58.298456 | fa163e8e-49f5-d0d0-ff60-00000000324e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:45.283728 | 0.05s 2026-03-11 01:57:58.325008 | 710a0a08-419c-4cfb-8384-a1bffbba41fe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 01:57:58.352211 | fa163e8e-49f5-d0d0-ff60-0000000032ce | TASK | Gather podman infos 2026-03-11 01:57:59.322743 | fa163e8e-49f5-d0d0-ff60-0000000032ce | OK | Gather podman infos | standalone 2026-03-11 01:57:59.323783 | fa163e8e-49f5-d0d0-ff60-0000000032ce | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:46.309074 | 0.97s 2026-03-11 01:57:59.395763 | fa163e8e-49f5-d0d0-ff60-0000000032cf | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 01:57:59.459535 | fa163e8e-49f5-d0d0-ff60-0000000032cf | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:46.444816 | 0.06s 2026-03-11 01:57:59.576652 | fa163e8e-49f5-d0d0-ff60-000000003318 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:46.561932 | 0.07s 2026-03-11 01:57:59.622395 | fa163e8e-49f5-d0d0-ff60-00000000324f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 01:57:59.675831 | fa163e8e-49f5-d0d0-ff60-00000000324f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:46.661072 | 0.05s 2026-03-11 01:57:59.698973 | 9e3f8dc0-b447-463f-8f98-1dfce4dbb24d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 01:57:59.741580 | fa163e8e-49f5-d0d0-ff60-00000000333e | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 01:58:22.391742 | fa163e8e-49f5-d0d0-ff60-00000000333e | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 01:58:22.392828 | fa163e8e-49f5-d0d0-ff60-00000000333e | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:09.378122 | 22.65s 2026-03-11 01:58:22.414554 | fa163e8e-49f5-d0d0-ff60-00000000333f | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 01:58:25.060788 | fa163e8e-49f5-d0d0-ff60-00000000333f | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 01:58:25.062767 | fa163e8e-49f5-d0d0-ff60-00000000333f | 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:19:12.048052 | 2.65s 2026-03-11 01:58:25.136639 | fa163e8e-49f5-d0d0-ff60-0000000031ac | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-11 01:58:25.361887 | fa163e8e-49f5-d0d0-ff60-0000000031ac | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-11 01:58:25.362877 | fa163e8e-49f5-d0d0-ff60-0000000031ac | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:12.348169 | 0.23s 2026-03-11 01:58:25.397071 | fa163e8e-49f5-d0d0-ff60-0000000031ad | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-11 01:58:25.445194 | fa163e8e-49f5-d0d0-ff60-0000000031ad | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:12.430474 | 0.05s 2026-03-11 01:58:25.469572 | fa163e8e-49f5-d0d0-ff60-0000000031ae | TASK | Include container-puppet tasks for step 2 2026-03-11 01:58:25.518147 | fa163e8e-49f5-d0d0-ff60-0000000031ae | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:12.503432 | 0.05s 2026-03-11 01:58:25.535430 | d3f0a219-ca65-47f8-a9ba-5529cf5b03c1 | INCLUDED | /root/standalone-ansible-lkx9rgpx/host-container-puppet-tasks.yaml | standalone 2026-03-11 01:58:25.572435 | fa163e8e-49f5-d0d0-ff60-00000000338a | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-11 01:58:26.107701 | fa163e8e-49f5-d0d0-ff60-00000000338a | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-11 01:58:26.110807 | fa163e8e-49f5-d0d0-ff60-00000000338a | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:13.096085 | 0.54s 2026-03-11 01:58:26.142594 | fa163e8e-49f5-d0d0-ff60-00000000338c | TASK | Generate container puppet configs for step 2 2026-03-11 01:58:26.446450 | fa163e8e-49f5-d0d0-ff60-00000000338c | OK | Generate container puppet configs for step 2 | standalone 2026-03-11 01:58:26.450259 | fa163e8e-49f5-d0d0-ff60-00000000338c | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:13.435509 | 0.31s 2026-03-11 01:58:26.484347 | fa163e8e-49f5-d0d0-ff60-00000000338d | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-11 01:58:26.517468 | fa163e8e-49f5-d0d0-ff60-00000000338d | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:13.502744 | 0.03s 2026-03-11 01:58:26.587439 | fa163e8e-49f5-d0d0-ff60-0000000033bc | TASK | Gather variables for each operating system 2026-03-11 01:58:26.725433 | fa163e8e-49f5-d0d0-ff60-0000000033bc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:13.710706 | 0.14s 2026-03-11 01:58:26.757946 | fa163e8e-49f5-d0d0-ff60-0000000033bd | TASK | Create container logs path 2026-03-11 01:58:26.998862 | fa163e8e-49f5-d0d0-ff60-0000000033bd | OK | Create container logs path | standalone 2026-03-11 01:58:26.999802 | fa163e8e-49f5-d0d0-ff60-0000000033bd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:13.985096 | 0.24s 2026-03-11 01:58:27.031954 | fa163e8e-49f5-d0d0-ff60-0000000033bf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 01:58:27.269405 | fa163e8e-49f5-d0d0-ff60-0000000033bf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 01:58:27.270788 | fa163e8e-49f5-d0d0-ff60-0000000033bf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:14.256073 | 0.24s 2026-03-11 01:58:27.300771 | fa163e8e-49f5-d0d0-ff60-0000000033c0 | TASK | Finalise hashes for all containers 2026-03-11 01:58:27.331560 | fa163e8e-49f5-d0d0-ff60-0000000033c0 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:58:27.332955 | fa163e8e-49f5-d0d0-ff60-0000000033c0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:14.318241 | 0.03s 2026-03-11 01:58:27.363046 | fa163e8e-49f5-d0d0-ff60-0000000033c2 | TASK | Manage systemd shutdown files 2026-03-11 01:58:27.404053 | fa163e8e-49f5-d0d0-ff60-0000000033c2 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 01:58:27.405294 | fa163e8e-49f5-d0d0-ff60-0000000033c2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:14.390579 | 0.04s 2026-03-11 01:58:27.438571 | fa163e8e-49f5-d0d0-ff60-0000000033c4 | TASK | Update container configs with new config hashes 2026-03-11 01:58:27.491753 | fa163e8e-49f5-d0d0-ff60-0000000033c4 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 01:58:27.493139 | fa163e8e-49f5-d0d0-ff60-0000000033c4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:14.478423 | 0.05s 2026-03-11 01:58:27.525659 | fa163e8e-49f5-d0d0-ff60-0000000033c5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 01:58:27.576545 | fa163e8e-49f5-d0d0-ff60-0000000033c5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 01:58:27.577707 | fa163e8e-49f5-d0d0-ff60-0000000033c5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:14.562993 | 0.05s 2026-03-11 01:58:27.610929 | fa163e8e-49f5-d0d0-ff60-0000000033c6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 01:58:27.662943 | fa163e8e-49f5-d0d0-ff60-0000000033c6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 01:58:27.664306 | fa163e8e-49f5-d0d0-ff60-0000000033c6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:14.649586 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-11 01:58:27.827693 | fa163e8e-49f5-d0d0-ff60-0000000000d2 | TASK | External deployment step 3 2026-03-11 01:58:27.864651 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000d2') missing from stats 2026-03-11 01:58:27.922911 | fa163e8e-49f5-d0d0-ff60-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:14.908186 | 0.04s 2026-03-11 01:58:27.929459 | 8f0106bb-bf81-4b38-87ca-bc18ef19d773 | INCLUDED | /root/standalone-ansible-lkx9rgpx/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-03-11 01:58:28.064159 | fa163e8e-49f5-d0d0-ff60-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-11 01:58:28.093763 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000d6') missing from stats 2026-03-11 01:58:28.116167 | fa163e8e-49f5-d0d0-ff60-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-11 01:58:28.660543 | fa163e8e-49f5-d0d0-ff60-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-11 01:58:28.661890 | fa163e8e-49f5-d0d0-ff60-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:15.647176 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 01:58:28.729376 | fa163e8e-49f5-d0d0-ff60-0000000000d8 | TIMING | include_tasks | standalone | 0:19:15.714653 | 0.04s 2026-03-11 01:58:28.755711 | 8895ce6b-9836-4aaa-a161-f4311c12172f | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-11 01:58:28.785327 | fa163e8e-49f5-d0d0-ff60-00000000342a | TASK | Start OVN container 2026-03-11 01:58:28.862160 | fa163e8e-49f5-d0d0-ff60-00000000342a | TIMING | Start OVN container | standalone | 0:19:15.847427 | 0.08s 2026-03-11 01:58:28.891401 | fa163e8e-49f5-d0d0-ff60-00000000342a | TIMING | Start OVN container | standalone | 0:19:15.876690 | 0.10s 2026-03-11 01:58:28.915433 | fa163e8e-49f5-d0d0-ff60-00000000342a | TIMING | Start OVN container | standalone | 0:19:15.900725 | 0.13s 2026-03-11 01:58:28.927260 | fa163e8e-49f5-d0d0-ff60-00000000342a | TIMING | Start OVN container | standalone | 0:19:15.912510 | 0.14s 2026-03-11 01:58:29.037482 | fa163e8e-49f5-d0d0-ff60-000000003462 | TASK | Gather variables for each operating system 2026-03-11 01:58:29.152403 | fa163e8e-49f5-d0d0-ff60-000000003462 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:16.137677 | 0.11s 2026-03-11 01:58:29.181576 | fa163e8e-49f5-d0d0-ff60-000000003463 | TASK | Create container logs path 2026-03-11 01:58:29.424627 | fa163e8e-49f5-d0d0-ff60-000000003463 | OK | Create container logs path | standalone 2026-03-11 01:58:29.425919 | fa163e8e-49f5-d0d0-ff60-000000003463 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:16.411207 | 0.24s 2026-03-11 01:58:29.455326 | fa163e8e-49f5-d0d0-ff60-000000003465 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:29.772897 | fa163e8e-49f5-d0d0-ff60-000000003465 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:29.774532 | fa163e8e-49f5-d0d0-ff60-000000003465 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:16.759812 | 0.32s 2026-03-11 01:58:29.803707 | fa163e8e-49f5-d0d0-ff60-000000003466 | TASK | Finalise hashes for all containers 2026-03-11 01:58:29.875772 | fa163e8e-49f5-d0d0-ff60-000000003466 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:58:29.877032 | fa163e8e-49f5-d0d0-ff60-000000003466 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:16.862318 | 0.07s 2026-03-11 01:58:29.906888 | fa163e8e-49f5-d0d0-ff60-000000003468 | TASK | Manage systemd shutdown files 2026-03-11 01:58:29.968932 | fa163e8e-49f5-d0d0-ff60-000000003468 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 01:58:29.970289 | fa163e8e-49f5-d0d0-ff60-000000003468 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:16.955572 | 0.06s 2026-03-11 01:58:29.999953 | fa163e8e-49f5-d0d0-ff60-00000000346a | TASK | Update container configs with new config hashes 2026-03-11 01:58:30.072876 | fa163e8e-49f5-d0d0-ff60-00000000346a | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 01:58:30.074619 | fa163e8e-49f5-d0d0-ff60-00000000346a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:17.059898 | 0.07s 2026-03-11 01:58:30.107722 | fa163e8e-49f5-d0d0-ff60-00000000346b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:30.173369 | fa163e8e-49f5-d0d0-ff60-00000000346b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:17.158646 | 0.06s 2026-03-11 01:58:30.199908 | 46a8b037-ee57-4c8c-bb08-67d7e9febcf1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 01:58:30.236607 | fa163e8e-49f5-d0d0-ff60-0000000034f7 | TASK | Gather podman infos 2026-03-11 01:58:31.444035 | fa163e8e-49f5-d0d0-ff60-0000000034f7 | OK | Gather podman infos | standalone 2026-03-11 01:58:31.445112 | fa163e8e-49f5-d0d0-ff60-0000000034f7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:18.430402 | 1.21s 2026-03-11 01:58:31.533741 | fa163e8e-49f5-d0d0-ff60-0000000034f8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:31.598177 | fa163e8e-49f5-d0d0-ff60-0000000034f8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:18.583447 | 0.06s 2026-03-11 01:58:31.736854 | fa163e8e-49f5-d0d0-ff60-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:18.722106 | 0.08s 2026-03-11 01:58:31.798102 | fa163e8e-49f5-d0d0-ff60-00000000346c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:31.861395 | fa163e8e-49f5-d0d0-ff60-00000000346c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:18.846676 | 0.06s 2026-03-11 01:58:31.884547 | 1c2f6b27-0097-4d96-933a-a2d6f28f10d9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 01:58:31.925773 | fa163e8e-49f5-d0d0-ff60-000000003562 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:32.809130 | fa163e8e-49f5-d0d0-ff60-000000003562 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:32.810855 | fa163e8e-49f5-d0d0-ff60-000000003562 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:19.796140 | 0.88s 2026-03-11 01:58:32.843182 | fa163e8e-49f5-d0d0-ff60-000000003563 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:35.598476 | fa163e8e-49f5-d0d0-ff60-000000003563 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:35.600542 | fa163e8e-49f5-d0d0-ff60-000000003563 | 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:19:22.585821 | 2.76s 2026-03-11 01:58:35.659814 | fa163e8e-49f5-d0d0-ff60-00000000348d | TASK | Gather variables for each operating system 2026-03-11 01:58:35.778183 | fa163e8e-49f5-d0d0-ff60-00000000348d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:22.763457 | 0.12s 2026-03-11 01:58:35.811650 | fa163e8e-49f5-d0d0-ff60-00000000348e | TASK | Create container logs path 2026-03-11 01:58:36.087625 | fa163e8e-49f5-d0d0-ff60-00000000348e | OK | Create container logs path | standalone 2026-03-11 01:58:36.089430 | fa163e8e-49f5-d0d0-ff60-00000000348e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:23.074714 | 0.28s 2026-03-11 01:58:36.122161 | fa163e8e-49f5-d0d0-ff60-000000003490 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:36.398355 | fa163e8e-49f5-d0d0-ff60-000000003490 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:36.400014 | fa163e8e-49f5-d0d0-ff60-000000003490 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:23.385292 | 0.28s 2026-03-11 01:58:36.431476 | fa163e8e-49f5-d0d0-ff60-000000003491 | TASK | Finalise hashes for all containers 2026-03-11 01:58:36.533086 | fa163e8e-49f5-d0d0-ff60-000000003491 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:58:36.534517 | fa163e8e-49f5-d0d0-ff60-000000003491 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:23.519804 | 0.10s 2026-03-11 01:58:36.563968 | fa163e8e-49f5-d0d0-ff60-000000003493 | TASK | Manage systemd shutdown files 2026-03-11 01:58:36.614304 | fa163e8e-49f5-d0d0-ff60-000000003493 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 01:58:36.615532 | fa163e8e-49f5-d0d0-ff60-000000003493 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:23.600817 | 0.05s 2026-03-11 01:58:36.646443 | fa163e8e-49f5-d0d0-ff60-000000003495 | TASK | Update container configs with new config hashes 2026-03-11 01:58:36.699922 | fa163e8e-49f5-d0d0-ff60-000000003495 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 01:58:36.701313 | fa163e8e-49f5-d0d0-ff60-000000003495 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:23.686595 | 0.05s 2026-03-11 01:58:36.733106 | fa163e8e-49f5-d0d0-ff60-000000003496 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:36.795710 | fa163e8e-49f5-d0d0-ff60-000000003496 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:23.780810 | 0.06s 2026-03-11 01:58:36.822306 | 8ce782a4-98dd-4ec1-936c-4a9599d9a702 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 01:58:36.851449 | fa163e8e-49f5-d0d0-ff60-0000000035ae | TASK | Gather podman infos 2026-03-11 01:58:37.986363 | fa163e8e-49f5-d0d0-ff60-0000000035ae | OK | Gather podman infos | standalone 2026-03-11 01:58:37.987169 | fa163e8e-49f5-d0d0-ff60-0000000035ae | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:24.972465 | 1.13s 2026-03-11 01:58:38.054029 | fa163e8e-49f5-d0d0-ff60-0000000035af | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:38.124478 | fa163e8e-49f5-d0d0-ff60-0000000035af | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:25.109759 | 0.06s 2026-03-11 01:58:38.241668 | fa163e8e-49f5-d0d0-ff60-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:25.226942 | 0.07s 2026-03-11 01:58:38.303454 | fa163e8e-49f5-d0d0-ff60-000000003497 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:38.368927 | fa163e8e-49f5-d0d0-ff60-000000003497 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:25.354204 | 0.06s 2026-03-11 01:58:38.394025 | 9844ba3a-0481-4985-b5f6-d9eab30e9477 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 01:58:38.430670 | fa163e8e-49f5-d0d0-ff60-000000003614 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:39.364431 | fa163e8e-49f5-d0d0-ff60-000000003614 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:39.365748 | fa163e8e-49f5-d0d0-ff60-000000003614 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:26.351033 | 0.93s 2026-03-11 01:58:39.396546 | fa163e8e-49f5-d0d0-ff60-000000003615 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:42.177938 | fa163e8e-49f5-d0d0-ff60-000000003615 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:42.179497 | fa163e8e-49f5-d0d0-ff60-000000003615 | 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:19:29.164784 | 2.78s 2026-03-11 01:58:42.233979 | fa163e8e-49f5-d0d0-ff60-0000000034b8 | TASK | Gather variables for each operating system 2026-03-11 01:58:42.350358 | fa163e8e-49f5-d0d0-ff60-0000000034b8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:29.335637 | 0.11s 2026-03-11 01:58:42.380193 | fa163e8e-49f5-d0d0-ff60-0000000034b9 | TASK | Create container logs path 2026-03-11 01:58:42.622061 | fa163e8e-49f5-d0d0-ff60-0000000034b9 | OK | Create container logs path | standalone 2026-03-11 01:58:42.622841 | fa163e8e-49f5-d0d0-ff60-0000000034b9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:29.608138 | 0.24s 2026-03-11 01:58:42.646318 | fa163e8e-49f5-d0d0-ff60-0000000034bb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:42.971610 | fa163e8e-49f5-d0d0-ff60-0000000034bb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:42.972783 | fa163e8e-49f5-d0d0-ff60-0000000034bb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:29.958069 | 0.33s 2026-03-11 01:58:43.001353 | fa163e8e-49f5-d0d0-ff60-0000000034bc | TASK | Finalise hashes for all containers 2026-03-11 01:58:43.105992 | fa163e8e-49f5-d0d0-ff60-0000000034bc | OK | Finalise hashes for all containers | standalone 2026-03-11 01:58:43.107183 | fa163e8e-49f5-d0d0-ff60-0000000034bc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:30.092469 | 0.10s 2026-03-11 01:58:43.137098 | fa163e8e-49f5-d0d0-ff60-0000000034be | TASK | Manage systemd shutdown files 2026-03-11 01:58:43.199704 | fa163e8e-49f5-d0d0-ff60-0000000034be | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 01:58:43.201036 | fa163e8e-49f5-d0d0-ff60-0000000034be | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:30.186320 | 0.06s 2026-03-11 01:58:43.231079 | fa163e8e-49f5-d0d0-ff60-0000000034c0 | TASK | Update container configs with new config hashes 2026-03-11 01:58:43.303415 | fa163e8e-49f5-d0d0-ff60-0000000034c0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 01:58:43.304634 | fa163e8e-49f5-d0d0-ff60-0000000034c0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:30.289919 | 0.07s 2026-03-11 01:58:43.330829 | fa163e8e-49f5-d0d0-ff60-0000000034c1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:43.402994 | fa163e8e-49f5-d0d0-ff60-0000000034c1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:30.388273 | 0.07s 2026-03-11 01:58:43.426918 | bd9e2500-e607-409b-b221-3045be5e0e2f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 01:58:43.464369 | fa163e8e-49f5-d0d0-ff60-000000003660 | TASK | Gather podman infos 2026-03-11 01:58:44.673302 | fa163e8e-49f5-d0d0-ff60-000000003660 | OK | Gather podman infos | standalone 2026-03-11 01:58:44.674498 | fa163e8e-49f5-d0d0-ff60-000000003660 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:31.659789 | 1.21s 2026-03-11 01:58:44.767218 | fa163e8e-49f5-d0d0-ff60-000000003661 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:44.858943 | fa163e8e-49f5-d0d0-ff60-000000003661 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.844221 | 0.09s 2026-03-11 01:58:45.006040 | fa163e8e-49f5-d0d0-ff60-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:31.991314 | 0.08s 2026-03-11 01:58:45.064717 | fa163e8e-49f5-d0d0-ff60-0000000034c2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:45.129900 | fa163e8e-49f5-d0d0-ff60-0000000034c2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:32.115178 | 0.06s 2026-03-11 01:58:45.154249 | 8548b3df-4a26-41d0-b790-16e6e3c2adad | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 01:58:45.195196 | fa163e8e-49f5-d0d0-ff60-0000000036c6 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:46.228006 | fa163e8e-49f5-d0d0-ff60-0000000036c6 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:46.229505 | fa163e8e-49f5-d0d0-ff60-0000000036c6 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:33.214789 | 1.03s 2026-03-11 01:58:46.261565 | fa163e8e-49f5-d0d0-ff60-0000000036c7 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 01:58:49.017039 | fa163e8e-49f5-d0d0-ff60-0000000036c7 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 01:58:49.018688 | fa163e8e-49f5-d0d0-ff60-0000000036c7 | 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:19:36.003974 | 2.76s 2026-03-11 01:58:49.072448 | fa163e8e-49f5-d0d0-ff60-00000000342c | TASK | Set NB connection 2026-03-11 01:58:49.539343 | fa163e8e-49f5-d0d0-ff60-00000000342c | CHANGED | Set NB connection | standalone 2026-03-11 01:58:49.540702 | fa163e8e-49f5-d0d0-ff60-00000000342c | TIMING | Set NB connection | standalone | 0:19:36.525988 | 0.47s 2026-03-11 01:58:49.570440 | fa163e8e-49f5-d0d0-ff60-00000000342d | TASK | Set SB connection 2026-03-11 01:58:49.975846 | fa163e8e-49f5-d0d0-ff60-00000000342d | CHANGED | Set SB connection | standalone 2026-03-11 01:58:49.977410 | fa163e8e-49f5-d0d0-ff60-00000000342d | TIMING | Set SB connection | standalone | 0:19:36.962689 | 0.41s 2026-03-11 01:58:50.006098 | fa163e8e-49f5-d0d0-ff60-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-11 01:58:50.199741 | fa163e8e-49f5-d0d0-ff60-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-11 01:58:50.201147 | fa163e8e-49f5-d0d0-ff60-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:37.186433 | 0.19s 2026-03-11 01:58:50.282728 | fa163e8e-49f5-d0d0-ff60-0000000000db | TIMING | include_tasks | standalone | 0:19:37.268003 | 0.05s 2026-03-11 01:58:50.323319 | 92127523-b301-4916-9bd8-cf55ba9eca94 | INCLUDED | /root/standalone-ansible-lkx9rgpx/common_deploy_steps_tasks.yaml | standalone 2026-03-11 01:58:50.349435 | fa163e8e-49f5-d0d0-ff60-00000000370c | TASK | Write the config_step hieradata 2026-03-11 01:58:50.790119 | fa163e8e-49f5-d0d0-ff60-00000000370c | OK | Write the config_step hieradata | standalone 2026-03-11 01:58:50.791362 | fa163e8e-49f5-d0d0-ff60-00000000370c | TIMING | Write the config_step hieradata | standalone | 0:19:37.776649 | 0.44s 2026-03-11 01:58:50.820950 | fa163e8e-49f5-d0d0-ff60-00000000370d | TASK | Run puppet host configuration for step 3 2026-03-11 01:58:51.056044 | fa163e8e-49f5-d0d0-ff60-00000000370d | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-11 01:58:51.057707 | fa163e8e-49f5-d0d0-ff60-00000000370d | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:38.042986 | 0.24s 2026-03-11 01:58:51.094346 | fa163e8e-49f5-d0d0-ff60-00000000370e | TASK | Wait for puppet host configuration to finish 2026-03-11 01:58:51.337307 | fa163e8e-49f5-d0d0-ff60-00000000370e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 01:59:01.556009 | fa163e8e-49f5-d0d0-ff60-00000000370e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 01:59:11.747952 | fa163e8e-49f5-d0d0-ff60-00000000370e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 01:59:11.748888 | fa163e8e-49f5-d0d0-ff60-00000000370e | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:58.734181 | 20.65s 2026-03-11 01:59:11.771826 | fa163e8e-49f5-d0d0-ff60-00000000370f | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-11 01:59:11.851190 | fa163e8e-49f5-d0d0-ff60-00000000370f | 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>Mar 11 01:58:51 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 01:58:57 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 01:58:57 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 01:58:57 puppet-user: (file & line not available)", "<13>Mar 11 01:58:57 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>Mar 11 01:58:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 01:58:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 01:58:57 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.46 seconds", "<13>Mar 11 01:59:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 01:59:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 01:59:05 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 01:59:05 puppet-user: Notice: Applied catalog in 7.89 seconds", "<13>Mar 11 01:59:05 puppet-user: Application:", "<13>Mar 11 01:59:05 puppet-user: Initial environment: production", "<13>Mar 11 01:59:05 puppet-user: Converged environment: production", "<13>Mar 11 01:59:05 puppet-user: Run mode: user", "<13>Mar 11 01:59:05 puppet-user: Changes:", "<13>Mar 11 01:59:05 puppet-user: Total: 2", "<13>Mar 11 01:59:05 puppet-user: Events:", "<13>Mar 11 01:59:05 puppet-user: Success: 2", "<13>Mar 11 01:59:05 puppet-user: Resources:", "<13>Mar 11 01:59:05 puppet-user: Changed: 2", "<13>Mar 11 01:59:05 puppet-user: Out of sync: 2", "<13>Mar 11 01:59:05 puppet-user: Total: 28", "<13>Mar 11 01:59:05 puppet-user: Time:", "<13>Mar 11 01:59:05 puppet-user: Filebucket: 0.00", "<13>Mar 11 01:59:05 puppet-user: Schedule: 0.00", "<13>Mar 11 01:59:05 puppet-user: File line: 0.00", "<13>Mar 11 01:59:05 puppet-user: Package: 0.00", "<13>Mar 11 01:59:05 puppet-user: File: 0.00", "<13>Mar 11 01:59:05 puppet-user: Augeas: 0.01", "<13>Mar 11 01:59:05 puppet-user: Service: 0.07", "<13>Mar 11 01:59:05 puppet-user: User: 0.08", "<13>Mar 11 01:59:05 puppet-user: Config retrieval: 0.51", "<13>Mar 11 01:59:05 puppet-user: Pcmk property: 1.52", "<13>Mar 11 01:59:05 puppet-user: Exec: 1.89", "<13>Mar 11 01:59:05 puppet-user: Last run: 1773194345", "<13>Mar 11 01:59:05 puppet-user: Pcmk resource default: 2.02", "<13>Mar 11 01:59:05 puppet-user: Pcmk resource op default: 2.08", "<13>Mar 11 01:59:05 puppet-user: Transaction evaluation: 7.87", "<13>Mar 11 01:59:05 puppet-user: Catalog application: 7.89", "<13>Mar 11 01:59:05 puppet-user: Total: 7.89", "<13>Mar 11 01:59:05 puppet-user: Version:", "<13>Mar 11 01:59:05 puppet-user: Config: 1773194337", "<13>Mar 11 01:59:05 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 01:59:11.851951 | fa163e8e-49f5-d0d0-ff60-00000000370f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:19:58.837248 | 0.08s 2026-03-11 01:59:11.870892 | fa163e8e-49f5-d0d0-ff60-000000003710 | TASK | Pre-cache facts for puppet containers 2026-03-11 01:59:11.896349 | fa163e8e-49f5-d0d0-ff60-000000003710 | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:58.881641 | 0.02s 2026-03-11 01:59:11.958965 | fa163e8e-49f5-d0d0-ff60-00000000374f | TASK | Gather variables for each operating system 2026-03-11 01:59:12.089584 | fa163e8e-49f5-d0d0-ff60-00000000374f | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:59.074870 | 0.13s 2026-03-11 01:59:12.111813 | fa163e8e-49f5-d0d0-ff60-000000003750 | TASK | Create puppet caching structures 2026-03-11 01:59:12.351132 | fa163e8e-49f5-d0d0-ff60-000000003750 | CHANGED | Create puppet caching structures | standalone 2026-03-11 01:59:12.352154 | fa163e8e-49f5-d0d0-ff60-000000003750 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:59.337444 | 0.24s 2026-03-11 01:59:12.374588 | fa163e8e-49f5-d0d0-ff60-000000003751 | TASK | Check for facter.conf 2026-03-11 01:59:12.655361 | fa163e8e-49f5-d0d0-ff60-000000003751 | OK | Check for facter.conf | standalone 2026-03-11 01:59:12.657012 | fa163e8e-49f5-d0d0-ff60-000000003751 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:59.642298 | 0.28s 2026-03-11 01:59:12.691844 | fa163e8e-49f5-d0d0-ff60-000000003752 | TASK | Remove facter.conf if directory 2026-03-11 01:59:12.725600 | fa163e8e-49f5-d0d0-ff60-000000003752 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 01:59:12.727041 | fa163e8e-49f5-d0d0-ff60-000000003752 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:59.712321 | 0.03s 2026-03-11 01:59:12.760940 | fa163e8e-49f5-d0d0-ff60-000000003753 | TASK | Write facter cache config 2026-03-11 01:59:13.255251 | fa163e8e-49f5-d0d0-ff60-000000003753 | CHANGED | Write facter cache config | standalone 2026-03-11 01:59:13.256215 | fa163e8e-49f5-d0d0-ff60-000000003753 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:00.241507 | 0.49s 2026-03-11 01:59:13.277287 | fa163e8e-49f5-d0d0-ff60-000000003754 | TASK | Cleanup facter cache if exists 2026-03-11 01:59:13.507853 | fa163e8e-49f5-d0d0-ff60-000000003754 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 01:59:13.509551 | fa163e8e-49f5-d0d0-ff60-000000003754 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:00.494843 | 0.23s 2026-03-11 01:59:13.530734 | fa163e8e-49f5-d0d0-ff60-000000003755 | TASK | Pre-cache facts 2026-03-11 01:59:14.150329 | fa163e8e-49f5-d0d0-ff60-000000003755 | CHANGED | Pre-cache facts | standalone 2026-03-11 01:59:14.151252 | fa163e8e-49f5-d0d0-ff60-000000003755 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:01.136518 | 0.62s 2026-03-11 01:59:14.175249 | fa163e8e-49f5-d0d0-ff60-000000003756 | TASK | Failed deployment if facter fails 2026-03-11 01:59:14.220356 | fa163e8e-49f5-d0d0-ff60-000000003756 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 01:59:14.221297 | fa163e8e-49f5-d0d0-ff60-000000003756 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:01.206591 | 0.04s 2026-03-11 01:59:14.251342 | fa163e8e-49f5-d0d0-ff60-000000003757 | TASK | Sync cached facts 2026-03-11 01:59:14.586512 | fa163e8e-49f5-d0d0-ff60-000000003757 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8e-49f5-d0d0-ff60-000000003757') missing from stats 2026-03-11 01:59:14.634608 | fa163e8e-49f5-d0d0-ff60-000000003711 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 01:59:14.683598 | fa163e8e-49f5-d0d0-ff60-000000003711 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 01:59:14.684790 | fa163e8e-49f5-d0d0-ff60-000000003711 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:01.670074 | 0.05s 2026-03-11 01:59:14.715450 | fa163e8e-49f5-d0d0-ff60-000000003713 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-11 01:59:14.743668 | fa163e8e-49f5-d0d0-ff60-000000003713 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:01.728956 | 0.03s 2026-03-11 01:59:14.795199 | fa163e8e-49f5-d0d0-ff60-0000000037ae | TASK | Gather variables for each operating system 2026-03-11 01:59:14.922496 | fa163e8e-49f5-d0d0-ff60-0000000037ae | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:01.907754 | 0.13s 2026-03-11 01:59:14.956128 | fa163e8e-49f5-d0d0-ff60-0000000037af | TASK | Create container logs path 2026-03-11 01:59:15.215690 | fa163e8e-49f5-d0d0-ff60-0000000037af | OK | Create container logs path | standalone 2026-03-11 01:59:15.217848 | fa163e8e-49f5-d0d0-ff60-0000000037af | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:02.203121 | 0.26s 2026-03-11 01:59:15.252741 | fa163e8e-49f5-d0d0-ff60-0000000037b1 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 01:59:15.531456 | fa163e8e-49f5-d0d0-ff60-0000000037b1 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 01:59:15.533279 | fa163e8e-49f5-d0d0-ff60-0000000037b1 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:02.518558 | 0.28s 2026-03-11 01:59:15.567081 | fa163e8e-49f5-d0d0-ff60-0000000037b2 | TASK | Finalise hashes for all containers 2026-03-11 01:59:15.638136 | fa163e8e-49f5-d0d0-ff60-0000000037b2 | OK | Finalise hashes for all containers | standalone 2026-03-11 01:59:15.640048 | fa163e8e-49f5-d0d0-ff60-0000000037b2 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:02.625326 | 0.07s 2026-03-11 01:59:15.672828 | fa163e8e-49f5-d0d0-ff60-0000000037b4 | TASK | Manage systemd shutdown files 2026-03-11 01:59:15.716526 | fa163e8e-49f5-d0d0-ff60-0000000037b4 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:02.701786 | 0.04s 2026-03-11 01:59:15.753909 | 9fc16b42-f252-4c56-82de-fd73213a6f76 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 01:59:15.783806 | fa163e8e-49f5-d0d0-ff60-0000000037e7 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 01:59:16.058965 | fa163e8e-49f5-d0d0-ff60-0000000037e7 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 01:59:16.060480 | fa163e8e-49f5-d0d0-ff60-0000000037e7 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:03.045765 | 0.28s 2026-03-11 01:59:16.091157 | fa163e8e-49f5-d0d0-ff60-0000000037e8 | TASK | Set podman_drop_in fact 2026-03-11 01:59:16.154881 | fa163e8e-49f5-d0d0-ff60-0000000037e8 | OK | Set podman_drop_in fact | standalone 2026-03-11 01:59:16.156195 | fa163e8e-49f5-d0d0-ff60-0000000037e8 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:03.141479 | 0.06s 2026-03-11 01:59:16.189648 | fa163e8e-49f5-d0d0-ff60-0000000037ea | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 01:59:16.739851 | fa163e8e-49f5-d0d0-ff60-0000000037ea | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 01:59:16.741952 | fa163e8e-49f5-d0d0-ff60-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:03.727237 | 0.55s 2026-03-11 01:59:17.243089 | fa163e8e-49f5-d0d0-ff60-0000000037ea | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 01:59:17.244634 | fa163e8e-49f5-d0d0-ff60-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:04.229931 | 1.05s 2026-03-11 01:59:17.256353 | fa163e8e-49f5-d0d0-ff60-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:04.241627 | 1.06s 2026-03-11 01:59:17.289353 | fa163e8e-49f5-d0d0-ff60-0000000037eb | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 01:59:17.788825 | fa163e8e-49f5-d0d0-ff60-0000000037eb | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 01:59:17.790198 | fa163e8e-49f5-d0d0-ff60-0000000037eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:04.775484 | 0.50s 2026-03-11 01:59:17.820148 | fa163e8e-49f5-d0d0-ff60-0000000037ec | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 01:59:18.335093 | fa163e8e-49f5-d0d0-ff60-0000000037ec | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 01:59:18.336641 | fa163e8e-49f5-d0d0-ff60-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:05.321924 | 0.51s 2026-03-11 01:59:18.368805 | fa163e8e-49f5-d0d0-ff60-0000000037ed | TASK | Enable and start tripleo-container-shutdown 2026-03-11 01:59:20.626532 | fa163e8e-49f5-d0d0-ff60-0000000037ed | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 01:59:20.628206 | fa163e8e-49f5-d0d0-ff60-0000000037ed | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:07.613497 | 2.26s 2026-03-11 01:59:20.652443 | fa163e8e-49f5-d0d0-ff60-0000000037ee | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 01:59:21.139327 | fa163e8e-49f5-d0d0-ff60-0000000037ee | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 01:59:21.140814 | fa163e8e-49f5-d0d0-ff60-0000000037ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:08.126100 | 0.49s 2026-03-11 01:59:21.169744 | fa163e8e-49f5-d0d0-ff60-0000000037ef | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 01:59:21.675488 | fa163e8e-49f5-d0d0-ff60-0000000037ef | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 01:59:21.676294 | fa163e8e-49f5-d0d0-ff60-0000000037ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:08.661589 | 0.50s 2026-03-11 01:59:21.695330 | fa163e8e-49f5-d0d0-ff60-0000000037f0 | TASK | Enable and start netns-placeholder 2026-03-11 01:59:22.350564 | fa163e8e-49f5-d0d0-ff60-0000000037f0 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 01:59:22.352942 | fa163e8e-49f5-d0d0-ff60-0000000037f0 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:09.338226 | 0.66s 2026-03-11 01:59:22.384616 | fa163e8e-49f5-d0d0-ff60-0000000037b6 | TASK | Update container configs with new config hashes 2026-03-11 01:59:22.445952 | fa163e8e-49f5-d0d0-ff60-0000000037b6 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:09.431241 | 0.06s 2026-03-11 01:59:22.468600 | a522e1a3-b60c-442a-9f65-4ec47cfca32e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 01:59:22.504921 | fa163e8e-49f5-d0d0-ff60-000000003818 | TASK | Update config hashes for container startup configs 2026-03-11 01:59:22.792075 | fa163e8e-49f5-d0d0-ff60-000000003818 | OK | Update config hashes for container startup configs | standalone 2026-03-11 01:59:22.793388 | fa163e8e-49f5-d0d0-ff60-000000003818 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:09.778672 | 0.29s 2026-03-11 01:59:22.829016 | fa163e8e-49f5-d0d0-ff60-0000000037b7 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 01:59:22.889709 | fa163e8e-49f5-d0d0-ff60-0000000037b7 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:09.874985 | 0.06s 2026-03-11 01:59:22.912822 | be3f8208-10b5-4b86-a08f-a8778fa6cb9a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 01:59:22.950799 | fa163e8e-49f5-d0d0-ff60-000000003837 | TASK | Gather podman infos 2026-03-11 01:59:24.148515 | fa163e8e-49f5-d0d0-ff60-000000003837 | OK | Gather podman infos | standalone 2026-03-11 01:59:24.149952 | fa163e8e-49f5-d0d0-ff60-000000003837 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:11.135235 | 1.20s 2026-03-11 01:59:24.249665 | fa163e8e-49f5-d0d0-ff60-000000003838 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 01:59:24.328884 | fa163e8e-49f5-d0d0-ff60-000000003838 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:11.314176 | 0.07s 2026-03-11 01:59:24.448575 | fa163e8e-49f5-d0d0-ff60-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:11.433852 | 0.08s 2026-03-11 01:59:24.496302 | fa163e8e-49f5-d0d0-ff60-0000000037b8 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 01:59:24.524949 | fa163e8e-49f5-d0d0-ff60-0000000037b8 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:11.510234 | 0.03s 2026-03-11 01:59:24.540678 | aa380280-511b-404f-9d1d-56ada7e021ef | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 01:59:24.571541 | fa163e8e-49f5-d0d0-ff60-0000000038a2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 02:00:16.218016 | fa163e8e-49f5-d0d0-ff60-0000000038a2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 02:00:16.219881 | fa163e8e-49f5-d0d0-ff60-0000000038a2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:03.205153 | 51.65s 2026-03-11 02:00:16.254134 | fa163e8e-49f5-d0d0-ff60-0000000038a3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 02:00:42.880911 | fa163e8e-49f5-d0d0-ff60-0000000038a3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 02:00:42.882437 | fa163e8e-49f5-d0d0-ff60-0000000038a3 | 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:21:29.867724 | 26.63s 2026-03-11 02:00:42.954199 | fa163e8e-49f5-d0d0-ff60-000000003715 | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-11 02:00:43.189308 | fa163e8e-49f5-d0d0-ff60-000000003715 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-11 02:00:43.190034 | fa163e8e-49f5-d0d0-ff60-000000003715 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:30.175330 | 0.23s 2026-03-11 02:00:43.217051 | fa163e8e-49f5-d0d0-ff60-000000003716 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-11 02:00:43.245668 | fa163e8e-49f5-d0d0-ff60-000000003716 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:30.230949 | 0.03s 2026-03-11 02:00:43.267345 | fa163e8e-49f5-d0d0-ff60-000000003717 | TASK | Include container-puppet tasks for step 3 2026-03-11 02:00:43.296390 | fa163e8e-49f5-d0d0-ff60-000000003717 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:30.281674 | 0.03s 2026-03-11 02:00:43.308979 | 2f14ba90-89aa-41bb-9e17-d06f2f794d54 | INCLUDED | /root/standalone-ansible-lkx9rgpx/host-container-puppet-tasks.yaml | standalone 2026-03-11 02:00:43.339282 | fa163e8e-49f5-d0d0-ff60-0000000038ee | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-11 02:00:43.819381 | fa163e8e-49f5-d0d0-ff60-0000000038ee | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-11 02:00:43.820847 | fa163e8e-49f5-d0d0-ff60-0000000038ee | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:30.806132 | 0.48s 2026-03-11 02:00:43.851388 | fa163e8e-49f5-d0d0-ff60-0000000038f0 | TASK | Generate container puppet configs for step 3 2026-03-11 02:00:44.161112 | fa163e8e-49f5-d0d0-ff60-0000000038f0 | OK | Generate container puppet configs for step 3 | standalone 2026-03-11 02:00:44.163406 | fa163e8e-49f5-d0d0-ff60-0000000038f0 | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:31.148701 | 0.31s 2026-03-11 02:00:44.183086 | fa163e8e-49f5-d0d0-ff60-0000000038f1 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-11 02:00:44.202350 | fa163e8e-49f5-d0d0-ff60-0000000038f1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:31.187643 | 0.02s 2026-03-11 02:00:44.265159 | fa163e8e-49f5-d0d0-ff60-000000003920 | TASK | Gather variables for each operating system 2026-03-11 02:00:44.389756 | fa163e8e-49f5-d0d0-ff60-000000003920 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:31.375029 | 0.12s 2026-03-11 02:00:44.420336 | fa163e8e-49f5-d0d0-ff60-000000003921 | TASK | Create container logs path 2026-03-11 02:00:44.644349 | fa163e8e-49f5-d0d0-ff60-000000003921 | OK | Create container logs path | standalone 2026-03-11 02:00:44.645662 | fa163e8e-49f5-d0d0-ff60-000000003921 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:31.630949 | 0.22s 2026-03-11 02:00:44.676841 | fa163e8e-49f5-d0d0-ff60-000000003923 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 02:00:44.933566 | fa163e8e-49f5-d0d0-ff60-000000003923 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 02:00:44.934797 | fa163e8e-49f5-d0d0-ff60-000000003923 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:31.920083 | 0.26s 2026-03-11 02:00:44.963795 | fa163e8e-49f5-d0d0-ff60-000000003924 | TASK | Finalise hashes for all containers 2026-03-11 02:00:45.004962 | fa163e8e-49f5-d0d0-ff60-000000003924 | OK | Finalise hashes for all containers | standalone 2026-03-11 02:00:45.006525 | fa163e8e-49f5-d0d0-ff60-000000003924 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:31.991808 | 0.04s 2026-03-11 02:00:45.036550 | fa163e8e-49f5-d0d0-ff60-000000003926 | TASK | Manage systemd shutdown files 2026-03-11 02:00:45.065998 | fa163e8e-49f5-d0d0-ff60-000000003926 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 02:00:45.067116 | fa163e8e-49f5-d0d0-ff60-000000003926 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:32.052406 | 0.03s 2026-03-11 02:00:45.090776 | fa163e8e-49f5-d0d0-ff60-000000003928 | TASK | Update container configs with new config hashes 2026-03-11 02:00:45.129280 | fa163e8e-49f5-d0d0-ff60-000000003928 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 02:00:45.130663 | fa163e8e-49f5-d0d0-ff60-000000003928 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:32.115948 | 0.04s 2026-03-11 02:00:45.161867 | fa163e8e-49f5-d0d0-ff60-000000003929 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 02:00:45.200921 | fa163e8e-49f5-d0d0-ff60-000000003929 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 02:00:45.201936 | fa163e8e-49f5-d0d0-ff60-000000003929 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:32.187227 | 0.04s 2026-03-11 02:00:45.226543 | fa163e8e-49f5-d0d0-ff60-00000000392a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 02:00:45.277022 | fa163e8e-49f5-d0d0-ff60-00000000392a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 02:00:45.277973 | fa163e8e-49f5-d0d0-ff60-00000000392a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:32.263268 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-03-11 02:00:45.410003 | fa163e8e-49f5-d0d0-ff60-0000000000de | TASK | External deployment step 4 2026-03-11 02:00:45.448885 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000de') missing from stats 2026-03-11 02:00:45.505488 | fa163e8e-49f5-d0d0-ff60-0000000000df | TIMING | include_tasks | undercloud | 0:21:32.490773 | 0.04s 2026-03-11 02:00:45.526263 | 1b73a880-be33-4d16-a599-550a3a60101a | INCLUDED | /root/standalone-ansible-lkx9rgpx/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-11 02:00:45.543534 | fa163e8e-49f5-d0d0-ff60-000000003979 | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-11 02:00:47.206892 | fa163e8e-49f5-d0d0-ff60-000000003979 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-11 02:00:47.209997 | fa163e8e-49f5-d0d0-ff60-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:34.195291 | 1.67s 2026-03-11 02:00:48.373309 | fa163e8e-49f5-d0d0-ff60-000000003979 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-11 02:00:48.374266 | fa163e8e-49f5-d0d0-ff60-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:35.359560 | 2.83s 2026-03-11 02:00:48.379201 | fa163e8e-49f5-d0d0-ff60-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:35.364476 | 2.83s 2026-03-11 02:00:48.398978 | fa163e8e-49f5-d0d0-ff60-00000000397c | TASK | Manage Keystone resources for OpenStack services 2026-03-11 02:00:48.451592 | fa163e8e-49f5-d0d0-ff60-00000000397c | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:35.436862 | 0.05s 2026-03-11 02:00:48.519385 | fa163e8e-49f5-d0d0-ff60-0000000039a8 | TASK | Create Keystone Admin resources 2026-03-11 02:00:48.570683 | fa163e8e-49f5-d0d0-ff60-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:35.555963 | 0.05s 2026-03-11 02:00:48.600266 | e9c94ab8-81d8-4777-a961-ddff4db568ec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-11 02:00:48.632942 | fa163e8e-49f5-d0d0-ff60-0000000039e9 | TASK | Create admin and service projects 2026-03-11 02:00:48.684044 | fa163e8e-49f5-d0d0-ff60-0000000039e9 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:35.669319 | 0.05s 2026-03-11 02:00:48.694412 | 30d0ef0b-0ae9-451b-95b3-e4dfcf119f34 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 02:00:48.724595 | fa163e8e-49f5-d0d0-ff60-000000003a3a | TASK | Async creation of Keystone project 2026-03-11 02:00:49.270055 | fa163e8e-49f5-d0d0-ff60-000000003a3a | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-11 02:00:49.272368 | fa163e8e-49f5-d0d0-ff60-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:36.257651 | 0.55s 2026-03-11 02:00:49.524582 | fa163e8e-49f5-d0d0-ff60-000000003a3a | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 02:00:49.525608 | fa163e8e-49f5-d0d0-ff60-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:36.510906 | 0.80s 2026-03-11 02:00:49.535826 | fa163e8e-49f5-d0d0-ff60-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:36.521116 | 0.81s 2026-03-11 02:00:49.550470 | fa163e8e-49f5-d0d0-ff60-000000003a3c | TASK | Check Keystone project status 2026-03-11 02:00:49.773156 | fa163e8e-49f5-d0d0-ff60-000000003a3c | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 02:00:54.983489 | fa163e8e-49f5-d0d0-ff60-000000003a3c | OK | Check Keystone project status | undercloud | item=admin 2026-03-11 02:00:54.984484 | fa163e8e-49f5-d0d0-ff60-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:41.969778 | 5.43s 2026-03-11 02:00:55.222449 | fa163e8e-49f5-d0d0-ff60-000000003a3c | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-11 02:00:55.224421 | fa163e8e-49f5-d0d0-ff60-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:42.209707 | 5.67s 2026-03-11 02:00:55.234271 | fa163e8e-49f5-d0d0-ff60-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:42.219562 | 5.68s 2026-03-11 02:00:55.249676 | fa163e8e-49f5-d0d0-ff60-0000000039ea | TASK | Create admin role 2026-03-11 02:00:56.700571 | fa163e8e-49f5-d0d0-ff60-0000000039ea | OK | Create admin role | undercloud 2026-03-11 02:00:56.702033 | fa163e8e-49f5-d0d0-ff60-0000000039ea | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:43.687318 | 1.45s 2026-03-11 02:00:56.722286 | fa163e8e-49f5-d0d0-ff60-0000000039eb | TASK | Create _member_ role 2026-03-11 02:00:56.783170 | fa163e8e-49f5-d0d0-ff60-0000000039eb | SKIPPED | Create _member_ role | undercloud 2026-03-11 02:00:56.784503 | fa163e8e-49f5-d0d0-ff60-0000000039eb | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:43.769786 | 0.06s 2026-03-11 02:00:56.803487 | fa163e8e-49f5-d0d0-ff60-0000000039ec | TASK | Check admin password 2026-03-11 02:00:58.178691 | fa163e8e-49f5-d0d0-ff60-0000000039ec | OK | Check admin password | undercloud 2026-03-11 02:00:58.180519 | fa163e8e-49f5-d0d0-ff60-0000000039ec | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:45.165799 | 1.38s 2026-03-11 02:00:58.200680 | fa163e8e-49f5-d0d0-ff60-0000000039ed | TASK | Create admin user 2026-03-11 02:00:59.970158 | fa163e8e-49f5-d0d0-ff60-0000000039ed | CHANGED | Create admin user | undercloud 2026-03-11 02:00:59.971012 | fa163e8e-49f5-d0d0-ff60-0000000039ed | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:46.956308 | 1.77s 2026-03-11 02:00:59.986775 | fa163e8e-49f5-d0d0-ff60-0000000039ee | TASK | Assign admin role to admin project for admin user 2026-03-11 02:01:01.603697 | fa163e8e-49f5-d0d0-ff60-0000000039ee | OK | Assign admin role to admin project for admin user | undercloud 2026-03-11 02:01:01.605604 | fa163e8e-49f5-d0d0-ff60-0000000039ee | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:48.590885 | 1.62s 2026-03-11 02:01:01.626374 | fa163e8e-49f5-d0d0-ff60-0000000039ef | TASK | Assign _member_ role to admin project for admin user 2026-03-11 02:01:01.666519 | fa163e8e-49f5-d0d0-ff60-0000000039ef | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-11 02:01:01.667821 | fa163e8e-49f5-d0d0-ff60-0000000039ef | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:48.653105 | 0.04s 2026-03-11 02:01:01.686664 | fa163e8e-49f5-d0d0-ff60-0000000039f0 | TASK | Create identity service 2026-03-11 02:01:02.831343 | fa163e8e-49f5-d0d0-ff60-0000000039f0 | OK | Create identity service | undercloud 2026-03-11 02:01:02.832883 | fa163e8e-49f5-d0d0-ff60-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:49.818168 | 1.14s 2026-03-11 02:01:02.852667 | fa163e8e-49f5-d0d0-ff60-0000000039f1 | TASK | Create identity public endpoint 2026-03-11 02:01:04.224992 | fa163e8e-49f5-d0d0-ff60-0000000039f1 | OK | Create identity public endpoint | undercloud 2026-03-11 02:01:04.226673 | fa163e8e-49f5-d0d0-ff60-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:51.211958 | 1.37s 2026-03-11 02:01:04.245463 | fa163e8e-49f5-d0d0-ff60-0000000039f2 | TASK | Create identity internal endpoint 2026-03-11 02:01:05.449389 | fa163e8e-49f5-d0d0-ff60-0000000039f2 | OK | Create identity internal endpoint | undercloud 2026-03-11 02:01:05.450600 | fa163e8e-49f5-d0d0-ff60-0000000039f2 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:52.435886 | 1.20s 2026-03-11 02:01:05.467394 | fa163e8e-49f5-d0d0-ff60-0000000039f3 | TASK | Create identity admin endpoint 2026-03-11 02:01:06.716770 | fa163e8e-49f5-d0d0-ff60-0000000039f3 | OK | Create identity admin endpoint | undercloud 2026-03-11 02:01:06.717688 | fa163e8e-49f5-d0d0-ff60-0000000039f3 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:53.702981 | 1.25s 2026-03-11 02:01:06.732951 | fa163e8e-49f5-d0d0-ff60-0000000039a9 | TASK | Create Keystone Projects 2026-03-11 02:01:06.816166 | fa163e8e-49f5-d0d0-ff60-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:53.801443 | 0.08s 2026-03-11 02:01:06.821729 | fa163e8e-49f5-d0d0-ff60-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:53.807026 | 0.09s 2026-03-11 02:01:06.830314 | 5b974467-d6b2-4138-a83f-dad471482017 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 02:01:06.860996 | fa163e8e-49f5-d0d0-ff60-000000003ac6 | TASK | Async creation of Keystone project 2026-03-11 02:01:07.156354 | fa163e8e-49f5-d0d0-ff60-000000003ac6 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 02:01:07.157379 | fa163e8e-49f5-d0d0-ff60-000000003ac6 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:54.142667 | 0.30s 2026-03-11 02:01:07.171619 | fa163e8e-49f5-d0d0-ff60-000000003ac6 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:54.156912 | 0.31s 2026-03-11 02:01:07.187270 | fa163e8e-49f5-d0d0-ff60-000000003ac8 | TASK | Check Keystone project status 2026-03-11 02:01:07.466799 | fa163e8e-49f5-d0d0-ff60-000000003ac8 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 02:01:12.686173 | fa163e8e-49f5-d0d0-ff60-000000003ac8 | OK | Check Keystone project status | undercloud | item=service 2026-03-11 02:01:12.687547 | fa163e8e-49f5-d0d0-ff60-000000003ac8 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:59.672830 | 5.50s 2026-03-11 02:01:12.693895 | fa163e8e-49f5-d0d0-ff60-000000003ac8 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:59.679185 | 5.51s 2026-03-11 02:01:12.708843 | fa163e8e-49f5-d0d0-ff60-0000000039ab | TASK | Create Keystone Domains 2026-03-11 02:01:12.787020 | fa163e8e-49f5-d0d0-ff60-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:59.772285 | 0.08s 2026-03-11 02:01:12.793641 | fa163e8e-49f5-d0d0-ff60-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:59.778929 | 0.08s 2026-03-11 02:01:12.801690 | a33f200f-191b-4865-ad9d-2387d090cd61 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-11 02:01:12.831320 | fa163e8e-49f5-d0d0-ff60-000000003b7b | TASK | Async creation of Keystone domains 2026-03-11 02:01:13.293544 | fa163e8e-49f5-d0d0-ff60-000000003b7b | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-11 02:01:13.294392 | fa163e8e-49f5-d0d0-ff60-000000003b7b | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:00.279685 | 0.46s 2026-03-11 02:01:13.297967 | fa163e8e-49f5-d0d0-ff60-000000003b7b | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:00.283248 | 0.46s 2026-03-11 02:01:13.314047 | fa163e8e-49f5-d0d0-ff60-000000003b7d | TASK | Check Keystone domain status 2026-03-11 02:01:13.559669 | fa163e8e-49f5-d0d0-ff60-000000003b7d | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-11 02:01:18.790416 | fa163e8e-49f5-d0d0-ff60-000000003b7d | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-11 02:01:18.791212 | fa163e8e-49f5-d0d0-ff60-000000003b7d | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:05.776507 | 5.48s 2026-03-11 02:01:18.797170 | fa163e8e-49f5-d0d0-ff60-000000003b7d | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:05.782466 | 5.48s 2026-03-11 02:01:18.811472 | fa163e8e-49f5-d0d0-ff60-0000000039ad | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-11 02:01:18.837659 | fa163e8e-49f5-d0d0-ff60-0000000039ad | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:05.822944 | 0.03s 2026-03-11 02:01:18.844195 | f9084145-971b-4b8c-b2de-6994c49cff70 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-11 02:01:18.885758 | fa163e8e-49f5-d0d0-ff60-000000003c45 | TASK | Collect OpenStack Keystone domains infos 2026-03-11 02:01:20.239994 | fa163e8e-49f5-d0d0-ff60-000000003c45 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-11 02:01:20.241373 | fa163e8e-49f5-d0d0-ff60-000000003c45 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:07.226667 | 1.35s 2026-03-11 02:01:20.256079 | fa163e8e-49f5-d0d0-ff60-000000003c46 | TASK | Set openstack_domains fact 2026-03-11 02:01:20.293850 | fa163e8e-49f5-d0d0-ff60-000000003c46 | OK | Set openstack_domains fact | undercloud 2026-03-11 02:01:20.295074 | fa163e8e-49f5-d0d0-ff60-000000003c46 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:07.280370 | 0.04s 2026-03-11 02:01:20.309709 | fa163e8e-49f5-d0d0-ff60-0000000039ae | TASK | Create Keystone Services 2026-03-11 02:01:20.411640 | fa163e8e-49f5-d0d0-ff60-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:07.396909 | 0.10s 2026-03-11 02:01:20.430163 | fa163e8e-49f5-d0d0-ff60-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:07.415439 | 0.12s 2026-03-11 02:01:20.440399 | fa163e8e-49f5-d0d0-ff60-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:07.425684 | 0.13s 2026-03-11 02:01:20.459342 | 88f7f10b-8acb-48aa-816a-5b4f6f125155 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 02:01:20.469398 | fc265b5a-ab2c-4c03-bb00-05b2f1d04443 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 02:01:20.517661 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TASK | Async creation of Keystone service 2026-03-11 02:01:20.861300 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-11 02:01:20.862165 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:07.847455 | 0.34s 2026-03-11 02:01:21.169615 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-11 02:01:21.170201 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:08.155498 | 0.65s 2026-03-11 02:01:21.470814 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-11 02:01:21.471555 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:08.456851 | 0.95s 2026-03-11 02:01:21.716071 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-11 02:01:21.716737 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:08.702034 | 1.20s 2026-03-11 02:01:21.981458 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-11 02:01:21.982106 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:08.967402 | 1.46s 2026-03-11 02:01:22.285279 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-11 02:01:22.285885 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.271181 | 1.77s 2026-03-11 02:01:22.551718 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-11 02:01:22.552953 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.538249 | 2.03s 2026-03-11 02:01:22.850318 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-11 02:01:22.851428 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.836716 | 2.33s 2026-03-11 02:01:23.120930 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-11 02:01:23.122655 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.107943 | 2.60s 2026-03-11 02:01:23.360897 | fa163e8e-49f5-d0d0-ff60-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-11 02:01:23.361525 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.346822 | 2.84s 2026-03-11 02:01:23.365903 | fa163e8e-49f5-d0d0-ff60-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.351190 | 2.85s 2026-03-11 02:01:23.384175 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TASK | Check Keystone service status 2026-03-11 02:01:23.634681 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-11 02:01:23.636853 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:10.622130 | 0.25s 2026-03-11 02:01:23.890211 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-11 02:01:23.891506 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:10.876795 | 0.51s 2026-03-11 02:01:24.101796 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-11 02:01:24.104015 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.089303 | 0.72s 2026-03-11 02:01:24.325787 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-11 02:01:24.327472 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.312754 | 0.94s 2026-03-11 02:01:24.538301 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-11 02:01:24.539494 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.524783 | 1.15s 2026-03-11 02:01:24.752565 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-11 02:01:24.753299 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.738595 | 1.37s 2026-03-11 02:01:25.015573 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-11 02:01:25.016462 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.001756 | 1.63s 2026-03-11 02:01:25.233976 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-11 02:01:25.235734 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.221028 | 1.85s 2026-03-11 02:01:25.501534 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-11 02:01:25.503640 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.488929 | 2.12s 2026-03-11 02:01:25.761308 | fa163e8e-49f5-d0d0-ff60-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-11 02:01:25.763257 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.748521 | 2.38s 2026-03-11 02:01:25.777205 | fa163e8e-49f5-d0d0-ff60-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.762488 | 2.39s 2026-03-11 02:01:25.802433 | fa163e8e-49f5-d0d0-ff60-000000003d29 | TASK | Async creation of Keystone service 2026-03-11 02:01:26.152332 | fa163e8e-49f5-d0d0-ff60-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-11 02:01:26.154150 | fa163e8e-49f5-d0d0-ff60-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:13.139416 | 0.35s 2026-03-11 02:01:26.476907 | fa163e8e-49f5-d0d0-ff60-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-11 02:01:26.477515 | fa163e8e-49f5-d0d0-ff60-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:13.462812 | 0.67s 2026-03-11 02:01:26.758795 | fa163e8e-49f5-d0d0-ff60-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-11 02:01:26.759792 | fa163e8e-49f5-d0d0-ff60-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:13.745081 | 0.96s 2026-03-11 02:01:26.765574 | fa163e8e-49f5-d0d0-ff60-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:13.750865 | 0.96s 2026-03-11 02:01:26.782143 | fa163e8e-49f5-d0d0-ff60-000000003d2b | TASK | Check Keystone service status 2026-03-11 02:01:27.045070 | fa163e8e-49f5-d0d0-ff60-000000003d2b | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-11 02:01:32.269943 | fa163e8e-49f5-d0d0-ff60-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-11 02:01:32.273343 | fa163e8e-49f5-d0d0-ff60-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:19.258613 | 5.49s 2026-03-11 02:01:32.538251 | fa163e8e-49f5-d0d0-ff60-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-11 02:01:32.539428 | fa163e8e-49f5-d0d0-ff60-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:19.524716 | 5.76s 2026-03-11 02:01:32.783788 | fa163e8e-49f5-d0d0-ff60-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-11 02:01:32.785075 | fa163e8e-49f5-d0d0-ff60-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:19.770371 | 6.00s 2026-03-11 02:01:32.797010 | fa163e8e-49f5-d0d0-ff60-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:19.782294 | 6.01s 2026-03-11 02:01:32.817729 | fa163e8e-49f5-d0d0-ff60-0000000039b0 | TASK | Create Keystone Endpoints 2026-03-11 02:01:32.873862 | fa163e8e-49f5-d0d0-ff60-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:19.859146 | 0.05s 2026-03-11 02:01:32.897754 | fa163e8e-49f5-d0d0-ff60-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:19.883053 | 0.08s 2026-03-11 02:01:32.933657 | fa163e8e-49f5-d0d0-ff60-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:19.918957 | 0.11s 2026-03-11 02:01:32.942715 | fa163e8e-49f5-d0d0-ff60-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:19.927996 | 0.12s 2026-03-11 02:01:32.960991 | 4abf65ef-dd2a-47d2-8df5-5f95f0e4a0c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 02:01:32.972111 | 2c87aaf4-b1ce-4ffe-a5f0-61f202915770 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 02:01:32.978097 | 58532872-4caa-497d-9865-1327887b3a34 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 02:01:33.045115 | fa163e8e-49f5-d0d0-ff60-000000003e5b | TASK | Create Keystone public endpoints 2026-03-11 02:01:33.156998 | fa163e8e-49f5-d0d0-ff60-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:20.142250 | 0.11s 2026-03-11 02:01:33.174880 | fa163e8e-49f5-d0d0-ff60-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:20.160171 | 0.13s 2026-03-11 02:01:33.183273 | fa163e8e-49f5-d0d0-ff60-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:20.168550 | 0.14s 2026-03-11 02:01:33.195576 | b12f61e8-f10a-48c8-b1b1-44930f7d2a28 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 02:01:33.201406 | b775f723-5b4b-4ff7-b8bb-ce65c84ee610 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 02:01:33.220984 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TASK | Async creation of Keystone public endpoint 2026-03-11 02:01:33.546241 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-11 02:01:33.548879 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:20.534155 | 0.33s 2026-03-11 02:01:33.843332 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-11 02:01:33.843949 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:20.829246 | 0.62s 2026-03-11 02:01:34.142680 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-11 02:01:34.143906 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.129189 | 0.92s 2026-03-11 02:01:34.417752 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-11 02:01:34.418399 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.403695 | 1.20s 2026-03-11 02:01:34.686833 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-11 02:01:34.687698 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.672992 | 1.47s 2026-03-11 02:01:34.965235 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-11 02:01:34.965868 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.951165 | 1.74s 2026-03-11 02:01:35.241902 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-11 02:01:35.243576 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.228866 | 2.02s 2026-03-11 02:01:35.531887 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-11 02:01:35.532599 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.517895 | 2.31s 2026-03-11 02:01:35.804326 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-11 02:01:35.804987 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.790284 | 2.58s 2026-03-11 02:01:36.074150 | fa163e8e-49f5-d0d0-ff60-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-11 02:01:36.074750 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.060048 | 2.85s 2026-03-11 02:01:36.082799 | fa163e8e-49f5-d0d0-ff60-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.068083 | 2.86s 2026-03-11 02:01:36.102146 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TASK | Check Keystone public endpoint status 2026-03-11 02:01:36.358883 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-11 02:01:36.359766 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:23.345058 | 0.26s 2026-03-11 02:01:36.597859 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-11 02:01:36.599748 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:23.585037 | 0.50s 2026-03-11 02:01:36.781591 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-11 02:01:36.783471 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:23.768758 | 0.68s 2026-03-11 02:01:36.978156 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-11 02:01:36.980446 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:23.965734 | 0.88s 2026-03-11 02:01:37.207562 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-11 02:01:37.209664 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.194951 | 1.11s 2026-03-11 02:01:37.399414 | fa163e8e-49f5-d0d0-ff60-000000003f85 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-11 02:01:42.595737 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-11 02:01:42.596986 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:29.582274 | 6.49s 2026-03-11 02:01:42.843501 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-11 02:01:42.844800 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:29.830089 | 6.74s 2026-03-11 02:01:43.065044 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-11 02:01:43.066155 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:30.051445 | 6.96s 2026-03-11 02:01:43.326410 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-11 02:01:43.327582 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:30.312870 | 7.22s 2026-03-11 02:01:43.580749 | fa163e8e-49f5-d0d0-ff60-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-11 02:01:43.582622 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:30.567910 | 7.48s 2026-03-11 02:01:43.597180 | fa163e8e-49f5-d0d0-ff60-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:30.582458 | 7.49s 2026-03-11 02:01:43.626992 | fa163e8e-49f5-d0d0-ff60-000000003f8a | TASK | Async creation of Keystone public endpoint 2026-03-11 02:01:43.960035 | fa163e8e-49f5-d0d0-ff60-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-11 02:01:43.962518 | fa163e8e-49f5-d0d0-ff60-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:30.947796 | 0.33s 2026-03-11 02:01:44.260871 | fa163e8e-49f5-d0d0-ff60-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-11 02:01:44.262122 | fa163e8e-49f5-d0d0-ff60-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.247411 | 0.63s 2026-03-11 02:01:44.513959 | fa163e8e-49f5-d0d0-ff60-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-11 02:01:44.515461 | fa163e8e-49f5-d0d0-ff60-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.500748 | 0.89s 2026-03-11 02:01:44.525430 | fa163e8e-49f5-d0d0-ff60-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.510722 | 0.90s 2026-03-11 02:01:44.541841 | fa163e8e-49f5-d0d0-ff60-000000003f8c | TASK | Check Keystone public endpoint status 2026-03-11 02:01:44.802936 | fa163e8e-49f5-d0d0-ff60-000000003f8c | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-11 02:01:50.020004 | fa163e8e-49f5-d0d0-ff60-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-11 02:01:50.022826 | fa163e8e-49f5-d0d0-ff60-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:37.008101 | 5.48s 2026-03-11 02:01:50.258116 | fa163e8e-49f5-d0d0-ff60-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-11 02:01:50.260327 | fa163e8e-49f5-d0d0-ff60-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:37.245612 | 5.72s 2026-03-11 02:01:50.494787 | fa163e8e-49f5-d0d0-ff60-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-11 02:01:50.496376 | fa163e8e-49f5-d0d0-ff60-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:37.481657 | 5.95s 2026-03-11 02:01:50.509766 | fa163e8e-49f5-d0d0-ff60-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:37.495047 | 5.97s 2026-03-11 02:01:50.532390 | fa163e8e-49f5-d0d0-ff60-000000003e60 | TASK | Create Keystone admin endpoints 2026-03-11 02:01:50.634753 | fa163e8e-49f5-d0d0-ff60-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:37.620016 | 0.10s 2026-03-11 02:01:50.655531 | fa163e8e-49f5-d0d0-ff60-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:37.640817 | 0.12s 2026-03-11 02:01:50.665255 | fa163e8e-49f5-d0d0-ff60-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:37.650521 | 0.13s 2026-03-11 02:01:50.682945 | e55a0009-51c7-4de1-b40d-ed672454fb52 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 02:01:50.692629 | 9a15e220-0f28-4220-8259-1a95eef0e61e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 02:01:50.714775 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TASK | Async creation of Keystone admin endpoint 2026-03-11 02:01:51.057980 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-11 02:01:51.060451 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:38.045727 | 0.34s 2026-03-11 02:01:51.336812 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-11 02:01:51.337912 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:38.323200 | 0.62s 2026-03-11 02:01:51.588411 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-11 02:01:51.589459 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:38.574747 | 0.87s 2026-03-11 02:01:51.900575 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-11 02:01:51.901970 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:38.887252 | 1.19s 2026-03-11 02:01:52.169298 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-11 02:01:52.170407 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:39.155694 | 1.45s 2026-03-11 02:01:52.505262 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-11 02:01:52.505884 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:39.491181 | 1.79s 2026-03-11 02:01:52.841460 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-11 02:01:52.842189 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:39.827483 | 2.13s 2026-03-11 02:01:53.084309 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-11 02:01:53.085561 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:40.070858 | 2.37s 2026-03-11 02:01:53.427164 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-11 02:01:53.427751 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:40.413049 | 2.71s 2026-03-11 02:01:53.687670 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-11 02:01:53.688663 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:40.673959 | 2.97s 2026-03-11 02:01:53.699726 | fa163e8e-49f5-d0d0-ff60-000000003fe6 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:40.685020 | 2.98s 2026-03-11 02:01:53.716669 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TASK | Check Keystone admin endpoint status 2026-03-11 02:01:53.935571 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-11 02:01:53.938042 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:40.923319 | 0.22s 2026-03-11 02:01:54.151301 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-11 02:01:54.151909 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:41.137207 | 0.43s 2026-03-11 02:01:54.369697 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-11 02:01:54.371761 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:41.357050 | 0.65s 2026-03-11 02:01:54.596608 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-11 02:01:54.597267 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:41.582563 | 0.88s 2026-03-11 02:01:54.840314 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-11 02:01:54.842259 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:41.827521 | 1.12s 2026-03-11 02:01:55.051503 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-11 02:01:55.053488 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:42.038776 | 1.34s 2026-03-11 02:01:55.294480 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-11 02:01:55.295518 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:42.280809 | 1.58s 2026-03-11 02:01:55.492052 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-11 02:01:55.493169 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:42.478458 | 1.78s 2026-03-11 02:01:55.760297 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-11 02:01:55.761823 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:42.747113 | 2.04s 2026-03-11 02:01:56.017801 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-11 02:01:56.018916 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.004206 | 2.30s 2026-03-11 02:01:56.030103 | fa163e8e-49f5-d0d0-ff60-000000003fe8 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.015392 | 2.31s 2026-03-11 02:01:56.056576 | fa163e8e-49f5-d0d0-ff60-000000003fed | TASK | Async creation of Keystone admin endpoint 2026-03-11 02:01:56.355568 | fa163e8e-49f5-d0d0-ff60-000000003fed | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-11 02:01:56.357020 | fa163e8e-49f5-d0d0-ff60-000000003fed | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.342300 | 0.30s 2026-03-11 02:01:56.662185 | fa163e8e-49f5-d0d0-ff60-000000003fed | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-11 02:01:56.663814 | fa163e8e-49f5-d0d0-ff60-000000003fed | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.649102 | 0.61s 2026-03-11 02:01:56.976035 | fa163e8e-49f5-d0d0-ff60-000000003fed | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-11 02:01:56.979731 | fa163e8e-49f5-d0d0-ff60-000000003fed | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.965029 | 0.92s 2026-03-11 02:01:56.988513 | fa163e8e-49f5-d0d0-ff60-000000003fed | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.973798 | 0.93s 2026-03-11 02:01:57.010865 | fa163e8e-49f5-d0d0-ff60-000000003fef | TASK | Check Keystone admin endpoint status 2026-03-11 02:01:57.269537 | fa163e8e-49f5-d0d0-ff60-000000003fef | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-11 02:02:02.502799 | fa163e8e-49f5-d0d0-ff60-000000003fef | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-11 02:02:02.504577 | fa163e8e-49f5-d0d0-ff60-000000003fef | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:49.489860 | 5.49s 2026-03-11 02:02:02.746701 | fa163e8e-49f5-d0d0-ff60-000000003fef | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-11 02:02:02.748281 | fa163e8e-49f5-d0d0-ff60-000000003fef | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:49.733570 | 5.74s 2026-03-11 02:02:02.975641 | fa163e8e-49f5-d0d0-ff60-000000003fef | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-11 02:02:02.977545 | fa163e8e-49f5-d0d0-ff60-000000003fef | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:49.962834 | 5.96s 2026-03-11 02:02:02.988768 | fa163e8e-49f5-d0d0-ff60-000000003fef | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:49.974054 | 5.98s 2026-03-11 02:02:03.007937 | fa163e8e-49f5-d0d0-ff60-000000003e65 | TASK | Create Keystone internal endpoints 2026-03-11 02:02:03.126440 | fa163e8e-49f5-d0d0-ff60-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:50.111711 | 0.12s 2026-03-11 02:02:03.144167 | fa163e8e-49f5-d0d0-ff60-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:50.129458 | 0.13s 2026-03-11 02:02:03.152910 | fa163e8e-49f5-d0d0-ff60-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:50.138194 | 0.14s 2026-03-11 02:02:03.164881 | 496c4cdc-e55d-4323-9c0d-9f6dcdc147cb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 02:02:03.171577 | b1e84e53-b0e9-4493-b241-6688dd22d9b1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 02:02:03.192029 | fa163e8e-49f5-d0d0-ff60-000000004047 | TASK | Async creation of Keystone internal endpoint 2026-03-11 02:02:03.565471 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-11 02:02:03.567635 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.552913 | 0.37s 2026-03-11 02:02:03.910119 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-11 02:02:03.911946 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.897234 | 0.72s 2026-03-11 02:02:04.203903 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-11 02:02:04.204533 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:51.189830 | 1.01s 2026-03-11 02:02:04.503033 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-11 02:02:04.504269 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:51.489566 | 1.31s 2026-03-11 02:02:04.777763 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-11 02:02:04.778817 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:51.764105 | 1.59s 2026-03-11 02:02:05.068489 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-11 02:02:05.069757 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.055054 | 1.88s 2026-03-11 02:02:05.374946 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-11 02:02:05.375921 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.361219 | 2.18s 2026-03-11 02:02:05.669578 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-11 02:02:05.670346 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.655641 | 2.48s 2026-03-11 02:02:05.929320 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-11 02:02:05.930008 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.915304 | 2.74s 2026-03-11 02:02:06.201621 | fa163e8e-49f5-d0d0-ff60-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-11 02:02:06.204428 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.189724 | 3.01s 2026-03-11 02:02:06.209278 | fa163e8e-49f5-d0d0-ff60-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.194567 | 3.02s 2026-03-11 02:02:06.229511 | fa163e8e-49f5-d0d0-ff60-000000004049 | TASK | Check Keystone internal endpoint status 2026-03-11 02:02:06.454110 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-11 02:02:06.455037 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:53.440328 | 0.22s 2026-03-11 02:02:06.663491 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-11 02:02:06.664655 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:53.649953 | 0.43s 2026-03-11 02:02:06.849041 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-11 02:02:06.849691 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:53.834989 | 0.62s 2026-03-11 02:02:07.067905 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-11 02:02:07.069144 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:54.054433 | 0.84s 2026-03-11 02:02:07.328521 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-11 02:02:07.329717 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:54.315006 | 1.10s 2026-03-11 02:02:07.584293 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-11 02:02:07.584953 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:54.570250 | 1.35s 2026-03-11 02:02:07.827942 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-11 02:02:07.829034 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:54.814323 | 1.60s 2026-03-11 02:02:08.087867 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-11 02:02:08.088666 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.073962 | 1.86s 2026-03-11 02:02:08.348786 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-11 02:02:08.349977 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.335265 | 2.12s 2026-03-11 02:02:08.590746 | fa163e8e-49f5-d0d0-ff60-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-11 02:02:08.592817 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.578105 | 2.36s 2026-03-11 02:02:08.607423 | fa163e8e-49f5-d0d0-ff60-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.592701 | 2.38s 2026-03-11 02:02:08.636013 | fa163e8e-49f5-d0d0-ff60-00000000404e | TASK | Async creation of Keystone internal endpoint 2026-03-11 02:02:08.930843 | fa163e8e-49f5-d0d0-ff60-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-11 02:02:08.932379 | fa163e8e-49f5-d0d0-ff60-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:55.917658 | 0.29s 2026-03-11 02:02:09.174679 | fa163e8e-49f5-d0d0-ff60-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-11 02:02:09.176319 | fa163e8e-49f5-d0d0-ff60-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:56.161609 | 0.54s 2026-03-11 02:02:09.419993 | fa163e8e-49f5-d0d0-ff60-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-11 02:02:09.420964 | fa163e8e-49f5-d0d0-ff60-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:56.406254 | 0.78s 2026-03-11 02:02:09.427774 | fa163e8e-49f5-d0d0-ff60-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:56.413053 | 0.79s 2026-03-11 02:02:09.449463 | fa163e8e-49f5-d0d0-ff60-000000004050 | TASK | Check Keystone internal endpoint status 2026-03-11 02:02:09.708530 | fa163e8e-49f5-d0d0-ff60-000000004050 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-11 02:02:14.924156 | fa163e8e-49f5-d0d0-ff60-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-11 02:02:14.925603 | fa163e8e-49f5-d0d0-ff60-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:01.910882 | 5.47s 2026-03-11 02:02:15.139293 | fa163e8e-49f5-d0d0-ff60-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-11 02:02:15.140795 | fa163e8e-49f5-d0d0-ff60-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:02.126082 | 5.69s 2026-03-11 02:02:15.385422 | fa163e8e-49f5-d0d0-ff60-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-11 02:02:15.386527 | fa163e8e-49f5-d0d0-ff60-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:02.371816 | 5.93s 2026-03-11 02:02:15.395333 | fa163e8e-49f5-d0d0-ff60-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:02.380615 | 5.94s 2026-03-11 02:02:15.417001 | fa163e8e-49f5-d0d0-ff60-0000000039b2 | TASK | Run cleanup tasks 2026-03-11 02:02:15.471032 | fa163e8e-49f5-d0d0-ff60-0000000039b2 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:02.456303 | 0.05s 2026-03-11 02:02:15.487288 | 0f2aac40-e7ea-4c54-af6b-d0b09e3d0872 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-11 02:02:15.551052 | fa163e8e-49f5-d0d0-ff60-0000000040a4 | TASK | Get list of enabled services 2026-03-11 02:02:17.996553 | fa163e8e-49f5-d0d0-ff60-0000000040a4 | CHANGED | Get list of enabled services | undercloud 2026-03-11 02:02:17.998067 | fa163e8e-49f5-d0d0-ff60-0000000040a4 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:04.983352 | 2.44s 2026-03-11 02:02:18.016816 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | TASK | List services to be disabled 2026-03-11 02:02:18.085222 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-11 02:02:18.116900 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-11 02:02:18.141836 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-11 02:02:18.166781 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-11 02:02:18.191657 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-11 02:02:18.217805 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-11 02:02:18.242985 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-11 02:02:18.268285 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-11 02:02:18.294293 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-11 02:02:18.318977 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-11 02:02:18.344133 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-11 02:02:18.370971 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-11 02:02:18.396478 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-11 02:02:18.419758 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-11 02:02:18.434145 | fa163e8e-49f5-d0d0-ff60-0000000040a5 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:05.419410 | 0.42s 2026-03-11 02:02:18.456595 | fa163e8e-49f5-d0d0-ff60-0000000040a6 | TASK | Delete keystone services not enabled 2026-03-11 02:02:18.486484 | fa163e8e-49f5-d0d0-ff60-0000000040a6 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:05.471758 | 0.03s 2026-03-11 02:02:18.505380 | fa163e8e-49f5-d0d0-ff60-0000000039b3 | TASK | Create Keystone Roles 2026-03-11 02:02:18.604881 | fa163e8e-49f5-d0d0-ff60-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:05.590149 | 0.10s 2026-03-11 02:02:18.611339 | fa163e8e-49f5-d0d0-ff60-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:05.596622 | 0.10s 2026-03-11 02:02:18.626905 | 756d2433-0c5e-42a7-9615-1ceb48c905de | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-11 02:02:18.692179 | fa163e8e-49f5-d0d0-ff60-000000004210 | TASK | Async creation of Keystone role 2026-03-11 02:02:19.034408 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-11 02:02:19.035989 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:06.021260 | 0.34s 2026-03-11 02:02:19.336461 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-11 02:02:19.337246 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:06.322522 | 0.64s 2026-03-11 02:02:19.636635 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-11 02:02:19.637218 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:06.622514 | 0.94s 2026-03-11 02:02:20.263684 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-11 02:02:20.264342 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:07.249639 | 1.57s 2026-03-11 02:02:20.565719 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-11 02:02:20.566521 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:07.551815 | 1.87s 2026-03-11 02:02:20.831703 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-11 02:02:20.833592 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:07.818792 | 2.14s 2026-03-11 02:02:21.113163 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-11 02:02:21.115048 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.100336 | 2.42s 2026-03-11 02:02:21.411561 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-11 02:02:21.413447 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.398650 | 2.72s 2026-03-11 02:02:21.675719 | fa163e8e-49f5-d0d0-ff60-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-11 02:02:21.678425 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.663721 | 2.99s 2026-03-11 02:02:21.685590 | fa163e8e-49f5-d0d0-ff60-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.670876 | 2.99s 2026-03-11 02:02:21.704708 | fa163e8e-49f5-d0d0-ff60-000000004212 | TASK | Check Keystone role status 2026-03-11 02:02:22.000295 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-11 02:02:22.003082 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:08.988362 | 0.30s 2026-03-11 02:02:22.286796 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-11 02:02:22.289461 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:09.274749 | 0.58s 2026-03-11 02:02:22.564362 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-11 02:02:22.566957 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:09.552245 | 0.86s 2026-03-11 02:02:22.795187 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-11 02:02:22.796008 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:09.781304 | 1.09s 2026-03-11 02:02:23.055470 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-11 02:02:23.057432 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.042722 | 1.35s 2026-03-11 02:02:23.311033 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-11 02:02:23.312057 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.297345 | 1.61s 2026-03-11 02:02:23.559842 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-11 02:02:23.561633 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.546921 | 1.86s 2026-03-11 02:02:23.816359 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-11 02:02:23.817592 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.802880 | 2.11s 2026-03-11 02:02:24.048424 | fa163e8e-49f5-d0d0-ff60-000000004212 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-11 02:02:24.049490 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.034780 | 2.34s 2026-03-11 02:02:24.059439 | fa163e8e-49f5-d0d0-ff60-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.044729 | 2.35s 2026-03-11 02:02:24.082286 | fa163e8e-49f5-d0d0-ff60-0000000039b5 | TASK | Create Keystone Users 2026-03-11 02:02:24.185804 | fa163e8e-49f5-d0d0-ff60-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:11.171079 | 0.10s 2026-03-11 02:02:24.204118 | fa163e8e-49f5-d0d0-ff60-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:11.189406 | 0.12s 2026-03-11 02:02:24.211490 | fa163e8e-49f5-d0d0-ff60-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:11.196782 | 0.13s 2026-03-11 02:02:24.231330 | 53ade73f-1566-4c85-95c0-60204e216f59 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 02:02:24.244058 | a769285c-6819-4708-880d-64eaffcf03b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 02:02:24.305988 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TASK | Check password of Keystone user 2026-03-11 02:02:25.266112 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:25.267812 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:12.253098 | 0.96s 2026-03-11 02:02:26.240662 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:26.241709 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:13.227002 | 1.93s 2026-03-11 02:02:27.185971 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:27.186636 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:14.171930 | 2.88s 2026-03-11 02:02:28.130784 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:28.132459 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:15.117748 | 3.83s 2026-03-11 02:02:29.073666 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:29.074612 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:16.059900 | 4.77s 2026-03-11 02:02:29.950654 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:29.951487 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:16.936778 | 5.64s 2026-03-11 02:02:30.835709 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:30.837486 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:17.822775 | 6.53s 2026-03-11 02:02:31.783922 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:31.784714 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:18.770009 | 7.48s 2026-03-11 02:02:32.735527 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:32.737059 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:19.722340 | 8.43s 2026-03-11 02:02:33.703534 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:33.704454 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:20.689743 | 9.40s 2026-03-11 02:02:33.710770 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | 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} 2026-03-11 02:02:33.711649 | fa163e8e-49f5-d0d0-ff60-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:20.696939 | 9.40s 2026-03-11 02:02:33.731928 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TASK | Async creation of Keystone user 2026-03-11 02:02:34.131190 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:34.132690 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:21.117963 | 0.40s 2026-03-11 02:02:34.494534 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:34.495423 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:21.480712 | 0.76s 2026-03-11 02:02:34.844472 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:34.846042 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:21.831329 | 1.11s 2026-03-11 02:02:35.175206 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:35.175744 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:22.161042 | 1.44s 2026-03-11 02:02:35.504529 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:35.505665 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:22.490963 | 1.77s 2026-03-11 02:02:35.856724 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:35.858195 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:22.843484 | 2.12s 2026-03-11 02:02:36.222752 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:36.224201 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.209490 | 2.49s 2026-03-11 02:02:36.509204 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:36.510128 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.495417 | 2.78s 2026-03-11 02:02:36.830294 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:36.830855 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.816152 | 3.10s 2026-03-11 02:02:37.115408 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:37.116313 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.101609 | 3.38s 2026-03-11 02:02:37.126637 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:37.127258 | fa163e8e-49f5-d0d0-ff60-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.112555 | 3.39s 2026-03-11 02:02:37.142075 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TASK | Check Keystone user status 2026-03-11 02:02:37.411975 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:37.413336 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:24.398614 | 0.27s 2026-03-11 02:02:37.651451 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:37.653012 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:24.638300 | 0.51s 2026-03-11 02:02:37.921126 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:37.921752 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:24.907050 | 0.78s 2026-03-11 02:02:38.107836 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:38.110326 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:25.095612 | 0.97s 2026-03-11 02:02:38.387697 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 02:02:43.603902 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:43.604677 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:30.589973 | 6.46s 2026-03-11 02:02:43.865308 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:43.866002 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:30.851297 | 6.72s 2026-03-11 02:02:44.099710 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:44.100280 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:31.085577 | 6.96s 2026-03-11 02:02:44.393764 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:44.395307 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:31.380594 | 7.25s 2026-03-11 02:02:44.609173 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:44.610280 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:31.595569 | 7.47s 2026-03-11 02:02:44.903078 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:44.904826 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:31.890114 | 7.76s 2026-03-11 02:02:44.915081 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:44.916122 | fa163e8e-49f5-d0d0-ff60-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:31.901410 | 7.77s 2026-03-11 02:02:44.940785 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TASK | Check password of Keystone user 2026-03-11 02:02:45.933965 | fa163e8e-49f5-d0d0-ff60-0000000043ad | 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} 2026-03-11 02:02:45.935804 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.921068 | 0.99s 2026-03-11 02:02:46.899189 | fa163e8e-49f5-d0d0-ff60-0000000043ad | 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} 2026-03-11 02:02:46.901205 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:33.886494 | 1.96s 2026-03-11 02:02:47.861645 | fa163e8e-49f5-d0d0-ff60-0000000043ad | 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} 2026-03-11 02:02:47.862810 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:34.848106 | 2.92s 2026-03-11 02:02:48.760510 | fa163e8e-49f5-d0d0-ff60-0000000043ad | 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} 2026-03-11 02:02:48.761890 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.747183 | 3.82s 2026-03-11 02:02:49.777684 | fa163e8e-49f5-d0d0-ff60-0000000043ad | 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} 2026-03-11 02:02:49.779708 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.764997 | 4.84s 2026-03-11 02:02:50.682695 | fa163e8e-49f5-d0d0-ff60-0000000043ad | 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} 2026-03-11 02:02:50.683218 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.668517 | 5.74s 2026-03-11 02:02:50.686105 | fa163e8e-49f5-d0d0-ff60-0000000043ad | 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} 2026-03-11 02:02:50.686838 | fa163e8e-49f5-d0d0-ff60-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.672122 | 5.74s 2026-03-11 02:02:50.706038 | fa163e8e-49f5-d0d0-ff60-0000000043af | TASK | Async creation of Keystone user 2026-03-11 02:02:51.050605 | fa163e8e-49f5-d0d0-ff60-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:51.051970 | fa163e8e-49f5-d0d0-ff60-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:38.037251 | 0.34s 2026-03-11 02:02:51.398092 | fa163e8e-49f5-d0d0-ff60-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:51.398737 | fa163e8e-49f5-d0d0-ff60-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:38.384034 | 0.69s 2026-03-11 02:02:51.768051 | fa163e8e-49f5-d0d0-ff60-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:51.770554 | fa163e8e-49f5-d0d0-ff60-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:38.755843 | 1.06s 2026-03-11 02:02:52.074387 | fa163e8e-49f5-d0d0-ff60-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:52.074948 | fa163e8e-49f5-d0d0-ff60-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.060247 | 1.37s 2026-03-11 02:02:52.430408 | fa163e8e-49f5-d0d0-ff60-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:52.430963 | fa163e8e-49f5-d0d0-ff60-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.416262 | 1.72s 2026-03-11 02:02:52.721788 | fa163e8e-49f5-d0d0-ff60-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:52.722420 | fa163e8e-49f5-d0d0-ff60-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.707716 | 2.01s 2026-03-11 02:02:52.729624 | fa163e8e-49f5-d0d0-ff60-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 02:02:52.730351 | fa163e8e-49f5-d0d0-ff60-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.715645 | 2.02s 2026-03-11 02:02:52.745622 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TASK | Check Keystone user status 2026-03-11 02:02:53.009491 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:53.010270 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:39.995563 | 0.26s 2026-03-11 02:02:53.280682 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 02:02:58.456165 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:58.457389 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.442686 | 5.71s 2026-03-11 02:02:58.716308 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:58.716975 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.702270 | 5.97s 2026-03-11 02:02:58.966503 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:58.968160 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.953448 | 6.22s 2026-03-11 02:02:59.155370 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:59.156329 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:46.141617 | 6.41s 2026-03-11 02:02:59.387208 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:59.388188 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:46.373472 | 6.64s 2026-03-11 02:02:59.394541 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2026-03-11 02:02:59.395164 | fa163e8e-49f5-d0d0-ff60-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:46.380461 | 6.65s 2026-03-11 02:02:59.409771 | fa163e8e-49f5-d0d0-ff60-0000000039b7 | TASK | Assign Keystone Users to Roles 2026-03-11 02:02:59.495124 | fa163e8e-49f5-d0d0-ff60-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:46.480388 | 0.08s 2026-03-11 02:02:59.523126 | fa163e8e-49f5-d0d0-ff60-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:46.508408 | 0.11s 2026-03-11 02:02:59.546928 | fa163e8e-49f5-d0d0-ff60-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:46.532210 | 0.14s 2026-03-11 02:02:59.560351 | fa163e8e-49f5-d0d0-ff60-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:46.545633 | 0.15s 2026-03-11 02:02:59.574242 | 1005b0de-5dd3-402e-a23d-7eb0e4115b5d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 02:02:59.581052 | db0cffa5-5fe2-47f4-93e3-94e111c853e3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 02:02:59.586788 | 345dd40a-d2ca-4468-b3f3-ffde1606f35b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 02:02:59.650422 | fa163e8e-49f5-d0d0-ff60-0000000045a4 | TASK | Async assignment of Keystone user per role 2026-03-11 02:02:59.725208 | fa163e8e-49f5-d0d0-ff60-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:46.710485 | 0.07s 2026-03-11 02:02:59.745658 | fa163e8e-49f5-d0d0-ff60-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:46.730953 | 0.09s 2026-03-11 02:02:59.751655 | fa163e8e-49f5-d0d0-ff60-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:46.736934 | 0.10s 2026-03-11 02:02:59.772962 | dffc5f54-d45f-431f-9452-3680f287f0b0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 02:02:59.784059 | 085fd89d-aa08-4b3e-8153-14d000b2fb7f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 02:02:59.807858 | fa163e8e-49f5-d0d0-ff60-00000000476d | TASK | Async assignment of Keystone user to roles 2026-03-11 02:03:00.094483 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-11 02:03:00.095918 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:47.081195 | 0.29s 2026-03-11 02:03:00.413363 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 02:03:00.414633 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:47.399931 | 0.61s 2026-03-11 02:03:00.788164 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 02:03:00.788761 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:47.774058 | 0.98s 2026-03-11 02:03:01.065732 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 02:03:01.067741 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:48.053030 | 1.26s 2026-03-11 02:03:01.336937 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-11 02:03:01.337676 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:48.322974 | 1.53s 2026-03-11 02:03:01.592427 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-11 02:03:01.594951 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:48.580242 | 1.79s 2026-03-11 02:03:01.918031 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-11 02:03:01.918760 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:48.904057 | 2.11s 2026-03-11 02:03:02.185393 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-11 02:03:02.186687 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.171985 | 2.38s 2026-03-11 02:03:02.503000 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-11 02:03:02.504530 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.489818 | 2.70s 2026-03-11 02:03:02.816753 | fa163e8e-49f5-d0d0-ff60-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-11 02:03:02.818742 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.804029 | 3.01s 2026-03-11 02:03:02.830092 | fa163e8e-49f5-d0d0-ff60-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.815376 | 3.02s 2026-03-11 02:03:02.851093 | fa163e8e-49f5-d0d0-ff60-00000000476f | TASK | Check Keystone user assignment to roles status 2026-03-11 02:03:03.119894 | fa163e8e-49f5-d0d0-ff60-00000000476f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 02:03:08.365574 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-11 02:03:08.367418 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:55.352699 | 5.51s 2026-03-11 02:03:08.622469 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 02:03:08.623606 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:55.608895 | 5.77s 2026-03-11 02:03:08.893728 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 02:03:08.896033 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:55.881320 | 6.04s 2026-03-11 02:03:09.145018 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 02:03:09.146642 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:56.131931 | 6.29s 2026-03-11 02:03:09.409899 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-11 02:03:09.410748 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:56.396042 | 6.56s 2026-03-11 02:03:09.681999 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-11 02:03:09.682998 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:56.668291 | 6.83s 2026-03-11 02:03:09.924482 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-11 02:03:09.926205 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:56.911494 | 7.07s 2026-03-11 02:03:10.155467 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-11 02:03:10.156262 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.141557 | 7.30s 2026-03-11 02:03:10.419969 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-11 02:03:10.421272 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.406521 | 7.57s 2026-03-11 02:03:10.681505 | fa163e8e-49f5-d0d0-ff60-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-11 02:03:10.682290 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.667586 | 7.83s 2026-03-11 02:03:10.688571 | fa163e8e-49f5-d0d0-ff60-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.673859 | 7.84s 2026-03-11 02:03:10.705118 | fa163e8e-49f5-d0d0-ff60-000000004774 | TASK | Async assignment of Keystone user to roles 2026-03-11 02:03:11.126812 | fa163e8e-49f5-d0d0-ff60-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-11 02:03:11.128218 | fa163e8e-49f5-d0d0-ff60-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:58.113512 | 0.42s 2026-03-11 02:03:11.417793 | fa163e8e-49f5-d0d0-ff60-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-11 02:03:11.418487 | fa163e8e-49f5-d0d0-ff60-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:58.403785 | 0.71s 2026-03-11 02:03:11.700855 | fa163e8e-49f5-d0d0-ff60-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 02:03:11.702650 | fa163e8e-49f5-d0d0-ff60-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:58.687947 | 1.00s 2026-03-11 02:03:11.976854 | fa163e8e-49f5-d0d0-ff60-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-11 02:03:11.979018 | fa163e8e-49f5-d0d0-ff60-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:58.964301 | 1.27s 2026-03-11 02:03:12.241072 | fa163e8e-49f5-d0d0-ff60-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-11 02:03:12.241714 | fa163e8e-49f5-d0d0-ff60-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:59.227011 | 1.54s 2026-03-11 02:03:12.542210 | fa163e8e-49f5-d0d0-ff60-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-11 02:03:12.542825 | fa163e8e-49f5-d0d0-ff60-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:59.528123 | 1.84s 2026-03-11 02:03:12.546182 | fa163e8e-49f5-d0d0-ff60-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:59.531467 | 1.84s 2026-03-11 02:03:12.566552 | fa163e8e-49f5-d0d0-ff60-000000004776 | TASK | Check Keystone user assignment to roles status 2026-03-11 02:03:12.853082 | fa163e8e-49f5-d0d0-ff60-000000004776 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 02:03:18.085116 | fa163e8e-49f5-d0d0-ff60-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-11 02:03:18.086970 | fa163e8e-49f5-d0d0-ff60-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.072255 | 5.52s 2026-03-11 02:03:18.320443 | fa163e8e-49f5-d0d0-ff60-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-11 02:03:18.321469 | fa163e8e-49f5-d0d0-ff60-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.306758 | 5.75s 2026-03-11 02:03:18.589251 | fa163e8e-49f5-d0d0-ff60-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 02:03:18.590951 | fa163e8e-49f5-d0d0-ff60-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.576240 | 6.02s 2026-03-11 02:03:18.845209 | fa163e8e-49f5-d0d0-ff60-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-11 02:03:18.847000 | fa163e8e-49f5-d0d0-ff60-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.832289 | 6.28s 2026-03-11 02:03:19.106375 | fa163e8e-49f5-d0d0-ff60-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-11 02:03:19.107841 | fa163e8e-49f5-d0d0-ff60-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:06.093138 | 6.54s 2026-03-11 02:03:19.369603 | fa163e8e-49f5-d0d0-ff60-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-11 02:03:19.371157 | fa163e8e-49f5-d0d0-ff60-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:06.356444 | 6.80s 2026-03-11 02:03:19.383037 | fa163e8e-49f5-d0d0-ff60-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:06.368319 | 6.81s 2026-03-11 02:03:19.404514 | fa163e8e-49f5-d0d0-ff60-0000000045a9 | TASK | Async assignment of Keystone user per role 2026-03-11 02:03:19.499579 | fa163e8e-49f5-d0d0-ff60-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:06.484857 | 0.09s 2026-03-11 02:03:19.511808 | fa163e8e-49f5-d0d0-ff60-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:06.497089 | 0.11s 2026-03-11 02:03:19.526135 | dce2566d-bf97-4908-9e7a-d931e13a0e0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 02:03:19.550271 | fa163e8e-49f5-d0d0-ff60-0000000047da | TASK | Async assignment of Keystone user to roles 2026-03-11 02:03:19.880078 | fa163e8e-49f5-d0d0-ff60-0000000047da | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 02:03:19.882136 | fa163e8e-49f5-d0d0-ff60-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.867415 | 0.33s 2026-03-11 02:03:19.891348 | fa163e8e-49f5-d0d0-ff60-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.876647 | 0.34s 2026-03-11 02:03:19.906052 | fa163e8e-49f5-d0d0-ff60-0000000047dc | TASK | Check Keystone user assignment to roles status 2026-03-11 02:03:21.057219 | fa163e8e-49f5-d0d0-ff60-0000000047dc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 02:03:26.260528 | fa163e8e-49f5-d0d0-ff60-0000000047dc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 02:03:26.261294 | fa163e8e-49f5-d0d0-ff60-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.246588 | 6.35s 2026-03-11 02:03:26.266415 | fa163e8e-49f5-d0d0-ff60-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.251692 | 6.36s 2026-03-11 02:03:26.285890 | fa163e8e-49f5-d0d0-ff60-0000000045ae | TASK | Async assignment of Keystone user per role 2026-03-11 02:03:26.388788 | fa163e8e-49f5-d0d0-ff60-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:13.374061 | 0.10s 2026-03-11 02:03:26.395588 | fa163e8e-49f5-d0d0-ff60-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:13.380871 | 0.11s 2026-03-11 02:03:26.410210 | 945e0cd4-2af6-48db-9a31-338bb1ab5735 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 02:03:26.435049 | fa163e8e-49f5-d0d0-ff60-0000000047fe | TASK | Async assignment of Keystone user to roles 2026-03-11 02:03:26.822106 | fa163e8e-49f5-d0d0-ff60-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 02:03:26.823685 | fa163e8e-49f5-d0d0-ff60-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:13.808963 | 0.39s 2026-03-11 02:03:27.189639 | fa163e8e-49f5-d0d0-ff60-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 02:03:27.190908 | fa163e8e-49f5-d0d0-ff60-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:14.176206 | 0.75s 2026-03-11 02:03:27.510680 | fa163e8e-49f5-d0d0-ff60-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 02:03:27.511735 | fa163e8e-49f5-d0d0-ff60-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:14.497025 | 1.08s 2026-03-11 02:03:27.518296 | fa163e8e-49f5-d0d0-ff60-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:14.503571 | 1.08s 2026-03-11 02:03:27.539281 | fa163e8e-49f5-d0d0-ff60-000000004800 | TASK | Check Keystone user assignment to roles status 2026-03-11 02:03:27.810636 | fa163e8e-49f5-d0d0-ff60-000000004800 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 02:03:33.030629 | fa163e8e-49f5-d0d0-ff60-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 02:03:33.032101 | fa163e8e-49f5-d0d0-ff60-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:20.017384 | 5.49s 2026-03-11 02:03:33.245541 | fa163e8e-49f5-d0d0-ff60-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 02:03:33.247878 | fa163e8e-49f5-d0d0-ff60-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:20.233166 | 5.71s 2026-03-11 02:03:33.432161 | fa163e8e-49f5-d0d0-ff60-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 02:03:33.433198 | fa163e8e-49f5-d0d0-ff60-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:20.418488 | 5.89s 2026-03-11 02:03:33.446367 | fa163e8e-49f5-d0d0-ff60-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:20.431650 | 5.91s 2026-03-11 02:03:33.482153 | fa163e8e-49f5-d0d0-ff60-00000000397d | TASK | is Keystone LDAP enabled 2026-03-11 02:03:33.544417 | fa163e8e-49f5-d0d0-ff60-00000000397d | OK | is Keystone LDAP enabled | undercloud 2026-03-11 02:03:33.546278 | fa163e8e-49f5-d0d0-ff60-00000000397d | TIMING | is Keystone LDAP enabled | undercloud | 0:24:20.531528 | 0.06s 2026-03-11 02:03:33.564317 | fa163e8e-49f5-d0d0-ff60-00000000397e | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-11 02:03:33.619448 | fa163e8e-49f5-d0d0-ff60-00000000397e | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-11 02:03:33.620620 | fa163e8e-49f5-d0d0-ff60-00000000397e | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:20.605906 | 0.06s 2026-03-11 02:03:33.638687 | fa163e8e-49f5-d0d0-ff60-00000000397f | TASK | Manage Keystone domains from LDAP config 2026-03-11 02:03:33.691180 | fa163e8e-49f5-d0d0-ff60-00000000397f | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-11 02:03:33.692454 | fa163e8e-49f5-d0d0-ff60-00000000397f | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:20.677737 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-11 02:03:33.829849 | fa163e8e-49f5-d0d0-ff60-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-11 02:03:33.859223 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000e2') missing from stats 2026-03-11 02:03:33.882649 | fa163e8e-49f5-d0d0-ff60-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-11 02:03:34.432980 | fa163e8e-49f5-d0d0-ff60-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-11 02:03:34.434471 | fa163e8e-49f5-d0d0-ff60-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:21.419758 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 02:03:34.506411 | fa163e8e-49f5-d0d0-ff60-0000000000e4 | TIMING | include_tasks | standalone | 0:24:21.491687 | 0.04s 2026-03-11 02:03:34.552928 | 66d6e358-2bc6-4e41-85ef-0bb7b506f512 | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-11 02:03:34.585210 | fa163e8e-49f5-d0d0-ff60-000000004842 | TASK | Create virtqemud recovery script 2026-03-11 02:03:35.064333 | fa163e8e-49f5-d0d0-ff60-000000004842 | CHANGED | Create virtqemud recovery script | standalone 2026-03-11 02:03:35.065904 | fa163e8e-49f5-d0d0-ff60-000000004842 | TIMING | Create virtqemud recovery script | standalone | 0:24:22.051185 | 0.48s 2026-03-11 02:03:35.094252 | fa163e8e-49f5-d0d0-ff60-000000004843 | TASK | Create virtqemud recovery trigger service 2026-03-11 02:03:35.610060 | fa163e8e-49f5-d0d0-ff60-000000004843 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-11 02:03:35.611484 | fa163e8e-49f5-d0d0-ff60-000000004843 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:22.596770 | 0.52s 2026-03-11 02:03:35.640109 | fa163e8e-49f5-d0d0-ff60-000000004844 | TASK | Create virtqemud recovery trigger timer 2026-03-11 02:03:36.097768 | fa163e8e-49f5-d0d0-ff60-000000004844 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-11 02:03:36.099188 | fa163e8e-49f5-d0d0-ff60-000000004844 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:23.084474 | 0.46s 2026-03-11 02:03:36.127600 | fa163e8e-49f5-d0d0-ff60-000000004845 | TASK | Enable virtqemud recovery trigger service 2026-03-11 02:03:37.249702 | fa163e8e-49f5-d0d0-ff60-000000004845 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-11 02:03:37.251787 | fa163e8e-49f5-d0d0-ff60-000000004845 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:24.237072 | 1.12s 2026-03-11 02:03:37.281033 | fa163e8e-49f5-d0d0-ff60-000000004846 | TASK | Enable virtqemud recovery trigger timer 2026-03-11 02:03:38.383364 | fa163e8e-49f5-d0d0-ff60-000000004846 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-11 02:03:38.385664 | fa163e8e-49f5-d0d0-ff60-000000004846 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:25.370947 | 1.10s 2026-03-11 02:03:38.415107 | fa163e8e-49f5-d0d0-ff60-000000004847 | TASK | Really enable virtqemud recovery trigger timer 2026-03-11 02:03:39.048685 | fa163e8e-49f5-d0d0-ff60-000000004847 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-11 02:03:39.052582 | fa163e8e-49f5-d0d0-ff60-000000004847 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:26.037861 | 0.64s 2026-03-11 02:03:39.083910 | fa163e8e-49f5-d0d0-ff60-000000004849 | TASK | Create systemd file 2026-03-11 02:03:39.601589 | fa163e8e-49f5-d0d0-ff60-000000004849 | CHANGED | Create systemd file | standalone 2026-03-11 02:03:39.603495 | fa163e8e-49f5-d0d0-ff60-000000004849 | TIMING | Create systemd file | standalone | 0:24:26.588767 | 0.52s 2026-03-11 02:03:39.635913 | fa163e8e-49f5-d0d0-ff60-00000000484a | TASK | Reload systemd 2026-03-11 02:03:40.371203 | fa163e8e-49f5-d0d0-ff60-00000000484a | CHANGED | Reload systemd | standalone 2026-03-11 02:03:40.373811 | fa163e8e-49f5-d0d0-ff60-00000000484a | TIMING | Reload systemd | standalone | 0:24:27.359095 | 0.74s 2026-03-11 02:03:40.403301 | fa163e8e-49f5-d0d0-ff60-00000000484d | TASK | Start OVN container 2026-03-11 02:03:40.444752 | fa163e8e-49f5-d0d0-ff60-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-11 02:03:40.457005 | fa163e8e-49f5-d0d0-ff60-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-11 02:03:40.467409 | fa163e8e-49f5-d0d0-ff60-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-11 02:03:40.478895 | fa163e8e-49f5-d0d0-ff60-00000000484d | TIMING | Start OVN container | standalone | 0:24:27.464182 | 0.07s 2026-03-11 02:03:40.501677 | fa163e8e-49f5-d0d0-ff60-00000000484f | TASK | Set NB connection 2026-03-11 02:03:40.540961 | fa163e8e-49f5-d0d0-ff60-00000000484f | SKIPPED | Set NB connection | standalone 2026-03-11 02:03:40.543593 | fa163e8e-49f5-d0d0-ff60-00000000484f | TIMING | Set NB connection | standalone | 0:24:27.528875 | 0.04s 2026-03-11 02:03:40.574730 | fa163e8e-49f5-d0d0-ff60-000000004850 | TASK | Set SB connection 2026-03-11 02:03:40.627132 | fa163e8e-49f5-d0d0-ff60-000000004850 | SKIPPED | Set SB connection | standalone 2026-03-11 02:03:40.628832 | fa163e8e-49f5-d0d0-ff60-000000004850 | TIMING | Set SB connection | standalone | 0:24:27.614124 | 0.05s 2026-03-11 02:03:40.651890 | fa163e8e-49f5-d0d0-ff60-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-11 02:03:40.865306 | fa163e8e-49f5-d0d0-ff60-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-11 02:03:40.866328 | fa163e8e-49f5-d0d0-ff60-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:27.851619 | 0.21s 2026-03-11 02:03:40.972519 | fa163e8e-49f5-d0d0-ff60-0000000000e7 | TIMING | include_tasks | standalone | 0:24:27.957795 | 0.08s 2026-03-11 02:03:41.009529 | 9706a955-fe3f-4cab-92fd-47a16e720f5a | INCLUDED | /root/standalone-ansible-lkx9rgpx/common_deploy_steps_tasks.yaml | standalone 2026-03-11 02:03:41.036180 | fa163e8e-49f5-d0d0-ff60-00000000487f | TASK | Write the config_step hieradata 2026-03-11 02:03:41.485548 | fa163e8e-49f5-d0d0-ff60-00000000487f | OK | Write the config_step hieradata | standalone 2026-03-11 02:03:41.486804 | fa163e8e-49f5-d0d0-ff60-00000000487f | TIMING | Write the config_step hieradata | standalone | 0:24:28.472090 | 0.45s 2026-03-11 02:03:41.521027 | fa163e8e-49f5-d0d0-ff60-000000004880 | TASK | Run puppet host configuration for step 4 2026-03-11 02:03:41.844603 | fa163e8e-49f5-d0d0-ff60-000000004880 | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-11 02:03:41.845911 | fa163e8e-49f5-d0d0-ff60-000000004880 | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:28.831195 | 0.32s 2026-03-11 02:03:41.876544 | fa163e8e-49f5-d0d0-ff60-000000004881 | TASK | Wait for puppet host configuration to finish 2026-03-11 02:03:42.134197 | fa163e8e-49f5-d0d0-ff60-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 02:03:52.353909 | fa163e8e-49f5-d0d0-ff60-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 02:04:02.553212 | fa163e8e-49f5-d0d0-ff60-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 02:04:12.778606 | fa163e8e-49f5-d0d0-ff60-000000004881 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 02:04:12.780008 | fa163e8e-49f5-d0d0-ff60-000000004881 | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:59.765290 | 30.90s 2026-03-11 02:04:12.811068 | fa163e8e-49f5-d0d0-ff60-000000004882 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-11 02:04:12.894365 | fa163e8e-49f5-d0d0-ff60-000000004882 | 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>Mar 11 02:03:41 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 02:03:48 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 02:03:48 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 02:03:48 puppet-user: (file & line not available)", "<13>Mar 11 02:03:48 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>Mar 11 02:03:48 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 02:03:49 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\", 7]", "<13>Mar 11 02:03:49 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 02:03:49 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 02:03:49 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\", 7]", "<13>Mar 11 02:03:49 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\", 7]", "<13>Mar 11 02:03:49 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\", 7]", "<13>Mar 11 02:03:49 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\", 7]", "<13>Mar 11 02:03:49 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\", 7]", "<13>Mar 11 02:03:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 02:03:49 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.52 seconds", "<13>Mar 11 02:03:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 02:03:55 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 02:04:01 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 11 02:04:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}0f1ed9451abd6d1e2a481ccf80d487097838b5966c8a580d4e0a638746ae0efa'", "<13>Mar 11 02:04:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 11 02:04:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 11 02:04:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 11 02:04:01 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 11 02:04:03 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 02:04:08 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>Mar 11 02:04:09 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 02:04:09 puppet-user: Notice: Applied catalog in 20.56 seconds", "<13>Mar 11 02:04:09 puppet-user: Application:", "<13>Mar 11 02:04:09 puppet-user: Initial environment: production", "<13>Mar 11 02:04:09 puppet-user: Converged environment: production", "<13>Mar 11 02:04:09 puppet-user: Run mode: user", "<13>Mar 11 02:04:09 puppet-user: Changes:", "<13>Mar 11 02:04:09 puppet-user: Total: 10", "<13>Mar 11 02:04:09 puppet-user: Events:", "<13>Mar 11 02:04:09 puppet-user: Success: 10", "<13>Mar 11 02:04:09 puppet-user: Resources:", "<13>Mar 11 02:04:09 puppet-user: Restarted: 1", "<13>Mar 11 02:04:09 puppet-user: Changed: 10", "<13>Mar 11 02:04:09 puppet-user: Out of sync: 10", "<13>Mar 11 02:04:09 puppet-user: Total: 37", "<13>Mar 11 02:04:09 puppet-user: Time:", "<13>Mar 11 02:04:09 puppet-user: Filebucket: 0.00", "<13>Mar 11 02:04:09 puppet-user: Schedule: 0.00", "<13>Mar 11 02:04:09 puppet-user: File line: 0.00", "<13>Mar 11 02:04:09 puppet-user: Augeas: 0.01", "<13>Mar 11 02:04:09 puppet-user: User: 0.01", "<13>Mar 11 02:04:09 puppet-user: File: 0.10", "<13>Mar 11 02:04:09 puppet-user: Config retrieval: 0.60", "<13>Mar 11 02:04:09 puppet-user: Service: 1.32", "<13>Mar 11 02:04:09 puppet-user: Pcmk property: 1.51", "<13>Mar 11 02:04:09 puppet-user: Last run: 1773194649", "<13>Mar 11 02:04:09 puppet-user: Pcmk resource default: 2.02", "<13>Mar 11 02:04:09 puppet-user: Pcmk resource op default: 2.13", "<13>Mar 11 02:04:09 puppet-user: Transaction evaluation: 20.54", "<13>Mar 11 02:04:09 puppet-user: Catalog application: 20.56", "<13>Mar 11 02:04:09 puppet-user: Package: 6.15", "<13>Mar 11 02:04:09 puppet-user: Exec: 7.09", "<13>Mar 11 02:04:09 puppet-user: Total: 20.57", "<13>Mar 11 02:04:09 puppet-user: Version:", "<13>Mar 11 02:04:09 puppet-user: Config: 1773194628", "<13>Mar 11 02:04:09 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 02:04:12.895842 | fa163e8e-49f5-d0d0-ff60-000000004882 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:59.881126 | 0.08s 2026-03-11 02:04:12.926840 | fa163e8e-49f5-d0d0-ff60-000000004883 | TASK | Pre-cache facts for puppet containers 2026-03-11 02:04:12.956069 | fa163e8e-49f5-d0d0-ff60-000000004883 | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:59.941344 | 0.03s 2026-03-11 02:04:13.024914 | fa163e8e-49f5-d0d0-ff60-0000000048c4 | TASK | Gather variables for each operating system 2026-03-11 02:04:13.147516 | fa163e8e-49f5-d0d0-ff60-0000000048c4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:00.132783 | 0.12s 2026-03-11 02:04:13.177761 | fa163e8e-49f5-d0d0-ff60-0000000048c5 | TASK | Create puppet caching structures 2026-03-11 02:04:13.426124 | fa163e8e-49f5-d0d0-ff60-0000000048c5 | CHANGED | Create puppet caching structures | standalone 2026-03-11 02:04:13.427675 | fa163e8e-49f5-d0d0-ff60-0000000048c5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:00.412959 | 0.25s 2026-03-11 02:04:13.458431 | fa163e8e-49f5-d0d0-ff60-0000000048c6 | TASK | Check for facter.conf 2026-03-11 02:04:13.703568 | fa163e8e-49f5-d0d0-ff60-0000000048c6 | OK | Check for facter.conf | standalone 2026-03-11 02:04:13.704890 | fa163e8e-49f5-d0d0-ff60-0000000048c6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:00.690176 | 0.24s 2026-03-11 02:04:13.736726 | fa163e8e-49f5-d0d0-ff60-0000000048c7 | TASK | Remove facter.conf if directory 2026-03-11 02:04:13.781481 | fa163e8e-49f5-d0d0-ff60-0000000048c7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 02:04:13.782742 | fa163e8e-49f5-d0d0-ff60-0000000048c7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:00.768026 | 0.04s 2026-03-11 02:04:13.813036 | fa163e8e-49f5-d0d0-ff60-0000000048c8 | TASK | Write facter cache config 2026-03-11 02:04:14.313664 | fa163e8e-49f5-d0d0-ff60-0000000048c8 | CHANGED | Write facter cache config | standalone 2026-03-11 02:04:14.315103 | fa163e8e-49f5-d0d0-ff60-0000000048c8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:01.300387 | 0.50s 2026-03-11 02:04:14.343723 | fa163e8e-49f5-d0d0-ff60-0000000048c9 | TASK | Cleanup facter cache if exists 2026-03-11 02:04:14.566976 | fa163e8e-49f5-d0d0-ff60-0000000048c9 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 02:04:14.568427 | fa163e8e-49f5-d0d0-ff60-0000000048c9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:01.553710 | 0.22s 2026-03-11 02:04:14.597955 | fa163e8e-49f5-d0d0-ff60-0000000048ca | TASK | Pre-cache facts 2026-03-11 02:04:15.252351 | fa163e8e-49f5-d0d0-ff60-0000000048ca | CHANGED | Pre-cache facts | standalone 2026-03-11 02:04:15.253656 | fa163e8e-49f5-d0d0-ff60-0000000048ca | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:02.238942 | 0.65s 2026-03-11 02:04:15.285039 | fa163e8e-49f5-d0d0-ff60-0000000048cb | TASK | Failed deployment if facter fails 2026-03-11 02:04:15.317887 | fa163e8e-49f5-d0d0-ff60-0000000048cb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 02:04:15.319374 | fa163e8e-49f5-d0d0-ff60-0000000048cb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:02.304654 | 0.03s 2026-03-11 02:04:15.364608 | fa163e8e-49f5-d0d0-ff60-0000000048cc | TASK | Sync cached facts 2026-03-11 02:04:15.695716 | fa163e8e-49f5-d0d0-ff60-0000000048cc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8e-49f5-d0d0-ff60-0000000048cc') missing from stats 2026-03-11 02:04:15.750927 | fa163e8e-49f5-d0d0-ff60-000000004884 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 02:04:15.804606 | fa163e8e-49f5-d0d0-ff60-000000004884 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 02:04:15.805916 | fa163e8e-49f5-d0d0-ff60-000000004884 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:02.791196 | 0.05s 2026-03-11 02:04:15.837398 | fa163e8e-49f5-d0d0-ff60-000000004886 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-11 02:04:15.866545 | fa163e8e-49f5-d0d0-ff60-000000004886 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:02.851825 | 0.03s 2026-03-11 02:04:15.931662 | fa163e8e-49f5-d0d0-ff60-000000004923 | TASK | Gather variables for each operating system 2026-03-11 02:04:16.054777 | fa163e8e-49f5-d0d0-ff60-000000004923 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:03.040038 | 0.12s 2026-03-11 02:04:16.084308 | fa163e8e-49f5-d0d0-ff60-000000004924 | TASK | Create container logs path 2026-03-11 02:04:16.350294 | fa163e8e-49f5-d0d0-ff60-000000004924 | OK | Create container logs path | standalone 2026-03-11 02:04:16.351715 | fa163e8e-49f5-d0d0-ff60-000000004924 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:03.337000 | 0.27s 2026-03-11 02:04:16.383352 | fa163e8e-49f5-d0d0-ff60-000000004926 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 02:04:16.681775 | fa163e8e-49f5-d0d0-ff60-000000004926 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 02:04:16.683049 | fa163e8e-49f5-d0d0-ff60-000000004926 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:03.668333 | 0.30s 2026-03-11 02:04:16.715817 | fa163e8e-49f5-d0d0-ff60-000000004927 | TASK | Finalise hashes for all containers 2026-03-11 02:04:16.813553 | fa163e8e-49f5-d0d0-ff60-000000004927 | OK | Finalise hashes for all containers | standalone 2026-03-11 02:04:16.814724 | fa163e8e-49f5-d0d0-ff60-000000004927 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:03.800014 | 0.10s 2026-03-11 02:04:16.842531 | fa163e8e-49f5-d0d0-ff60-000000004929 | TASK | Manage systemd shutdown files 2026-03-11 02:04:16.871773 | fa163e8e-49f5-d0d0-ff60-000000004929 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:03.857049 | 0.03s 2026-03-11 02:04:16.900910 | 0a45ab70-5136-4393-936a-c64ac0d75f61 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 02:04:16.931991 | fa163e8e-49f5-d0d0-ff60-00000000495c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 02:04:17.206968 | fa163e8e-49f5-d0d0-ff60-00000000495c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 02:04:17.208546 | fa163e8e-49f5-d0d0-ff60-00000000495c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:04.193828 | 0.27s 2026-03-11 02:04:17.239366 | fa163e8e-49f5-d0d0-ff60-00000000495d | TASK | Set podman_drop_in fact 2026-03-11 02:04:17.304847 | fa163e8e-49f5-d0d0-ff60-00000000495d | OK | Set podman_drop_in fact | standalone 2026-03-11 02:04:17.306144 | fa163e8e-49f5-d0d0-ff60-00000000495d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:04.291429 | 0.06s 2026-03-11 02:04:17.335189 | fa163e8e-49f5-d0d0-ff60-00000000495f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 02:04:17.902087 | fa163e8e-49f5-d0d0-ff60-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 02:04:17.904440 | fa163e8e-49f5-d0d0-ff60-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:04.889718 | 0.57s 2026-03-11 02:04:18.407577 | fa163e8e-49f5-d0d0-ff60-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 02:04:18.409160 | fa163e8e-49f5-d0d0-ff60-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:05.394448 | 1.07s 2026-03-11 02:04:18.415632 | fa163e8e-49f5-d0d0-ff60-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:05.400916 | 1.08s 2026-03-11 02:04:18.445315 | fa163e8e-49f5-d0d0-ff60-000000004960 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 02:04:18.921982 | fa163e8e-49f5-d0d0-ff60-000000004960 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 02:04:18.923511 | fa163e8e-49f5-d0d0-ff60-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:05.908795 | 0.48s 2026-03-11 02:04:18.953575 | fa163e8e-49f5-d0d0-ff60-000000004961 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 02:04:19.491479 | fa163e8e-49f5-d0d0-ff60-000000004961 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 02:04:19.492889 | fa163e8e-49f5-d0d0-ff60-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:06.478175 | 0.54s 2026-03-11 02:04:19.521796 | fa163e8e-49f5-d0d0-ff60-000000004962 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 02:04:20.677776 | fa163e8e-49f5-d0d0-ff60-000000004962 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 02:04:20.680075 | fa163e8e-49f5-d0d0-ff60-000000004962 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:07.665357 | 1.16s 2026-03-11 02:04:20.710517 | fa163e8e-49f5-d0d0-ff60-000000004963 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 02:04:21.223822 | fa163e8e-49f5-d0d0-ff60-000000004963 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 02:04:21.224771 | fa163e8e-49f5-d0d0-ff60-000000004963 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:08.210064 | 0.51s 2026-03-11 02:04:21.254102 | fa163e8e-49f5-d0d0-ff60-000000004964 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 02:04:21.701865 | fa163e8e-49f5-d0d0-ff60-000000004964 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 02:04:21.703432 | fa163e8e-49f5-d0d0-ff60-000000004964 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:08.688713 | 0.45s 2026-03-11 02:04:21.733271 | fa163e8e-49f5-d0d0-ff60-000000004965 | TASK | Enable and start netns-placeholder 2026-03-11 02:04:22.535787 | fa163e8e-49f5-d0d0-ff60-000000004965 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 02:04:22.537008 | fa163e8e-49f5-d0d0-ff60-000000004965 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:09.522304 | 0.80s 2026-03-11 02:04:22.556593 | fa163e8e-49f5-d0d0-ff60-00000000492b | TASK | Update container configs with new config hashes 2026-03-11 02:04:22.612607 | fa163e8e-49f5-d0d0-ff60-00000000492b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:09.597896 | 0.06s 2026-03-11 02:04:22.623133 | f4551a4a-1ad1-4268-98ad-39211d8c0f2e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 02:04:22.644195 | fa163e8e-49f5-d0d0-ff60-00000000498d | TASK | Update config hashes for container startup configs 2026-03-11 02:04:22.885796 | fa163e8e-49f5-d0d0-ff60-00000000498d | OK | Update config hashes for container startup configs | standalone 2026-03-11 02:04:22.887187 | fa163e8e-49f5-d0d0-ff60-00000000498d | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:09.872466 | 0.24s 2026-03-11 02:04:22.919365 | fa163e8e-49f5-d0d0-ff60-00000000492c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 02:04:22.960460 | fa163e8e-49f5-d0d0-ff60-00000000492c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:09.945730 | 0.04s 2026-03-11 02:04:22.984457 | b221a7b7-4a1d-4ab6-8320-266d7acd232d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 02:04:23.017099 | fa163e8e-49f5-d0d0-ff60-0000000049ac | TASK | Gather podman infos 2026-03-11 02:04:24.567633 | fa163e8e-49f5-d0d0-ff60-0000000049ac | OK | Gather podman infos | standalone 2026-03-11 02:04:24.568931 | fa163e8e-49f5-d0d0-ff60-0000000049ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:11.554221 | 1.55s 2026-03-11 02:04:24.675774 | fa163e8e-49f5-d0d0-ff60-0000000049ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 02:04:24.740179 | fa163e8e-49f5-d0d0-ff60-0000000049ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:11.725454 | 0.06s 2026-03-11 02:04:24.917869 | fa163e8e-49f5-d0d0-ff60-0000000049f6 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:11.903137 | 0.11s 2026-03-11 02:04:24.984491 | fa163e8e-49f5-d0d0-ff60-00000000492d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 02:04:25.052436 | fa163e8e-49f5-d0d0-ff60-00000000492d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:12.037708 | 0.06s 2026-03-11 02:04:25.083557 | fd210039-97e3-4d97-a8b0-c155414e90d7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 02:04:25.122256 | fa163e8e-49f5-d0d0-ff60-000000004a1c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 02:04:47.231051 | fa163e8e-49f5-d0d0-ff60-000000004a1c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 02:04:47.232198 | fa163e8e-49f5-d0d0-ff60-000000004a1c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:34.217489 | 22.11s 2026-03-11 02:04:47.257145 | fa163e8e-49f5-d0d0-ff60-000000004a1d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 02:06:58.835407 | fa163e8e-49f5-d0d0-ff60-000000004a1d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 02:06:58.836604 | fa163e8e-49f5-d0d0-ff60-000000004a1d | 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:27:45.821898 | 131.58s 2026-03-11 02:06:58.913164 | fa163e8e-49f5-d0d0-ff60-000000004888 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-11 02:06:59.120215 | fa163e8e-49f5-d0d0-ff60-000000004888 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-11 02:06:59.121277 | fa163e8e-49f5-d0d0-ff60-000000004888 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:46.106569 | 0.21s 2026-03-11 02:06:59.157782 | fa163e8e-49f5-d0d0-ff60-000000004889 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-11 02:06:59.213208 | fa163e8e-49f5-d0d0-ff60-000000004889 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:46.198488 | 0.05s 2026-03-11 02:06:59.237142 | fa163e8e-49f5-d0d0-ff60-00000000488a | TASK | Include container-puppet tasks for step 4 2026-03-11 02:06:59.277697 | fa163e8e-49f5-d0d0-ff60-00000000488a | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:46.262980 | 0.04s 2026-03-11 02:06:59.301136 | 130450d9-a751-4ef1-b7e8-7c39cc628d4b | INCLUDED | /root/standalone-ansible-lkx9rgpx/host-container-puppet-tasks.yaml | standalone 2026-03-11 02:06:59.344705 | fa163e8e-49f5-d0d0-ff60-000000004a68 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-11 02:06:59.827630 | fa163e8e-49f5-d0d0-ff60-000000004a68 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-11 02:06:59.828546 | fa163e8e-49f5-d0d0-ff60-000000004a68 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:46.813842 | 0.48s 2026-03-11 02:06:59.851755 | fa163e8e-49f5-d0d0-ff60-000000004a6a | TASK | Generate container puppet configs for step 4 2026-03-11 02:07:00.176585 | fa163e8e-49f5-d0d0-ff60-000000004a6a | OK | Generate container puppet configs for step 4 | standalone 2026-03-11 02:07:00.178624 | fa163e8e-49f5-d0d0-ff60-000000004a6a | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:47.163910 | 0.33s 2026-03-11 02:07:00.208536 | fa163e8e-49f5-d0d0-ff60-000000004a6b | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-11 02:07:00.244701 | fa163e8e-49f5-d0d0-ff60-000000004a6b | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:47.229981 | 0.03s 2026-03-11 02:07:00.317515 | fa163e8e-49f5-d0d0-ff60-000000004a9a | TASK | Gather variables for each operating system 2026-03-11 02:07:00.407962 | fa163e8e-49f5-d0d0-ff60-000000004a9a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:47.393242 | 0.09s 2026-03-11 02:07:00.431840 | fa163e8e-49f5-d0d0-ff60-000000004a9b | TASK | Create container logs path 2026-03-11 02:07:00.652714 | fa163e8e-49f5-d0d0-ff60-000000004a9b | OK | Create container logs path | standalone 2026-03-11 02:07:00.653510 | fa163e8e-49f5-d0d0-ff60-000000004a9b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:47.638803 | 0.22s 2026-03-11 02:07:00.673760 | fa163e8e-49f5-d0d0-ff60-000000004a9d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 02:07:00.888805 | fa163e8e-49f5-d0d0-ff60-000000004a9d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 02:07:00.889516 | fa163e8e-49f5-d0d0-ff60-000000004a9d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:47.874811 | 0.21s 2026-03-11 02:07:00.908857 | fa163e8e-49f5-d0d0-ff60-000000004a9e | TASK | Finalise hashes for all containers 2026-03-11 02:07:00.956530 | fa163e8e-49f5-d0d0-ff60-000000004a9e | OK | Finalise hashes for all containers | standalone 2026-03-11 02:07:00.957173 | fa163e8e-49f5-d0d0-ff60-000000004a9e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:47.942470 | 0.05s 2026-03-11 02:07:00.977562 | fa163e8e-49f5-d0d0-ff60-000000004aa0 | TASK | Manage systemd shutdown files 2026-03-11 02:07:01.004209 | fa163e8e-49f5-d0d0-ff60-000000004aa0 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 02:07:01.005266 | fa163e8e-49f5-d0d0-ff60-000000004aa0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:47.990462 | 0.03s 2026-03-11 02:07:01.025573 | fa163e8e-49f5-d0d0-ff60-000000004aa2 | TASK | Update container configs with new config hashes 2026-03-11 02:07:01.053348 | fa163e8e-49f5-d0d0-ff60-000000004aa2 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 02:07:01.054869 | fa163e8e-49f5-d0d0-ff60-000000004aa2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:48.040162 | 0.03s 2026-03-11 02:07:01.075626 | fa163e8e-49f5-d0d0-ff60-000000004aa3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 02:07:01.121866 | fa163e8e-49f5-d0d0-ff60-000000004aa3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 02:07:01.122807 | fa163e8e-49f5-d0d0-ff60-000000004aa3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:48.108101 | 0.05s 2026-03-11 02:07:01.143882 | fa163e8e-49f5-d0d0-ff60-000000004aa4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 02:07:01.181111 | fa163e8e-49f5-d0d0-ff60-000000004aa4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 02:07:01.182051 | fa163e8e-49f5-d0d0-ff60-000000004aa4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:48.167346 | 0.04s PLAY [External deployment step 5] ********************************************** 2026-03-11 02:07:01.300814 | fa163e8e-49f5-d0d0-ff60-0000000000ea | TASK | External deployment step 5 2026-03-11 02:07:01.326639 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000ea') missing from stats 2026-03-11 02:07:01.367821 | fa163e8e-49f5-d0d0-ff60-0000000000eb | TIMING | include_tasks | undercloud | 0:27:48.353107 | 0.03s 2026-03-11 02:07:01.380101 | 91827702-8741-4384-af19-ce3595069ced | INCLUDED | /root/standalone-ansible-lkx9rgpx/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-11 02:07:01.396383 | fa163e8e-49f5-d0d0-ff60-000000004af3 | TASK | Manage Cinder's default volume type 2026-03-11 02:07:11.930533 | fa163e8e-49f5-d0d0-ff60-000000004af3 | OK | Manage Cinder's default volume type | undercloud 2026-03-11 02:07:11.931776 | fa163e8e-49f5-d0d0-ff60-000000004af3 | TIMING | Manage Cinder's default volume type | undercloud | 0:27:58.917069 | 10.53s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-11 02:07:12.033925 | fa163e8e-49f5-d0d0-ff60-0000000000ee | TASK | Deploy step tasks for 5 2026-03-11 02:07:12.061182 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000ee') missing from stats 2026-03-11 02:07:12.081405 | fa163e8e-49f5-d0d0-ff60-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-11 02:07:12.567628 | fa163e8e-49f5-d0d0-ff60-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-11 02:07:12.568796 | fa163e8e-49f5-d0d0-ff60-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:59.554086 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 02:07:12.638577 | fa163e8e-49f5-d0d0-ff60-0000000000f0 | TIMING | include_tasks | standalone | 0:27:59.623855 | 0.04s 2026-03-11 02:07:12.716962 | 3435bab0-cf18-4d64-a4ae-14d081d1baf3 | INCLUDED | /root/standalone-ansible-lkx9rgpx/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-11 02:07:12.754652 | fa163e8e-49f5-d0d0-ff60-000000004b16 | TASK | Gather variables for each operating system 2026-03-11 02:07:12.878130 | fa163e8e-49f5-d0d0-ff60-000000004b16 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:59.863405 | 0.12s 2026-03-11 02:07:12.908042 | fa163e8e-49f5-d0d0-ff60-000000004b17 | TASK | Detect if resource is being created or already exists 2026-03-11 02:07:13.750596 | fa163e8e-49f5-d0d0-ff60-000000004b17 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 02:07:13.752252 | fa163e8e-49f5-d0d0-ff60-000000004b17 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:00.737547 | 0.84s 2026-03-11 02:07:13.772755 | fa163e8e-49f5-d0d0-ff60-000000004b18 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-11 02:07:38.422858 | fa163e8e-49f5-d0d0-ff60-000000004b18 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-11 02:07:38.425000 | fa163e8e-49f5-d0d0-ff60-000000004b18 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:25.410276 | 24.65s 2026-03-11 02:07:38.461662 | fa163e8e-49f5-d0d0-ff60-000000004b19 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 02:07:38.720323 | fa163e8e-49f5-d0d0-ff60-000000004b19 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 02:07:38.721539 | fa163e8e-49f5-d0d0-ff60-000000004b19 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:25.706828 | 0.26s 2026-03-11 02:07:38.745272 | fa163e8e-49f5-d0d0-ff60-000000004b1a | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 02:07:39.164475 | fa163e8e-49f5-d0d0-ff60-000000004b1a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 02:07:39.166214 | fa163e8e-49f5-d0d0-ff60-000000004b1a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:26.151505 | 0.42s 2026-03-11 02:07:39.192061 | fa163e8e-49f5-d0d0-ff60-000000004b1b | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-11 02:07:39.401144 | fa163e8e-49f5-d0d0-ff60-000000004b1b | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-11 02:07:39.402037 | fa163e8e-49f5-d0d0-ff60-000000004b1b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:26.387331 | 0.21s 2026-03-11 02:07:39.422749 | fa163e8e-49f5-d0d0-ff60-000000004b1d | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-11 02:07:39.473110 | fa163e8e-49f5-d0d0-ff60-000000004b1d | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-11 02:07:39.474168 | fa163e8e-49f5-d0d0-ff60-000000004b1d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:26.459463 | 0.05s 2026-03-11 02:07:39.495185 | fa163e8e-49f5-d0d0-ff60-000000004b1e | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-11 02:07:39.542620 | fa163e8e-49f5-d0d0-ff60-000000004b1e | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-11 02:07:39.544056 | fa163e8e-49f5-d0d0-ff60-000000004b1e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:26.529340 | 0.05s 2026-03-11 02:07:39.580316 | fa163e8e-49f5-d0d0-ff60-000000004b1f | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-11 02:07:39.632911 | fa163e8e-49f5-d0d0-ff60-000000004b1f | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-11 02:07:39.633909 | fa163e8e-49f5-d0d0-ff60-000000004b1f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:26.619200 | 0.05s 2026-03-11 02:07:39.659704 | fa163e8e-49f5-d0d0-ff60-000000004b20 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 02:07:39.698812 | fa163e8e-49f5-d0d0-ff60-000000004b20 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 02:07:39.700540 | fa163e8e-49f5-d0d0-ff60-000000004b20 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:26.685817 | 0.04s 2026-03-11 02:07:39.733669 | fa163e8e-49f5-d0d0-ff60-000000004b21 | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-11 02:07:39.788958 | fa163e8e-49f5-d0d0-ff60-000000004b21 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-11 02:07:39.790357 | fa163e8e-49f5-d0d0-ff60-000000004b21 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:26.775641 | 0.05s 2026-03-11 02:07:39.849957 | fa163e8e-49f5-d0d0-ff60-000000004b42 | TASK | Gather variables for each operating system 2026-03-11 02:07:39.967076 | fa163e8e-49f5-d0d0-ff60-000000004b42 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:26.952353 | 0.12s 2026-03-11 02:07:39.997613 | fa163e8e-49f5-d0d0-ff60-000000004b43 | TASK | Detect if resource is being created or already exists 2026-03-11 02:07:40.769854 | fa163e8e-49f5-d0d0-ff60-000000004b43 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 02:07:40.770732 | fa163e8e-49f5-d0d0-ff60-000000004b43 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:27.756028 | 0.77s 2026-03-11 02:07:40.792175 | fa163e8e-49f5-d0d0-ff60-000000004b44 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-11 02:08:05.894983 | fa163e8e-49f5-d0d0-ff60-000000004b44 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-11 02:08:05.895988 | fa163e8e-49f5-d0d0-ff60-000000004b44 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:52.881284 | 25.10s 2026-03-11 02:08:05.916720 | fa163e8e-49f5-d0d0-ff60-000000004b45 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 02:08:06.134741 | fa163e8e-49f5-d0d0-ff60-000000004b45 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 02:08:06.136330 | fa163e8e-49f5-d0d0-ff60-000000004b45 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:53.121615 | 0.22s 2026-03-11 02:08:06.157330 | fa163e8e-49f5-d0d0-ff60-000000004b46 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 02:08:06.524451 | fa163e8e-49f5-d0d0-ff60-000000004b46 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 02:08:06.525639 | fa163e8e-49f5-d0d0-ff60-000000004b46 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:53.510931 | 0.37s 2026-03-11 02:08:06.549670 | fa163e8e-49f5-d0d0-ff60-000000004b47 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-11 02:08:06.805445 | fa163e8e-49f5-d0d0-ff60-000000004b47 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-11 02:08:06.806280 | fa163e8e-49f5-d0d0-ff60-000000004b47 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:28:53.791575 | 0.26s 2026-03-11 02:08:06.848144 | fa163e8e-49f5-d0d0-ff60-000000004b49 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-11 02:08:06.896700 | fa163e8e-49f5-d0d0-ff60-000000004b49 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-11 02:08:06.898730 | fa163e8e-49f5-d0d0-ff60-000000004b49 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:28:53.884020 | 0.05s 2026-03-11 02:08:06.924901 | fa163e8e-49f5-d0d0-ff60-000000004b4a | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-11 02:08:06.985477 | fa163e8e-49f5-d0d0-ff60-000000004b4a | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-11 02:08:06.986471 | fa163e8e-49f5-d0d0-ff60-000000004b4a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:28:53.971761 | 0.06s 2026-03-11 02:08:07.012896 | fa163e8e-49f5-d0d0-ff60-000000004b4b | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-11 02:08:07.054598 | fa163e8e-49f5-d0d0-ff60-000000004b4b | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-11 02:08:07.055994 | fa163e8e-49f5-d0d0-ff60-000000004b4b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:28:54.041279 | 0.04s 2026-03-11 02:08:07.083506 | fa163e8e-49f5-d0d0-ff60-000000004b4c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 02:08:07.128066 | fa163e8e-49f5-d0d0-ff60-000000004b4c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 02:08:07.128991 | fa163e8e-49f5-d0d0-ff60-000000004b4c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:54.114284 | 0.04s 2026-03-11 02:08:07.153993 | fa163e8e-49f5-d0d0-ff60-000000004b4d | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-11 02:08:07.193756 | fa163e8e-49f5-d0d0-ff60-000000004b4d | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-11 02:08:07.195031 | fa163e8e-49f5-d0d0-ff60-000000004b4d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:28:54.180315 | 0.04s 2026-03-11 02:08:07.249671 | fa163e8e-49f5-d0d0-ff60-000000004b6e | TASK | Gather variables for each operating system 2026-03-11 02:08:07.370254 | fa163e8e-49f5-d0d0-ff60-000000004b6e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:54.355507 | 0.12s 2026-03-11 02:08:07.401139 | fa163e8e-49f5-d0d0-ff60-000000004b6f | TASK | Detect if resource is being created or already exists 2026-03-11 02:08:08.133736 | fa163e8e-49f5-d0d0-ff60-000000004b6f | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 02:08:08.134797 | fa163e8e-49f5-d0d0-ff60-000000004b6f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:55.120093 | 0.73s 2026-03-11 02:08:08.156860 | fa163e8e-49f5-d0d0-ff60-000000004b70 | TASK | Run init bundle puppet on the host for manila_share 2026-03-11 02:08:33.130726 | fa163e8e-49f5-d0d0-ff60-000000004b70 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-11 02:08:33.132798 | fa163e8e-49f5-d0d0-ff60-000000004b70 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:20.118073 | 24.97s 2026-03-11 02:08:33.172454 | fa163e8e-49f5-d0d0-ff60-000000004b71 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-11 02:08:33.442136 | fa163e8e-49f5-d0d0-ff60-000000004b71 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-11 02:08:33.443993 | fa163e8e-49f5-d0d0-ff60-000000004b71 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:20.429272 | 0.27s 2026-03-11 02:08:33.479522 | fa163e8e-49f5-d0d0-ff60-000000004b72 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 02:08:33.903306 | fa163e8e-49f5-d0d0-ff60-000000004b72 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 02:08:33.904209 | fa163e8e-49f5-d0d0-ff60-000000004b72 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:20.889504 | 0.42s 2026-03-11 02:08:33.926102 | fa163e8e-49f5-d0d0-ff60-000000004b73 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-11 02:08:34.152024 | fa163e8e-49f5-d0d0-ff60-000000004b73 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-11 02:08:34.153562 | fa163e8e-49f5-d0d0-ff60-000000004b73 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:21.138838 | 0.23s 2026-03-11 02:08:34.195711 | fa163e8e-49f5-d0d0-ff60-000000004b75 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-11 02:08:34.236676 | fa163e8e-49f5-d0d0-ff60-000000004b75 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-11 02:08:34.237575 | fa163e8e-49f5-d0d0-ff60-000000004b75 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:21.222867 | 0.04s 2026-03-11 02:08:34.261060 | fa163e8e-49f5-d0d0-ff60-000000004b76 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-11 02:08:34.292023 | fa163e8e-49f5-d0d0-ff60-000000004b76 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-11 02:08:34.293140 | fa163e8e-49f5-d0d0-ff60-000000004b76 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:21.278432 | 0.03s 2026-03-11 02:08:34.318792 | fa163e8e-49f5-d0d0-ff60-000000004b77 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-11 02:08:34.372176 | fa163e8e-49f5-d0d0-ff60-000000004b77 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-11 02:08:34.373066 | fa163e8e-49f5-d0d0-ff60-000000004b77 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:21.358357 | 0.05s 2026-03-11 02:08:34.397678 | fa163e8e-49f5-d0d0-ff60-000000004b78 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 02:08:34.447591 | fa163e8e-49f5-d0d0-ff60-000000004b78 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 02:08:34.448653 | fa163e8e-49f5-d0d0-ff60-000000004b78 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:21.433945 | 0.05s 2026-03-11 02:08:34.472604 | fa163e8e-49f5-d0d0-ff60-000000004b79 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-11 02:08:34.524130 | fa163e8e-49f5-d0d0-ff60-000000004b79 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-11 02:08:34.525426 | fa163e8e-49f5-d0d0-ff60-000000004b79 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:21.510712 | 0.05s 2026-03-11 02:08:34.581963 | fa163e8e-49f5-d0d0-ff60-000000004b9a | TASK | Run kolla_set_configs to copy ring files 2026-03-11 02:08:35.038867 | fa163e8e-49f5-d0d0-ff60-000000004b9a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-11 02:08:35.039779 | fa163e8e-49f5-d0d0-ff60-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:22.025071 | 0.46s 2026-03-11 02:08:35.047111 | fa163e8e-49f5-d0d0-ff60-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:22.032407 | 0.46s 2026-03-11 02:08:35.066321 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TASK | Run kolla_set_configs to copy ring files 2026-03-11 02:08:35.415646 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-11 02:08:35.417609 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:22.402895 | 0.35s 2026-03-11 02:08:35.941876 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-11 02:08:35.942750 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:22.928046 | 0.88s 2026-03-11 02:08:36.289753 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-11 02:08:36.290908 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.276204 | 1.22s 2026-03-11 02:08:36.704330 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-11 02:08:36.705260 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.690554 | 1.64s 2026-03-11 02:08:36.996466 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-11 02:08:36.998225 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.983513 | 1.93s 2026-03-11 02:08:37.314467 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-11 02:08:37.316360 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:24.301649 | 2.25s 2026-03-11 02:08:37.827710 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-11 02:08:37.829110 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:24.814406 | 2.76s 2026-03-11 02:08:38.219463 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-11 02:08:38.221287 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.206576 | 3.15s 2026-03-11 02:08:38.476369 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-11 02:08:38.478273 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.463561 | 3.41s 2026-03-11 02:08:38.959684 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-11 02:08:38.960480 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.945775 | 3.89s 2026-03-11 02:08:39.246045 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-11 02:08:39.247081 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:26.232371 | 4.18s 2026-03-11 02:08:39.777915 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-11 02:08:39.778926 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:26.764223 | 4.71s 2026-03-11 02:08:40.236051 | fa163e8e-49f5-d0d0-ff60-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-11 02:08:40.236954 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:27.222251 | 5.17s 2026-03-11 02:08:40.244600 | fa163e8e-49f5-d0d0-ff60-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:27.229889 | 5.18s 2026-03-11 02:08:40.266750 | fa163e8e-49f5-d0d0-ff60-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-11 02:08:40.468451 | fa163e8e-49f5-d0d0-ff60-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-11 02:08:40.469841 | fa163e8e-49f5-d0d0-ff60-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:27.455128 | 0.20s 2026-03-11 02:08:40.562174 | fa163e8e-49f5-d0d0-ff60-0000000000f3 | TIMING | include_tasks | standalone | 0:29:27.547452 | 0.07s 2026-03-11 02:08:40.604088 | 8cedb8d0-ca92-4c16-b1ea-b05a2f38ad80 | INCLUDED | /root/standalone-ansible-lkx9rgpx/common_deploy_steps_tasks.yaml | standalone 2026-03-11 02:08:40.630198 | fa163e8e-49f5-d0d0-ff60-000000004c18 | TASK | Write the config_step hieradata 2026-03-11 02:08:41.070081 | fa163e8e-49f5-d0d0-ff60-000000004c18 | OK | Write the config_step hieradata | standalone 2026-03-11 02:08:41.071082 | fa163e8e-49f5-d0d0-ff60-000000004c18 | TIMING | Write the config_step hieradata | standalone | 0:29:28.056371 | 0.44s 2026-03-11 02:08:41.095650 | fa163e8e-49f5-d0d0-ff60-000000004c19 | TASK | Run puppet host configuration for step 5 2026-03-11 02:08:41.412093 | fa163e8e-49f5-d0d0-ff60-000000004c19 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-11 02:08:41.413646 | fa163e8e-49f5-d0d0-ff60-000000004c19 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:28.398930 | 0.32s 2026-03-11 02:08:41.452432 | fa163e8e-49f5-d0d0-ff60-000000004c1a | TASK | Wait for puppet host configuration to finish 2026-03-11 02:08:41.688084 | fa163e8e-49f5-d0d0-ff60-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 02:08:51.897104 | fa163e8e-49f5-d0d0-ff60-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 02:09:02.145456 | fa163e8e-49f5-d0d0-ff60-000000004c1a | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 02:09:02.146471 | fa163e8e-49f5-d0d0-ff60-000000004c1a | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:49.131764 | 20.69s 2026-03-11 02:09:02.174161 | fa163e8e-49f5-d0d0-ff60-000000004c1b | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-11 02:09:02.260744 | fa163e8e-49f5-d0d0-ff60-000000004c1b | 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>Mar 11 02:08:41 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 02:08:48 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 02:08:48 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 02:08:48 puppet-user: (file & line not available)", "<13>Mar 11 02:08:48 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>Mar 11 02:08:48 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 02:08:49 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\", 7]", "<13>Mar 11 02:08:49 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 02:08:49 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 02:08:49 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\", 7]", "<13>Mar 11 02:08:49 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\", 7]", "<13>Mar 11 02:08:49 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\", 7]", "<13>Mar 11 02:08:49 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\", 7]", "<13>Mar 11 02:08:49 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\", 7]", "<13>Mar 11 02:08:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 02:08:49 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.61 seconds", "<13>Mar 11 02:08:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 02:08:55 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 02:08:57 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 02:08:57 puppet-user: Notice: Applied catalog in 8.07 seconds", "<13>Mar 11 02:08:57 puppet-user: Application:", "<13>Mar 11 02:08:57 puppet-user: Initial environment: production", "<13>Mar 11 02:08:57 puppet-user: Converged environment: production", "<13>Mar 11 02:08:57 puppet-user: Run mode: user", "<13>Mar 11 02:08:57 puppet-user: Changes:", "<13>Mar 11 02:08:57 puppet-user: Total: 2", "<13>Mar 11 02:08:57 puppet-user: Events:", "<13>Mar 11 02:08:57 puppet-user: Success: 2", "<13>Mar 11 02:08:57 puppet-user: Resources:", "<13>Mar 11 02:08:57 puppet-user: Changed: 2", "<13>Mar 11 02:08:57 puppet-user: Out of sync: 2", "<13>Mar 11 02:08:57 puppet-user: Total: 37", "<13>Mar 11 02:08:57 puppet-user: Time:", "<13>Mar 11 02:08:57 puppet-user: Filebucket: 0.00", "<13>Mar 11 02:08:57 puppet-user: Schedule: 0.00", "<13>Mar 11 02:08:57 puppet-user: File line: 0.00", "<13>Mar 11 02:08:57 puppet-user: Package: 0.00", "<13>Mar 11 02:08:57 puppet-user: Augeas: 0.01", "<13>Mar 11 02:08:57 puppet-user: User: 0.01", "<13>Mar 11 02:08:57 puppet-user: File: 0.09", "<13>Mar 11 02:08:57 puppet-user: Service: 0.17", "<13>Mar 11 02:08:57 puppet-user: Config retrieval: 0.78", "<13>Mar 11 02:08:57 puppet-user: Pcmk property: 1.54", "<13>Mar 11 02:08:57 puppet-user: Exec: 1.98", "<13>Mar 11 02:08:57 puppet-user: Last run: 1773194937", "<13>Mar 11 02:08:57 puppet-user: Pcmk resource default: 2.03", "<13>Mar 11 02:08:57 puppet-user: Pcmk resource op default: 2.08", "<13>Mar 11 02:08:57 puppet-user: Transaction evaluation: 8.06", "<13>Mar 11 02:08:57 puppet-user: Catalog application: 8.07", "<13>Mar 11 02:08:57 puppet-user: Total: 8.08", "<13>Mar 11 02:08:57 puppet-user: Version:", "<13>Mar 11 02:08:57 puppet-user: Config: 1773194928", "<13>Mar 11 02:08:57 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 02:09:02.262419 | fa163e8e-49f5-d0d0-ff60-000000004c1b | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:49.247704 | 0.08s 2026-03-11 02:09:02.291446 | fa163e8e-49f5-d0d0-ff60-000000004c1c | TASK | Pre-cache facts for puppet containers 2026-03-11 02:09:02.320676 | fa163e8e-49f5-d0d0-ff60-000000004c1c | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:49.305954 | 0.03s 2026-03-11 02:09:02.393148 | fa163e8e-49f5-d0d0-ff60-000000004c5b | TASK | Gather variables for each operating system 2026-03-11 02:09:02.518338 | fa163e8e-49f5-d0d0-ff60-000000004c5b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:49.503593 | 0.12s 2026-03-11 02:09:02.550210 | fa163e8e-49f5-d0d0-ff60-000000004c5c | TASK | Create puppet caching structures 2026-03-11 02:09:02.819675 | fa163e8e-49f5-d0d0-ff60-000000004c5c | CHANGED | Create puppet caching structures | standalone 2026-03-11 02:09:02.821109 | fa163e8e-49f5-d0d0-ff60-000000004c5c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:49.806395 | 0.27s 2026-03-11 02:09:02.851912 | fa163e8e-49f5-d0d0-ff60-000000004c5d | TASK | Check for facter.conf 2026-03-11 02:09:03.075275 | fa163e8e-49f5-d0d0-ff60-000000004c5d | OK | Check for facter.conf | standalone 2026-03-11 02:09:03.076674 | fa163e8e-49f5-d0d0-ff60-000000004c5d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:50.061958 | 0.22s 2026-03-11 02:09:03.192680 | fa163e8e-49f5-d0d0-ff60-000000004c5e | TASK | Remove facter.conf if directory 2026-03-11 02:09:03.242671 | fa163e8e-49f5-d0d0-ff60-000000004c5e | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 02:09:03.243572 | fa163e8e-49f5-d0d0-ff60-000000004c5e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:50.228865 | 0.05s 2026-03-11 02:09:03.262520 | fa163e8e-49f5-d0d0-ff60-000000004c5f | TASK | Write facter cache config 2026-03-11 02:09:03.750530 | fa163e8e-49f5-d0d0-ff60-000000004c5f | CHANGED | Write facter cache config | standalone 2026-03-11 02:09:03.752056 | fa163e8e-49f5-d0d0-ff60-000000004c5f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:50.737340 | 0.49s 2026-03-11 02:09:03.783051 | fa163e8e-49f5-d0d0-ff60-000000004c60 | TASK | Cleanup facter cache if exists 2026-03-11 02:09:04.016963 | fa163e8e-49f5-d0d0-ff60-000000004c60 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 02:09:04.017845 | fa163e8e-49f5-d0d0-ff60-000000004c60 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:51.003140 | 0.23s 2026-03-11 02:09:04.047429 | fa163e8e-49f5-d0d0-ff60-000000004c61 | TASK | Pre-cache facts 2026-03-11 02:09:04.750518 | fa163e8e-49f5-d0d0-ff60-000000004c61 | CHANGED | Pre-cache facts | standalone 2026-03-11 02:09:04.751795 | fa163e8e-49f5-d0d0-ff60-000000004c61 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:29:51.737082 | 0.70s 2026-03-11 02:09:04.787090 | fa163e8e-49f5-d0d0-ff60-000000004c62 | TASK | Failed deployment if facter fails 2026-03-11 02:09:04.828834 | fa163e8e-49f5-d0d0-ff60-000000004c62 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 02:09:04.830105 | fa163e8e-49f5-d0d0-ff60-000000004c62 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:29:51.815390 | 0.04s 2026-03-11 02:09:04.875167 | fa163e8e-49f5-d0d0-ff60-000000004c63 | TASK | Sync cached facts 2026-03-11 02:09:05.184005 | fa163e8e-49f5-d0d0-ff60-000000004c63 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8e-49f5-d0d0-ff60-000000004c63') missing from stats 2026-03-11 02:09:05.242502 | fa163e8e-49f5-d0d0-ff60-000000004c1d | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 02:09:05.294089 | fa163e8e-49f5-d0d0-ff60-000000004c1d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 02:09:05.295293 | fa163e8e-49f5-d0d0-ff60-000000004c1d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:29:52.280576 | 0.05s 2026-03-11 02:09:05.333111 | fa163e8e-49f5-d0d0-ff60-000000004c1f | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-11 02:09:05.368423 | fa163e8e-49f5-d0d0-ff60-000000004c1f | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:29:52.353699 | 0.03s 2026-03-11 02:09:05.435956 | fa163e8e-49f5-d0d0-ff60-000000004cba | TASK | Gather variables for each operating system 2026-03-11 02:09:05.558321 | fa163e8e-49f5-d0d0-ff60-000000004cba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:52.543596 | 0.12s 2026-03-11 02:09:05.587861 | fa163e8e-49f5-d0d0-ff60-000000004cbb | TASK | Create container logs path 2026-03-11 02:09:05.824867 | fa163e8e-49f5-d0d0-ff60-000000004cbb | OK | Create container logs path | standalone 2026-03-11 02:09:05.826161 | fa163e8e-49f5-d0d0-ff60-000000004cbb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:52.811447 | 0.24s 2026-03-11 02:09:05.856791 | fa163e8e-49f5-d0d0-ff60-000000004cbd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 02:09:06.066155 | fa163e8e-49f5-d0d0-ff60-000000004cbd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 02:09:06.067384 | fa163e8e-49f5-d0d0-ff60-000000004cbd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:53.052671 | 0.21s 2026-03-11 02:09:06.096087 | fa163e8e-49f5-d0d0-ff60-000000004cbe | TASK | Finalise hashes for all containers 2026-03-11 02:09:06.140356 | fa163e8e-49f5-d0d0-ff60-000000004cbe | OK | Finalise hashes for all containers | standalone 2026-03-11 02:09:06.141519 | fa163e8e-49f5-d0d0-ff60-000000004cbe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:53.126806 | 0.04s 2026-03-11 02:09:06.170312 | fa163e8e-49f5-d0d0-ff60-000000004cc0 | TASK | Manage systemd shutdown files 2026-03-11 02:09:06.201689 | fa163e8e-49f5-d0d0-ff60-000000004cc0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:53.186964 | 0.03s 2026-03-11 02:09:06.234313 | f21b6e79-4e65-42b7-9fd2-cba3c2a62e81 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 02:09:06.265280 | fa163e8e-49f5-d0d0-ff60-000000004cf3 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 02:09:06.506572 | fa163e8e-49f5-d0d0-ff60-000000004cf3 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 02:09:06.508048 | fa163e8e-49f5-d0d0-ff60-000000004cf3 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:29:53.493334 | 0.24s 2026-03-11 02:09:06.537571 | fa163e8e-49f5-d0d0-ff60-000000004cf4 | TASK | Set podman_drop_in fact 2026-03-11 02:09:06.587626 | fa163e8e-49f5-d0d0-ff60-000000004cf4 | OK | Set podman_drop_in fact | standalone 2026-03-11 02:09:06.588799 | fa163e8e-49f5-d0d0-ff60-000000004cf4 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:29:53.574090 | 0.05s 2026-03-11 02:09:06.612286 | fa163e8e-49f5-d0d0-ff60-000000004cf6 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 02:09:07.071088 | fa163e8e-49f5-d0d0-ff60-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 02:09:07.072146 | fa163e8e-49f5-d0d0-ff60-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:54.057438 | 0.46s 2026-03-11 02:09:07.469449 | fa163e8e-49f5-d0d0-ff60-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 02:09:07.471104 | fa163e8e-49f5-d0d0-ff60-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:54.456392 | 0.86s 2026-03-11 02:09:07.481716 | fa163e8e-49f5-d0d0-ff60-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:54.466985 | 0.87s 2026-03-11 02:09:07.503738 | fa163e8e-49f5-d0d0-ff60-000000004cf7 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 02:09:07.941220 | fa163e8e-49f5-d0d0-ff60-000000004cf7 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 02:09:07.942734 | fa163e8e-49f5-d0d0-ff60-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:29:54.928019 | 0.44s 2026-03-11 02:09:07.972105 | fa163e8e-49f5-d0d0-ff60-000000004cf8 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 02:09:08.501922 | fa163e8e-49f5-d0d0-ff60-000000004cf8 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 02:09:08.502968 | fa163e8e-49f5-d0d0-ff60-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:29:55.488260 | 0.53s 2026-03-11 02:09:08.525521 | fa163e8e-49f5-d0d0-ff60-000000004cf9 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 02:09:09.506163 | fa163e8e-49f5-d0d0-ff60-000000004cf9 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 02:09:09.508610 | fa163e8e-49f5-d0d0-ff60-000000004cf9 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:29:56.493888 | 0.98s 2026-03-11 02:09:09.545800 | fa163e8e-49f5-d0d0-ff60-000000004cfa | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 02:09:10.055385 | fa163e8e-49f5-d0d0-ff60-000000004cfa | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 02:09:10.058001 | fa163e8e-49f5-d0d0-ff60-000000004cfa | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:29:57.043282 | 0.51s 2026-03-11 02:09:10.089358 | fa163e8e-49f5-d0d0-ff60-000000004cfb | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 02:09:10.655350 | fa163e8e-49f5-d0d0-ff60-000000004cfb | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 02:09:10.656947 | fa163e8e-49f5-d0d0-ff60-000000004cfb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:29:57.642238 | 0.56s 2026-03-11 02:09:10.677267 | fa163e8e-49f5-d0d0-ff60-000000004cfc | TASK | Enable and start netns-placeholder 2026-03-11 02:09:11.607031 | fa163e8e-49f5-d0d0-ff60-000000004cfc | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 02:09:11.610404 | fa163e8e-49f5-d0d0-ff60-000000004cfc | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:29:58.595689 | 0.93s 2026-03-11 02:09:11.641854 | fa163e8e-49f5-d0d0-ff60-000000004cc2 | TASK | Update container configs with new config hashes 2026-03-11 02:09:11.685985 | fa163e8e-49f5-d0d0-ff60-000000004cc2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:58.671259 | 0.04s 2026-03-11 02:09:11.709115 | 22a0cf01-d5ea-402d-8593-3a3dc7cf679a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 02:09:11.739559 | fa163e8e-49f5-d0d0-ff60-000000004d24 | TASK | Update config hashes for container startup configs 2026-03-11 02:09:12.012142 | fa163e8e-49f5-d0d0-ff60-000000004d24 | OK | Update config hashes for container startup configs | standalone 2026-03-11 02:09:12.014574 | fa163e8e-49f5-d0d0-ff60-000000004d24 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:29:58.999766 | 0.27s 2026-03-11 02:09:12.047130 | fa163e8e-49f5-d0d0-ff60-000000004cc3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 02:09:12.109789 | fa163e8e-49f5-d0d0-ff60-000000004cc3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:59.095065 | 0.06s 2026-03-11 02:09:12.135113 | f77c5d35-5ccc-4326-ae7f-d8e01ec0697d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 02:09:12.174624 | fa163e8e-49f5-d0d0-ff60-000000004d43 | TASK | Gather podman infos 2026-03-11 02:09:14.112960 | fa163e8e-49f5-d0d0-ff60-000000004d43 | OK | Gather podman infos | standalone 2026-03-11 02:09:14.115632 | fa163e8e-49f5-d0d0-ff60-000000004d43 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:01.100918 | 1.94s 2026-03-11 02:09:14.275217 | fa163e8e-49f5-d0d0-ff60-000000004d44 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 02:09:14.358646 | fa163e8e-49f5-d0d0-ff60-000000004d44 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:01.343930 | 0.07s 2026-03-11 02:09:14.637411 | fa163e8e-49f5-d0d0-ff60-000000004d8d | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:01.622684 | 0.14s 2026-03-11 02:09:14.676530 | fa163e8e-49f5-d0d0-ff60-000000004cc4 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 02:09:14.713542 | fa163e8e-49f5-d0d0-ff60-000000004cc4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:01.698828 | 0.04s 2026-03-11 02:09:14.725628 | dfc70d70-f533-4b0a-a65a-79e0333e9015 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 02:09:14.752872 | fa163e8e-49f5-d0d0-ff60-000000004db3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 02:09:40.517749 | fa163e8e-49f5-d0d0-ff60-000000004db3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 02:09:40.520611 | fa163e8e-49f5-d0d0-ff60-000000004db3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:27.505900 | 25.77s 2026-03-11 02:09:40.550527 | fa163e8e-49f5-d0d0-ff60-000000004db4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 02:10:05.357100 | fa163e8e-49f5-d0d0-ff60-000000004db4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 02:10:05.358085 | fa163e8e-49f5-d0d0-ff60-000000004db4 | 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:30:52.343381 | 24.81s 2026-03-11 02:10:05.402681 | fa163e8e-49f5-d0d0-ff60-000000004c21 | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-11 02:10:05.585530 | fa163e8e-49f5-d0d0-ff60-000000004c21 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-11 02:10:05.586538 | fa163e8e-49f5-d0d0-ff60-000000004c21 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:30:52.571824 | 0.18s 2026-03-11 02:10:05.615480 | fa163e8e-49f5-d0d0-ff60-000000004c22 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-11 02:10:05.653845 | fa163e8e-49f5-d0d0-ff60-000000004c22 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:30:52.639126 | 0.04s 2026-03-11 02:10:05.675625 | fa163e8e-49f5-d0d0-ff60-000000004c23 | TASK | Include container-puppet tasks for step 5 2026-03-11 02:10:05.714995 | fa163e8e-49f5-d0d0-ff60-000000004c23 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:30:52.700279 | 0.04s 2026-03-11 02:10:05.727133 | ca71cd25-1da1-4ef1-8190-75969f106ae9 | INCLUDED | /root/standalone-ansible-lkx9rgpx/host-container-puppet-tasks.yaml | standalone 2026-03-11 02:10:05.755565 | fa163e8e-49f5-d0d0-ff60-000000004dff | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-11 02:10:06.233930 | fa163e8e-49f5-d0d0-ff60-000000004dff | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-11 02:10:06.235540 | fa163e8e-49f5-d0d0-ff60-000000004dff | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:30:53.220826 | 0.48s 2026-03-11 02:10:06.266523 | fa163e8e-49f5-d0d0-ff60-000000004e01 | TASK | Generate container puppet configs for step 5 2026-03-11 02:10:06.548037 | fa163e8e-49f5-d0d0-ff60-000000004e01 | OK | Generate container puppet configs for step 5 | standalone 2026-03-11 02:10:06.549526 | fa163e8e-49f5-d0d0-ff60-000000004e01 | TIMING | Generate container puppet configs for step 5 | standalone | 0:30:53.534806 | 0.28s 2026-03-11 02:10:06.581826 | fa163e8e-49f5-d0d0-ff60-000000004e02 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-11 02:10:06.613127 | fa163e8e-49f5-d0d0-ff60-000000004e02 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:30:53.598405 | 0.03s 2026-03-11 02:10:06.686810 | fa163e8e-49f5-d0d0-ff60-000000004e31 | TASK | Gather variables for each operating system 2026-03-11 02:10:06.768442 | fa163e8e-49f5-d0d0-ff60-000000004e31 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:53.753725 | 0.08s 2026-03-11 02:10:06.791290 | fa163e8e-49f5-d0d0-ff60-000000004e32 | TASK | Create container logs path 2026-03-11 02:10:07.019367 | fa163e8e-49f5-d0d0-ff60-000000004e32 | OK | Create container logs path | standalone 2026-03-11 02:10:07.020939 | fa163e8e-49f5-d0d0-ff60-000000004e32 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:54.006224 | 0.23s 2026-03-11 02:10:07.055037 | fa163e8e-49f5-d0d0-ff60-000000004e34 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 02:10:07.300416 | fa163e8e-49f5-d0d0-ff60-000000004e34 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 02:10:07.301801 | fa163e8e-49f5-d0d0-ff60-000000004e34 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:54.287085 | 0.24s 2026-03-11 02:10:07.331901 | fa163e8e-49f5-d0d0-ff60-000000004e35 | TASK | Finalise hashes for all containers 2026-03-11 02:10:07.373061 | fa163e8e-49f5-d0d0-ff60-000000004e35 | OK | Finalise hashes for all containers | standalone 2026-03-11 02:10:07.374504 | fa163e8e-49f5-d0d0-ff60-000000004e35 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:54.359787 | 0.04s 2026-03-11 02:10:07.406017 | fa163e8e-49f5-d0d0-ff60-000000004e37 | TASK | Manage systemd shutdown files 2026-03-11 02:10:07.439351 | fa163e8e-49f5-d0d0-ff60-000000004e37 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 02:10:07.440640 | fa163e8e-49f5-d0d0-ff60-000000004e37 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:54.425925 | 0.03s 2026-03-11 02:10:07.473046 | fa163e8e-49f5-d0d0-ff60-000000004e39 | TASK | Update container configs with new config hashes 2026-03-11 02:10:07.502088 | fa163e8e-49f5-d0d0-ff60-000000004e39 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 02:10:07.503046 | fa163e8e-49f5-d0d0-ff60-000000004e39 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:54.488338 | 0.03s 2026-03-11 02:10:07.529155 | fa163e8e-49f5-d0d0-ff60-000000004e3a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 02:10:07.578430 | fa163e8e-49f5-d0d0-ff60-000000004e3a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 02:10:07.579481 | fa163e8e-49f5-d0d0-ff60-000000004e3a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:54.564772 | 0.05s 2026-03-11 02:10:07.605563 | fa163e8e-49f5-d0d0-ff60-000000004e3b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 02:10:07.633925 | fa163e8e-49f5-d0d0-ff60-000000004e3b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 02:10:07.634923 | fa163e8e-49f5-d0d0-ff60-000000004e3b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:54.620215 | 0.03s PLAY [Server Post Deployments] ************************************************* 2026-03-11 02:10:07.811531 | fa163e8e-49f5-d0d0-ff60-0000000000f7 | TASK | Server Post Deployments 2026-03-11 02:10:07.837927 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000f7') missing from stats 2026-03-11 02:10:07.897219 | fa163e8e-49f5-d0d0-ff60-0000000000f8 | TIMING | include_tasks | standalone | 0:30:54.882501 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-11 02:10:08.007831 | fa163e8e-49f5-d0d0-ff60-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-11 02:10:08.033996 | fa163e8e-49f5-d0d0-ff60-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', 'fa163e8e-49f5-d0d0-ff60-0000000000fc') missing from stats 2026-03-11 02:10:08.049260 | fa163e8e-49f5-d0d0-ff60-000000000100 | TASK | is additonal Cell? 2026-03-11 02:10:08.074600 | fa163e8e-49f5-d0d0-ff60-000000000100 | OK | is additonal Cell? | undercloud 2026-03-11 02:10:08.075352 | fa163e8e-49f5-d0d0-ff60-000000000100 | TIMING | is additonal Cell? | undercloud | 0:30:55.060646 | 0.03s 2026-03-11 02:10:08.089570 | fa163e8e-49f5-d0d0-ff60-000000000102 | TASK | discover via nova_manager? 2026-03-11 02:10:08.147158 | fa163e8e-49f5-d0d0-ff60-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-11 02:10:08.148071 | fa163e8e-49f5-d0d0-ff60-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:30:55.133364 | 0.06s 2026-03-11 02:10:08.162868 | fa163e8e-49f5-d0d0-ff60-000000000103 | TASK | discover via nova_api? 2026-03-11 02:10:08.230171 | fa163e8e-49f5-d0d0-ff60-000000000103 | OK | discover via nova_api? | undercloud 2026-03-11 02:10:08.231206 | fa163e8e-49f5-d0d0-ff60-000000000103 | TIMING | discover via nova_api? | undercloud | 0:30:55.216500 | 0.07s 2026-03-11 02:10:08.244994 | fa163e8e-49f5-d0d0-ff60-000000000104 | TASK | Warn if no discovery host available 2026-03-11 02:10:08.290366 | fa163e8e-49f5-d0d0-ff60-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-11 02:10:08.291236 | fa163e8e-49f5-d0d0-ff60-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:30:55.276508 | 0.05s 2026-03-11 02:10:08.317840 | fa163e8e-49f5-d0d0-ff60-000000000105 | TASK | Discovering nova hosts 2026-03-11 02:10:11.143274 | fa163e8e-49f5-d0d0-ff60-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8e-49f5-d0d0-ff60-000000000105') missing from stats 2026-03-11 02:10:11.230589 | fa163e8e-49f5-d0d0-ff60-000000000106 | OK | set_fact | undercloud 2026-03-11 02:10:11.232153 | fa163e8e-49f5-d0d0-ff60-000000000106 | TIMING | set_fact | undercloud | 0:30:58.217431 | 0.07s 2026-03-11 02:10:11.250048 | fa163e8e-49f5-d0d0-ff60-000000000108 | TASK | Set up group_vars 2026-03-11 02:10:11.293511 | fa163e8e-49f5-d0d0-ff60-000000000108 | OK | Set up group_vars | undercloud 2026-03-11 02:10:11.295872 | fa163e8e-49f5-d0d0-ff60-000000000108 | TIMING | Set up group_vars | undercloud | 0:30:58.281141 | 0.04s 2026-03-11 02:10:11.315413 | fa163e8e-49f5-d0d0-ff60-000000000109 | TASK | Make needed directories on the undercloud 2026-03-11 02:10:11.583602 | fa163e8e-49f5-d0d0-ff60-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lkx9rgpx/octavia-ansible 2026-03-11 02:10:11.585057 | fa163e8e-49f5-d0d0-ff60-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:58.570340 | 0.27s 2026-03-11 02:10:11.811444 | fa163e8e-49f5-d0d0-ff60-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lkx9rgpx/octavia-ansible/local_dir 2026-03-11 02:10:11.812518 | fa163e8e-49f5-d0d0-ff60-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:58.797813 | 0.50s 2026-03-11 02:10:12.008119 | fa163e8e-49f5-d0d0-ff60-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lkx9rgpx/octavia-ansible/group_vars 2026-03-11 02:10:12.009426 | fa163e8e-49f5-d0d0-ff60-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:58.994718 | 0.69s 2026-03-11 02:10:12.019782 | fa163e8e-49f5-d0d0-ff60-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:59.005051 | 0.70s 2026-03-11 02:10:12.035160 | fa163e8e-49f5-d0d0-ff60-00000000010a | TASK | Write group_vars file 2026-03-11 02:10:12.467592 | fa163e8e-49f5-d0d0-ff60-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-11 02:10:12.468986 | fa163e8e-49f5-d0d0-ff60-00000000010a | TIMING | Write group_vars file | undercloud | 0:30:59.454272 | 0.43s 2026-03-11 02:10:12.495166 | fa163e8e-49f5-d0d0-ff60-00000000010b | TASK | Gather missing facts 2026-03-11 02:10:12.849290 | fa163e8e-49f5-d0d0-ff60-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8e-49f5-d0d0-ff60-00000000010b') missing from stats 2026-03-11 02:10:12.863271 | fa163e8e-49f5-d0d0-ff60-00000000010b | TIMING | Gather missing facts | undercloud | 0:30:59.848522 | 0.37s 2026-03-11 02:10:12.882512 | fa163e8e-49f5-d0d0-ff60-00000000010c | TASK | Write octavia inventory 2026-03-11 02:10:13.444547 | fa163e8e-49f5-d0d0-ff60-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-11 02:10:13.446353 | fa163e8e-49f5-d0d0-ff60-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:00.431630 | 0.56s 2026-03-11 02:10:13.467262 | fa163e8e-49f5-d0d0-ff60-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-11 02:10:13.706650 | fa163e8e-49f5-d0d0-ff60-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-11 02:10:13.708136 | fa163e8e-49f5-d0d0-ff60-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:00.693419 | 0.24s 2026-03-11 02:10:13.724328 | fa163e8e-49f5-d0d0-ff60-00000000010e | TASK | Set private key location 2026-03-11 02:10:13.791484 | fa163e8e-49f5-d0d0-ff60-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-11 02:10:13.792492 | fa163e8e-49f5-d0d0-ff60-00000000010e | TIMING | Set private key location | undercloud | 0:31:00.777781 | 0.07s 2026-03-11 02:10:13.806887 | fa163e8e-49f5-d0d0-ff60-00000000010f | TASK | Configure octavia command 2026-03-11 02:10:13.846198 | fa163e8e-49f5-d0d0-ff60-00000000010f | OK | Configure octavia command | undercloud 2026-03-11 02:10:13.847063 | fa163e8e-49f5-d0d0-ff60-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:00.832353 | 0.04s 2026-03-11 02:10:13.904367 | fa163e8e-49f5-d0d0-ff60-000000000110 | OK | set_fact | undercloud 2026-03-11 02:10:13.905400 | fa163e8e-49f5-d0d0-ff60-000000000110 | TIMING | set_fact | undercloud | 0:31:00.890687 | 0.04s 2026-03-11 02:10:13.974142 | fa163e8e-49f5-d0d0-ff60-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-lkx9rgpx/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-lkx9rgpx/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-lkx9rgpx/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-11 02:10:13.975506 | fa163e8e-49f5-d0d0-ff60-000000000111 | TIMING | debug | undercloud | 0:31:00.960787 | 0.06s 2026-03-11 02:10:13.994023 | fa163e8e-49f5-d0d0-ff60-000000000112 | TASK | Configure octavia on overcloud 2026-03-11 02:13:30.972584 | fa163e8e-49f5-d0d0-ff60-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-11 02:13:30.974869 | fa163e8e-49f5-d0d0-ff60-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:17.960157 | 196.98s 2026-03-11 02:13:30.992306 | fa163e8e-49f5-d0d0-ff60-000000000113 | TASK | Purge temp dirs 2026-03-11 02:13:31.181781 | fa163e8e-49f5-d0d0-ff60-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-lkx9rgpx/octavia-ansible/local_dir 2026-03-11 02:13:31.182614 | fa163e8e-49f5-d0d0-ff60-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:18.167904 | 0.19s 2026-03-11 02:13:31.185342 | fa163e8e-49f5-d0d0-ff60-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:18.170641 | 0.19s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2026-03-11 02:13:31.261954 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 02:13:31.262219 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 02:13:31.265950 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:18.251250 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 02:13:31.266194 | UUID | Info | Host | Task Name | Run Time 2026-03-11 02:13:31.266441 | fa163e8e-49f5-d0d0-ff60-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 229.04s 2026-03-11 02:13:31.266677 | fa163e8e-49f5-d0d0-ff60-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 196.98s 2026-03-11 02:13:31.266964 | fa163e8e-49f5-d0d0-ff60-000000004a1d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 131.58s 2026-03-11 02:13:31.267216 | fa163e8e-49f5-d0d0-ff60-000000003081 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.39s 2026-03-11 02:13:31.267485 | fa163e8e-49f5-d0d0-ff60-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 71.70s 2026-03-11 02:13:31.267744 | fa163e8e-49f5-d0d0-ff60-0000000038a2 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.65s 2026-03-11 02:13:31.267969 | fa163e8e-49f5-d0d0-ff60-000000002e4b | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.16s 2026-03-11 02:13:31.268247 | fa163e8e-49f5-d0d0-ff60-000000004881 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.90s 2026-03-11 02:13:31.268475 | fa163e8e-49f5-d0d0-ff60-0000000030ad | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.64s 2026-03-11 02:13:31.268699 | fa163e8e-49f5-d0d0-ff60-0000000030d9 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.60s 2026-03-11 02:13:31.268915 | fa163e8e-49f5-d0d0-ff60-000000003105 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.31s 2026-03-11 02:13:31.269137 | fa163e8e-49f5-d0d0-ff60-0000000038a3 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 26.63s 2026-03-11 02:13:31.269406 | fa163e8e-49f5-d0d0-ff60-000000004db3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.77s 2026-03-11 02:13:31.269641 | fa163e8e-49f5-d0d0-ff60-000000004b44 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.10s 2026-03-11 02:13:31.269866 | fa163e8e-49f5-d0d0-ff60-000000004b70 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.97s 2026-03-11 02:13:31.270086 | fa163e8e-49f5-d0d0-ff60-000000004db4 | 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.81s 2026-03-11 02:13:31.270334 | fa163e8e-49f5-d0d0-ff60-000000004b18 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.65s 2026-03-11 02:13:31.270589 | fa163e8e-49f5-d0d0-ff60-00000000333e | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 22.65s 2026-03-11 02:13:31.270818 | fa163e8e-49f5-d0d0-ff60-000000004a1c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 22.11s 2026-03-11 02:13:31.271080 | fa163e8e-49f5-d0d0-ff60-000000004c1a | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2026-03-11 02:13:31.271308 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-lkx9rgpx Install artifact is located at /root/standalone-install-20260311021331.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.L6Do38EqFO + exit 0 ~/ci-framework-data/artifacts