~/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.ouaUNp6zD9 + 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.ouaUNp6zD9/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.ouaUNp6zD9/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.ouaUNp6zD9 + J2_VARS_FILE=/tmp/tmp.ouaUNp6zD9/tmp.EKjCqjCOL3.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.ouaUNp6zD9/tmp.EKjCqjCOL3.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/tmp.EKjCqjCOL3.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/tmp.EKjCqjCOL3.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/tmp.EKjCqjCOL3.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/tmp.EKjCqjCOL3.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.ouaUNp6zD9/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.ouaUNp6zD9/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.ouaUNp6zD9/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.ouaUNp6zD9/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.ouaUNp6zD9/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 3.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-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-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 rhceph-7-tools-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-eus-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-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-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-eus-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-eus-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-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.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-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-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-eus-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-eus-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-eus-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-eus-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-eus-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-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-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-eus-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-eus-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-eus-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-eus-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-eus-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-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 74 kB/s | 15 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 890 kB/s | 223 kB 00:00 (3/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 235 kB/s | 64 kB 00:00 (4/399): python3-urllib-gssapi-1.0.2-4.el9.noar 221 kB/s | 24 kB 00:00 (5/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.8 MB/s | 216 kB 00:00 (6/399): perl-Storable-3.21-460.el9.x86_64.rpm 527 kB/s | 98 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 166 kB/s | 17 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 547 kB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 305 kB/s | 59 kB 00:00 (10/399): perl-File-Temp-0.231.100-4.el9.noarch 668 kB/s | 63 kB 00:00 (11/399): perl-Exporter-5.74-461.el9.noarch.rpm 265 kB/s | 34 kB 00:00 (12/399): perl-parent-0.238-460.el9.noarch.rpm 162 kB/s | 16 kB 00:00 (13/399): python3-pyasn1-modules-0.4.8-6.el9.no 1.5 MB/s | 283 kB 00:00 (14/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 129 kB/s | 25 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.2 MB/s | 321 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.3 MB/s | 224 kB 00:00 (17/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 2.7 MB/s | 392 kB 00:00 (18/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 222 kB/s | 45 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 798 kB/s | 92 kB 00:00 (20/399): perl-Text-ParseWords-3.30-460.el9.noa 42 kB/s | 18 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 115 kB/s | 51 kB 00:00 (22/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 484 kB/s | 229 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.0 MB/s | 134 kB 00:00 (25/399): iptables-nft-services-1.8.8-6.el9_1.n 287 kB/s | 28 kB 00:00 (26/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 5.5 MB/s | 1.2 MB 00:00 (27/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 197 kB/s | 26 kB 00:00 (28/399): perl-Encode-3.08-462.el9.x86_64.rpm 11 MB/s | 1.7 MB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 186 kB/s | 31 kB 00:00 (30/399): perl-Mozilla-CA-20200520-6.el9.noarch 75 kB/s | 14 kB 00:00 (31/399): perl-Time-Local-1.300-7.el9.noarch.rp 272 kB/s | 37 kB 00:00 (32/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.9 MB/s | 218 kB 00:00 (33/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 129 kB/s | 24 kB 00:00 (34/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 147 kB/s | 76 kB 00:00 (35/399): perl-Pod-Escapes-1.07-460.el9.noarch. 39 kB/s | 22 kB 00:00 (36/399): python3-yubico-1.3.3-7.el9.noarch.rpm 124 kB/s | 73 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 174 kB/s | 30 kB 00:00 (38/399): boost-log-1.75.0-8.el9.x86_64.rpm 1.7 MB/s | 410 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 243 kB/s | 59 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 528 kB/s | 108 kB 00:00 (41/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 252 kB/s | 39 kB 00:00 (42/399): libburn-1.5.4-4.el9.x86_64.rpm 815 kB/s | 175 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 329 kB/s | 34 kB 00:00 (44/399): perl-Digest-1.19-4.el9.noarch.rpm 214 kB/s | 29 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.6 MB/s | 419 kB 00:00 (46/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 69 kB/s | 19 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 353 kB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 533 kB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 315 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 571 kB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 563 kB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 275 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 1.0 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.2 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 206 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 568 kB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 390 kB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 382 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.0 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 7.5 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 218 kB/s | 31 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 3.6 MB/s | 489 kB 00:00 (65/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 2.8 MB/s | 459 kB 00:00 (66/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 647 kB/s | 59 kB 00:00 (67/399): jq-1.6-14.el9.x86_64.rpm 1.2 MB/s | 190 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 199 kB/s | 24 kB 00:00 (69/399): perl-B-1.80-480.el9.x86_64.rpm 1.3 MB/s | 185 kB 00:00 (70/399): perl-AutoLoader-5.74-480.el9.noarch.r 116 kB/s | 23 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 176 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 119 kB/s | 23 kB 00:00 (73/399): perl-File-Basename-2.85-480.el9.noarc 73 kB/s | 19 kB 00:00 (74/399): perl-File-stat-1.09-480.el9.noarch.rp 96 kB/s | 19 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 179 kB/s | 17 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 258 kB/s | 25 kB 00:00 (77/399): perl-Getopt-Std-1.12-480.el9.noarch.r 151 kB/s | 17 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 527 kB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 93 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 89 kB/s | 16 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 771 kB/s | 75 kB 00:00 (82/399): perl-overload-1.31-480.el9.noarch.rpm 494 kB/s | 47 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 10 MB/s | 2.2 MB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 85 kB/s | 15 kB 00:00 (85/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.4 MB/s | 259 kB 00:00 (86/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 388 kB/s | 40 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 316 kB/s | 42 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 499 kB/s | 94 kB 00:00 (89/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 182 kB/s | 25 kB 00:00 (90/399): perl-base-2.27-480.el9.noarch.rpm 113 kB/s | 18 kB 00:00 (91/399): perl-mro-1.23-480.el9.x86_64.rpm 313 kB/s | 31 kB 00:00 (92/399): perl-if-0.60.800-480.el9.noarch.rpm 120 kB/s | 16 kB 00:00 (93/399): perl-subs-1.03-480.el9.noarch.rpm 102 kB/s | 13 kB 00:00 (94/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 176 kB 00:00 (95/399): perl-vars-1.05-480.el9.noarch.rpm 81 kB/s | 15 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 4.3 MB/s | 452 kB 00:00 (97/399): rhel-system-roles-1.21.2-1.el9_2.noar 19 MB/s | 2.4 MB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 479 kB/s | 44 kB 00:00 (99/399): perl-HTTP-Tiny-0.076-461.el9_2.noarch 559 kB/s | 57 kB 00:00 (100/399): ipa-common-4.10.1-12.el9_2.2.noarch. 4.4 MB/s | 656 kB 00:00 (101/399): python3-ipaclient-4.10.1-12.el9_2.2. 3.9 MB/s | 648 kB 00:00 (102/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.0 MB/s | 663 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 441 kB/s | 41 kB 00:00 (104/399): ruby-default-gems-3.0.4-161.el9_2.2. 247 kB/s | 46 kB 00:00 (105/399): buildah-1.29.5-1.el9_2.x86_64.rpm 25 MB/s | 8.6 MB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 17 MB/s | 3.3 MB 00:00 (107/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.1 MB/s | 456 kB 00:00 (108/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 294 kB/s | 55 kB 00:00 (109/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 544 kB/s | 59 kB 00:00 (110/399): rubygem-io-console-0.5.7-161.el9_2.2 121 kB/s | 26 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 466 kB/s | 60 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.1 MB/s | 441 kB 00:00 (113/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 894 kB/s | 110 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 1.7 MB/s | 306 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.7 MB/s | 245 kB 00:00 (116/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 17 MB/s | 2.2 MB 00:00 (117/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 29 MB/s | 7.9 MB 00:00 (118/399): python3-openvswitch3.3-3.3.7-11.el9f 2.5 MB/s | 399 kB 00:00 (119/399): ansible-collection-community-general 8.1 MB/s | 1.3 MB 00:00 (120/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 435 kB/s | 68 kB 00:00 (121/399): cephadm-18.2.1-381.el9cp.noarch.rpm 3.3 MB/s | 335 kB 00:00 (122/399): ansible-collection-ansible-netcommon 1.3 MB/s | 181 kB 00:00 (123/399): ansible-collection-ansible-posix-1.2 569 kB/s | 124 kB 00:00 (124/399): ansible-collection-ansible-utils-2.3 922 kB/s | 91 kB 00:00 (125/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 802 kB/s | 77 kB 00:00 (126/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.0 MB/s | 162 kB 00:00 (127/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.7 MB/s | 178 kB 00:00 (128/399): puppet-fdio-18.2-1.20220727113954.6f 274 kB/s | 25 kB 00:00 (129/399): python3-ansible-runner-2.0.0a1-3.el9 1.1 MB/s | 122 kB 00:00 (130/399): golang-github-vbatts-tar-split-0.11. 3.2 MB/s | 1.0 MB 00:00 (131/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 479 kB/s | 44 kB 00:00 (132/399): python3-beautifulsoup4-4.9.3-2.el9os 1.7 MB/s | 204 kB 00:00 (133/399): python3-croniter-0.3.35-2.el9ost.noa 462 kB/s | 49 kB 00:00 (134/399): python3-daemon-2.3.0-1.el9ost.noarch 291 kB/s | 39 kB 00:00 (135/399): python3-docutils-0.16-6.el9ost.noarc 12 MB/s | 1.5 MB 00:00 (136/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 364 kB/s | 44 kB 00:00 (137/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.1 MB/s | 107 kB 00:00 (138/399): python3-gevent-21.1.2-2.el9ost.x86_6 10 MB/s | 1.6 MB 00:00 (139/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.3 MB/s | 284 kB 00:00 (140/399): python3-jmespath-0.10.0-1.el9ost.noa 442 kB/s | 46 kB 00:00 (141/399): python3-lockfile-0.12.2-2.el9ost.noa 300 kB/s | 31 kB 00:00 (142/399): python3-logutils-0.3.5-15.el9ost.noa 433 kB/s | 47 kB 00:00 (143/399): python3-memcached-1.59-3.el9ost.noar 442 kB/s | 40 kB 00:00 (144/399): python3-mimeparse-1.6.0-16.el9ost.no 186 kB/s | 16 kB 00:00 (145/399): python3-migrate-0.13.0-1.el9ost.noar 1.4 MB/s | 224 kB 00:00 (146/399): python3-natsort-7.1.1-2.el9ost.noarc 653 kB/s | 59 kB 00:00 (147/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 964 kB/s | 90 kB 00:00 (148/399): python3-passlib-1.7.4-3.el9ost.noarc 3.8 MB/s | 712 kB 00:00 (149/399): python3-pecan-1.4.0-2.el9ost.noarch. 1.6 MB/s | 273 kB 00:00 (150/399): python3-pyperclip-1.8.0-3.el9ost.noa 192 kB/s | 25 kB 00:00 (151/399): python3-setproctitle-1.2.2-1.el9ost. 158 kB/s | 23 kB 00:00 (152/399): python3-pynacl-1.4.0-1.el9ost.x86_64 438 kB/s | 111 kB 00:00 (153/399): python3-smmap-3.0.1-4.el9ost.noarch. 299 kB/s | 47 kB 00:00 (154/399): python3-sqlalchemy13-1.3.24-3.el9ost 13 MB/s | 1.7 MB 00:00 (155/399): python3-soupsieve-2.2-1.el9ost.noarc 360 kB/s | 67 kB 00:00 (156/399): python3-tenacity-6.3.1-1.el9ost.noar 502 kB/s | 51 kB 00:00 (157/399): python3-webtest-2.0.35-6.el9ost.noar 890 kB/s | 82 kB 00:00 (158/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.8 MB/s | 396 kB 00:00 (159/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.2 MB/s | 243 kB 00:00 (160/399): python3-zope-interface-5.4.0-1.el9os 1.4 MB/s | 202 kB 00:00 (161/399): rubygem-fast_gettext-1.2.0-9.el9ost. 272 kB/s | 34 kB 00:00 (162/399): rubygem-deep_merge-1.2.1-7.el9ost.no 15 kB/s | 14 kB 00:00 (163/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 106 kB/s | 90 kB 00:00 (164/399): python3-zope-event-4.2.0-20.el9ost.n 172 kB/s | 205 kB 00:01 (165/399): rubygem-multi_json-1.15.0-2.el9ost.n 185 kB/s | 22 kB 00:00 (166/399): rubygem-semantic_puppet-1.0.4-2.el9o 226 kB/s | 21 kB 00:00 (167/399): rubygem-puppet-resource_api-1.8.13-1 172 kB/s | 34 kB 00:00 (168/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 86 kB/s | 16 kB 00:00 (169/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.9 MB/s | 433 kB 00:00 (170/399): ansible-role-atos-hsm-1.0.1-17.1.202 172 kB/s | 17 kB 00:00 (171/399): ansible-config_template-2.0.1-17.1.2 266 kB/s | 29 kB 00:00 (172/399): ansible-role-chrony-1.3.1-17.1.20230 252 kB/s | 22 kB 00:00 (173/399): ansible-role-openstack-operations-0. 275 kB/s | 30 kB 00:00 (174/399): ansible-role-collectd-config-0.0.3-1 254 kB/s | 53 kB 00:00 (175/399): ansible-role-container-registry-1.4. 105 kB/s | 24 kB 00:00 (176/399): ansible-role-qdr-config-0.0.2-17.1.2 219 kB/s | 21 kB 00:00 (177/399): ansible-role-thales-hsm-3.0.1-17.1.2 190 kB/s | 21 kB 00:00 (178/399): ansible-role-redhat-subscription-1.3 205 kB/s | 28 kB 00:00 (179/399): ansible-role-tripleo-modify-image-1. 191 kB/s | 27 kB 00:00 (180/399): dib-utils-0.0.11-17.1.20230620173328 114 kB/s | 12 kB 00:00 (181/399): ansible-tripleo-ipa-0.3.1-17.1.20230 178 kB/s | 36 kB 00:00 (182/399): ansible-tripleo-ipsec-11.0.1-17.1.20 184 kB/s | 38 kB 00:00 (183/399): openstack-heat-agents-2.2.1-17.1.202 89 kB/s | 9.6 kB 00:00 (184/399): os-apply-config-13.1.1-17.1.20231020 545 kB/s | 54 kB 00:00 (185/399): os-collect-config-13.1.1-17.1.202310 447 kB/s | 50 kB 00:00 (186/399): os-refresh-config-13.1.1-17.1.202310 195 kB/s | 21 kB 00:00 (187/399): puppet-archive-4.6.1-17.1.2023062018 439 kB/s | 44 kB 00:00 (188/399): puppet-aodh-18.4.2-17.1.202306201512 434 kB/s | 62 kB 00:00 (189/399): puppet-ceilometer-18.4.3-17.1.202309 764 kB/s | 70 kB 00:00 (190/399): puppet-certmonger-2.7.1-17.1.2023062 254 kB/s | 26 kB 00:00 (191/399): puppet-cinder-18.5.2-17.1.2023062105 1.2 MB/s | 120 kB 00:00 (192/399): puppet-auditd-2.2.1-17.1.20230620192 114 kB/s | 28 kB 00:00 (193/399): puppet-corosync-8.0.1-17.1.202306211 725 kB/s | 68 kB 00:00 (194/399): puppet-collectd-13.0.1-17.1.20230620 625 kB/s | 135 kB 00:00 (195/399): puppet-dns-8.2.1-17.1.20230621002045 381 kB/s | 36 kB 00:00 (196/399): puppet-designate-18.6.1-17.1.2023062 294 kB/s | 69 kB 00:00 (197/399): puppet-etcd-1.12.3-17.1.202306201932 194 kB/s | 25 kB 00:00 (198/399): puppet-gnocchi-18.4.3-17.1.202306210 361 kB/s | 58 kB 00:00 (199/399): puppet-kmod-2.5.0-17.1.2023062019064 234 kB/s | 21 kB 00:00 (200/399): puppet-heat-18.4.1-17.1.202306211116 385 kB/s | 70 kB 00:00 (201/399): puppet-memcached-6.0.0-17.1.20230620 224 kB/s | 23 kB 00:00 (202/399): puppet-manila-18.5.2-17.1.2023110219 435 kB/s | 81 kB 00:00 (203/399): puppet-nova-18.6.1-17.1.202306210904 1.7 MB/s | 200 kB 00:00 (204/399): puppet-mysql-10.6.1-17.1.20230621022 502 kB/s | 99 kB 00:00 (205/399): puppet-octavia-18.5.1-17.1.202306210 620 kB/s | 76 kB 00:00 (206/399): puppet-nssdb-1.0.2-17.1.202306201856 65 kB/s | 12 kB 00:00 (207/399): puppet-openstacklib-18.5.2-17.1.2023 461 kB/s | 62 kB 00:00 (208/399): puppet-openstack_extras-18.5.1-17.1. 216 kB/s | 48 kB 00:00 (209/399): puppet-oslo-18.5.1-17.1.202306210523 203 kB/s | 48 kB 00:00 (210/399): puppet-qdr-7.4.1-17.1.20230620195605 282 kB/s | 31 kB 00:00 (211/399): puppet-placement-5.4.3-17.1.20230621 307 kB/s | 41 kB 00:00 (212/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.7 MB/s | 266 kB 00:00 (213/399): puppet-rsyslog-4.0.1-17.1.2023062020 340 kB/s | 58 kB 00:00 (214/399): puppet-redis-6.1.1-17.1.202306201917 210 kB/s | 51 kB 00:00 (215/399): puppet-stdlib-6.3.1-17.1.20230621000 1.2 MB/s | 160 kB 00:00 (216/399): puppet-ssh-6.2.1-17.1.20230620190251 131 kB/s | 29 kB 00:00 (217/399): puppet-swift-18.6.1-17.1.20230621052 859 kB/s | 115 kB 00:00 (218/399): puppet-systemd-2.12.1-17.1.202306201 294 kB/s | 42 kB 00:00 (219/399): puppet-xinetd-3.3.1-17.1.20230620185 176 kB/s | 26 kB 00:00 (220/399): puppet-vswitch-14.4.3-17.1.202306210 204 kB/s | 41 kB 00:00 (221/399): python-oslo-cache-lang-2.7.1-17.1.20 163 kB/s | 19 kB 00:00 (222/399): python-oslo-log-lang-4.4.0-17.1.2023 133 kB/s | 14 kB 00:00 (223/399): python-oslo-middleware-lang-4.2.1-17 126 kB/s | 13 kB 00:00 (224/399): python-oslo-policy-lang-3.7.1-17.1.2 128 kB/s | 14 kB 00:00 (225/399): python-oslo-versionedobjects-lang-2. 130 kB/s | 14 kB 00:00 (226/399): python-pycadf-common-3.1.1-17.1.2023 176 kB/s | 15 kB 00:00 (227/399): python3-aodhclient-2.2.0-17.1.202306 611 kB/s | 56 kB 00:00 (228/399): python3-GitPython-3.1.14-2.el9ost.no 1.2 MB/s | 238 kB 00:00 (229/399): python3-barbicanclient-5.3.0-17.1.20 846 kB/s | 127 kB 00:00 (230/399): python3-cinderclient-7.4.1-17.1.2023 2.3 MB/s | 218 kB 00:00 (231/399): python3-cliff-3.7.0-17.1.20230620172 712 kB/s | 95 kB 00:00 (232/399): python3-designateclient-4.2.1-17.1.2 581 kB/s | 92 kB 00:00 (233/399): python3-futurist-2.3.0-17.1.20230621 338 kB/s | 64 kB 00:00 (234/399): python3-heat-agent-apply-config-2.2. 105 kB/s | 9.9 kB 00:00 (235/399): python3-heat-agent-2.2.1-17.1.202306 88 kB/s | 19 kB 00:00 (236/399): python3-heat-agent-ansible-2.2.1-17. 63 kB/s | 11 kB 00:00 (237/399): python3-heat-agent-docker-cmd-2.2.1- 100 kB/s | 12 kB 00:00 (238/399): python3-heat-agent-hiera-2.2.1-17.1. 76 kB/s | 10 kB 00:00 (239/399): python3-heat-agent-puppet-2.2.1-17.1 90 kB/s | 11 kB 00:00 (240/399): python3-heat-agent-json-file-2.2.1-1 36 kB/s | 9.8 kB 00:00 (241/399): python3-heatclient-2.3.1-17.1.202306 1.0 MB/s | 158 kB 00:00 (242/399): python3-ironic-inspector-client-4.5. 727 kB/s | 67 kB 00:00 (243/399): python3-ironicclient-4.6.4-17.1.2023 2.9 MB/s | 342 kB 00:00 (244/399): python3-keystoneclient-4.3.0-17.1.20 1.7 MB/s | 239 kB 00:00 (245/399): python3-keystonemiddleware-9.2.0-17. 721 kB/s | 92 kB 00:00 (246/399): python3-magnumclient-3.4.1-17.1.2023 921 kB/s | 121 kB 00:00 (247/399): python3-mistralclient-4.2.0-17.1.202 1.2 MB/s | 166 kB 00:00 (248/399): python3-neutronclient-7.3.1-17.1.202 1.8 MB/s | 298 kB 00:00 (249/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (250/399): python3-os-service-types-1.7.0-17.1. 393 kB/s | 38 kB 00:00 (251/399): python3-os-traits-2.5.0-17.1.2023062 373 kB/s | 45 kB 00:00 (252/399): python3-os-client-config-2.1.0-17.1. 247 kB/s | 55 kB 00:00 (253/399): python3-oslo-cache-2.7.1-17.1.202306 425 kB/s | 56 kB 00:00 (254/399): python3-osc-lib-2.3.1-17.1.202306202 350 kB/s | 78 kB 00:00 (255/399): python3-oslo-context-3.2.1-17.1.2023 194 kB/s | 27 kB 00:00 (256/399): python3-oslo-log-4.4.0-17.1.20230620 718 kB/s | 64 kB 00:00 (257/399): python3-oslo-policy-3.7.1-17.1.20230 675 kB/s | 76 kB 00:00 (258/399): python3-oslo-rootwrap-6.3.1-17.1.202 491 kB/s | 46 kB 00:00 (259/399): python3-oslo-reports-2.2.0-17.1.2023 332 kB/s | 59 kB 00:00 (260/399): python3-oslo-serialization-4.1.1-17. 332 kB/s | 34 kB 00:00 (261/399): python3-oslo-middleware-4.2.1-17.1.2 168 kB/s | 55 kB 00:00 (262/399): python3-oslo-upgradecheck-1.3.1-17.1 255 kB/s | 29 kB 00:00 (263/399): python3-osprofiler-3.4.0-17.1.202306 691 kB/s | 130 kB 00:00 (264/399): python3-pycadf-3.1.1-17.1.2023062021 285 kB/s | 53 kB 00:00 (265/399): python3-requestsexceptions-1.4.0-17. 81 kB/s | 17 kB 00:00 (266/399): python3-shade-1.33.0-17.1.2023062022 5.1 MB/s | 523 kB 00:00 (267/399): python3-saharaclient-3.3.0-17.1.2023 566 kB/s | 188 kB 00:00 (268/399): python3-oslo-versionedobjects-2.4.1- 145 kB/s | 79 kB 00:00 (269/399): python3-swiftclient-3.11.1-17.1.2023 1.2 MB/s | 136 kB 00:00 (270/399): python3-statsd-3.2.1-20.1.el9ost.noa 223 kB/s | 35 kB 00:00 (271/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 265 kB/s | 50 kB 00:00 (272/399): python3-validations-libs-1.9.1-17.1. 839 kB/s | 137 kB 00:00 (273/399): python3-zaqarclient-2.4.0-17.1.20230 1.3 MB/s | 129 kB 00:00 (274/399): python3-troveclient-7.0.0-17.1.20230 1.6 MB/s | 344 kB 00:00 (275/399): validations-common-1.9.1-17.1.202310 1.0 MB/s | 111 kB 00:00 (276/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.9 MB/s | 427 kB 00:00 (277/399): python3-paramiko-2.11.0-2.el9ost.noa 1.6 MB/s | 299 kB 00:00 (278/399): ansible-pacemaker-1.0.4-17.1.2023121 187 kB/s | 21 kB 00:00 (279/399): python3-manilaclient-2.6.4-17.1.2024 5.2 MB/s | 528 kB 00:00 (280/399): python3-sqlparse-0.4.1-2.el9ost.noar 868 kB/s | 83 kB 00:00 (281/399): ansible-role-metalsmith-deployment-1 228 kB/s | 21 kB 00:00 (282/399): openstack-selinux-0.8.37-17.1.202311 1.7 MB/s | 221 kB 00:00 (283/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.1 MB/s | 230 kB 00:00 (284/399): puppet-ironic-18.7.1-17.1.2024030521 1.0 MB/s | 121 kB 00:00 (285/399): python-oslo-db-lang-8.5.2-17.1.20240 154 kB/s | 14 kB 00:00 (286/399): python3-keystoneauth1-4.4.0-17.1.202 3.8 MB/s | 409 kB 00:00 (287/399): python3-metalsmith-1.4.4-17.1.202405 511 kB/s | 65 kB 00:00 (288/399): python3-neutron-lib-2.10.3-17.1.2023 3.7 MB/s | 375 kB 00:00 (289/399): python3-glanceclient-3.3.0-17.1.2024 446 kB/s | 143 kB 00:00 (290/399): python3-oslo-db-8.5.2-17.1.202408201 1.5 MB/s | 144 kB 00:00 (291/399): python3-oslo-service-2.5.1-17.1.2024 775 kB/s | 71 kB 00:00 (292/399): python3-octaviaclient-2.3.1-17.1.202 410 kB/s | 91 kB 00:00 (293/399): python3-oslo-messaging-12.7.3-17.1.2 1.7 MB/s | 216 kB 00:00 (294/399): python3-rhosp-openvswitch-3.3-1.el9o 76 kB/s | 8.3 kB 00:00 (295/399): openstack-ansible-core-2.14.2-4.7.el 19 MB/s | 2.3 MB 00:00 (296/399): python3-waitress-2.0.0-4.el9ost.noar 600 kB/s | 109 kB 00:00 (297/399): openstack-tripleo-validations-14.3.2 1.4 MB/s | 204 kB 00:00 (298/399): puppet-ovn-18.6.1-17.1.2024092509490 269 kB/s | 29 kB 00:00 (299/399): puppet-glance-18.6.1-17.1.2025022015 538 kB/s | 87 kB 00:00 (300/399): puppet-pacemaker-1.5.1-17.1.20250214 1.6 MB/s | 158 kB 00:00 (301/399): puppet-tripleo-14.2.3-17.1.202503201 2.3 MB/s | 239 kB 00:00 (302/399): python3-os-ken-1.4.1-17.1.2024120509 13 MB/s | 2.1 MB 00:00 (303/399): ansible-collection-containers-podman 1.5 MB/s | 243 kB 00:00 (304/399): ansible-collections-openstack-1.9.1- 950 kB/s | 146 kB 00:00 (305/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 1.5 MB/s | 351 kB 00:00 (306/399): facter-3.14.19-3.el9ost.x86_64.rpm 2.3 MB/s | 518 kB 00:00 (307/399): hiera-3.6.0-6.el9ost.noarch.rpm 199 kB/s | 33 kB 00:00 (308/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.2 MB/s | 405 kB 00:00 (309/399): puppet-7.10.0-4.el9ost.noarch.rpm 88 kB/s | 11 kB 00:00 (310/399): python3-boto-2.45.0-8.1.el9ost.noarc 11 MB/s | 1.3 MB 00:00 (311/399): puppet-headless-7.10.0-4.el9ost.noar 5.1 MB/s | 1.4 MB 00:00 (312/399): python3-amqp-5.0.6-5.el9ost.noarch.r 348 kB/s | 92 kB 00:00 (313/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.8 MB/s | 284 kB 00:00 (314/399): python3-cachetools-4.2.2-3.el9ost.no 144 kB/s | 33 kB 00:00 (315/399): python3-dogpile-cache-1.1.5-5.el9ost 877 kB/s | 89 kB 00:00 (316/399): python3-colorama-0.4.4-4.el9ost.noar 175 kB/s | 35 kB 00:00 (317/399): python3-fixtures-3.0.0-24.el9ost.noa 911 kB/s | 93 kB 00:00 (318/399): python3-extras-1.0.0-17.el9ost.noarc 103 kB/s | 21 kB 00:00 (319/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.4 MB/s | 313 kB 00:00 (320/399): python3-keyring-21.8.0-4.el9ost.noar 308 kB/s | 77 kB 00:00 (321/399): python3-msgpack-1.0.2-4.el9ost.x86_6 614 kB/s | 87 kB 00:00 (322/399): python3-munch-2.5.0-6.el9ost.noarch. 243 kB/s | 25 kB 00:00 (323/399): python3-openstacksdk-0.55.1-17.1.202 5.8 MB/s | 735 kB 00:00 (324/399): python3-paste-3.5.0-5.el9ost.noarch. 6.4 MB/s | 776 kB 00:00 (325/399): python3-paste-deploy-2.1.1-4.el9ost. 319 kB/s | 41 kB 00:00 (326/399): python3-pystache-0.5.4-15.el9ost.noa 962 kB/s | 132 kB 00:00 (327/399): python3-repoze-lru-0.7-12.el9ost.noa 252 kB/s | 32 kB 00:00 (328/399): python3-routes-2.4.1-14.el9ost.noarc 1.1 MB/s | 188 kB 00:00 (329/399): python3-secretstorage-3.3.1-3.el9ost 389 kB/s | 36 kB 00:00 (330/399): python3-tempita-0.5.1-27.el9ost.noar 292 kB/s | 36 kB 00:00 (331/399): python3-simplejson-3.17.5-3.el9ost.x 1.6 MB/s | 266 kB 00:00 (332/399): python3-testtools-2.4.0-10.el9ost.no 3.3 MB/s | 333 kB 00:00 (333/399): python3-vine-5.0.0-5.el9ost.noarch.r 272 kB/s | 26 kB 00:00 (334/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 163 kB/s | 57 kB 00:00 (335/399): python3-warlock-1.3.3-7.el9ost.noarc 210 kB/s | 21 kB 00:00 (336/399): python3-yappi-1.3.1-5.el9ost.x86_64. 338 kB/s | 56 kB 00:00 (337/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.1 MB/s | 180 kB 00:00 (338/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 300 kB/s | 29 kB 00:00 (339/399): ruby-facter-3.14.19-3.el9ost.x86_64. 100 kB/s | 9.5 kB 00:00 (340/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.0 MB/s | 123 kB 00:00 (341/399): puppet-barbican-18.4.2-17.1.20250625 591 kB/s | 57 kB 00:00 (342/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 105 kB/s | 19 kB 00:00 (343/399): python3-openstackclient-5.5.2-17.1.2 8.2 MB/s | 1.1 MB 00:00 (344/399): puppet-apache-6.5.2-17.1.20250811150 1.8 MB/s | 253 kB 00:00 (345/399): puppet-firewall-3.4.1-17.1.202508041 556 kB/s | 73 kB 00:00 (346/399): python-openstackclient-lang-5.5.2-17 146 kB/s | 58 kB 00:00 (347/399): puppet-git-0.5.0-17.1.20250725114148 296 kB/s | 26 kB 00:00 (348/399): puppet-haproxy-4.2.2-17.1.2025072511 528 kB/s | 55 kB 00:00 (349/399): puppet-inifile-4.2.1-17.1.2025080415 402 kB/s | 46 kB 00:00 (350/399): puppet-concat-6.2.1-17.1.20250725131 103 kB/s | 44 kB 00:00 (351/399): puppet-ipaclient-2.5.2-17.1.20250725 133 kB/s | 21 kB 00:00 (352/399): puppet-keepalived-0.0.2-17.1.2025072 105 kB/s | 17 kB 00:00 (353/399): puppet-module-data-0.5.1-17.1.202507 180 kB/s | 16 kB 00:00 (354/399): puppet-remote-10.0.0-17.1.2025072511 167 kB/s | 19 kB 00:00 (355/399): puppet-snmp-3.9.1-17.1.2025072511575 423 kB/s | 38 kB 00:00 (356/399): puppet-rsync-1.1.4-17.1.202508041515 241 kB/s | 28 kB 00:00 (357/399): puppet-sysctl-0.0.13-17.1.2025072511 185 kB/s | 19 kB 00:00 (358/399): puppet-vcsrepo-3.1.1-17.1.2025072511 533 kB/s | 53 kB 00:00 (359/399): python3-tripleoclient-16.5.1-17.1.20 4.4 MB/s | 552 kB 00:00 (360/399): puppet-keystone-18.6.1-17.1.20251008 1.3 MB/s | 126 kB 00:00 (361/399): puppet-horizon-18.6.1-17.1.202510081 433 kB/s | 59 kB 00:00 (362/399): openstack-heat-common-16.1.1-17.1.20 14 MB/s | 1.6 MB 00:00 (363/399): openstack-heat-engine-16.1.1-17.1.20 150 kB/s | 14 kB 00:00 (364/399): openstack-heat-api-16.1.1-17.1.20251 84 kB/s | 15 kB 00:00 (365/399): openstack-heat-monolith-16.1.1-17.1. 133 kB/s | 14 kB 00:00 (366/399): openstack-tripleo-common-15.4.1-17.1 437 kB/s | 48 kB 00:00 (367/399): openstack-tripleo-common-containers- 665 kB/s | 74 kB 00:00 (368/399): puppet-neutron-18.6.1-17.1.202512171 1.6 MB/s | 190 kB 00:00 (369/399): python3-tripleo-common-15.4.1-17.1.2 1.6 MB/s | 197 kB 00:00 (370/399): tripleo-ansible-3.3.1-17.1.202512171 4.9 MB/s | 564 kB 00:00 (371/399): device-mapper-persistent-data-0.9.0- 7.3 MB/s | 786 kB 00:00 (372/399): openstack-tripleo-heat-templates-14. 1.4 MB/s | 603 kB 00:00 (373/399): libaio-0.3.111-13.el9.x86_64.rpm 163 kB/s | 26 kB 00:00 (374/399): glibc-langpack-en-2.34-60.el9.x86_64 5.2 MB/s | 675 kB 00:00 (375/399): bash-completion-2.11-4.el9.noarch.rp 985 kB/s | 459 kB 00:00 (376/399): krb5-workstation-1.20.1-8.el9.x86_64 3.3 MB/s | 542 kB 00:00 (377/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 275 kB/s | 62 kB 00:00 (378/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 325 kB/s | 37 kB 00:00 (379/399): libkadm5-1.20.1-8.el9.x86_64.rpm 331 kB/s | 81 kB 00:00 (380/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 131 kB/s | 16 kB 00:00 (381/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 116 kB/s | 12 kB 00:00 (382/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.0 MB/s | 418 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 356 kB/s | 36 kB 00:00 (384/399): pkgconf-1.7.3-10.el9.x86_64.rpm 110 kB/s | 45 kB 00:00 (385/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 288 kB/s | 30 kB 00:00 (386/399): device-mapper-event-1.02.187-7.el9_2 336 kB/s | 32 kB 00:00 (387/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 84 kB/s | 19 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 137 kB/s | 31 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 9.3 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 6.7 MB/s | 1.0 MB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 136 kB 00:00 (392/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 423 kB/s | 109 kB 00:00 (393/399): libsmartcols-2.37.4-11.el9_2.x86_64. 451 kB/s | 65 kB 00:00 (394/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 313 kB/s | 30 kB 00:00 (395/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 470 kB/s | 156 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 3.8 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.1 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 693 kB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 4.5 MB/s | 97 MB 00:21 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 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-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.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-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.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-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 171/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 172/408 Installing : pkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 174/408 Installing : bash-completion-1:2.11-4.el9.noarch 175/408 Installing : libkadm5-1.20.1-8.el9.x86_64 176/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 177/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 178/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 179/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 180/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 181/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 182/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 183/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 184/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 185/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 187/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 188/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 189/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 190/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 191/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 192/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 193/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 195/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 196/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 197/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 198/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 199/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 200/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 201/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 202/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 203/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 204/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 205/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 206/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 207/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 208/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 209/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 210/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 211/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 212/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 213/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 214/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 215/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 216/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 217/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 218/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 219/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 220/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 221/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 222/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 223/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 224/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 225/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 226/408 Installing : python3-memcached-1.59-3.el9ost.noarch 227/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 228/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 229/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 230/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 231/408 Installing : python3-docutils-0.16-6.el9ost.noarch 232/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 233/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 234/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 235/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 236/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 237/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 238/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 239/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 240/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 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 : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 100/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 101/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 102/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 118/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 119/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 120/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 121/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 122/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 123/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 124/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 125/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 126/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 127/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 128/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 129/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 130/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 131/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 132/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 133/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 134/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 135/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 136/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 137/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 138/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 139/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 140/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 141/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 142/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 143/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 144/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 145/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 146/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 147/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 148/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 149/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 150/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 151/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 152/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 153/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 154/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 155/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 156/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 157/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 158/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 159/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 160/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 163/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 164/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 165/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 166/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 167/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 168/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 169/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 170/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 171/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 172/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 173/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 174/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 175/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 176/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 177/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 178/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 179/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 180/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 181/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 182/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 183/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 184/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 185/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 186/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 187/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 188/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 189/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 190/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 191/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 192/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 193/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 194/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 195/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 196/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 197/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 198/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 199/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 200/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 201/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 202/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 203/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 204/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 205/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 206/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 207/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 208/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 209/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 210/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 211/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 212/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 213/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 214/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 215/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 216/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 217/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 218/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 219/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 220/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 221/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 222/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 223/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 224/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 225/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 226/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 227/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 228/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 229/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 230/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 231/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 232/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 233/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 234/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 235/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 236/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 237/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 238/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 239/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 240/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 241/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 242/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 243/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 244/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 245/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 246/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 247/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 248/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 249/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 250/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 251/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 252/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 253/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 254/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 255/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 256/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 257/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 258/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 259/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 260/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 261/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 262/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 263/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 264/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 265/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 266/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 267/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 268/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 269/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 270/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 271/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 272/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 273/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 274/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 275/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 276/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 277/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 278/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 279/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 280/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 281/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 283/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 284/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 285/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 286/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 287/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 288/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 289/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 290/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 291/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 292/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 293/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 294/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 295/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 296/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 297/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 298/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 299/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 300/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 301/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 302/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 303/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 304/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 305/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 306/408 Verifying : hiera-3.6.0-6.el9ost.noarch 307/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 308/408 Verifying : puppet-7.10.0-4.el9ost.noarch 309/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 310/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 311/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 312/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 313/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 314/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 315/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 316/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 317/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 318/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 319/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 320/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 321/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 322/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 323/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 324/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 325/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 326/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 327/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 328/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 329/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 330/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 331/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 332/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 333/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 334/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 335/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 336/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 337/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 338/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 339/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 340/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 341/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 342/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 343/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 344/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 345/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 346/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 347/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 348/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 349/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 350/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 351/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 352/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 353/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 354/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 355/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 356/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 357/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 358/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 359/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 360/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 361/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 362/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 363/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 364/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 365/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 366/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 367/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 368/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 369/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 370/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 371/408 Verifying : bash-completion-1:2.11-4.el9.noarch 372/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 373/408 Verifying : libaio-0.3.111-13.el9.x86_64 374/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 375/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 376/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 377/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 378/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 379/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 380/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 381/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 382/408 Verifying : python3-dns-2.2.1-2.el9.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-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-10T22:20:41.659313 # # 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:801237de6ccd6519643daff9a8a9e36494310b3f130557bfed4e70415dc22be2 Copying blob sha256:dd8fc4c53c465ab2f229bc978bd8910ffac7d77b21bebade791b2a739461ad6b Copying blob sha256:876717a5d8b7492d6a92870212592660bc3237db3b5559abc83cc51084526137 Copying blob sha256:5e73f38df47086e28c6e8dc912980049237d196dea0aa62999b6762d6d7ddede Copying blob sha256:502f9726ec1c76b7998f9f6c74a32c36e037ecfadfdd167b94e626af7788d4c3 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 97b4209c9ccb356508ebf32c2d4948020589fd0f8e816837bccd9bbf1a93e353 + 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-10 22:27:49.578 43337 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-10 22:27:49.602 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.602 43337 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-10 22:27:49.603 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.603 43337 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-10 22:27:49.605 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.605 43337 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-10 22:27:49.607 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.607 43337 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-10 22:27:49.609 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.609 43337 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-10 22:27:49.611 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.611 43337 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-10 22:27:49.634 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.634 43337 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-10 22:27:49.651 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.651 43337 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-10 22:27:49.653 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.653 43337 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-10 22:27:49.655 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.655 43337 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-10 22:27:49.657 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.657 43337 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-10 22:27:49.659 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.659 43337 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-10 22:27:49.660 43337 INFO migrate.versioning.api [-] done 2026-03-10 22:27:49.661 43337 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-10 22:27:49.682 43337 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-10 22:27:58Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:27:58Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:27:58Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:27:58Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-10 22:27:58Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-10 22:27:58Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 22:27:58Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 22:27:58Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:27:59Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-10 22:27:59Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-10 22:27:59Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-10 22:28:00Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:00Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-10 22:28:01Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:01Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:01Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:01Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-10 22:28:02Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:02Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:02Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:02Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 22:28:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-10 22:28:02Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:02Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:03Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 22:28:03Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:03Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:03Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:03Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:03Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:03Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:03Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-10 22:28:03Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-10 22:28:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:04Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-10 22:28:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:05Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:05Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:05Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:05Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-10 22:28:05Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-10 22:28:05Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:05Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-10 22:28:06Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:06Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 22:28:06Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:06Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-10 22:28:06Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-10 22:28:07Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:07Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-10 22:28:08Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:08Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-10 22:28:09Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:09Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-10 22:28:09Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:10Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-10 22:28:10Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:10Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:10Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:10Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:10Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:10Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:10Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:10Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:10Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-10 22:28:10Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:11Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 22:28:11Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 22:28:11Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 22:28:11Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-10 22:28:12Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:12Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:12Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:12Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:12Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:13Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-10 22:28:13Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:13Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:13Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-10 22:28:14Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-10 22:28:14Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:14Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-10 22:28:14Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:14Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:16Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:17Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:17Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:18Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:18Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:19Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:19Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:19Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:20Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:21Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:21Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:21Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:28:21Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:21Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:28:21Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:22Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:22Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:23Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-10 22:28:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:24Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:25Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:25Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:28:26Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:26Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:26Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:27Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:28Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:28Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:29Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-10 22:28:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:30Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:30Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:31Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:32Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:32Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:33Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:33Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:28:34Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-10 22:28:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:35Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:36Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:36Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:28:37Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:37Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:38Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:38Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:38Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:38Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:39Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-10 22:28:40Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:40Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:40Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:40Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:40Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:41Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-10 22:28:41Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:42Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-10 22:28:43Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:43Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:43Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:43Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:44Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:45Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:45Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:46Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:46Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:47Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-10 22:28:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:47Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:47Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:48Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:49Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:49Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:50Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:50Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:51Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-10 22:28:52Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:52Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:52Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:53Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:28:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:54Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:28:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:55Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:55Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:28:55Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:28:55Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:56Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:56Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:56Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:57Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:57Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:28:57Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:57Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:28:57Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:58Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 22:28:58Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:28:59Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-10 22:28:59Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-10 22:28:59Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:00Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:01Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:01Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:01Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:02Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:03Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:29:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:05Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:05Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:29:05Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:29:05Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:08Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:08Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:08Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:29:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:12Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:13Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-10 22:29:14Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:14Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:15Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:16Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:16Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:16Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:29:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:29:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:18Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:19Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:19Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:20Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-10 22:29:20Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:20Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:20Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:22Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:22Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:22Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:24Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:29:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:25Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:29:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:27Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:28Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:28Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:28Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:28Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:30Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:29:30Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:29:30Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:32Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:32Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-10 22:29:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:34Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:35Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:35Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:35Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:36Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:36Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:36Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:37Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:37Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:37Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:38Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:39Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:39Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:40Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:40Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:41Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-10 22:29:41Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:41Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:41Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:42Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:43Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:43Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:43Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:43Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:44Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-10 22:29:45Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:46Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-10 22:29:46Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:46Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:46Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:47Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:47Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:47Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:48Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-10 22:29:49Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:50Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-10 22:29:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:50Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:50Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:51Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:51Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:52Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:52Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:52Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:52Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:52Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-10 22:29:53Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:53Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:53Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:29:54Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:54Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:29:54Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:54Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:54Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 22:29:55Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:55Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:29:56Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:29:56Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:29:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-10 22:29:58Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:58Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:58Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:58Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:59Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:59Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:29:59Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:29:59Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:29:59Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:30:00Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:01Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:01Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:01Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:02Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:30:02Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:02Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:02Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:03Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:03Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:04Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:04Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:04Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:04Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:05Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-10 22:30:05Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:05Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:30:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:30:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-03-10 22:30:07Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:08Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-10 22:30:09Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:09Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:09Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:10Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:10Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:30:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:11Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:30:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:12Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:12Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:12Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:13Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:14Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:14Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:15Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-10 22:30:15Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:16Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:16Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:17Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:17Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:17Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:30:18Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:19Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:19Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:20Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:20Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:21Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-10 22:30:21Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:21Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:21Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:22Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:22Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:23Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:23Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:30:24Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:24Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:24Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:24Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:25Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-10 22:30:26Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:26Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:26Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:27Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:27Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:28Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:28Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:28Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-10 22:30:28Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:28Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:30:28Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:29Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:29Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:29Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-10 22:30:29Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:30Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:30Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:31Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:31Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:31Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-10 22:30:32Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-10 22:30:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:30:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-10 22:30:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:35Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:35Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:36Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-10 22:30:37Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:37Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:37Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:38Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:38Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-10 22:30:38Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:38Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:38Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:30:38Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:39Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:39Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:40Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:41Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:41Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:41Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:41Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:42Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-10 22:30:42Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:42Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:43Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:43Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:43Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:43Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:30:43Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:44Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:44Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:45Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:45Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:45Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:46Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:47Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-10 22:30:48Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:48Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:49Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-10 22:30:49Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:49Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:49Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:50Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:50Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:50Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:30:51Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:51Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:51Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:51Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:51Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:52Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-10 22:30:52Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:53Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-03-10 22:30:54Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:54Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:55Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-10 22:30:56Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:56Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:30:56Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:57Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:30:57Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:30:57Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:30:57Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:30:58Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-10 22:30:58Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:00Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-10 22:31:00Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:00Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:00Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:00Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:01Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:02Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:02Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:03Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-10 22:31:03Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:03Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:03Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:03Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:03Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:04Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-10 22:31:05Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:05Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:05Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:05Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:05Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:05Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:05Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:06Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:06Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-10 22:31:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:07Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:31:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:31:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:09Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:09Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:09Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:09Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:10Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-10 22:31:11Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:11Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:11Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:12Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:12Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:12Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:13Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:14Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:14Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:15Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:15Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:15Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:31:15Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:15Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:31:15Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:16Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:17Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-10 22:31:17Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:18Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-10 22:31:19Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:19Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:19Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:19Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:20Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:21Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:21Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:22Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:22Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:31:23Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:23Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:24Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-10 22:31:24Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:24Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:24Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:24Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:28Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:28Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:28Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:28Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:28Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:29Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:29Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:29Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:29Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:30Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:31:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:31:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-10 22:31:34Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:34Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:34Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:34Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:35Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:36Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:37Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-10 22:31:38Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:38Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:38Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:39Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:40Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:40Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:40Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-10 22:31:41Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:42Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-10 22:31:43Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:43Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:43Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:44Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:44Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:44Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:31:45Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:45Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:45Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:45Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:45Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:46Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:46Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:46Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 22:31:46Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:46Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:31:46Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:47Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:47Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:48Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:49Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:49Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:50Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-10 22:31:51Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:51Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:51Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:52Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:52Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:52Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:52Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:53Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-10 22:31:53Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:54Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:54Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:31:55Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-10 22:31:55Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:55Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:31:55Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:56Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 22:31:57Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:57Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:31:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:31:58Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:31:59Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 22:31:59Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:00Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-10 22:32:01Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:01Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:01Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:01Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:02Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:03Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:03Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:04Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:04Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 22:32:05Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:06Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-10 22:32:06Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:07Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:07Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:08Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:08Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:09Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:09Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:09Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:10Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:10Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:10Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:10Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:10Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:12Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-10 22:32:13Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:13Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:14Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:32:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:15Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:15Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:16Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-10 22:32:17Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:17Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:17Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:18Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:18Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:19Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:19Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:19Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:19Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:20Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:20Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:20Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 22:32:20Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:21Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:21Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:21Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:21Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:21Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:21Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:21Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 22:32:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:23Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:24Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-10 22:32:24Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:25Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:26Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:27Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:27Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:27Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:28Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:31Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-10 22:32:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:32:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:32Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:32Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:33Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:33Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:34Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-10 22:32:34Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:34Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:35Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:35Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:35Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:35Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:35Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:35Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 22:32:36Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:36Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:36Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:36Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:37Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:37Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:37Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 22:32:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:38Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:40Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:40Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:41Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:32:41Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:42Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-10 22:32:42Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:42Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:43Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:44Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:44Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:45Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:45Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:45Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:45Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:45Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:45Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:46Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:46Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:47Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:47Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:47Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-10 22:32:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 22:32:48Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:48Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:48Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 22:32:49Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:49Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-10 22:32:50Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:50Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:50Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:50Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:50Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:50Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:50Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:51Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:51Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:52Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:52Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:52Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-10 22:32:53Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:54Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:54Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:32:54Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 22:32:55Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:32:56Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-10 22:32:57Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:57Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:32:57Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:57Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:32:58Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:59Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:32:59Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:00Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:00Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:01Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-10 22:33:01Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:01Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:02Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:03Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:03Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:03Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:33:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-10 22:33:04Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:05Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-10 22:33:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-10 22:33:07Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:08Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-10 22:33:08Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:09Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:10Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:10Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:10Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:11Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:11Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:11Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:12Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-10 22:33:12Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:12Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:12Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:12Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:13Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:14Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:14Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:15Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-10 22:33:15Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:16Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:16Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:16Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:19Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-10 22:33:20Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:20Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:21Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-10 22:33:21Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:21Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:21Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:22Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:22Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:33:23Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:23Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:23Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-10 22:33:24Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:24Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:24Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:24Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:25Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:33:25Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:25Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:25Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:26Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:26Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:26Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:27Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:27Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:28Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:28Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:28Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-10 22:33:28Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:29Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-10 22:33:30Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:30Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:30Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:30Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-10 22:33:30Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:31Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-10 22:33:31Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:32Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:32Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:33Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:33Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:33Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:33:34Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:35Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:35Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:36Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:37Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-10 22:33:37Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:37Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:37Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:38Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:38Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:39Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:39Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:40Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:40Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:40Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:33:40Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:41Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-10 22:33:42Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:42Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:42Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:43Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:43Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:43Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:33:44Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:45Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:45Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:46Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:47Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-10 22:33:47Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:48Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-10 22:33:49Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:49Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:49Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:50Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:51Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-10 22:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:51Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:52Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:52Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:53Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:53Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:53Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:53Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:54Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:54Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:54Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:55Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:33:55Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:56Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:33:56Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:33:56Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:33:56Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-10 22:33:57Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:33:58Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-10 22:33:59Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:00Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-10 22:34:00Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:00Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:00Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:01Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:01Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-10 22:34:01Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:02Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:02Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:02Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:02Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:03Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-10 22:34:03Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:03Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:34:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:34:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:04Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:04Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:05Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-10 22:34:05Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:05Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-10 22:34:06Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:07Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-10 22:34:07Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:08Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:08Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:08Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:09Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:09Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:09Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:09Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:10Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:10Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:11Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:34:11Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:11Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-10 22:34:12Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:34:12Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:13Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-03-10 22:34:13Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:14Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-10 22:34:14Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:15Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-10 22:34:15Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:17Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-10 22:34:17Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:18Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-10 22:34:18Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:18Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:18Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:20Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:20Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-03-10 22:34:20Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:21Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:21Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:21Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:21Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-10 22:34:21Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:22Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:22Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-10 22:34:23Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:34:23Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:23Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-10 22:34:24Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:24Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:24Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:24Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:24Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:25Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-10 22:34:25Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:25Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:26Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:26Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:26Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:28Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:28Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-03-10 22:34:29Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-10 22:34:29Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:29Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-10 22:34:30Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:31Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-10 22:34:31Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:32Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-10 22:34:33Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:34Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-10 22:34:34Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:34Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:34Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:34Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:34Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:35Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-10 22:34:36Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:36Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:36Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:36Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:37Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:38Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-03-10 22:34:38Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:39Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-10 22:34:39Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:39Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:39Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:39Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-10 22:34:39Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:40Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-10 22:34:40Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:41Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-10 22:34:43Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:43Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:43Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:44Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-10 22:34:44Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:44Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-10 22:34:44Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:44Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:44Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:44Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:45Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:45Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:45Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:45Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:45Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:45Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:46Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:46Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:46Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:46Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:47Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:48Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-10 22:34:48Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:48Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-10 22:34:48Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:48Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-10 22:34:48Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:49Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-10 22:34:49Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:49Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:49Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:49Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:50Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:50Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-10 22:34:50Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:50Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-10 22:34:50Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:50Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:51Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:51Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:51Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:51Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-10 22:34:51Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:51Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:52Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:52Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-10 22:34:52Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:52Z [IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:52Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-10 22:34:52Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:52Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:52Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:53Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:53Z [IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-03-10 22:34:53Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:53Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:53Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-10 22:34:53Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-10 22:34:53Z [CompactServices]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:53Z [IndividualServices]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:53Z [CompactServices]: CREATE_COMPLETE state changed 2026-03-10 22:34:53Z [IndividualServices]: CREATE_COMPLETE state changed 2026-03-10 22:34:53Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:54Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-10 22:34:54Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:55Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-10 22:34:55Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:55Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-10 22:34:56Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:56Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:56Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-10 22:34:56Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-10 22:34:56Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:56Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-10 22:34:56Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:56Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:56Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-10 22:34:57Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:57Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-10 22:34:57Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:57Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:34:57Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:57Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-10 22:34:58Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-10 22:34:58Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:58Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:58Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:58Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-10 22:34:59Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-10 22:34:59Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:34:59Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:00Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:00Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-10 22:35:00Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-10 22:35:00Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:01Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:02Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:02Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:02Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:02Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:02Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:02Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:02Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:02Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:02Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:02Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:03Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:03Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-10 22:35:03Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:04Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-10 22:35:04Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-10 22:35:04Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:05Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-10 22:35:05Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-10 22:35:06Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-10 22:35:06Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:06Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:06Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:06Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:06Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-10 22:35:06Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-10 22:35:06Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-10 22:35:07Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-10 22:35:07Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-10 22:35:07Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-10 22:35:07Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-10 22:35:07Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-10 22:35:07Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:07Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-10 22:35:07Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-10 22:35:07Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:07Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 22:35:08Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:08Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-10 22:35:08Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:08Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:08Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-10 22:35:09Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-10 22:35:09Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:09Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-10 22:35:10Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:10Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-10 22:35:11Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:12Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:12Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-10 22:35:12Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-10 22:35:13Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:13Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-10 22:35:13Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:13Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-10 22:35:14Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-10 22:35:14Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-10 22:35:14Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-10 22:35:15Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-10 22:35:15Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/e56b5346-97d1-4db0-8dfc-a97f0c0c65fd 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-10 22:35:40.569437 | fa163ec6-dd0a-cd85-1406-000000000006 | TASK | External deployment step 0 2026-03-10 22:35:40.594471 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-000000000006') missing from stats 2026-03-10 22:35:40.642250 | fa163ec6-dd0a-cd85-1406-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.120566 | 0.03s 2026-03-10 22:35:40.649584 | 9b336e63-0c7c-43f3-8be2-b68c9310e6e8 | INCLUDED | /root/standalone-ansible-tdq6yxft/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-10 22:35:40.668695 | fa163ec6-dd0a-cd85-1406-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-10 22:35:41.540091 | fa163ec6-dd0a-cd85-1406-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-10 22:35:41.541404 | fa163ec6-dd0a-cd85-1406-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.019711 | 0.87s 2026-03-10 22:35:41.558269 | fa163ec6-dd0a-cd85-1406-000000000129 | TASK | create redis virtual ip 2026-03-10 22:35:42.430492 | fa163ec6-dd0a-cd85-1406-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-10 22:35:42.431796 | fa163ec6-dd0a-cd85-1406-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.910104 | 0.87s PLAY [Check if required variables are defined] ********************************* 2026-03-10 22:35:42.508259 | fa163ec6-dd0a-cd85-1406-000000000138 | TASK | Gathering Facts 2026-03-10 22:35:43.061824 | fa163ec6-dd0a-cd85-1406-000000000138 | OK | Gathering Facts | localhost 2026-03-10 22:35:43.063437 | fa163ec6-dd0a-cd85-1406-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.541743 | 0.55s 2026-03-10 22:35:43.126648 | fa163ec6-dd0a-cd85-1406-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-10 22:35:43.127781 | fa163ec6-dd0a-cd85-1406-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.606088 | 0.05s 2026-03-10 22:35:43.174630 | fa163ec6-dd0a-cd85-1406-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-10 22:35:43.175861 | fa163ec6-dd0a-cd85-1406-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.654170 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-10 22:35:43.286305 | fa163ec6-dd0a-cd85-1406-000000000160 | TASK | Gathering Facts 2026-03-10 22:35:43.295480 | fa163ec6-dd0a-cd85-1406-000000000160 | TASK | Gathering Facts 2026-03-10 22:35:43.611663 | fa163ec6-dd0a-cd85-1406-000000000160 | OK | Gathering Facts | undercloud 2026-03-10 22:35:43.613408 | fa163ec6-dd0a-cd85-1406-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.091708 | 0.33s 2026-03-10 22:35:43.641804 | fa163ec6-dd0a-cd85-1406-000000000160 | OK | Gathering Facts | standalone 2026-03-10 22:35:43.642951 | fa163ec6-dd0a-cd85-1406-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.121265 | 0.35s 2026-03-10 22:35:43.660433 | fa163ec6-dd0a-cd85-1406-000000000012 | TASK | Set legacy facts 2026-03-10 22:35:43.694986 | fa163ec6-dd0a-cd85-1406-000000000012 | OK | Set legacy facts | undercloud 2026-03-10 22:35:43.695951 | fa163ec6-dd0a-cd85-1406-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.174260 | 0.03s 2026-03-10 22:35:43.727634 | fa163ec6-dd0a-cd85-1406-000000000012 | TASK | Set legacy facts 2026-03-10 22:35:43.761040 | fa163ec6-dd0a-cd85-1406-000000000012 | OK | Set legacy facts | standalone 2026-03-10 22:35:43.761696 | fa163ec6-dd0a-cd85-1406-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.240012 | 0.03s PLAY [Load global variables] *************************************************** 2026-03-10 22:35:43.926830 | fa163ec6-dd0a-cd85-1406-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-10 22:35:43.927886 | fa163ec6-dd0a-cd85-1406-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.406193 | 0.05s 2026-03-10 22:35:43.938566 | fa163ec6-dd0a-cd85-1406-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-10 22:35:43.939013 | fa163ec6-dd0a-cd85-1406-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.417333 | 0.05s PLAY [Include extra variables from files] ************************************** 2026-03-10 22:35:44.014015 | fa163ec6-dd0a-cd85-1406-000000000018 | TASK | Include Service VIP vars 2026-03-10 22:35:44.040385 | fa163ec6-dd0a-cd85-1406-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-10 22:35:44.041202 | fa163ec6-dd0a-cd85-1406-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.519513 | 0.03s 2026-03-10 22:35:44.051737 | fa163ec6-dd0a-cd85-1406-000000000018 | OK | Include Service VIP vars | standalone 2026-03-10 22:35:44.052084 | fa163ec6-dd0a-cd85-1406-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.530406 | 0.03s 2026-03-10 22:35:44.055132 | fa163ec6-dd0a-cd85-1406-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-10 22:35:44.083137 | fa163ec6-dd0a-cd85-1406-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-10 22:35:44.083961 | fa163ec6-dd0a-cd85-1406-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.562275 | 0.03s 2026-03-10 22:35:44.094539 | fa163ec6-dd0a-cd85-1406-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-10 22:35:44.094925 | fa163ec6-dd0a-cd85-1406-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.573247 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-10 22:35:44.182861 | fa163ec6-dd0a-cd85-1406-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-10 22:35:45.008193 | fa163ec6-dd0a-cd85-1406-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-10 22:35:45.098552 | fa163ec6-dd0a-cd85-1406-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-10 22:35:45.137198 | fa163ec6-dd0a-cd85-1406-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-10 22:35:45.138438 | fa163ec6-dd0a-cd85-1406-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.616740 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-03-10 22:35:45.232156 | fa163ec6-dd0a-cd85-1406-000000000023 | TASK | Set selinux state 2026-03-10 22:35:45.780878 | fa163ec6-dd0a-cd85-1406-000000000023 | OK | Set selinux state | standalone 2026-03-10 22:35:45.782115 | fa163ec6-dd0a-cd85-1406-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.260415 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-10 22:35:45.916909 | fa163ec6-dd0a-cd85-1406-000000000026 | TASK | Configure Hosts Entries 2026-03-10 22:35:45.948257 | fa163ec6-dd0a-cd85-1406-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.426521 | 0.03s 2026-03-10 22:35:45.963159 | fa163ec6-dd0a-cd85-1406-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.441471 | 0.02s 2026-03-10 22:35:46.014269 | fa163ec6-dd0a-cd85-1406-0000000001f1 | TASK | Create temporary file for hosts 2026-03-10 22:35:46.359279 | fa163ec6-dd0a-cd85-1406-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-10 22:35:46.360919 | fa163ec6-dd0a-cd85-1406-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.839198 | 0.35s 2026-03-10 22:35:46.382282 | fa163ec6-dd0a-cd85-1406-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-10 22:35:46.383023 | fa163ec6-dd0a-cd85-1406-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.861337 | 0.36s 2026-03-10 22:35:46.401796 | fa163ec6-dd0a-cd85-1406-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-10 22:35:46.773789 | fa163ec6-dd0a-cd85-1406-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-10 22:35:46.775454 | fa163ec6-dd0a-cd85-1406-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.253741 | 0.37s 2026-03-10 22:35:46.790693 | fa163ec6-dd0a-cd85-1406-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-10 22:35:46.791519 | fa163ec6-dd0a-cd85-1406-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.269833 | 0.37s 2026-03-10 22:35:46.809766 | fa163ec6-dd0a-cd85-1406-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-10 22:35:47.132269 | fa163ec6-dd0a-cd85-1406-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-10 22:35:47.133683 | fa163ec6-dd0a-cd85-1406-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.611986 | 0.30s 2026-03-10 22:35:47.165714 | fa163ec6-dd0a-cd85-1406-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-10 22:35:47.166503 | fa163ec6-dd0a-cd85-1406-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.644817 | 0.36s 2026-03-10 22:35:47.184716 | fa163ec6-dd0a-cd85-1406-0000000001f4 | TASK | Render out the hosts entries 2026-03-10 22:35:47.315100 | fa163ec6-dd0a-cd85-1406-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-10 22:35:47.316376 | fa163ec6-dd0a-cd85-1406-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.794678 | 0.13s 2026-03-10 22:35:47.334142 | fa163ec6-dd0a-cd85-1406-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-10 22:35:47.604696 | fa163ec6-dd0a-cd85-1406-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-10 22:35:47.606662 | fa163ec6-dd0a-cd85-1406-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.084959 | 0.27s 2026-03-10 22:35:47.681067 | fa163ec6-dd0a-cd85-1406-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-10 22:35:47.682001 | fa163ec6-dd0a-cd85-1406-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.160315 | 0.33s 2026-03-10 22:35:47.697730 | fa163ec6-dd0a-cd85-1406-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-10 22:35:48.053965 | fa163ec6-dd0a-cd85-1406-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-10 22:35:48.055699 | fa163ec6-dd0a-cd85-1406-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.533997 | 0.36s 2026-03-10 22:35:48.066926 | fa163ec6-dd0a-cd85-1406-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-10 22:35:48.067711 | fa163ec6-dd0a-cd85-1406-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.546025 | 0.36s 2026-03-10 22:35:48.085753 | fa163ec6-dd0a-cd85-1406-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-10 22:35:48.441765 | fa163ec6-dd0a-cd85-1406-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-10 22:35:48.443784 | fa163ec6-dd0a-cd85-1406-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.921903 | 0.36s 2026-03-10 22:35:48.456722 | fa163ec6-dd0a-cd85-1406-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-10 22:35:48.457916 | fa163ec6-dd0a-cd85-1406-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.936226 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2026-03-10 22:35:48.581941 | fa163ec6-dd0a-cd85-1406-00000000002a | TASK | Common roles for TripleO servers 2026-03-10 22:35:48.609328 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-00000000002a') missing from stats 2026-03-10 22:35:48.691468 | fa163ec6-dd0a-cd85-1406-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.169741 | 0.02s 2026-03-10 22:35:48.766566 | fa163ec6-dd0a-cd85-1406-000000000254 | TASK | Gather variables for each operating system 2026-03-10 22:35:48.885959 | fa163ec6-dd0a-cd85-1406-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-10 22:35:48.887654 | fa163ec6-dd0a-cd85-1406-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.365956 | 0.12s 2026-03-10 22:35:48.897251 | fa163ec6-dd0a-cd85-1406-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.375523 | 0.13s 2026-03-10 22:35:48.921873 | fa163ec6-dd0a-cd85-1406-000000000256 | TASK | Check release version package is installed 2026-03-10 22:35:49.225457 | fa163ec6-dd0a-cd85-1406-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-10 22:35:49.227434 | fa163ec6-dd0a-cd85-1406-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.705727 | 0.30s 2026-03-10 22:35:49.258041 | fa163ec6-dd0a-cd85-1406-000000000257 | TASK | Deploy release version package 2026-03-10 22:35:54.169515 | fa163ec6-dd0a-cd85-1406-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-10 22:35:54.170695 | fa163ec6-dd0a-cd85-1406-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.649004 | 4.91s 2026-03-10 22:35:54.194581 | fa163ec6-dd0a-cd85-1406-000000000259 | TASK | Include packages tasks 2026-03-10 22:35:54.215299 | fa163ec6-dd0a-cd85-1406-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.693586 | 0.02s 2026-03-10 22:35:54.240299 | b8611d6a-4ac0-4939-bbad-6130760c6e2b | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-10 22:35:54.270512 | fa163ec6-dd0a-cd85-1406-0000000002ad | TASK | Gather facts if they don't exist 2026-03-10 22:35:54.318303 | fa163ec6-dd0a-cd85-1406-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-10 22:35:54.319703 | fa163ec6-dd0a-cd85-1406-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.798005 | 0.05s 2026-03-10 22:35:54.343836 | fa163ec6-dd0a-cd85-1406-0000000002ae | TASK | Gather variables for each operating system 2026-03-10 22:35:54.456001 | fa163ec6-dd0a-cd85-1406-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-10 22:35:54.467072 | fa163ec6-dd0a-cd85-1406-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.945370 | 0.12s 2026-03-10 22:35:54.491670 | fa163ec6-dd0a-cd85-1406-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-10 22:35:55.752039 | fa163ec6-dd0a-cd85-1406-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-10 22:35:55.753529 | fa163ec6-dd0a-cd85-1406-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:15.231832 | 1.26s 2026-03-10 22:35:55.777725 | fa163ec6-dd0a-cd85-1406-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-10 22:36:01.579141 | fa163ec6-dd0a-cd85-1406-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-10 22:36:01.580851 | fa163ec6-dd0a-cd85-1406-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:21.059148 | 5.80s 2026-03-10 22:36:01.606136 | fa163ec6-dd0a-cd85-1406-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-10 22:36:02.679843 | fa163ec6-dd0a-cd85-1406-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-10 22:36:02.681430 | fa163ec6-dd0a-cd85-1406-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:22.159733 | 1.07s 2026-03-10 22:36:02.707468 | fa163ec6-dd0a-cd85-1406-00000000025a | TASK | Enable openvswitch service if installed 2026-03-10 22:36:03.603560 | fa163ec6-dd0a-cd85-1406-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-10 22:36:03.605227 | fa163ec6-dd0a-cd85-1406-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:23.083520 | 0.90s 2026-03-10 22:36:03.624042 | fa163ec6-dd0a-cd85-1406-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-10 22:36:03.858107 | fa163ec6-dd0a-cd85-1406-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-10 22:36:03.859908 | fa163ec6-dd0a-cd85-1406-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:23.338208 | 0.23s 2026-03-10 22:36:03.885119 | fa163ec6-dd0a-cd85-1406-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-10 22:36:04.173188 | fa163ec6-dd0a-cd85-1406-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-10 22:36:04.174540 | fa163ec6-dd0a-cd85-1406-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.652851 | 0.29s 2026-03-10 22:36:04.198516 | fa163ec6-dd0a-cd85-1406-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-10 22:36:04.256980 | fa163ec6-dd0a-cd85-1406-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-10 22:36:04.258065 | fa163ec6-dd0a-cd85-1406-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.736376 | 0.06s 2026-03-10 22:36:04.277742 | fa163ec6-dd0a-cd85-1406-00000000025f | TASK | Ensure network service is enabled 2026-03-10 22:36:04.658542 | fa163ec6-dd0a-cd85-1406-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-10 22:36:04.659870 | fa163ec6-dd0a-cd85-1406-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:24.138180 | 0.38s 2026-03-10 22:36:04.677969 | fa163ec6-dd0a-cd85-1406-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-10 22:36:05.022285 | fa163ec6-dd0a-cd85-1406-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-10 22:36:05.024353 | fa163ec6-dd0a-cd85-1406-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.502647 | 0.35s 2026-03-10 22:36:05.050324 | fa163ec6-dd0a-cd85-1406-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-10 22:36:05.275520 | fa163ec6-dd0a-cd85-1406-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-10 22:36:05.277384 | fa163ec6-dd0a-cd85-1406-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.755683 | 0.23s 2026-03-10 22:36:05.302603 | fa163ec6-dd0a-cd85-1406-000000000263 | TASK | Reload NetworkManager 2026-03-10 22:36:05.713650 | fa163ec6-dd0a-cd85-1406-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-10 22:36:05.715826 | fa163ec6-dd0a-cd85-1406-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:25.194130 | 0.41s 2026-03-10 22:36:05.743629 | fa163ec6-dd0a-cd85-1406-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-10 22:36:05.969029 | fa163ec6-dd0a-cd85-1406-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-10 22:36:05.970691 | fa163ec6-dd0a-cd85-1406-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.448992 | 0.22s 2026-03-10 22:36:05.996990 | fa163ec6-dd0a-cd85-1406-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-10 22:36:06.312743 | fa163ec6-dd0a-cd85-1406-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-10 22:36:06.314279 | fa163ec6-dd0a-cd85-1406-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.792582 | 0.32s 2026-03-10 22:36:06.339068 | fa163ec6-dd0a-cd85-1406-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-10 22:36:06.531199 | fa163ec6-dd0a-cd85-1406-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-10 22:36:06.532867 | fa163ec6-dd0a-cd85-1406-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:26.011163 | 0.19s 2026-03-10 22:36:06.563020 | fa163ec6-dd0a-cd85-1406-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-10 22:36:06.797483 | fa163ec6-dd0a-cd85-1406-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-10 22:36:06.798558 | fa163ec6-dd0a-cd85-1406-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:26.276869 | 0.23s 2026-03-10 22:36:06.870668 | fa163ec6-dd0a-cd85-1406-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.348966 | 0.03s 2026-03-10 22:36:06.947607 | fa163ec6-dd0a-cd85-1406-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-10 22:36:07.146950 | fa163ec6-dd0a-cd85-1406-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-10 22:36:07.148322 | fa163ec6-dd0a-cd85-1406-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.626625 | 0.20s 2026-03-10 22:36:07.172437 | fa163ec6-dd0a-cd85-1406-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-10 22:36:07.392314 | fa163ec6-dd0a-cd85-1406-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-10 22:36:07.393555 | fa163ec6-dd0a-cd85-1406-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.871861 | 0.22s 2026-03-10 22:36:07.417793 | fa163ec6-dd0a-cd85-1406-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-10 22:36:07.443260 | fa163ec6-dd0a-cd85-1406-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-10 22:36:07.444480 | fa163ec6-dd0a-cd85-1406-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.922786 | 0.03s 2026-03-10 22:36:07.468595 | fa163ec6-dd0a-cd85-1406-000000000364 | TASK | Write temporary file 2026-03-10 22:36:07.495365 | fa163ec6-dd0a-cd85-1406-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-10 22:36:07.496568 | fa163ec6-dd0a-cd85-1406-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.974874 | 0.03s 2026-03-10 22:36:07.520027 | fa163ec6-dd0a-cd85-1406-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-10 22:36:07.598583 | fa163ec6-dd0a-cd85-1406-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-10 22:36:07.599974 | fa163ec6-dd0a-cd85-1406-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:27.078279 | 0.08s 2026-03-10 22:36:07.624654 | fa163ec6-dd0a-cd85-1406-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-10 22:36:07.845263 | fa163ec6-dd0a-cd85-1406-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-10 22:36:07.846589 | fa163ec6-dd0a-cd85-1406-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.324896 | 0.22s 2026-03-10 22:36:07.872169 | fa163ec6-dd0a-cd85-1406-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-10 22:36:08.595210 | fa163ec6-dd0a-cd85-1406-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-10 22:36:08.596515 | fa163ec6-dd0a-cd85-1406-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:28.074822 | 0.72s 2026-03-10 22:36:08.620561 | fa163ec6-dd0a-cd85-1406-000000000368 | TASK | Remove temp file 2026-03-10 22:36:08.790558 | fa163ec6-dd0a-cd85-1406-000000000368 | CHANGED | Remove temp file | standalone 2026-03-10 22:36:08.792389 | fa163ec6-dd0a-cd85-1406-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:28.270696 | 0.17s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-10 22:36:08.963662 | fa163ec6-dd0a-cd85-1406-000000000034 | TASK | Deploy step tasks for step 0 2026-03-10 22:36:09.004655 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-000000000034') missing from stats 2026-03-10 22:36:09.024334 | fa163ec6-dd0a-cd85-1406-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-10 22:36:09.252742 | fa163ec6-dd0a-cd85-1406-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-10 22:36:09.253979 | fa163ec6-dd0a-cd85-1406-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.732288 | 0.23s 2026-03-10 22:36:09.278848 | fa163ec6-dd0a-cd85-1406-000000000036 | TASK | Check cloud-init status 2026-03-10 22:36:09.504089 | fa163ec6-dd0a-cd85-1406-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-10 22:36:09.505522 | fa163ec6-dd0a-cd85-1406-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.983830 | 0.23s 2026-03-10 22:36:09.530069 | fa163ec6-dd0a-cd85-1406-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-10 22:36:09.750471 | fa163ec6-dd0a-cd85-1406-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-10 22:36:09.751817 | fa163ec6-dd0a-cd85-1406-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:29.230125 | 0.22s 2026-03-10 22:36:09.776536 | fa163ec6-dd0a-cd85-1406-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-10 22:36:10.152997 | fa163ec6-dd0a-cd85-1406-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-10 22:36:10.154334 | fa163ec6-dd0a-cd85-1406-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.632643 | 0.38s 2026-03-10 22:36:10.179599 | fa163ec6-dd0a-cd85-1406-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-10 22:36:10.417316 | fa163ec6-dd0a-cd85-1406-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-10 22:36:10.418769 | fa163ec6-dd0a-cd85-1406-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.897076 | 0.24s 2026-03-10 22:36:10.443353 | fa163ec6-dd0a-cd85-1406-00000000003a | TASK | Write container-puppet.sh 2026-03-10 22:36:10.928192 | fa163ec6-dd0a-cd85-1406-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-10 22:36:10.929585 | fa163ec6-dd0a-cd85-1406-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.407892 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 22:36:11.005174 | fa163ec6-dd0a-cd85-1406-00000000003b | TIMING | include_tasks | standalone | 0:00:30.483478 | 0.05s 2026-03-10 22:36:11.025882 | b4eb98d1-acda-4074-ba30-f270cfef5220 | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-10 22:36:11.057878 | fa163ec6-dd0a-cd85-1406-000000000416 | TASK | Configure tuned before reboot 2026-03-10 22:36:11.109375 | fa163ec6-dd0a-cd85-1406-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.587679 | 0.05s 2026-03-10 22:36:11.171951 | fa163ec6-dd0a-cd85-1406-000000000455 | TASK | Gather variables for each operating system 2026-03-10 22:36:11.297866 | fa163ec6-dd0a-cd85-1406-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-10 22:36:11.300587 | fa163ec6-dd0a-cd85-1406-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.778890 | 0.13s 2026-03-10 22:36:11.310725 | fa163ec6-dd0a-cd85-1406-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.789035 | 0.14s 2026-03-10 22:36:11.403584 | fa163ec6-dd0a-cd85-1406-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.881887 | 0.07s 2026-03-10 22:36:11.424027 | 2cb746bc-ed42-4cc8-9579-a3b3449fe46a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-10 22:36:11.459465 | fa163ec6-dd0a-cd85-1406-00000000047f | TASK | Check tuned package is installed 2026-03-10 22:36:11.745303 | fa163ec6-dd0a-cd85-1406-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-10 22:36:11.746676 | fa163ec6-dd0a-cd85-1406-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:31.224983 | 0.29s 2026-03-10 22:36:11.772195 | fa163ec6-dd0a-cd85-1406-000000000480 | TASK | Install tuned 2026-03-10 22:36:18.485644 | fa163ec6-dd0a-cd85-1406-000000000480 | CHANGED | Install tuned | standalone 2026-03-10 22:36:18.487484 | fa163ec6-dd0a-cd85-1406-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.965791 | 6.71s 2026-03-10 22:36:18.514304 | fa163ec6-dd0a-cd85-1406-000000000481 | TASK | Restart tuned 2026-03-10 22:36:21.337066 | fa163ec6-dd0a-cd85-1406-000000000481 | CHANGED | Restart tuned | standalone 2026-03-10 22:36:21.338884 | fa163ec6-dd0a-cd85-1406-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:40.817188 | 2.82s 2026-03-10 22:36:21.365440 | fa163ec6-dd0a-cd85-1406-000000000457 | TASK | Check for tuned-adm 2026-03-10 22:36:21.604511 | fa163ec6-dd0a-cd85-1406-000000000457 | OK | Check for tuned-adm | standalone 2026-03-10 22:36:21.605703 | fa163ec6-dd0a-cd85-1406-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:41.084010 | 0.24s 2026-03-10 22:36:21.670590 | fa163ec6-dd0a-cd85-1406-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:41.148891 | 0.04s 2026-03-10 22:36:21.699274 | f52ac8aa-e9af-41a5-bc43-e3480b30bfb0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-10 22:36:21.746933 | fa163ec6-dd0a-cd85-1406-0000000004b6 | TASK | Ensure profile directory exists 2026-03-10 22:36:21.818171 | fa163ec6-dd0a-cd85-1406-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-10 22:36:21.819306 | fa163ec6-dd0a-cd85-1406-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:41.297611 | 0.07s 2026-03-10 22:36:21.844191 | fa163ec6-dd0a-cd85-1406-0000000004b7 | TASK | Create custom tuned profile 2026-03-10 22:36:21.915968 | fa163ec6-dd0a-cd85-1406-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-10 22:36:21.917033 | fa163ec6-dd0a-cd85-1406-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:41.395341 | 0.07s 2026-03-10 22:36:21.942194 | fa163ec6-dd0a-cd85-1406-0000000004b8 | TASK | Check tuned active profile 2026-03-10 22:36:22.300524 | fa163ec6-dd0a-cd85-1406-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-10 22:36:22.301803 | fa163ec6-dd0a-cd85-1406-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:41.780109 | 0.36s 2026-03-10 22:36:22.327118 | fa163ec6-dd0a-cd85-1406-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-10 22:36:22.541029 | fa163ec6-dd0a-cd85-1406-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-10 22:36:22.542329 | fa163ec6-dd0a-cd85-1406-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:42.020636 | 0.21s 2026-03-10 22:36:22.567403 | fa163ec6-dd0a-cd85-1406-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-10 22:36:22.632896 | fa163ec6-dd0a-cd85-1406-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-10 22:36:22.634098 | fa163ec6-dd0a-cd85-1406-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:42.112404 | 0.06s 2026-03-10 22:36:22.661624 | fa163ec6-dd0a-cd85-1406-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-10 22:36:22.720705 | fa163ec6-dd0a-cd85-1406-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-10 22:36:22.721302 | fa163ec6-dd0a-cd85-1406-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:42.199620 | 0.06s 2026-03-10 22:36:22.746320 | fa163ec6-dd0a-cd85-1406-0000000004bc | TASK | Enable tuned profile 2026-03-10 22:36:24.164432 | fa163ec6-dd0a-cd85-1406-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-10 22:36:24.165781 | fa163ec6-dd0a-cd85-1406-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:43.644088 | 1.42s 2026-03-10 22:36:24.219155 | fa163ec6-dd0a-cd85-1406-000000000417 | TASK | Configure kernel args and reboot 2026-03-10 22:36:24.260527 | fa163ec6-dd0a-cd85-1406-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:43.738822 | 0.04s 2026-03-10 22:36:24.405440 | fa163ec6-dd0a-cd85-1406-000000000569 | TASK | Get the command line args of the node 2026-03-10 22:36:24.628433 | fa163ec6-dd0a-cd85-1406-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-10 22:36:24.629870 | fa163ec6-dd0a-cd85-1406-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:44.108174 | 0.22s 2026-03-10 22:36:24.656510 | fa163ec6-dd0a-cd85-1406-00000000056b | TASK | Check if node has a nova.conf 2026-03-10 22:36:24.882407 | fa163ec6-dd0a-cd85-1406-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-10 22:36:24.883987 | fa163ec6-dd0a-cd85-1406-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:44.362292 | 0.23s 2026-03-10 22:36:24.910377 | fa163ec6-dd0a-cd85-1406-00000000056d | TASK | Warn operator about workload protection 2026-03-10 22:36:24.948777 | fa163ec6-dd0a-cd85-1406-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-10 22:36:24.950069 | fa163ec6-dd0a-cd85-1406-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:44.428376 | 0.04s 2026-03-10 22:36:24.976881 | fa163ec6-dd0a-cd85-1406-00000000056e | TASK | Setting defer reboot fact 2026-03-10 22:36:25.016312 | fa163ec6-dd0a-cd85-1406-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-10 22:36:25.017411 | fa163ec6-dd0a-cd85-1406-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:44.495721 | 0.04s 2026-03-10 22:36:25.038314 | fa163ec6-dd0a-cd85-1406-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-10 22:36:25.064101 | fa163ec6-dd0a-cd85-1406-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:44.542403 | 0.02s 2026-03-10 22:36:25.091070 | fa163ec6-dd0a-cd85-1406-000000000575 | TASK | Find hugepages in cmdline 2026-03-10 22:36:25.140429 | fa163ec6-dd0a-cd85-1406-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-10 22:36:25.141595 | fa163ec6-dd0a-cd85-1406-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:44.619900 | 0.05s 2026-03-10 22:36:25.167737 | fa163ec6-dd0a-cd85-1406-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-10 22:36:25.211912 | fa163ec6-dd0a-cd85-1406-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-10 22:36:25.213071 | fa163ec6-dd0a-cd85-1406-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:44.691377 | 0.04s 2026-03-10 22:36:25.239168 | fa163ec6-dd0a-cd85-1406-00000000057a | TASK | Find desired default hugepage size 2026-03-10 22:36:25.289495 | fa163ec6-dd0a-cd85-1406-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-10 22:36:25.291071 | fa163ec6-dd0a-cd85-1406-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:44.769376 | 0.05s 2026-03-10 22:36:25.316739 | fa163ec6-dd0a-cd85-1406-00000000057c | TASK | Storing non-configured hugepages 2026-03-10 22:36:25.344921 | fa163ec6-dd0a-cd85-1406-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:44.823220 | 0.03s 2026-03-10 22:36:25.370879 | fa163ec6-dd0a-cd85-1406-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-10 22:36:25.413417 | fa163ec6-dd0a-cd85-1406-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-10 22:36:25.414544 | fa163ec6-dd0a-cd85-1406-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:44.892851 | 0.04s 2026-03-10 22:36:25.439562 | fa163ec6-dd0a-cd85-1406-00000000057f | TASK | Determining the default hugepagesz 2026-03-10 22:36:25.480990 | fa163ec6-dd0a-cd85-1406-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-10 22:36:25.482301 | fa163ec6-dd0a-cd85-1406-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:44.960607 | 0.04s 2026-03-10 22:36:25.508387 | fa163ec6-dd0a-cd85-1406-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-10 22:36:25.550862 | fa163ec6-dd0a-cd85-1406-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-10 22:36:25.552024 | fa163ec6-dd0a-cd85-1406-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:45.030330 | 0.04s 2026-03-10 22:36:25.577801 | fa163ec6-dd0a-cd85-1406-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-10 22:36:25.619981 | fa163ec6-dd0a-cd85-1406-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-10 22:36:25.621129 | fa163ec6-dd0a-cd85-1406-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:45.099435 | 0.04s 2026-03-10 22:36:25.646271 | fa163ec6-dd0a-cd85-1406-000000000583 | TASK | Warn about possible modifications 2026-03-10 22:36:25.686997 | fa163ec6-dd0a-cd85-1406-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-10 22:36:25.688212 | fa163ec6-dd0a-cd85-1406-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:45.166519 | 0.04s 2026-03-10 22:36:25.714076 | fa163ec6-dd0a-cd85-1406-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-10 22:36:25.754957 | fa163ec6-dd0a-cd85-1406-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-10 22:36:25.756157 | fa163ec6-dd0a-cd85-1406-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:45.234464 | 0.04s 2026-03-10 22:36:25.781538 | fa163ec6-dd0a-cd85-1406-000000000585 | TASK | Cleaning up whitespaces 2026-03-10 22:36:25.822688 | fa163ec6-dd0a-cd85-1406-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-10 22:36:25.823873 | fa163ec6-dd0a-cd85-1406-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:45.302178 | 0.04s 2026-03-10 22:36:25.849434 | fa163ec6-dd0a-cd85-1406-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-10 22:36:26.195783 | fa163ec6-dd0a-cd85-1406-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-10 22:36:26.197145 | fa163ec6-dd0a-cd85-1406-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:45.675451 | 0.35s 2026-03-10 22:36:26.223275 | fa163ec6-dd0a-cd85-1406-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-10 22:36:26.263870 | fa163ec6-dd0a-cd85-1406-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-10 22:36:26.264948 | fa163ec6-dd0a-cd85-1406-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:45.743256 | 0.04s 2026-03-10 22:36:26.292843 | fa163ec6-dd0a-cd85-1406-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-10 22:36:26.336834 | fa163ec6-dd0a-cd85-1406-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-10 22:36:26.338139 | fa163ec6-dd0a-cd85-1406-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:45.816447 | 0.04s 2026-03-10 22:36:26.364652 | fa163ec6-dd0a-cd85-1406-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-10 22:36:26.425152 | fa163ec6-dd0a-cd85-1406-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-10 22:36:26.426442 | fa163ec6-dd0a-cd85-1406-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:45.904746 | 0.06s 2026-03-10 22:36:26.451920 | fa163ec6-dd0a-cd85-1406-00000000058c | TASK | Generate grub config 2026-03-10 22:36:26.513352 | fa163ec6-dd0a-cd85-1406-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-10 22:36:26.514645 | fa163ec6-dd0a-cd85-1406-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:45.992950 | 0.06s 2026-03-10 22:36:26.539927 | fa163ec6-dd0a-cd85-1406-000000000590 | TASK | Get the block device that /boot is on 2026-03-10 22:36:26.600744 | fa163ec6-dd0a-cd85-1406-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-10 22:36:26.601986 | fa163ec6-dd0a-cd85-1406-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:46.080293 | 0.06s 2026-03-10 22:36:26.628482 | fa163ec6-dd0a-cd85-1406-000000000591 | TASK | Get the mount point that /boot is in 2026-03-10 22:36:26.689419 | fa163ec6-dd0a-cd85-1406-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-10 22:36:26.691723 | fa163ec6-dd0a-cd85-1406-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:46.170029 | 0.06s 2026-03-10 22:36:26.724033 | fa163ec6-dd0a-cd85-1406-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-10 22:36:26.773611 | fa163ec6-dd0a-cd85-1406-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-10 22:36:26.774768 | fa163ec6-dd0a-cd85-1406-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:46.253076 | 0.05s 2026-03-10 22:36:26.800316 | fa163ec6-dd0a-cd85-1406-000000000593 | TASK | Executed script to fix grub-menu 2026-03-10 22:36:26.850639 | fa163ec6-dd0a-cd85-1406-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-10 22:36:26.851701 | fa163ec6-dd0a-cd85-1406-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:46.330009 | 0.05s 2026-03-10 22:36:26.877181 | fa163ec6-dd0a-cd85-1406-000000000594 | TASK | Check grub config paths 2026-03-10 22:36:26.946862 | fa163ec6-dd0a-cd85-1406-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-10 22:36:26.962690 | fa163ec6-dd0a-cd85-1406-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-10 22:36:26.974612 | fa163ec6-dd0a-cd85-1406-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:46.452908 | 0.10s 2026-03-10 22:36:27.002519 | fa163ec6-dd0a-cd85-1406-000000000595 | TASK | Write EFI grub.cfg 2026-03-10 22:36:27.058088 | fa163ec6-dd0a-cd85-1406-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-10 22:36:27.074165 | fa163ec6-dd0a-cd85-1406-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-10 22:36:27.081071 | fa163ec6-dd0a-cd85-1406-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:46.559371 | 0.08s 2026-03-10 22:36:27.108145 | fa163ec6-dd0a-cd85-1406-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-10 22:36:27.150148 | fa163ec6-dd0a-cd85-1406-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-10 22:36:27.151528 | fa163ec6-dd0a-cd85-1406-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:46.629834 | 0.04s 2026-03-10 22:36:27.177865 | fa163ec6-dd0a-cd85-1406-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-10 22:36:27.239914 | fa163ec6-dd0a-cd85-1406-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-10 22:36:27.240981 | fa163ec6-dd0a-cd85-1406-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:46.719289 | 0.06s 2026-03-10 22:36:27.266409 | fa163ec6-dd0a-cd85-1406-000000000598 | TASK | Execute grub2-mkconfig 2026-03-10 22:36:27.327879 | fa163ec6-dd0a-cd85-1406-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-10 22:36:27.328920 | fa163ec6-dd0a-cd85-1406-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:46.807228 | 0.06s 2026-03-10 22:36:27.353927 | fa163ec6-dd0a-cd85-1406-000000000599 | TASK | Check for active tuned profile 2026-03-10 22:36:27.413880 | fa163ec6-dd0a-cd85-1406-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-10 22:36:27.414986 | fa163ec6-dd0a-cd85-1406-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:46.893295 | 0.06s 2026-03-10 22:36:27.439694 | fa163ec6-dd0a-cd85-1406-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-10 22:36:27.493250 | fa163ec6-dd0a-cd85-1406-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-10 22:36:27.494489 | fa163ec6-dd0a-cd85-1406-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:46.972795 | 0.05s 2026-03-10 22:36:27.519968 | fa163ec6-dd0a-cd85-1406-00000000059b | TASK | Set reboot required fact 2026-03-10 22:36:27.571379 | fa163ec6-dd0a-cd85-1406-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-10 22:36:27.572612 | fa163ec6-dd0a-cd85-1406-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:47.050918 | 0.05s 2026-03-10 22:36:27.598316 | fa163ec6-dd0a-cd85-1406-00000000059d | TASK | Apply DPDK workarounds 2026-03-10 22:36:27.648599 | fa163ec6-dd0a-cd85-1406-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-10 22:36:27.649708 | fa163ec6-dd0a-cd85-1406-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:47.128016 | 0.05s 2026-03-10 22:36:27.674934 | fa163ec6-dd0a-cd85-1406-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-10 22:36:27.714534 | fa163ec6-dd0a-cd85-1406-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-10 22:36:27.715643 | fa163ec6-dd0a-cd85-1406-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:47.193951 | 0.04s 2026-03-10 22:36:27.740211 | fa163ec6-dd0a-cd85-1406-0000000005a0 | TASK | Load modules 2026-03-10 22:36:27.784079 | fa163ec6-dd0a-cd85-1406-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-10 22:36:27.790425 | fa163ec6-dd0a-cd85-1406-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:47.268725 | 0.05s 2026-03-10 22:36:27.816334 | fa163ec6-dd0a-cd85-1406-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-10 22:36:27.861349 | fa163ec6-dd0a-cd85-1406-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-10 22:36:27.868101 | fa163ec6-dd0a-cd85-1406-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:47.346405 | 0.05s 2026-03-10 22:36:27.893350 | fa163ec6-dd0a-cd85-1406-0000000005a4 | TASK | Drop module persistence 2026-03-10 22:36:27.939643 | fa163ec6-dd0a-cd85-1406-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-10 22:36:27.945737 | fa163ec6-dd0a-cd85-1406-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:47.424040 | 0.05s 2026-03-10 22:36:27.970802 | fa163ec6-dd0a-cd85-1406-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-10 22:36:28.015184 | fa163ec6-dd0a-cd85-1406-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-10 22:36:28.021332 | fa163ec6-dd0a-cd85-1406-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:47.499635 | 0.05s 2026-03-10 22:36:28.046812 | fa163ec6-dd0a-cd85-1406-0000000005a8 | TASK | Modules reload 2026-03-10 22:36:28.085590 | fa163ec6-dd0a-cd85-1406-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-10 22:36:28.086637 | fa163ec6-dd0a-cd85-1406-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:47.564946 | 0.04s 2026-03-10 22:36:28.112372 | fa163ec6-dd0a-cd85-1406-0000000005aa | TASK | Reboot tasks 2026-03-10 22:36:28.161585 | fa163ec6-dd0a-cd85-1406-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-10 22:36:28.162639 | fa163ec6-dd0a-cd85-1406-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:47.640946 | 0.05s 2026-03-10 22:36:28.189262 | fa163ec6-dd0a-cd85-1406-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-10 22:36:28.239784 | fa163ec6-dd0a-cd85-1406-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-10 22:36:28.240739 | fa163ec6-dd0a-cd85-1406-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:47.719052 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-10 22:36:28.387958 | fa163ec6-dd0a-cd85-1406-00000000003f | TASK | Server pre-network deployments 2026-03-10 22:36:28.413983 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-00000000003f') missing from stats 2026-03-10 22:36:28.434809 | fa163ec6-dd0a-cd85-1406-000000000043 | TASK | Hiera config 2026-03-10 22:36:28.460862 | fa163ec6-dd0a-cd85-1406-000000000043 | TIMING | Hiera config | standalone | 0:00:47.939161 | 0.03s 2026-03-10 22:36:28.510848 | fa163ec6-dd0a-cd85-1406-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-10 22:36:28.771625 | fa163ec6-dd0a-cd85-1406-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-10 22:36:28.773108 | fa163ec6-dd0a-cd85-1406-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:48.251412 | 0.26s 2026-03-10 22:36:28.798691 | fa163ec6-dd0a-cd85-1406-000000000722 | TASK | Write hiera config 2026-03-10 22:36:29.319795 | fa163ec6-dd0a-cd85-1406-000000000722 | CHANGED | Write hiera config | standalone 2026-03-10 22:36:29.321311 | fa163ec6-dd0a-cd85-1406-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:48.799619 | 0.52s 2026-03-10 22:36:29.368646 | fa163ec6-dd0a-cd85-1406-000000000044 | TASK | Hiera symlink 2026-03-10 22:36:29.538778 | fa163ec6-dd0a-cd85-1406-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-10 22:36:29.539623 | fa163ec6-dd0a-cd85-1406-000000000044 | TIMING | Hiera symlink | standalone | 0:00:49.017940 | 0.17s 2026-03-10 22:36:29.556355 | fa163ec6-dd0a-cd85-1406-000000000045 | TASK | Hieradata from vars 2026-03-10 22:36:29.580900 | fa163ec6-dd0a-cd85-1406-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:49.059216 | 0.02s 2026-03-10 22:36:29.616457 | fa163ec6-dd0a-cd85-1406-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-10 22:36:30.078184 | fa163ec6-dd0a-cd85-1406-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-10 22:36:30.079637 | fa163ec6-dd0a-cd85-1406-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:49.557913 | 0.46s 2026-03-10 22:36:30.106697 | fa163ec6-dd0a-cd85-1406-00000000077d | TASK | Render hieradata from template 2026-03-10 22:36:30.596483 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-10 22:36:30.599589 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.077880 | 0.49s 2026-03-10 22:36:31.150518 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-10 22:36:31.151618 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.629928 | 1.04s 2026-03-10 22:36:31.706575 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-10 22:36:31.707859 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.186168 | 1.60s 2026-03-10 22:36:32.168533 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-10 22:36:32.169987 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.648296 | 2.06s 2026-03-10 22:36:32.674167 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-10 22:36:32.676095 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.154404 | 2.57s 2026-03-10 22:36:33.149050 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-10 22:36:33.150209 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.628518 | 3.04s 2026-03-10 22:36:33.602946 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-10 22:36:33.604114 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.082422 | 3.50s 2026-03-10 22:36:34.066485 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-10 22:36:34.068441 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.546749 | 3.96s 2026-03-10 22:36:34.546314 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-10 22:36:34.548380 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.026689 | 4.44s 2026-03-10 22:36:35.034181 | fa163ec6-dd0a-cd85-1406-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-10 22:36:35.034822 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.513140 | 4.93s 2026-03-10 22:36:35.040728 | fa163ec6-dd0a-cd85-1406-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.519035 | 4.93s 2026-03-10 22:36:35.090484 | fa163ec6-dd0a-cd85-1406-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-10 22:36:35.119915 | fa163ec6-dd0a-cd85-1406-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:54.598208 | 0.03s 2026-03-10 22:36:35.186846 | fa163ec6-dd0a-cd85-1406-000000000821 | TASK | Check for hieradata file 2026-03-10 22:36:35.407089 | fa163ec6-dd0a-cd85-1406-000000000821 | OK | Check for hieradata file | standalone 2026-03-10 22:36:35.408394 | fa163ec6-dd0a-cd85-1406-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:54.886699 | 0.22s 2026-03-10 22:36:35.433389 | fa163ec6-dd0a-cd85-1406-000000000823 | TASK | Get existing data 2026-03-10 22:36:35.482977 | fa163ec6-dd0a-cd85-1406-000000000823 | SKIPPED | Get existing data | standalone 2026-03-10 22:36:35.484312 | fa163ec6-dd0a-cd85-1406-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:54.962618 | 0.05s 2026-03-10 22:36:35.503474 | fa163ec6-dd0a-cd85-1406-000000000824 | TASK | Set data fact 2026-03-10 22:36:35.549532 | fa163ec6-dd0a-cd85-1406-000000000824 | SKIPPED | Set data fact | standalone 2026-03-10 22:36:35.550621 | fa163ec6-dd0a-cd85-1406-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:55.028929 | 0.05s 2026-03-10 22:36:35.574882 | fa163ec6-dd0a-cd85-1406-000000000826 | TASK | Write ansible hieradata file 2026-03-10 22:36:36.072934 | fa163ec6-dd0a-cd85-1406-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-10 22:36:36.074493 | fa163ec6-dd0a-cd85-1406-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:55.552793 | 0.50s 2026-03-10 22:36:36.173062 | fa163ec6-dd0a-cd85-1406-000000000047 | TIMING | include_tasks | standalone | 0:00:55.651359 | 0.05s PLAY [Server network deployments] ********************************************** 2026-03-10 22:36:36.330605 | fa163ec6-dd0a-cd85-1406-00000000004b | TASK | Network Configuration 2026-03-10 22:36:36.356593 | fa163ec6-dd0a-cd85-1406-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-00000000004b') missing from stats 2026-03-10 22:36:36.379571 | fa163ec6-dd0a-cd85-1406-00000000004c | TASK | Check NetworkConfig script existence 2026-03-10 22:36:36.405137 | fa163ec6-dd0a-cd85-1406-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-10 22:36:36.405883 | fa163ec6-dd0a-cd85-1406-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:55.884196 | 0.03s 2026-03-10 22:36:36.425629 | fa163ec6-dd0a-cd85-1406-000000000052 | TASK | Gather SELinux fact if needed 2026-03-10 22:36:36.472871 | fa163ec6-dd0a-cd85-1406-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-10 22:36:36.473928 | fa163ec6-dd0a-cd85-1406-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:55.952236 | 0.05s 2026-03-10 22:36:36.498329 | fa163ec6-dd0a-cd85-1406-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-10 22:36:37.174616 | fa163ec6-dd0a-cd85-1406-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-10 22:36:37.176925 | fa163ec6-dd0a-cd85-1406-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:56.655226 | 0.68s 2026-03-10 22:36:37.203839 | fa163ec6-dd0a-cd85-1406-000000000054 | TASK | Ensure requirements are satisfied 2026-03-10 22:36:37.226325 | fa163ec6-dd0a-cd85-1406-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:56.704623 | 0.02s 2026-03-10 22:36:37.283634 | fa163ec6-dd0a-cd85-1406-0000000008bf | TASK | Gather facts if they don't exist 2026-03-10 22:36:37.333667 | fa163ec6-dd0a-cd85-1406-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-10 22:36:37.334966 | fa163ec6-dd0a-cd85-1406-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:56.813270 | 0.05s 2026-03-10 22:36:37.360105 | fa163ec6-dd0a-cd85-1406-0000000008c0 | TASK | Gather variables for each operating system 2026-03-10 22:36:37.474072 | fa163ec6-dd0a-cd85-1406-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-10 22:36:37.486000 | fa163ec6-dd0a-cd85-1406-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:56.964302 | 0.12s 2026-03-10 22:36:37.512876 | fa163ec6-dd0a-cd85-1406-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-10 22:36:37.796789 | fa163ec6-dd0a-cd85-1406-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-10 22:36:37.798206 | fa163ec6-dd0a-cd85-1406-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:57.276511 | 0.28s 2026-03-10 22:36:37.824386 | fa163ec6-dd0a-cd85-1406-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-10 22:36:37.855802 | fa163ec6-dd0a-cd85-1406-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-10 22:36:37.856903 | fa163ec6-dd0a-cd85-1406-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:57.335211 | 0.03s 2026-03-10 22:36:37.881520 | fa163ec6-dd0a-cd85-1406-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-10 22:36:38.874705 | fa163ec6-dd0a-cd85-1406-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-10 22:36:38.876149 | fa163ec6-dd0a-cd85-1406-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:58.354458 | 0.99s 2026-03-10 22:36:38.925159 | fa163ec6-dd0a-cd85-1406-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-10 22:36:39.177988 | fa163ec6-dd0a-cd85-1406-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-10 22:36:39.179424 | fa163ec6-dd0a-cd85-1406-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:58.657729 | 0.25s 2026-03-10 22:36:39.204404 | fa163ec6-dd0a-cd85-1406-000000000057 | TASK | Reload NetworkManager 2026-03-10 22:36:39.649748 | fa163ec6-dd0a-cd85-1406-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-10 22:36:39.651667 | fa163ec6-dd0a-cd85-1406-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:59.129972 | 0.45s 2026-03-10 22:36:39.677926 | fa163ec6-dd0a-cd85-1406-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-10 22:36:39.929170 | fa163ec6-dd0a-cd85-1406-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-10 22:36:39.930630 | fa163ec6-dd0a-cd85-1406-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:59.408936 | 0.25s 2026-03-10 22:36:39.955655 | fa163ec6-dd0a-cd85-1406-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-10 22:36:40.173962 | fa163ec6-dd0a-cd85-1406-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-10 22:36:40.174976 | fa163ec6-dd0a-cd85-1406-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:59.653289 | 0.22s 2026-03-10 22:36:40.194672 | fa163ec6-dd0a-cd85-1406-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-10 22:36:40.224085 | fa163ec6-dd0a-cd85-1406-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-10 22:36:40.224830 | fa163ec6-dd0a-cd85-1406-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:59.703145 | 0.03s 2026-03-10 22:36:40.244074 | fa163ec6-dd0a-cd85-1406-00000000005c | TASK | Ensure we get cloud-init 2026-03-10 22:36:40.469825 | fa163ec6-dd0a-cd85-1406-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-10 22:36:40.471169 | fa163ec6-dd0a-cd85-1406-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:59.949475 | 0.23s 2026-03-10 22:36:40.497347 | fa163ec6-dd0a-cd85-1406-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-10 22:36:40.749376 | fa163ec6-dd0a-cd85-1406-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-10 22:36:40.750654 | fa163ec6-dd0a-cd85-1406-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:01:00.228960 | 0.25s 2026-03-10 22:36:40.775828 | fa163ec6-dd0a-cd85-1406-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-10 22:36:41.164366 | fa163ec6-dd0a-cd85-1406-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-10 22:36:41.165532 | fa163ec6-dd0a-cd85-1406-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:00.643839 | 0.39s 2026-03-10 22:36:41.191157 | fa163ec6-dd0a-cd85-1406-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-10 22:36:41.264116 | fa163ec6-dd0a-cd85-1406-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-10 22:36:41.266049 | fa163ec6-dd0a-cd85-1406-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:00.744354 | 0.07s 2026-03-10 22:36:41.290984 | fa163ec6-dd0a-cd85-1406-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-10 22:36:41.557447 | fa163ec6-dd0a-cd85-1406-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-10 22:36:41.558756 | fa163ec6-dd0a-cd85-1406-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:01.037063 | 0.27s 2026-03-10 22:36:41.584007 | fa163ec6-dd0a-cd85-1406-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-10 22:36:41.647486 | fa163ec6-dd0a-cd85-1406-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:01.125798 | 0.06s 2026-03-10 22:36:41.663504 | 3c56dfbf-5a99-46cb-95ff-af97870bf394 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-10 22:36:41.687562 | fa163ec6-dd0a-cd85-1406-000000000909 | TASK | Set nic_config_file fact 2026-03-10 22:36:41.768163 | fa163ec6-dd0a-cd85-1406-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-10 22:36:41.769481 | fa163ec6-dd0a-cd85-1406-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:01.247787 | 0.08s 2026-03-10 22:36:41.794489 | fa163ec6-dd0a-cd85-1406-00000000090a | TASK | Render overidden network config 2026-03-10 22:36:41.876877 | fa163ec6-dd0a-cd85-1406-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-10 22:36:41.877739 | fa163ec6-dd0a-cd85-1406-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:01.356053 | 0.08s 2026-03-10 22:36:41.902877 | fa163ec6-dd0a-cd85-1406-00000000090b | TASK | Render network_config 2026-03-10 22:36:41.973883 | fa163ec6-dd0a-cd85-1406-00000000090b | SKIPPED | Render network_config | standalone 2026-03-10 22:36:41.975095 | fa163ec6-dd0a-cd85-1406-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:01.453402 | 0.07s 2026-03-10 22:36:42.000277 | fa163ec6-dd0a-cd85-1406-00000000090c | TASK | Render network_config from template 2026-03-10 22:36:42.506130 | fa163ec6-dd0a-cd85-1406-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-10 22:36:42.507484 | fa163ec6-dd0a-cd85-1406-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.985791 | 0.51s 2026-03-10 22:36:42.533374 | fa163ec6-dd0a-cd85-1406-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=759466824208.45998 2026-03-10 22:36:46.614487 | fa163ec6-dd0a-cd85-1406-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-10 22:36:46.615538 | fa163ec6-dd0a-cd85-1406-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:06.093855 | 4.08s 2026-03-10 22:36:46.633599 | fa163ec6-dd0a-cd85-1406-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-10 22:36:47.092055 | fa163ec6-dd0a-cd85-1406-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-10 22:36:47.093435 | fa163ec6-dd0a-cd85-1406-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:06.571742 | 0.46s 2026-03-10 22:36:47.118711 | fa163ec6-dd0a-cd85-1406-000000000065 | TASK | Disable cloud-init network config 2026-03-10 22:36:47.624860 | fa163ec6-dd0a-cd85-1406-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-10 22:36:47.626295 | fa163ec6-dd0a-cd85-1406-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:07.104601 | 0.51s 2026-03-10 22:36:47.651487 | fa163ec6-dd0a-cd85-1406-000000000066 | TASK | Ensure network service is enabled 2026-03-10 22:36:48.055965 | fa163ec6-dd0a-cd85-1406-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-10 22:36:48.057869 | fa163ec6-dd0a-cd85-1406-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.536178 | 0.40s PLAY [Server network validation] *********************************************** 2026-03-10 22:36:48.230962 | fa163ec6-dd0a-cd85-1406-000000000096 | TASK | Basic Network Validation 2026-03-10 22:36:48.257397 | fa163ec6-dd0a-cd85-1406-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.735695 | 0.03s 2026-03-10 22:36:48.305849 | fa163ec6-dd0a-cd85-1406-000000000945 | TASK | Collect default network fact 2026-03-10 22:36:48.876036 | fa163ec6-dd0a-cd85-1406-000000000945 | OK | Collect default network fact | standalone 2026-03-10 22:36:48.877194 | fa163ec6-dd0a-cd85-1406-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:08.355501 | 0.57s 2026-03-10 22:36:48.902368 | fa163ec6-dd0a-cd85-1406-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-10 22:36:48.930706 | fa163ec6-dd0a-cd85-1406-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-10 22:36:48.931924 | fa163ec6-dd0a-cd85-1406-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:08.410231 | 0.03s 2026-03-10 22:36:48.956792 | fa163ec6-dd0a-cd85-1406-000000000947 | TASK | Check all networks Gateway availability 2026-03-10 22:36:48.984079 | fa163ec6-dd0a-cd85-1406-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:08.462369 | 0.03s 2026-03-10 22:36:49.010387 | fa163ec6-dd0a-cd85-1406-000000000949 | TASK | Check Controllers availability 2026-03-10 22:36:49.070611 | fa163ec6-dd0a-cd85-1406-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-10 22:36:49.077366 | fa163ec6-dd0a-cd85-1406-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-10 22:36:49.082996 | fa163ec6-dd0a-cd85-1406-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-10 22:36:49.090312 | fa163ec6-dd0a-cd85-1406-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-10 22:36:49.096366 | fa163ec6-dd0a-cd85-1406-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-10 22:36:49.102111 | fa163ec6-dd0a-cd85-1406-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-10 22:36:49.108392 | fa163ec6-dd0a-cd85-1406-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:08.586693 | 0.10s 2026-03-10 22:36:49.134639 | fa163ec6-dd0a-cd85-1406-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-10 22:36:49.155407 | fa163ec6-dd0a-cd85-1406-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-10 22:36:49.156638 | fa163ec6-dd0a-cd85-1406-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:08.634944 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2026-03-10 22:36:49.340329 | fa163ec6-dd0a-cd85-1406-00000000009a | TASK | Server pre deployments 2026-03-10 22:36:49.366101 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-00000000009a') missing from stats 2026-03-10 22:36:49.386492 | fa163ec6-dd0a-cd85-1406-00000000009e | TASK | Hiera config 2026-03-10 22:36:49.412251 | fa163ec6-dd0a-cd85-1406-00000000009e | TIMING | Hiera config | standalone | 0:01:08.890536 | 0.02s 2026-03-10 22:36:49.460351 | fa163ec6-dd0a-cd85-1406-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-10 22:36:49.691435 | fa163ec6-dd0a-cd85-1406-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-10 22:36:49.693046 | fa163ec6-dd0a-cd85-1406-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:09.171344 | 0.23s 2026-03-10 22:36:49.719130 | fa163ec6-dd0a-cd85-1406-00000000099f | TASK | Write hiera config 2026-03-10 22:36:50.237161 | fa163ec6-dd0a-cd85-1406-00000000099f | OK | Write hiera config | standalone 2026-03-10 22:36:50.238050 | fa163ec6-dd0a-cd85-1406-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.716366 | 0.52s 2026-03-10 22:36:50.279032 | fa163ec6-dd0a-cd85-1406-00000000009f | TASK | Hiera symlink 2026-03-10 22:36:50.481584 | fa163ec6-dd0a-cd85-1406-00000000009f | OK | Hiera symlink | standalone 2026-03-10 22:36:50.483012 | fa163ec6-dd0a-cd85-1406-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.961316 | 0.20s 2026-03-10 22:36:50.508365 | fa163ec6-dd0a-cd85-1406-0000000000a0 | TASK | Hieradata from vars 2026-03-10 22:36:50.537052 | fa163ec6-dd0a-cd85-1406-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:10.015342 | 0.03s 2026-03-10 22:36:50.598042 | fa163ec6-dd0a-cd85-1406-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-10 22:36:51.092802 | fa163ec6-dd0a-cd85-1406-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-10 22:36:51.094344 | fa163ec6-dd0a-cd85-1406-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:10.572647 | 0.49s 2026-03-10 22:36:51.120427 | fa163ec6-dd0a-cd85-1406-0000000009fa | TASK | Render hieradata from template 2026-03-10 22:36:51.668143 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-10 22:36:51.672045 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.150339 | 0.55s 2026-03-10 22:36:52.276622 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-10 22:36:52.277779 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.756090 | 1.16s 2026-03-10 22:36:52.898996 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-10 22:36:52.900770 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.379074 | 1.78s 2026-03-10 22:36:53.388791 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-10 22:36:53.390434 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.868732 | 2.27s 2026-03-10 22:36:53.866381 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-10 22:36:53.868844 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.347148 | 2.75s 2026-03-10 22:36:54.322210 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-10 22:36:54.323894 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.802199 | 3.20s 2026-03-10 22:36:54.849110 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-10 22:36:54.851271 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.329581 | 3.73s 2026-03-10 22:36:55.357020 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-10 22:36:55.359692 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.837997 | 4.24s 2026-03-10 22:36:55.856738 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-10 22:36:55.858788 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.337100 | 4.74s 2026-03-10 22:36:56.361817 | fa163ec6-dd0a-cd85-1406-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-10 22:36:56.364387 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.842689 | 5.24s 2026-03-10 22:36:56.375421 | fa163ec6-dd0a-cd85-1406-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.853737 | 5.25s 2026-03-10 22:36:56.417513 | fa163ec6-dd0a-cd85-1406-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-10 22:36:56.446512 | fa163ec6-dd0a-cd85-1406-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:15.924813 | 0.03s 2026-03-10 22:36:56.510324 | fa163ec6-dd0a-cd85-1406-000000000a9e | TASK | Check for hieradata file 2026-03-10 22:36:56.744529 | fa163ec6-dd0a-cd85-1406-000000000a9e | OK | Check for hieradata file | standalone 2026-03-10 22:36:56.746470 | fa163ec6-dd0a-cd85-1406-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:16.224777 | 0.23s 2026-03-10 22:36:56.768034 | fa163ec6-dd0a-cd85-1406-000000000aa0 | TASK | Get existing data 2026-03-10 22:36:56.815580 | fa163ec6-dd0a-cd85-1406-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-10 22:36:56.816505 | fa163ec6-dd0a-cd85-1406-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:16.294818 | 0.05s 2026-03-10 22:36:56.836311 | fa163ec6-dd0a-cd85-1406-000000000aa1 | TASK | Set data fact 2026-03-10 22:36:56.885669 | fa163ec6-dd0a-cd85-1406-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-10 22:36:56.886815 | fa163ec6-dd0a-cd85-1406-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:16.365121 | 0.05s 2026-03-10 22:36:56.912235 | fa163ec6-dd0a-cd85-1406-000000000aa3 | TASK | Write ansible hieradata file 2026-03-10 22:36:57.379134 | fa163ec6-dd0a-cd85-1406-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-10 22:36:57.380593 | fa163ec6-dd0a-cd85-1406-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:16.858902 | 0.47s 2026-03-10 22:36:57.480256 | fa163ec6-dd0a-cd85-1406-0000000000a2 | TIMING | include_tasks | standalone | 0:01:16.958524 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-03-10 22:36:57.636511 | fa163ec6-dd0a-cd85-1406-0000000000a6 | TASK | Host prep steps 2026-03-10 22:36:57.663837 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000a6') missing from stats 2026-03-10 22:36:57.735071 | fa163ec6-dd0a-cd85-1406-0000000000a7 | TASK | Deploy Artifacts 2026-03-10 22:36:57.846772 | fa163ec6-dd0a-cd85-1406-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-10 22:36:57.847584 | fa163ec6-dd0a-cd85-1406-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:17.325895 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 22:36:57.903345 | fa163ec6-dd0a-cd85-1406-0000000000a8 | TIMING | include_tasks | standalone | 0:01:17.381651 | 0.04s 2026-03-10 22:36:58.091778 | 92648dd8-7c92-4254-bd3c-0689f52c178b | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/host_prep_tasks.yaml | standalone 2026-03-10 22:36:58.146988 | fa163ec6-dd0a-cd85-1406-000000000b1e | TASK | Run firewall role 2026-03-10 22:36:58.172524 | fa163ec6-dd0a-cd85-1406-000000000b1e | TIMING | Run firewall role | standalone | 0:01:17.650831 | 0.02s 2026-03-10 22:36:58.226176 | fa163ec6-dd0a-cd85-1406-000000000c1d | TASK | Gather variables for each operating system 2026-03-10 22:36:58.347303 | fa163ec6-dd0a-cd85-1406-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-10 22:36:58.349418 | fa163ec6-dd0a-cd85-1406-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.827721 | 0.12s 2026-03-10 22:36:58.359562 | fa163ec6-dd0a-cd85-1406-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.837868 | 0.13s 2026-03-10 22:36:58.385767 | fa163ec6-dd0a-cd85-1406-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-10 22:37:01.408293 | fa163ec6-dd0a-cd85-1406-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-10 22:37:01.409727 | fa163ec6-dd0a-cd85-1406-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.888033 | 3.02s 2026-03-10 22:37:01.435532 | fa163ec6-dd0a-cd85-1406-000000000c22 | TASK | Create empty var for masquerade rules 2026-03-10 22:37:01.474918 | fa163ec6-dd0a-cd85-1406-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-03-10 22:37:01.476301 | fa163ec6-dd0a-cd85-1406-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.954606 | 0.04s 2026-03-10 22:37:01.501931 | fa163ec6-dd0a-cd85-1406-000000000c23 | TASK | Enable masquerade 2026-03-10 22:37:01.551942 | fa163ec6-dd0a-cd85-1406-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-03-10 22:37:01.553088 | fa163ec6-dd0a-cd85-1406-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:21.031392 | 0.05s 2026-03-10 22:37:01.578356 | fa163ec6-dd0a-cd85-1406-000000000c24 | TASK | Set the default frontend firewall rules 2026-03-10 22:37:01.610679 | fa163ec6-dd0a-cd85-1406-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-03-10 22:37:01.611831 | fa163ec6-dd0a-cd85-1406-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:21.090139 | 0.03s 2026-03-10 22:37:01.636848 | fa163ec6-dd0a-cd85-1406-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-10 22:37:01.686792 | fa163ec6-dd0a-cd85-1406-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-10 22:37:01.688484 | fa163ec6-dd0a-cd85-1406-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:21.166789 | 0.05s 2026-03-10 22:37:01.714054 | fa163ec6-dd0a-cd85-1406-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-03-10 22:37:01.767369 | fa163ec6-dd0a-cd85-1406-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-03-10 22:37:01.768982 | fa163ec6-dd0a-cd85-1406-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.247288 | 0.05s 2026-03-10 22:37:01.794274 | fa163ec6-dd0a-cd85-1406-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-03-10 22:37:01.825252 | fa163ec6-dd0a-cd85-1406-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-10 22:37:01.826326 | fa163ec6-dd0a-cd85-1406-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:21.304635 | 0.03s 2026-03-10 22:37:01.850684 | fa163ec6-dd0a-cd85-1406-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-03-10 22:37:01.881297 | fa163ec6-dd0a-cd85-1406-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-10 22:37:01.882534 | fa163ec6-dd0a-cd85-1406-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.360841 | 0.03s 2026-03-10 22:37:01.908247 | fa163ec6-dd0a-cd85-1406-000000000c2d | TASK | Enable LOG rules 2026-03-10 22:37:01.936828 | fa163ec6-dd0a-cd85-1406-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-03-10 22:37:01.938090 | fa163ec6-dd0a-cd85-1406-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:21.416392 | 0.03s 2026-03-10 22:37:01.965412 | fa163ec6-dd0a-cd85-1406-000000000c2e | TASK | Set rule fact 2026-03-10 22:37:02.061327 | fa163ec6-dd0a-cd85-1406-000000000c2e | OK | Set rule fact | standalone 2026-03-10 22:37:02.064528 | fa163ec6-dd0a-cd85-1406-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:21.542833 | 0.10s 2026-03-10 22:37:02.094293 | fa163ec6-dd0a-cd85-1406-000000000c2f | TASK | Manage rules via nftables 2026-03-10 22:37:02.123611 | fa163ec6-dd0a-cd85-1406-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:21.601909 | 0.03s 2026-03-10 22:37:02.207260 | fa163ec6-dd0a-cd85-1406-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.685564 | 0.03s 2026-03-10 22:37:02.229264 | 327dc1c5-3283-4614-b916-02b8f8ed9782 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-10 22:37:02.253877 | fa163ec6-dd0a-cd85-1406-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-03-10 22:37:02.646363 | fa163ec6-dd0a-cd85-1406-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-10 22:37:02.649306 | fa163ec6-dd0a-cd85-1406-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.127607 | 0.39s 2026-03-10 22:37:02.980102 | fa163ec6-dd0a-cd85-1406-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-10 22:37:02.982415 | fa163ec6-dd0a-cd85-1406-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.460723 | 0.73s 2026-03-10 22:37:02.994307 | fa163ec6-dd0a-cd85-1406-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.472609 | 0.74s 2026-03-10 22:37:03.023439 | fa163ec6-dd0a-cd85-1406-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-03-10 22:37:03.721809 | fa163ec6-dd0a-cd85-1406-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-10 22:37:03.723657 | fa163ec6-dd0a-cd85-1406-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:23.201962 | 0.70s 2026-03-10 22:37:03.750714 | fa163ec6-dd0a-cd85-1406-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-03-10 22:37:03.790869 | fa163ec6-dd0a-cd85-1406-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-10 22:37:03.792013 | fa163ec6-dd0a-cd85-1406-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:23.270293 | 0.04s 2026-03-10 22:37:03.846396 | fa163ec6-dd0a-cd85-1406-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.324694 | 0.03s 2026-03-10 22:37:03.884959 | 24ef0c31-2d5d-4b86-a914-a573f3b5e5a0 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-10 22:37:03.920977 | fa163ec6-dd0a-cd85-1406-000000000d23 | TASK | Push empty ruleset 2026-03-10 22:37:04.377412 | fa163ec6-dd0a-cd85-1406-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-03-10 22:37:04.379093 | fa163ec6-dd0a-cd85-1406-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.857393 | 0.46s 2026-03-10 22:37:04.405473 | fa163ec6-dd0a-cd85-1406-000000000d24 | TASK | Load empty ruleset 2026-03-10 22:37:04.652059 | fa163ec6-dd0a-cd85-1406-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-03-10 22:37:04.653385 | fa163ec6-dd0a-cd85-1406-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:24.131691 | 0.25s 2026-03-10 22:37:04.678932 | fa163ec6-dd0a-cd85-1406-000000000d26 | TASK | Use default rules 2026-03-10 22:37:04.750234 | fa163ec6-dd0a-cd85-1406-000000000d26 | OK | Use default rules | standalone 2026-03-10 22:37:04.751847 | fa163ec6-dd0a-cd85-1406-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:24.230163 | 0.07s 2026-03-10 22:37:04.770576 | fa163ec6-dd0a-cd85-1406-000000000d27 | TASK | Enable LOG rules 2026-03-10 22:37:04.862198 | fa163ec6-dd0a-cd85-1406-000000000d27 | OK | Enable LOG rules | standalone 2026-03-10 22:37:04.865761 | fa163ec6-dd0a-cd85-1406-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:24.344066 | 0.09s 2026-03-10 22:37:04.895551 | fa163ec6-dd0a-cd85-1406-000000000d29 | TASK | Get current nftables content 2026-03-10 22:37:05.129617 | fa163ec6-dd0a-cd85-1406-000000000d29 | CHANGED | Get current nftables content | standalone 2026-03-10 22:37:05.130958 | fa163ec6-dd0a-cd85-1406-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.609264 | 0.23s 2026-03-10 22:37:05.156667 | fa163ec6-dd0a-cd85-1406-000000000d2b | TASK | Generate chain jumps 2026-03-10 22:37:05.714093 | fa163ec6-dd0a-cd85-1406-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-03-10 22:37:05.715635 | fa163ec6-dd0a-cd85-1406-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.193941 | 0.56s 2026-03-10 22:37:05.755639 | fa163ec6-dd0a-cd85-1406-000000000d2c | TASK | Generate chain jumps 2026-03-10 22:37:06.361180 | fa163ec6-dd0a-cd85-1406-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-03-10 22:37:06.362010 | fa163ec6-dd0a-cd85-1406-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.840326 | 0.60s 2026-03-10 22:37:06.380296 | fa163ec6-dd0a-cd85-1406-000000000d2d | TASK | Generate nft flushes 2026-03-10 22:37:06.846559 | fa163ec6-dd0a-cd85-1406-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-03-10 22:37:06.847949 | fa163ec6-dd0a-cd85-1406-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:26.326256 | 0.47s 2026-03-10 22:37:06.874275 | fa163ec6-dd0a-cd85-1406-000000000d2e | TASK | Generate nft tripleo chains 2026-03-10 22:37:07.364636 | fa163ec6-dd0a-cd85-1406-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-03-10 22:37:07.366123 | fa163ec6-dd0a-cd85-1406-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.844430 | 0.49s 2026-03-10 22:37:07.392550 | fa163ec6-dd0a-cd85-1406-000000000d2f | TASK | Generate nft ruleset in static file 2026-03-10 22:37:08.990954 | fa163ec6-dd0a-cd85-1406-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-03-10 22:37:08.992435 | fa163ec6-dd0a-cd85-1406-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:28.470740 | 1.60s 2026-03-10 22:37:09.019959 | fa163ec6-dd0a-cd85-1406-000000000d31 | TASK | Validate all of the generated content before loading 2026-03-10 22:37:09.536126 | fa163ec6-dd0a-cd85-1406-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-10 22:37:09.537641 | fa163ec6-dd0a-cd85-1406-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:29.015946 | 0.52s 2026-03-10 22:37:09.564783 | fa163ec6-dd0a-cd85-1406-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-03-10 22:37:09.819756 | fa163ec6-dd0a-cd85-1406-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-10 22:37:09.821187 | fa163ec6-dd0a-cd85-1406-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:29.299493 | 0.25s 2026-03-10 22:37:09.874483 | fa163ec6-dd0a-cd85-1406-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:29.352786 | 0.03s 2026-03-10 22:37:09.893319 | 2b1444d6-c843-4a31-9532-9ae3d749087b | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-10 22:37:09.945664 | fa163ec6-dd0a-cd85-1406-000000000d9a | TASK | Inject our custom chains in nftables 2026-03-10 22:37:10.185933 | fa163ec6-dd0a-cd85-1406-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-03-10 22:37:10.186755 | fa163ec6-dd0a-cd85-1406-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.665072 | 0.24s 2026-03-10 22:37:10.204026 | fa163ec6-dd0a-cd85-1406-000000000d9b | TASK | Reload custom nftables ruleset files 2026-03-10 22:37:10.418804 | fa163ec6-dd0a-cd85-1406-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-10 22:37:10.419602 | fa163ec6-dd0a-cd85-1406-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.897920 | 0.21s 2026-03-10 22:37:10.468131 | fa163ec6-dd0a-cd85-1406-000000000b1f | TASK | create persistent logs directory 2026-03-10 22:37:10.731938 | fa163ec6-dd0a-cd85-1406-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-10 22:37:10.733955 | fa163ec6-dd0a-cd85-1406-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.212256 | 0.27s 2026-03-10 22:37:10.925316 | fa163ec6-dd0a-cd85-1406-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-10 22:37:10.925898 | fa163ec6-dd0a-cd85-1406-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.404216 | 0.46s 2026-03-10 22:37:10.932744 | fa163ec6-dd0a-cd85-1406-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.411048 | 0.46s 2026-03-10 22:37:10.957635 | fa163ec6-dd0a-cd85-1406-000000000b20 | TASK | create persistent directories 2026-03-10 22:37:11.158717 | fa163ec6-dd0a-cd85-1406-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-10 22:37:11.160938 | fa163ec6-dd0a-cd85-1406-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.639233 | 0.20s 2026-03-10 22:37:11.170983 | fa163ec6-dd0a-cd85-1406-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.649289 | 0.21s 2026-03-10 22:37:11.195464 | fa163ec6-dd0a-cd85-1406-000000000b21 | TASK | create persistent directories 2026-03-10 22:37:11.459505 | fa163ec6-dd0a-cd85-1406-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-10 22:37:11.462052 | fa163ec6-dd0a-cd85-1406-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.940345 | 0.27s 2026-03-10 22:37:11.654479 | fa163ec6-dd0a-cd85-1406-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-10 22:37:11.656023 | fa163ec6-dd0a-cd85-1406-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.134330 | 0.46s 2026-03-10 22:37:11.665859 | fa163ec6-dd0a-cd85-1406-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.144169 | 0.47s 2026-03-10 22:37:11.683136 | fa163ec6-dd0a-cd85-1406-000000000b22 | TASK | create persistent directories 2026-03-10 22:37:11.898763 | fa163ec6-dd0a-cd85-1406-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-10 22:37:11.901033 | fa163ec6-dd0a-cd85-1406-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.379327 | 0.22s 2026-03-10 22:37:11.910929 | fa163ec6-dd0a-cd85-1406-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.389233 | 0.23s 2026-03-10 22:37:11.936869 | fa163ec6-dd0a-cd85-1406-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-10 22:37:12.901750 | fa163ec6-dd0a-cd85-1406-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-10 22:37:12.903311 | fa163ec6-dd0a-cd85-1406-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.381617 | 0.96s 2026-03-10 22:37:12.928291 | fa163ec6-dd0a-cd85-1406-000000000b24 | TASK | create persistent directories 2026-03-10 22:37:13.188580 | fa163ec6-dd0a-cd85-1406-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-10 22:37:13.190210 | fa163ec6-dd0a-cd85-1406-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.668509 | 0.26s 2026-03-10 22:37:13.389493 | fa163ec6-dd0a-cd85-1406-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-10 22:37:13.390777 | fa163ec6-dd0a-cd85-1406-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.869081 | 0.46s 2026-03-10 22:37:13.398397 | fa163ec6-dd0a-cd85-1406-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.876707 | 0.47s 2026-03-10 22:37:13.415725 | fa163ec6-dd0a-cd85-1406-000000000b25 | TASK | create fcontext entry for cinder data 2026-03-10 22:37:14.720283 | fa163ec6-dd0a-cd85-1406-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-10 22:37:14.721814 | fa163ec6-dd0a-cd85-1406-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.200119 | 1.31s 2026-03-10 22:37:14.746499 | fa163ec6-dd0a-cd85-1406-000000000b26 | TASK | create persistent directories 2026-03-10 22:37:15.020265 | fa163ec6-dd0a-cd85-1406-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-10 22:37:15.021903 | fa163ec6-dd0a-cd85-1406-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.500203 | 0.27s 2026-03-10 22:37:15.234686 | fa163ec6-dd0a-cd85-1406-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-10 22:37:15.236067 | fa163ec6-dd0a-cd85-1406-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.714385 | 0.49s 2026-03-10 22:37:15.247084 | fa163ec6-dd0a-cd85-1406-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.725382 | 0.50s 2026-03-10 22:37:15.273967 | fa163ec6-dd0a-cd85-1406-000000000b27 | TASK | ensure ceph configurations exist 2026-03-10 22:37:15.503934 | fa163ec6-dd0a-cd85-1406-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-03-10 22:37:15.505426 | fa163ec6-dd0a-cd85-1406-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:34.983730 | 0.23s 2026-03-10 22:37:15.530017 | fa163ec6-dd0a-cd85-1406-000000000b28 | TASK | create persistent directories 2026-03-10 22:37:15.743946 | fa163ec6-dd0a-cd85-1406-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-10 22:37:15.745469 | fa163ec6-dd0a-cd85-1406-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.223772 | 0.21s 2026-03-10 22:37:15.751894 | fa163ec6-dd0a-cd85-1406-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.230196 | 0.22s 2026-03-10 22:37:15.777909 | fa163ec6-dd0a-cd85-1406-000000000b2a | TASK | Create cinder image conversion directory 2026-03-10 22:37:15.852830 | fa163ec6-dd0a-cd85-1406-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-03-10 22:37:15.854201 | fa163ec6-dd0a-cd85-1406-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:35.332506 | 0.07s 2026-03-10 22:37:15.878669 | fa163ec6-dd0a-cd85-1406-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-03-10 22:37:15.963686 | fa163ec6-dd0a-cd85-1406-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-10 22:37:15.964671 | fa163ec6-dd0a-cd85-1406-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.442985 | 0.08s 2026-03-10 22:37:15.983456 | fa163ec6-dd0a-cd85-1406-000000000b2d | TASK | cinder_configure_lvm fact 2026-03-10 22:37:16.013160 | fa163ec6-dd0a-cd85-1406-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-03-10 22:37:16.014533 | fa163ec6-dd0a-cd85-1406-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.492839 | 0.03s 2026-03-10 22:37:16.038650 | fa163ec6-dd0a-cd85-1406-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-03-10 22:37:18.992514 | fa163ec6-dd0a-cd85-1406-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-03-10 22:37:18.994035 | fa163ec6-dd0a-cd85-1406-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:38.472340 | 2.95s 2026-03-10 22:37:19.019291 | fa163ec6-dd0a-cd85-1406-000000000b30 | TASK | cinder create LVM volume group dd 2026-03-10 22:37:19.250793 | fa163ec6-dd0a-cd85-1406-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-03-10 22:37:19.252143 | fa163ec6-dd0a-cd85-1406-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:38.730450 | 0.23s 2026-03-10 22:37:19.278744 | fa163ec6-dd0a-cd85-1406-000000000b31 | TASK | Get or create LVM loopback device 2026-03-10 22:37:19.543660 | fa163ec6-dd0a-cd85-1406-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-03-10 22:37:19.545114 | fa163ec6-dd0a-cd85-1406-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:39.023420 | 0.27s 2026-03-10 22:37:19.570946 | fa163ec6-dd0a-cd85-1406-000000000b32 | TASK | Create LVM volume group 2026-03-10 22:37:20.128053 | fa163ec6-dd0a-cd85-1406-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-03-10 22:37:20.129536 | fa163ec6-dd0a-cd85-1406-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:39.607840 | 0.56s 2026-03-10 22:37:20.155207 | fa163ec6-dd0a-cd85-1406-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-03-10 22:37:20.628610 | fa163ec6-dd0a-cd85-1406-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-03-10 22:37:20.629601 | fa163ec6-dd0a-cd85-1406-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:40.107914 | 0.47s 2026-03-10 22:37:20.648940 | fa163ec6-dd0a-cd85-1406-000000000b34 | TASK | cinder enable the LVM losetup service 2026-03-10 22:37:21.602148 | fa163ec6-dd0a-cd85-1406-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-03-10 22:37:21.603884 | fa163ec6-dd0a-cd85-1406-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:41.082196 | 0.95s 2026-03-10 22:37:21.625106 | fa163ec6-dd0a-cd85-1406-000000000b36 | TASK | allow logrotate to read inside containers 2026-03-10 22:37:22.548707 | fa163ec6-dd0a-cd85-1406-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-10 22:37:22.550171 | fa163ec6-dd0a-cd85-1406-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:42.028478 | 0.92s 2026-03-10 22:37:22.574651 | fa163ec6-dd0a-cd85-1406-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-03-10 22:37:24.839049 | fa163ec6-dd0a-cd85-1406-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-10 22:37:24.840401 | fa163ec6-dd0a-cd85-1406-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:44.318715 | 2.26s 2026-03-10 22:37:24.889411 | fa163ec6-dd0a-cd85-1406-000000000b39 | OK | set_fact | standalone 2026-03-10 22:37:24.890146 | fa163ec6-dd0a-cd85-1406-000000000b39 | TIMING | set_fact | standalone | 0:01:44.368462 | 0.03s 2026-03-10 22:37:24.936367 | fa163ec6-dd0a-cd85-1406-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.414676 | 0.03s 2026-03-10 22:37:24.978705 | fa163ec6-dd0a-cd85-1406-000000000ee1 | TASK | ensure apache is installed 2026-03-10 22:37:31.691393 | fa163ec6-dd0a-cd85-1406-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-03-10 22:37:31.693559 | fa163ec6-dd0a-cd85-1406-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:51.171858 | 6.71s 2026-03-10 22:37:31.719551 | fa163ec6-dd0a-cd85-1406-000000000ee2 | TASK | create image data directory 2026-03-10 22:37:31.972678 | fa163ec6-dd0a-cd85-1406-000000000ee2 | CHANGED | create image data directory | standalone 2026-03-10 22:37:31.974343 | fa163ec6-dd0a-cd85-1406-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.452643 | 0.25s 2026-03-10 22:37:31.999995 | fa163ec6-dd0a-cd85-1406-000000000ee3 | TASK | create /v2/ response file 2026-03-10 22:37:32.481175 | fa163ec6-dd0a-cd85-1406-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-03-10 22:37:32.483116 | fa163ec6-dd0a-cd85-1406-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:51.961416 | 0.48s 2026-03-10 22:37:32.509461 | fa163ec6-dd0a-cd85-1406-000000000ee4 | TASK | Add listen line 2026-03-10 22:37:32.895005 | fa163ec6-dd0a-cd85-1406-000000000ee4 | CHANGED | Add listen line | standalone 2026-03-10 22:37:32.896827 | fa163ec6-dd0a-cd85-1406-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:52.375128 | 0.39s 2026-03-10 22:37:32.925311 | fa163ec6-dd0a-cd85-1406-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-10 22:37:33.411491 | fa163ec6-dd0a-cd85-1406-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-10 22:37:33.413174 | fa163ec6-dd0a-cd85-1406-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:52.891477 | 0.49s 2026-03-10 22:37:33.439294 | fa163ec6-dd0a-cd85-1406-000000000ee6 | TASK | Image-Serve | restart httpd 2026-03-10 22:37:34.365817 | fa163ec6-dd0a-cd85-1406-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-03-10 22:37:34.368500 | fa163ec6-dd0a-cd85-1406-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:53.846804 | 0.93s 2026-03-10 22:37:34.419307 | fa163ec6-dd0a-cd85-1406-000000000b3c | TASK | create persistent logs directory 2026-03-10 22:37:34.673208 | fa163ec6-dd0a-cd85-1406-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-10 22:37:34.675763 | fa163ec6-dd0a-cd85-1406-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.154060 | 0.26s 2026-03-10 22:37:34.878407 | fa163ec6-dd0a-cd85-1406-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-10 22:37:34.880044 | fa163ec6-dd0a-cd85-1406-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.358357 | 0.46s 2026-03-10 22:37:34.891002 | fa163ec6-dd0a-cd85-1406-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.369300 | 0.47s 2026-03-10 22:37:34.917346 | fa163ec6-dd0a-cd85-1406-000000000b3d | TASK | Mount NFS on host 2026-03-10 22:37:34.948524 | fa163ec6-dd0a-cd85-1406-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-03-10 22:37:34.949814 | fa163ec6-dd0a-cd85-1406-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:54.428119 | 0.03s 2026-03-10 22:37:34.975688 | fa163ec6-dd0a-cd85-1406-000000000b3e | TASK | Mount Node Staging Location 2026-03-10 22:37:35.006603 | fa163ec6-dd0a-cd85-1406-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-03-10 22:37:35.008159 | fa163ec6-dd0a-cd85-1406-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:54.486461 | 0.03s 2026-03-10 22:37:35.038062 | fa163ec6-dd0a-cd85-1406-000000000b3f | TASK | ensure /var/lib/glance exists 2026-03-10 22:37:35.275707 | fa163ec6-dd0a-cd85-1406-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-10 22:37:35.277020 | fa163ec6-dd0a-cd85-1406-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:54.755331 | 0.24s 2026-03-10 22:37:35.295280 | fa163ec6-dd0a-cd85-1406-000000000b40 | TASK | create logs directory 2026-03-10 22:37:35.535336 | fa163ec6-dd0a-cd85-1406-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-10 22:37:35.537896 | fa163ec6-dd0a-cd85-1406-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.016196 | 0.24s 2026-03-10 22:37:35.714426 | fa163ec6-dd0a-cd85-1406-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-10 22:37:35.715365 | fa163ec6-dd0a-cd85-1406-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.193676 | 0.42s 2026-03-10 22:37:35.723018 | fa163ec6-dd0a-cd85-1406-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.201315 | 0.43s 2026-03-10 22:37:35.750438 | fa163ec6-dd0a-cd85-1406-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-03-10 22:37:35.781351 | fa163ec6-dd0a-cd85-1406-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-10 22:37:35.782662 | fa163ec6-dd0a-cd85-1406-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:55.260968 | 0.03s 2026-03-10 22:37:35.808315 | fa163ec6-dd0a-cd85-1406-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-03-10 22:37:36.052615 | fa163ec6-dd0a-cd85-1406-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-10 22:37:36.054324 | fa163ec6-dd0a-cd85-1406-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.532626 | 0.24s 2026-03-10 22:37:36.079014 | fa163ec6-dd0a-cd85-1406-000000000b43 | TASK | create persistent directories 2026-03-10 22:37:36.365046 | fa163ec6-dd0a-cd85-1406-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-10 22:37:36.367249 | fa163ec6-dd0a-cd85-1406-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.845528 | 0.29s 2026-03-10 22:37:36.377456 | fa163ec6-dd0a-cd85-1406-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.855750 | 0.30s 2026-03-10 22:37:36.404728 | fa163ec6-dd0a-cd85-1406-000000000b44 | TASK | create persistent data directory 2026-03-10 22:37:36.643034 | fa163ec6-dd0a-cd85-1406-000000000b44 | OK | create persistent data directory | standalone 2026-03-10 22:37:36.644710 | fa163ec6-dd0a-cd85-1406-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:56.123016 | 0.24s 2026-03-10 22:37:36.669861 | fa163ec6-dd0a-cd85-1406-000000000b45 | TASK | create persistent directories 2026-03-10 22:37:36.929168 | fa163ec6-dd0a-cd85-1406-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-10 22:37:36.930926 | fa163ec6-dd0a-cd85-1406-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.409230 | 0.26s 2026-03-10 22:37:37.116993 | fa163ec6-dd0a-cd85-1406-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-10 22:37:37.117813 | fa163ec6-dd0a-cd85-1406-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.596130 | 0.45s 2026-03-10 22:37:37.122356 | fa163ec6-dd0a-cd85-1406-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.600650 | 0.45s 2026-03-10 22:37:37.148596 | fa163ec6-dd0a-cd85-1406-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-03-10 22:37:44.437961 | fa163ec6-dd0a-cd85-1406-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-10 22:37:44.439549 | fa163ec6-dd0a-cd85-1406-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.917853 | 7.29s 2026-03-10 22:37:44.466404 | fa163ec6-dd0a-cd85-1406-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-10 22:37:44.551798 | fa163ec6-dd0a-cd85-1406-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.27 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.27", " Config retrieval: 0.77", " Last run: 1773182264", " Total: 0.27", "Version:", " Config: 1773182263", " 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-10 22:37:44.552864 | fa163ec6-dd0a-cd85-1406-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:04.031177 | 0.08s 2026-03-10 22:37:44.572381 | fa163ec6-dd0a-cd85-1406-000000000b48 | TASK | create persistent directories 2026-03-10 22:37:44.819739 | fa163ec6-dd0a-cd85-1406-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-10 22:37:44.821807 | fa163ec6-dd0a-cd85-1406-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.300104 | 0.25s 2026-03-10 22:37:44.998612 | fa163ec6-dd0a-cd85-1406-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-10 22:37:44.999894 | fa163ec6-dd0a-cd85-1406-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.478203 | 0.43s 2026-03-10 22:37:45.007321 | fa163ec6-dd0a-cd85-1406-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.485622 | 0.43s 2026-03-10 22:37:45.032467 | fa163ec6-dd0a-cd85-1406-000000000b49 | TASK | create persistent directories 2026-03-10 22:37:45.252540 | fa163ec6-dd0a-cd85-1406-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-10 22:37:45.254959 | fa163ec6-dd0a-cd85-1406-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.733240 | 0.22s 2026-03-10 22:37:45.415505 | fa163ec6-dd0a-cd85-1406-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-10 22:37:45.417427 | fa163ec6-dd0a-cd85-1406-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.895733 | 0.38s 2026-03-10 22:37:45.428430 | fa163ec6-dd0a-cd85-1406-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.906734 | 0.39s 2026-03-10 22:37:45.454428 | fa163ec6-dd0a-cd85-1406-000000000b4a | TASK | create persistent directories 2026-03-10 22:37:45.671147 | fa163ec6-dd0a-cd85-1406-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-10 22:37:45.672973 | fa163ec6-dd0a-cd85-1406-000000000b4a | TIMING | create persistent directories | standalone | 0:02:05.151271 | 0.22s 2026-03-10 22:37:45.685022 | fa163ec6-dd0a-cd85-1406-000000000b4a | TIMING | create persistent directories | standalone | 0:02:05.163326 | 0.23s 2026-03-10 22:37:45.709838 | fa163ec6-dd0a-cd85-1406-000000000b4b | TASK | create persistent directories 2026-03-10 22:37:45.968921 | fa163ec6-dd0a-cd85-1406-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-10 22:37:45.971306 | fa163ec6-dd0a-cd85-1406-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.449603 | 0.26s 2026-03-10 22:37:46.168372 | fa163ec6-dd0a-cd85-1406-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-10 22:37:46.169366 | fa163ec6-dd0a-cd85-1406-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.647676 | 0.46s 2026-03-10 22:37:46.366266 | fa163ec6-dd0a-cd85-1406-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-10 22:37:46.368043 | fa163ec6-dd0a-cd85-1406-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.846352 | 0.66s 2026-03-10 22:37:46.553534 | fa163ec6-dd0a-cd85-1406-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-10 22:37:46.554682 | fa163ec6-dd0a-cd85-1406-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.032992 | 0.84s 2026-03-10 22:37:46.562722 | fa163ec6-dd0a-cd85-1406-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.041023 | 0.85s 2026-03-10 22:37:46.590571 | fa163ec6-dd0a-cd85-1406-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-03-10 22:37:46.983973 | fa163ec6-dd0a-cd85-1406-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-10 22:37:46.985488 | fa163ec6-dd0a-cd85-1406-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:06.463793 | 0.39s 2026-03-10 22:37:47.011017 | fa163ec6-dd0a-cd85-1406-000000000b4d | TASK | create fcontext entry for iscsi 2026-03-10 22:37:48.296252 | fa163ec6-dd0a-cd85-1406-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-10 22:37:48.298826 | fa163ec6-dd0a-cd85-1406-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.777127 | 1.29s 2026-03-10 22:37:49.648826 | fa163ec6-dd0a-cd85-1406-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-10 22:37:49.650795 | fa163ec6-dd0a-cd85-1406-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.129103 | 2.64s 2026-03-10 22:37:50.916865 | fa163ec6-dd0a-cd85-1406-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-10 22:37:50.918350 | fa163ec6-dd0a-cd85-1406-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.396659 | 3.91s 2026-03-10 22:37:50.924352 | fa163ec6-dd0a-cd85-1406-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.402661 | 3.91s 2026-03-10 22:37:50.949039 | fa163ec6-dd0a-cd85-1406-000000000b4e | TASK | create persistent directories 2026-03-10 22:37:51.201072 | fa163ec6-dd0a-cd85-1406-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-10 22:37:51.203089 | fa163ec6-dd0a-cd85-1406-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.681389 | 0.25s 2026-03-10 22:37:51.411028 | fa163ec6-dd0a-cd85-1406-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-10 22:37:51.412107 | fa163ec6-dd0a-cd85-1406-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.890418 | 0.46s 2026-03-10 22:37:51.583383 | fa163ec6-dd0a-cd85-1406-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-10 22:37:51.584987 | fa163ec6-dd0a-cd85-1406-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.063295 | 0.63s 2026-03-10 22:37:51.596305 | fa163ec6-dd0a-cd85-1406-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.074603 | 0.65s 2026-03-10 22:37:51.622381 | fa163ec6-dd0a-cd85-1406-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-10 22:37:51.811133 | fa163ec6-dd0a-cd85-1406-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-10 22:37:51.812375 | fa163ec6-dd0a-cd85-1406-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:11.290682 | 0.19s 2026-03-10 22:37:51.836907 | fa163ec6-dd0a-cd85-1406-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-03-10 22:37:51.865879 | fa163ec6-dd0a-cd85-1406-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-10 22:37:51.866987 | fa163ec6-dd0a-cd85-1406-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:11.345295 | 0.03s 2026-03-10 22:37:51.891148 | fa163ec6-dd0a-cd85-1406-000000000b51 | TASK | Check if iscsi.service is enabled 2026-03-10 22:37:52.114018 | fa163ec6-dd0a-cd85-1406-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-10 22:37:52.115398 | fa163ec6-dd0a-cd85-1406-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:11.593702 | 0.22s 2026-03-10 22:37:52.139837 | fa163ec6-dd0a-cd85-1406-000000000b52 | TASK | Stop iscsi.service 2026-03-10 22:37:52.179684 | fa163ec6-dd0a-cd85-1406-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-03-10 22:37:52.180766 | fa163ec6-dd0a-cd85-1406-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:11.659073 | 0.04s 2026-03-10 22:37:52.234130 | fa163ec6-dd0a-cd85-1406-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:11.712429 | 0.03s 2026-03-10 22:37:52.331883 | fa163ec6-dd0a-cd85-1406-00000000104c | TASK | Install additional packages 2026-03-10 22:37:52.356566 | fa163ec6-dd0a-cd85-1406-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:11.834876 | 0.02s 2026-03-10 22:37:52.373488 | fa163ec6-dd0a-cd85-1406-00000000104d | TASK | Remove dracut-config-generic 2026-03-10 22:37:56.249409 | fa163ec6-dd0a-cd85-1406-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-03-10 22:37:56.250935 | fa163ec6-dd0a-cd85-1406-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:15.729240 | 3.88s 2026-03-10 22:37:56.276497 | fa163ec6-dd0a-cd85-1406-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-10 22:37:56.550662 | fa163ec6-dd0a-cd85-1406-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-10 22:37:56.552274 | fa163ec6-dd0a-cd85-1406-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:16.030576 | 0.27s 2026-03-10 22:37:56.577175 | fa163ec6-dd0a-cd85-1406-00000000104f | TASK | Write list of modules to load at boot 2026-03-10 22:37:57.089958 | fa163ec6-dd0a-cd85-1406-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-03-10 22:37:57.091452 | fa163ec6-dd0a-cd85-1406-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:16.569758 | 0.51s 2026-03-10 22:37:57.116766 | fa163ec6-dd0a-cd85-1406-000000001050 | TASK | Modules reload 2026-03-10 22:37:57.551515 | fa163ec6-dd0a-cd85-1406-000000001050 | CHANGED | Modules reload | standalone 2026-03-10 22:37:57.553408 | fa163ec6-dd0a-cd85-1406-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:17.031714 | 0.44s 2026-03-10 22:37:57.581048 | fa163ec6-dd0a-cd85-1406-000000001051 | TASK | Set default sysctl options 2026-03-10 22:37:58.048748 | fa163ec6-dd0a-cd85-1406-000000001051 | CHANGED | Set default sysctl options | standalone 2026-03-10 22:37:58.050287 | fa163ec6-dd0a-cd85-1406-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:17.528591 | 0.47s 2026-03-10 22:37:58.076010 | fa163ec6-dd0a-cd85-1406-000000001052 | TASK | Set extra sysctl options 2026-03-10 22:37:58.486110 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-10 22:37:58.487676 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.965980 | 0.41s 2026-03-10 22:37:58.696134 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-10 22:37:58.697700 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.175998 | 0.62s 2026-03-10 22:37:58.962102 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-10 22:37:58.963156 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.441466 | 0.89s 2026-03-10 22:37:59.175782 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-10 22:37:59.177356 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.655660 | 1.10s 2026-03-10 22:37:59.416571 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-10 22:37:59.417631 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.895941 | 1.34s 2026-03-10 22:37:59.661177 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-10 22:37:59.662287 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.140596 | 1.58s 2026-03-10 22:37:59.897122 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-10 22:37:59.898410 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.376718 | 1.82s 2026-03-10 22:38:00.123035 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-10 22:38:00.124064 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.602375 | 2.05s 2026-03-10 22:38:00.311622 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-10 22:38:00.312407 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.790723 | 2.23s 2026-03-10 22:38:00.548373 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-10 22:38:00.549778 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.028083 | 2.47s 2026-03-10 22:38:00.767682 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-10 22:38:00.768918 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.247223 | 2.69s 2026-03-10 22:38:00.986809 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-10 22:38:00.988913 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.467216 | 2.91s 2026-03-10 22:38:01.239118 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-10 22:38:01.240378 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.718683 | 3.16s 2026-03-10 22:38:01.468837 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-10 22:38:01.471155 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.949458 | 3.39s 2026-03-10 22:38:01.659055 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-10 22:38:01.659635 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.137953 | 3.58s 2026-03-10 22:38:01.898750 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-10 22:38:01.900644 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.378955 | 3.82s 2026-03-10 22:38:02.149635 | fa163ec6-dd0a-cd85-1406-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-10 22:38:02.152055 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.630361 | 4.07s 2026-03-10 22:38:02.163686 | fa163ec6-dd0a-cd85-1406-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.641996 | 4.09s 2026-03-10 22:38:02.192048 | fa163ec6-dd0a-cd85-1406-000000001054 | TASK | Sysctl reload 2026-03-10 22:38:02.614008 | fa163ec6-dd0a-cd85-1406-000000001054 | CHANGED | Sysctl reload | standalone 2026-03-10 22:38:02.615987 | fa163ec6-dd0a-cd85-1406-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:22.094293 | 0.42s 2026-03-10 22:38:02.664683 | fa163ec6-dd0a-cd85-1406-000000000b54 | TASK | create persistent directories 2026-03-10 22:38:02.918660 | fa163ec6-dd0a-cd85-1406-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-10 22:38:02.920898 | fa163ec6-dd0a-cd85-1406-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.399196 | 0.25s 2026-03-10 22:38:03.129740 | fa163ec6-dd0a-cd85-1406-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-10 22:38:03.130865 | fa163ec6-dd0a-cd85-1406-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.609175 | 0.46s 2026-03-10 22:38:03.138309 | fa163ec6-dd0a-cd85-1406-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.616603 | 0.47s 2026-03-10 22:38:03.166554 | fa163ec6-dd0a-cd85-1406-000000000b55 | TASK | Check if file certs_valid exist 2026-03-10 22:38:03.388037 | fa163ec6-dd0a-cd85-1406-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-03-10 22:38:03.389520 | fa163ec6-dd0a-cd85-1406-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:22.867826 | 0.22s 2026-03-10 22:38:03.415060 | fa163ec6-dd0a-cd85-1406-000000000b56 | TASK | Check if file cert9.db exist 2026-03-10 22:38:03.630621 | fa163ec6-dd0a-cd85-1406-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-03-10 22:38:03.632002 | fa163ec6-dd0a-cd85-1406-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:23.110307 | 0.22s 2026-03-10 22:38:03.656617 | fa163ec6-dd0a-cd85-1406-000000000b57 | TASK | Check if file key4.db exist 2026-03-10 22:38:03.880860 | fa163ec6-dd0a-cd85-1406-000000000b57 | OK | Check if file key4.db exist | standalone 2026-03-10 22:38:03.882321 | fa163ec6-dd0a-cd85-1406-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:23.360627 | 0.22s 2026-03-10 22:38:03.937122 | fa163ec6-dd0a-cd85-1406-000000000b58 | SKIPPED | fail | standalone 2026-03-10 22:38:03.938341 | fa163ec6-dd0a-cd85-1406-000000000b58 | TIMING | fail | standalone | 0:02:23.416649 | 0.03s 2026-03-10 22:38:03.962521 | fa163ec6-dd0a-cd85-1406-000000000b59 | TASK | Create persistent directories 2026-03-10 22:38:04.236499 | fa163ec6-dd0a-cd85-1406-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-10 22:38:04.238932 | fa163ec6-dd0a-cd85-1406-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.717231 | 0.28s 2026-03-10 22:38:04.443484 | fa163ec6-dd0a-cd85-1406-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-10 22:38:04.445304 | fa163ec6-dd0a-cd85-1406-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.923613 | 0.48s 2026-03-10 22:38:04.455958 | fa163ec6-dd0a-cd85-1406-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.934261 | 0.49s 2026-03-10 22:38:04.481593 | fa163ec6-dd0a-cd85-1406-000000000b5a | TASK | create persistent directories 2026-03-10 22:38:04.733960 | fa163ec6-dd0a-cd85-1406-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-10 22:38:04.736705 | fa163ec6-dd0a-cd85-1406-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.215003 | 0.25s 2026-03-10 22:38:04.746422 | fa163ec6-dd0a-cd85-1406-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.224716 | 0.26s 2026-03-10 22:38:04.772275 | fa163ec6-dd0a-cd85-1406-000000000b5b | TASK | create persistent directories 2026-03-10 22:38:05.044885 | fa163ec6-dd0a-cd85-1406-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-10 22:38:05.047042 | fa163ec6-dd0a-cd85-1406-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.525335 | 0.27s 2026-03-10 22:38:05.279570 | fa163ec6-dd0a-cd85-1406-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-10 22:38:05.281252 | fa163ec6-dd0a-cd85-1406-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.759526 | 0.51s 2026-03-10 22:38:05.288810 | fa163ec6-dd0a-cd85-1406-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.767105 | 0.52s 2026-03-10 22:38:05.320843 | fa163ec6-dd0a-cd85-1406-000000000b5c | TASK | create persistent directories 2026-03-10 22:38:05.586287 | fa163ec6-dd0a-cd85-1406-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-10 22:38:05.588889 | fa163ec6-dd0a-cd85-1406-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.067180 | 0.27s 2026-03-10 22:38:05.598891 | fa163ec6-dd0a-cd85-1406-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.077187 | 0.28s 2026-03-10 22:38:05.625953 | fa163ec6-dd0a-cd85-1406-000000000b5d | TASK | create persistent directories 2026-03-10 22:38:05.903172 | fa163ec6-dd0a-cd85-1406-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-10 22:38:05.906267 | fa163ec6-dd0a-cd85-1406-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.384515 | 0.28s 2026-03-10 22:38:06.138443 | fa163ec6-dd0a-cd85-1406-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-10 22:38:06.140604 | fa163ec6-dd0a-cd85-1406-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.618909 | 0.51s 2026-03-10 22:38:06.346090 | fa163ec6-dd0a-cd85-1406-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-10 22:38:06.347554 | fa163ec6-dd0a-cd85-1406-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.825861 | 0.72s 2026-03-10 22:38:06.356313 | fa163ec6-dd0a-cd85-1406-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.834601 | 0.73s 2026-03-10 22:38:06.384072 | fa163ec6-dd0a-cd85-1406-000000000b5e | TASK | create persistent directories 2026-03-10 22:38:06.613350 | fa163ec6-dd0a-cd85-1406-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-10 22:38:06.615621 | fa163ec6-dd0a-cd85-1406-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.093911 | 0.23s 2026-03-10 22:38:06.789197 | fa163ec6-dd0a-cd85-1406-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-10 22:38:06.791444 | fa163ec6-dd0a-cd85-1406-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.269745 | 0.41s 2026-03-10 22:38:06.802050 | fa163ec6-dd0a-cd85-1406-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.280341 | 0.42s 2026-03-10 22:38:06.830194 | fa163ec6-dd0a-cd85-1406-000000000b5f | TASK | create persistent directories 2026-03-10 22:38:07.057786 | fa163ec6-dd0a-cd85-1406-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-10 22:38:07.060769 | fa163ec6-dd0a-cd85-1406-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.539056 | 0.23s 2026-03-10 22:38:07.073056 | fa163ec6-dd0a-cd85-1406-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.551348 | 0.24s 2026-03-10 22:38:07.095522 | fa163ec6-dd0a-cd85-1406-000000000b60 | TASK | creating directory 2026-03-10 22:38:07.313934 | fa163ec6-dd0a-cd85-1406-000000000b60 | CHANGED | creating directory | standalone 2026-03-10 22:38:07.315498 | fa163ec6-dd0a-cd85-1406-000000000b60 | TIMING | creating directory | standalone | 0:02:26.793801 | 0.22s 2026-03-10 22:38:07.340678 | fa163ec6-dd0a-cd85-1406-000000000b61 | TASK | derive pci passthrough whitelist 2026-03-10 22:38:07.814397 | fa163ec6-dd0a-cd85-1406-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-10 22:38:07.815919 | fa163ec6-dd0a-cd85-1406-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:27.294224 | 0.47s 2026-03-10 22:38:07.840454 | fa163ec6-dd0a-cd85-1406-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-10 22:38:08.679636 | fa163ec6-dd0a-cd85-1406-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-10 22:38:08.681392 | fa163ec6-dd0a-cd85-1406-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:28.159697 | 0.84s 2026-03-10 22:38:08.706574 | fa163ec6-dd0a-cd85-1406-000000000b63 | TASK | create /run/netns with temp namespace 2026-03-10 22:38:08.964182 | fa163ec6-dd0a-cd85-1406-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-10 22:38:08.965641 | fa163ec6-dd0a-cd85-1406-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:28.443944 | 0.26s 2026-03-10 22:38:08.990490 | fa163ec6-dd0a-cd85-1406-000000000b64 | TASK | remove temp namespace 2026-03-10 22:38:09.241077 | fa163ec6-dd0a-cd85-1406-000000000b64 | CHANGED | remove temp namespace | standalone 2026-03-10 22:38:09.242530 | fa163ec6-dd0a-cd85-1406-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:28.720834 | 0.25s 2026-03-10 22:38:09.268359 | fa163ec6-dd0a-cd85-1406-000000000b65 | TASK | create /var/lib/neutron 2026-03-10 22:38:09.499751 | fa163ec6-dd0a-cd85-1406-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-03-10 22:38:09.501247 | fa163ec6-dd0a-cd85-1406-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:28.979523 | 0.23s 2026-03-10 22:38:09.526831 | fa163ec6-dd0a-cd85-1406-000000000b66 | TASK | set conditions 2026-03-10 22:38:09.554303 | fa163ec6-dd0a-cd85-1406-000000000b66 | OK | set conditions | standalone 2026-03-10 22:38:09.555514 | fa163ec6-dd0a-cd85-1406-000000000b66 | TIMING | set conditions | standalone | 0:02:29.033819 | 0.03s 2026-03-10 22:38:09.580337 | fa163ec6-dd0a-cd85-1406-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-10 22:38:09.809607 | fa163ec6-dd0a-cd85-1406-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-10 22:38:09.810995 | fa163ec6-dd0a-cd85-1406-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:29.289300 | 0.23s 2026-03-10 22:38:09.836274 | fa163ec6-dd0a-cd85-1406-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-03-10 22:38:10.315127 | fa163ec6-dd0a-cd85-1406-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-10 22:38:10.316620 | fa163ec6-dd0a-cd85-1406-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:29.794925 | 0.48s 2026-03-10 22:38:10.341517 | fa163ec6-dd0a-cd85-1406-000000000b69 | TASK | create haproxy kill script 2026-03-10 22:38:10.788040 | fa163ec6-dd0a-cd85-1406-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-03-10 22:38:10.790066 | fa163ec6-dd0a-cd85-1406-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:30.268363 | 0.45s 2026-03-10 22:38:10.816921 | fa163ec6-dd0a-cd85-1406-000000000b6a | TASK | create persistent directories 2026-03-10 22:38:11.065404 | fa163ec6-dd0a-cd85-1406-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-10 22:38:11.067199 | fa163ec6-dd0a-cd85-1406-000000000b6a | TIMING | create persistent directories | standalone | 0:02:30.545498 | 0.25s 2026-03-10 22:38:11.280459 | fa163ec6-dd0a-cd85-1406-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-10 22:38:11.282442 | fa163ec6-dd0a-cd85-1406-000000000b6a | TIMING | create persistent directories | standalone | 0:02:30.760751 | 0.46s 2026-03-10 22:38:11.292563 | fa163ec6-dd0a-cd85-1406-000000000b6a | TIMING | create persistent directories | standalone | 0:02:30.770872 | 0.47s 2026-03-10 22:38:11.312561 | fa163ec6-dd0a-cd85-1406-000000000b6b | TASK | create persistent directories 2026-03-10 22:38:11.555856 | fa163ec6-dd0a-cd85-1406-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-10 22:38:11.556861 | fa163ec6-dd0a-cd85-1406-000000000b6b | TIMING | create persistent directories | standalone | 0:02:31.035174 | 0.24s 2026-03-10 22:38:11.560455 | fa163ec6-dd0a-cd85-1406-000000000b6b | TIMING | create persistent directories | standalone | 0:02:31.038759 | 0.25s 2026-03-10 22:38:11.585587 | fa163ec6-dd0a-cd85-1406-000000000b6c | TASK | create persistent directories 2026-03-10 22:38:11.844066 | fa163ec6-dd0a-cd85-1406-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-10 22:38:11.845720 | fa163ec6-dd0a-cd85-1406-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.324023 | 0.26s 2026-03-10 22:38:12.057713 | fa163ec6-dd0a-cd85-1406-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-10 22:38:12.059100 | fa163ec6-dd0a-cd85-1406-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.537408 | 0.47s 2026-03-10 22:38:12.066328 | fa163ec6-dd0a-cd85-1406-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.544632 | 0.48s 2026-03-10 22:38:12.092559 | fa163ec6-dd0a-cd85-1406-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-10 22:38:12.313280 | fa163ec6-dd0a-cd85-1406-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-10 22:38:12.314205 | fa163ec6-dd0a-cd85-1406-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:31.792521 | 0.22s 2026-03-10 22:38:12.331294 | fa163ec6-dd0a-cd85-1406-000000000b6e | TASK | create persistent directories 2026-03-10 22:38:12.592161 | fa163ec6-dd0a-cd85-1406-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-10 22:38:12.594569 | fa163ec6-dd0a-cd85-1406-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.072867 | 0.26s 2026-03-10 22:38:12.820606 | fa163ec6-dd0a-cd85-1406-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-10 22:38:12.822250 | fa163ec6-dd0a-cd85-1406-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.300532 | 0.49s 2026-03-10 22:38:13.059070 | fa163ec6-dd0a-cd85-1406-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-10 22:38:13.060824 | fa163ec6-dd0a-cd85-1406-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.539135 | 0.73s 2026-03-10 22:38:13.268981 | fa163ec6-dd0a-cd85-1406-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-10 22:38:13.270318 | fa163ec6-dd0a-cd85-1406-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.748624 | 0.94s 2026-03-10 22:38:13.463242 | fa163ec6-dd0a-cd85-1406-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-10 22:38:13.464699 | fa163ec6-dd0a-cd85-1406-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.943009 | 1.13s 2026-03-10 22:38:13.475584 | fa163ec6-dd0a-cd85-1406-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.953893 | 1.14s 2026-03-10 22:38:13.496046 | fa163ec6-dd0a-cd85-1406-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-03-10 22:38:13.928451 | fa163ec6-dd0a-cd85-1406-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-10 22:38:13.929893 | fa163ec6-dd0a-cd85-1406-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:33.408192 | 0.43s 2026-03-10 22:38:13.954280 | fa163ec6-dd0a-cd85-1406-000000000b70 | TASK | create tempfiles 2026-03-10 22:38:14.247700 | fa163ec6-dd0a-cd85-1406-000000000b70 | CHANGED | create tempfiles | standalone 2026-03-10 22:38:14.249029 | fa163ec6-dd0a-cd85-1406-000000000b70 | TIMING | create tempfiles | standalone | 0:02:33.727336 | 0.29s 2026-03-10 22:38:14.274815 | fa163ec6-dd0a-cd85-1406-000000000b71 | TASK | Mount Nova NFS Share 2026-03-10 22:38:14.308863 | fa163ec6-dd0a-cd85-1406-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-10 22:38:14.310087 | fa163ec6-dd0a-cd85-1406-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:33.788387 | 0.03s 2026-03-10 22:38:14.334619 | fa163ec6-dd0a-cd85-1406-000000000b73 | TASK | check systemd-container package installed or not 2026-03-10 22:38:14.364932 | fa163ec6-dd0a-cd85-1406-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-10 22:38:14.366110 | fa163ec6-dd0a-cd85-1406-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:33.844411 | 0.03s 2026-03-10 22:38:14.389852 | fa163ec6-dd0a-cd85-1406-000000000b74 | TASK | get latest package from downloaded package versions 2026-03-10 22:38:14.418974 | fa163ec6-dd0a-cd85-1406-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-10 22:38:14.420170 | fa163ec6-dd0a-cd85-1406-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:33.898472 | 0.03s 2026-03-10 22:38:14.444512 | fa163ec6-dd0a-cd85-1406-000000000b75 | TASK | Install systemd-container package on boot 2026-03-10 22:38:14.473971 | fa163ec6-dd0a-cd85-1406-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-10 22:38:14.475206 | fa163ec6-dd0a-cd85-1406-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:33.953486 | 0.03s 2026-03-10 22:38:14.499778 | fa163ec6-dd0a-cd85-1406-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-03-10 22:38:14.529051 | fa163ec6-dd0a-cd85-1406-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-10 22:38:14.530322 | fa163ec6-dd0a-cd85-1406-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:34.008622 | 0.03s 2026-03-10 22:38:14.555623 | fa163ec6-dd0a-cd85-1406-000000000b77 | TASK | check if install-systemd-container service exists 2026-03-10 22:38:14.584511 | fa163ec6-dd0a-cd85-1406-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-10 22:38:14.585672 | fa163ec6-dd0a-cd85-1406-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:34.063973 | 0.03s 2026-03-10 22:38:14.610293 | fa163ec6-dd0a-cd85-1406-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-03-10 22:38:14.639087 | fa163ec6-dd0a-cd85-1406-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-10 22:38:14.640308 | fa163ec6-dd0a-cd85-1406-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:34.118610 | 0.03s 2026-03-10 22:38:14.664591 | fa163ec6-dd0a-cd85-1406-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-10 22:38:14.696119 | fa163ec6-dd0a-cd85-1406-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-10 22:38:14.697428 | fa163ec6-dd0a-cd85-1406-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:34.175729 | 0.03s 2026-03-10 22:38:14.721802 | fa163ec6-dd0a-cd85-1406-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-10 22:38:14.750704 | fa163ec6-dd0a-cd85-1406-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-10 22:38:14.751981 | fa163ec6-dd0a-cd85-1406-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:34.230283 | 0.03s 2026-03-10 22:38:14.775931 | fa163ec6-dd0a-cd85-1406-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-03-10 22:38:14.804742 | fa163ec6-dd0a-cd85-1406-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-10 22:38:14.805887 | fa163ec6-dd0a-cd85-1406-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.284188 | 0.03s 2026-03-10 22:38:14.830778 | fa163ec6-dd0a-cd85-1406-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-10 22:38:14.859982 | fa163ec6-dd0a-cd85-1406-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-10 22:38:14.861077 | fa163ec6-dd0a-cd85-1406-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.339385 | 0.03s 2026-03-10 22:38:14.885235 | fa163ec6-dd0a-cd85-1406-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-10 22:38:14.915557 | fa163ec6-dd0a-cd85-1406-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-10 22:38:14.917996 | fa163ec6-dd0a-cd85-1406-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:34.396296 | 0.03s 2026-03-10 22:38:14.941886 | fa163ec6-dd0a-cd85-1406-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-10 22:38:14.973805 | fa163ec6-dd0a-cd85-1406-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-10 22:38:14.975103 | fa163ec6-dd0a-cd85-1406-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:34.453403 | 0.03s 2026-03-10 22:38:15.000044 | fa163ec6-dd0a-cd85-1406-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-10 22:38:15.032250 | fa163ec6-dd0a-cd85-1406-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-10 22:38:15.033525 | fa163ec6-dd0a-cd85-1406-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.511826 | 0.03s 2026-03-10 22:38:15.058180 | fa163ec6-dd0a-cd85-1406-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-10 22:38:15.089094 | fa163ec6-dd0a-cd85-1406-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-10 22:38:15.090376 | fa163ec6-dd0a-cd85-1406-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.568676 | 0.03s 2026-03-10 22:38:15.115908 | fa163ec6-dd0a-cd85-1406-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-03-10 22:38:15.147077 | fa163ec6-dd0a-cd85-1406-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-03-10 22:38:15.148358 | fa163ec6-dd0a-cd85-1406-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:34.626660 | 0.03s 2026-03-10 22:38:15.172805 | fa163ec6-dd0a-cd85-1406-000000000b86 | TASK | install nova-compute delay wrapper script 2026-03-10 22:38:15.223127 | fa163ec6-dd0a-cd85-1406-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-10 22:38:15.224416 | fa163ec6-dd0a-cd85-1406-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:34.702716 | 0.05s 2026-03-10 22:38:15.248641 | fa163ec6-dd0a-cd85-1406-000000000b87 | TASK | Is irqbalance enabled 2026-03-10 22:38:15.280654 | fa163ec6-dd0a-cd85-1406-000000000b87 | OK | Is irqbalance enabled | standalone 2026-03-10 22:38:15.281966 | fa163ec6-dd0a-cd85-1406-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:34.760267 | 0.03s 2026-03-10 22:38:15.307192 | fa163ec6-dd0a-cd85-1406-000000000b88 | TASK | disable irqbalance service on compute 2026-03-10 22:38:15.337263 | fa163ec6-dd0a-cd85-1406-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-03-10 22:38:15.338512 | fa163ec6-dd0a-cd85-1406-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:34.816814 | 0.03s 2026-03-10 22:38:15.362966 | fa163ec6-dd0a-cd85-1406-000000000b89 | TASK | create persistent directories 2026-03-10 22:38:15.607061 | fa163ec6-dd0a-cd85-1406-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-10 22:38:15.608087 | fa163ec6-dd0a-cd85-1406-000000000b89 | TIMING | create persistent directories | standalone | 0:02:35.086400 | 0.24s 2026-03-10 22:38:15.614427 | fa163ec6-dd0a-cd85-1406-000000000b89 | TIMING | create persistent directories | standalone | 0:02:35.092730 | 0.25s 2026-03-10 22:38:15.639104 | fa163ec6-dd0a-cd85-1406-000000000b8a | TASK | create libvirt persistent data directories 2026-03-10 22:38:15.857690 | fa163ec6-dd0a-cd85-1406-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-10 22:38:15.859321 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.337633 | 0.22s 2026-03-10 22:38:16.150581 | fa163ec6-dd0a-cd85-1406-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-10 22:38:16.151762 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.630071 | 0.51s 2026-03-10 22:38:16.392953 | fa163ec6-dd0a-cd85-1406-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-10 22:38:16.394021 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.872331 | 0.75s 2026-03-10 22:38:16.634656 | fa163ec6-dd0a-cd85-1406-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-10 22:38:16.635697 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.114010 | 1.00s 2026-03-10 22:38:16.848195 | fa163ec6-dd0a-cd85-1406-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-10 22:38:16.849337 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.327648 | 1.21s 2026-03-10 22:38:17.067359 | fa163ec6-dd0a-cd85-1406-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-10 22:38:17.068852 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.547163 | 1.43s 2026-03-10 22:38:17.305990 | fa163ec6-dd0a-cd85-1406-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-10 22:38:17.307629 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.785941 | 1.67s 2026-03-10 22:38:17.516054 | fa163ec6-dd0a-cd85-1406-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-10 22:38:17.517567 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.995874 | 1.88s 2026-03-10 22:38:17.529938 | fa163ec6-dd0a-cd85-1406-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.008250 | 1.89s 2026-03-10 22:38:17.557288 | fa163ec6-dd0a-cd85-1406-000000000b8b | TASK | ensure qemu group is present on the host 2026-03-10 22:38:18.235110 | fa163ec6-dd0a-cd85-1406-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-03-10 22:38:18.236482 | fa163ec6-dd0a-cd85-1406-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:37.714787 | 0.68s 2026-03-10 22:38:18.261209 | fa163ec6-dd0a-cd85-1406-000000000b8c | TASK | ensure qemu user is present on the host 2026-03-10 22:38:18.950959 | fa163ec6-dd0a-cd85-1406-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-03-10 22:38:18.952502 | fa163ec6-dd0a-cd85-1406-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:38.430808 | 0.69s 2026-03-10 22:38:18.977469 | fa163ec6-dd0a-cd85-1406-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-10 22:38:19.208184 | fa163ec6-dd0a-cd85-1406-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-10 22:38:19.209656 | fa163ec6-dd0a-cd85-1406-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:38.687964 | 0.23s 2026-03-10 22:38:19.234046 | fa163ec6-dd0a-cd85-1406-000000000b8e | TASK | check if libvirt is installed 2026-03-10 22:38:19.460261 | fa163ec6-dd0a-cd85-1406-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-03-10 22:38:19.461653 | fa163ec6-dd0a-cd85-1406-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:38.939958 | 0.23s 2026-03-10 22:38:19.487318 | fa163ec6-dd0a-cd85-1406-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-03-10 22:38:19.529055 | fa163ec6-dd0a-cd85-1406-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-10 22:38:19.535716 | fa163ec6-dd0a-cd85-1406-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-10 22:38:19.541376 | fa163ec6-dd0a-cd85-1406-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:39.019674 | 0.05s 2026-03-10 22:38:19.566255 | fa163ec6-dd0a-cd85-1406-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-03-10 22:38:20.048347 | fa163ec6-dd0a-cd85-1406-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-10 22:38:20.049458 | fa163ec6-dd0a-cd85-1406-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:39.527770 | 0.48s 2026-03-10 22:38:20.068568 | fa163ec6-dd0a-cd85-1406-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-10 22:38:21.029389 | fa163ec6-dd0a-cd85-1406-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-10 22:38:21.030872 | fa163ec6-dd0a-cd85-1406-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:40.509178 | 0.96s 2026-03-10 22:38:21.055475 | fa163ec6-dd0a-cd85-1406-000000000b92 | TASK | remove gnutls-qemu.config 2026-03-10 22:38:21.297053 | fa163ec6-dd0a-cd85-1406-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-03-10 22:38:21.298870 | fa163ec6-dd0a-cd85-1406-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:40.777169 | 0.24s 2026-03-10 22:38:21.329555 | fa163ec6-dd0a-cd85-1406-000000000b93 | TASK | update crypto policies 2026-03-10 22:38:21.371658 | fa163ec6-dd0a-cd85-1406-000000000b93 | SKIPPED | update crypto policies | standalone 2026-03-10 22:38:21.373122 | fa163ec6-dd0a-cd85-1406-000000000b93 | TIMING | update crypto policies | standalone | 0:02:40.851426 | 0.04s 2026-03-10 22:38:21.398980 | fa163ec6-dd0a-cd85-1406-000000000b94 | TASK | Create libvirt persistent data directories 2026-03-10 22:38:21.687943 | fa163ec6-dd0a-cd85-1406-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-10 22:38:21.689796 | fa163ec6-dd0a-cd85-1406-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.168100 | 0.29s 2026-03-10 22:38:21.696009 | fa163ec6-dd0a-cd85-1406-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.174312 | 0.30s 2026-03-10 22:38:21.721354 | fa163ec6-dd0a-cd85-1406-000000000b95 | TASK | create persistent directories 2026-03-10 22:38:21.975400 | fa163ec6-dd0a-cd85-1406-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-10 22:38:21.978077 | fa163ec6-dd0a-cd85-1406-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.456367 | 0.26s 2026-03-10 22:38:22.218814 | fa163ec6-dd0a-cd85-1406-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-10 22:38:22.219883 | fa163ec6-dd0a-cd85-1406-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.698194 | 0.50s 2026-03-10 22:38:22.232257 | fa163ec6-dd0a-cd85-1406-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.710540 | 0.51s 2026-03-10 22:38:22.257636 | fa163ec6-dd0a-cd85-1406-000000000b96 | TASK | Copy in cleanup script 2026-03-10 22:38:22.694156 | fa163ec6-dd0a-cd85-1406-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-03-10 22:38:22.695655 | fa163ec6-dd0a-cd85-1406-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:42.173960 | 0.44s 2026-03-10 22:38:22.720061 | fa163ec6-dd0a-cd85-1406-000000000b97 | TASK | Copy in cleanup service 2026-03-10 22:38:23.141140 | fa163ec6-dd0a-cd85-1406-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-03-10 22:38:23.142813 | fa163ec6-dd0a-cd85-1406-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:42.621107 | 0.42s 2026-03-10 22:38:23.167167 | fa163ec6-dd0a-cd85-1406-000000000b98 | TASK | Enabling the cleanup service 2026-03-10 22:38:23.778754 | fa163ec6-dd0a-cd85-1406-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-03-10 22:38:23.780619 | fa163ec6-dd0a-cd85-1406-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:43.258923 | 0.61s 2026-03-10 22:38:23.806417 | fa163ec6-dd0a-cd85-1406-000000000b99 | TASK | create persistent directories 2026-03-10 22:38:24.074855 | fa163ec6-dd0a-cd85-1406-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-10 22:38:24.076680 | fa163ec6-dd0a-cd85-1406-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.554978 | 0.27s 2026-03-10 22:38:24.275744 | fa163ec6-dd0a-cd85-1406-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-10 22:38:24.276907 | fa163ec6-dd0a-cd85-1406-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.755217 | 0.47s 2026-03-10 22:38:24.283337 | fa163ec6-dd0a-cd85-1406-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.761639 | 0.48s 2026-03-10 22:38:24.308740 | fa163ec6-dd0a-cd85-1406-000000000b9a | TASK | set conditions 2026-03-10 22:38:24.353552 | fa163ec6-dd0a-cd85-1406-000000000b9a | OK | set conditions | standalone 2026-03-10 22:38:24.354705 | fa163ec6-dd0a-cd85-1406-000000000b9a | TIMING | set conditions | standalone | 0:02:43.833012 | 0.04s 2026-03-10 22:38:24.378834 | fa163ec6-dd0a-cd85-1406-000000000b9b | TASK | create persistent directories 2026-03-10 22:38:24.658376 | fa163ec6-dd0a-cd85-1406-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-10 22:38:24.660197 | fa163ec6-dd0a-cd85-1406-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.138491 | 0.28s 2026-03-10 22:38:24.885901 | fa163ec6-dd0a-cd85-1406-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-10 22:38:24.887761 | fa163ec6-dd0a-cd85-1406-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.366069 | 0.51s 2026-03-10 22:38:25.116381 | fa163ec6-dd0a-cd85-1406-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-10 22:38:25.117597 | fa163ec6-dd0a-cd85-1406-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.595908 | 0.74s 2026-03-10 22:38:25.124727 | fa163ec6-dd0a-cd85-1406-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.603039 | 0.74s 2026-03-10 22:38:25.149553 | fa163ec6-dd0a-cd85-1406-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-03-10 22:38:25.604950 | fa163ec6-dd0a-cd85-1406-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-10 22:38:25.606431 | fa163ec6-dd0a-cd85-1406-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:45.084736 | 0.46s 2026-03-10 22:38:25.630978 | fa163ec6-dd0a-cd85-1406-000000000b9d | TASK | create persistent directories 2026-03-10 22:38:25.878233 | fa163ec6-dd0a-cd85-1406-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-10 22:38:25.879877 | fa163ec6-dd0a-cd85-1406-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.358181 | 0.25s 2026-03-10 22:38:26.093098 | fa163ec6-dd0a-cd85-1406-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-10 22:38:26.094921 | fa163ec6-dd0a-cd85-1406-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.573231 | 0.46s 2026-03-10 22:38:26.105454 | fa163ec6-dd0a-cd85-1406-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.583766 | 0.47s 2026-03-10 22:38:26.130439 | fa163ec6-dd0a-cd85-1406-000000000b9e | TASK | create empty log files 2026-03-10 22:38:26.388050 | fa163ec6-dd0a-cd85-1406-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-10 22:38:26.389777 | fa163ec6-dd0a-cd85-1406-000000000b9e | TIMING | create empty log files | standalone | 0:02:45.868077 | 0.26s 2026-03-10 22:38:26.599710 | fa163ec6-dd0a-cd85-1406-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-10 22:38:26.600819 | fa163ec6-dd0a-cd85-1406-000000000b9e | TIMING | create empty log files | standalone | 0:02:46.079131 | 0.47s 2026-03-10 22:38:26.607324 | fa163ec6-dd0a-cd85-1406-000000000b9e | TIMING | create empty log files | standalone | 0:02:46.085636 | 0.48s 2026-03-10 22:38:26.632844 | fa163ec6-dd0a-cd85-1406-000000000b9f | TASK | create persistent directories 2026-03-10 22:38:26.870970 | fa163ec6-dd0a-cd85-1406-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-10 22:38:26.872636 | fa163ec6-dd0a-cd85-1406-000000000b9f | TIMING | create persistent directories | standalone | 0:02:46.350939 | 0.24s 2026-03-10 22:38:26.878683 | fa163ec6-dd0a-cd85-1406-000000000b9f | TIMING | create persistent directories | standalone | 0:02:46.356996 | 0.24s 2026-03-10 22:38:26.903993 | fa163ec6-dd0a-cd85-1406-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-03-10 22:38:30.048998 | fa163ec6-dd0a-cd85-1406-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-10 22:38:30.050498 | fa163ec6-dd0a-cd85-1406-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:49.528805 | 3.14s 2026-03-10 22:38:30.106099 | fa163ec6-dd0a-cd85-1406-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:49.584395 | 0.03s 2026-03-10 22:38:30.168246 | fa163ec6-dd0a-cd85-1406-00000000129e | TASK | Gather variables for each operating system 2026-03-10 22:38:30.279895 | fa163ec6-dd0a-cd85-1406-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:49.758168 | 0.11s 2026-03-10 22:38:30.305644 | fa163ec6-dd0a-cd85-1406-00000000129f | TASK | Set packages facts 2026-03-10 22:38:30.348454 | fa163ec6-dd0a-cd85-1406-00000000129f | OK | Set packages facts | standalone 2026-03-10 22:38:30.353461 | fa163ec6-dd0a-cd85-1406-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:49.831767 | 0.05s 2026-03-10 22:38:30.377939 | fa163ec6-dd0a-cd85-1406-0000000012a0 | TASK | Manage package 2026-03-10 22:38:30.437781 | fa163ec6-dd0a-cd85-1406-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-10 22:38:30.452929 | fa163ec6-dd0a-cd85-1406-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-10 22:38:30.469448 | fa163ec6-dd0a-cd85-1406-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-10 22:38:35.251477 | fa163ec6-dd0a-cd85-1406-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.729780 | 4.87s 2026-03-10 22:38:35.260018 | fa163ec6-dd0a-cd85-1406-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-10 22:38:35.264527 | fa163ec6-dd0a-cd85-1406-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.742841 | 4.89s 2026-03-10 22:38:35.302973 | fa163ec6-dd0a-cd85-1406-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-03-10 22:38:36.562743 | fa163ec6-dd0a-cd85-1406-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-10 22:38:36.565006 | fa163ec6-dd0a-cd85-1406-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:56.043306 | 1.26s 2026-03-10 22:38:36.589404 | fa163ec6-dd0a-cd85-1406-000000000ba5 | TASK | create persistent directories 2026-03-10 22:38:36.876077 | fa163ec6-dd0a-cd85-1406-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-10 22:38:36.878432 | fa163ec6-dd0a-cd85-1406-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:56.356729 | 0.29s 2026-03-10 22:38:37.083768 | fa163ec6-dd0a-cd85-1406-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-10 22:38:37.084850 | fa163ec6-dd0a-cd85-1406-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:56.563160 | 0.49s 2026-03-10 22:38:37.091551 | fa163ec6-dd0a-cd85-1406-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:56.569853 | 0.50s 2026-03-10 22:38:37.117509 | fa163ec6-dd0a-cd85-1406-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-10 22:38:37.389963 | fa163ec6-dd0a-cd85-1406-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-10 22:38:37.391301 | fa163ec6-dd0a-cd85-1406-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:56.869606 | 0.27s 2026-03-10 22:38:37.415668 | fa163ec6-dd0a-cd85-1406-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-10 22:38:37.444025 | fa163ec6-dd0a-cd85-1406-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-10 22:38:37.445164 | fa163ec6-dd0a-cd85-1406-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:56.923473 | 0.03s 2026-03-10 22:38:37.469524 | fa163ec6-dd0a-cd85-1406-000000000ba8 | TASK | Remove existing entries from logind conf 2026-03-10 22:38:37.701020 | fa163ec6-dd0a-cd85-1406-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-03-10 22:38:37.702509 | fa163ec6-dd0a-cd85-1406-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:57.180814 | 0.23s 2026-03-10 22:38:37.727196 | fa163ec6-dd0a-cd85-1406-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-03-10 22:38:37.956899 | fa163ec6-dd0a-cd85-1406-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-10 22:38:37.958163 | fa163ec6-dd0a-cd85-1406-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:57.436470 | 0.23s 2026-03-10 22:38:37.982739 | fa163ec6-dd0a-cd85-1406-000000000baa | TASK | Restart systemd-logind 2026-03-10 22:38:39.522032 | fa163ec6-dd0a-cd85-1406-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-03-10 22:38:39.523951 | fa163ec6-dd0a-cd85-1406-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:59.002260 | 1.54s 2026-03-10 22:38:39.549635 | fa163ec6-dd0a-cd85-1406-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-10 22:38:39.623007 | fa163ec6-dd0a-cd85-1406-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-10 22:38:39.623793 | fa163ec6-dd0a-cd85-1406-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:59.102100 | 0.07s 2026-03-10 22:38:39.647935 | fa163ec6-dd0a-cd85-1406-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-10 22:38:39.718780 | fa163ec6-dd0a-cd85-1406-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-10 22:38:39.719642 | fa163ec6-dd0a-cd85-1406-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:59.197949 | 0.07s 2026-03-10 22:38:39.744556 | fa163ec6-dd0a-cd85-1406-000000000bad | TASK | create persistent logs directory 2026-03-10 22:38:39.997186 | fa163ec6-dd0a-cd85-1406-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-10 22:38:39.999855 | fa163ec6-dd0a-cd85-1406-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.478157 | 0.25s 2026-03-10 22:38:40.161139 | fa163ec6-dd0a-cd85-1406-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-10 22:38:40.162998 | fa163ec6-dd0a-cd85-1406-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.641307 | 0.42s 2026-03-10 22:38:40.173991 | fa163ec6-dd0a-cd85-1406-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.652294 | 0.43s 2026-03-10 22:38:40.199701 | fa163ec6-dd0a-cd85-1406-000000000baf | TASK | Set login facts 2026-03-10 22:38:40.229271 | fa163ec6-dd0a-cd85-1406-000000000baf | OK | Set login facts | standalone 2026-03-10 22:38:40.231140 | fa163ec6-dd0a-cd85-1406-000000000baf | TIMING | Set login facts | standalone | 0:02:59.709447 | 0.03s 2026-03-10 22:38:40.257349 | fa163ec6-dd0a-cd85-1406-000000000bb0 | TASK | Convert logins json to dict 2026-03-10 22:38:40.299391 | fa163ec6-dd0a-cd85-1406-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-03-10 22:38:40.300614 | fa163ec6-dd0a-cd85-1406-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:59.778926 | 0.04s 2026-03-10 22:38:40.320298 | fa163ec6-dd0a-cd85-1406-000000000bb1 | TASK | Set registry logins 2026-03-10 22:38:40.354064 | fa163ec6-dd0a-cd85-1406-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-03-10 22:38:40.355355 | fa163ec6-dd0a-cd85-1406-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:59.833659 | 0.03s 2026-03-10 22:38:40.380889 | fa163ec6-dd0a-cd85-1406-000000000bb2 | TASK | Run podman install 2026-03-10 22:38:40.408543 | fa163ec6-dd0a-cd85-1406-000000000bb2 | TIMING | Run podman install | standalone | 0:02:59.886845 | 0.03s 2026-03-10 22:38:40.488470 | fa163ec6-dd0a-cd85-1406-000000001330 | TASK | Gather variables for each operating system 2026-03-10 22:38:40.634135 | fa163ec6-dd0a-cd85-1406-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-10 22:38:40.636387 | fa163ec6-dd0a-cd85-1406-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.114688 | 0.15s 2026-03-10 22:38:40.646553 | fa163ec6-dd0a-cd85-1406-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.124858 | 0.16s 2026-03-10 22:38:40.672139 | fa163ec6-dd0a-cd85-1406-000000001332 | TASK | ensure podman and deps are installed 2026-03-10 22:38:43.734322 | fa163ec6-dd0a-cd85-1406-000000001332 | OK | ensure podman and deps are installed | standalone 2026-03-10 22:38:43.735199 | fa163ec6-dd0a-cd85-1406-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:03.213515 | 3.06s 2026-03-10 22:38:43.752476 | fa163ec6-dd0a-cd85-1406-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-03-10 22:38:44.322101 | fa163ec6-dd0a-cd85-1406-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-10 22:38:44.323321 | fa163ec6-dd0a-cd85-1406-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:03.801626 | 0.57s 2026-03-10 22:38:44.348166 | fa163ec6-dd0a-cd85-1406-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-10 22:38:44.378393 | fa163ec6-dd0a-cd85-1406-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-10 22:38:44.379999 | fa163ec6-dd0a-cd85-1406-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:03.858304 | 0.03s 2026-03-10 22:38:44.405454 | fa163ec6-dd0a-cd85-1406-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-03-10 22:38:44.444987 | fa163ec6-dd0a-cd85-1406-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-10 22:38:44.446156 | fa163ec6-dd0a-cd85-1406-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:03.924463 | 0.04s 2026-03-10 22:38:44.471078 | fa163ec6-dd0a-cd85-1406-000000001337 | TASK | Update default network configuration if possible 2026-03-10 22:38:44.512304 | fa163ec6-dd0a-cd85-1406-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-03-10 22:38:44.513468 | fa163ec6-dd0a-cd85-1406-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:03.991775 | 0.04s 2026-03-10 22:38:44.538071 | fa163ec6-dd0a-cd85-1406-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-03-10 22:38:44.780673 | fa163ec6-dd0a-cd85-1406-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-10 22:38:44.782148 | fa163ec6-dd0a-cd85-1406-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:04.260454 | 0.24s 2026-03-10 22:38:44.807395 | fa163ec6-dd0a-cd85-1406-00000000133a | TASK | Get current podman network 2026-03-10 22:38:45.106858 | fa163ec6-dd0a-cd85-1406-00000000133a | CHANGED | Get current podman network | standalone 2026-03-10 22:38:45.108364 | fa163ec6-dd0a-cd85-1406-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:04.586665 | 0.30s 2026-03-10 22:38:45.136743 | fa163ec6-dd0a-cd85-1406-00000000133b | TASK | Update the default network configuration 2026-03-10 22:38:45.741337 | fa163ec6-dd0a-cd85-1406-00000000133b | CHANGED | Update the default network configuration | standalone 2026-03-10 22:38:45.742789 | fa163ec6-dd0a-cd85-1406-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:05.221095 | 0.60s 2026-03-10 22:38:45.771143 | fa163ec6-dd0a-cd85-1406-00000000133c | TASK | Write containers registries.conf 2026-03-10 22:38:46.323744 | fa163ec6-dd0a-cd85-1406-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-03-10 22:38:46.325654 | fa163ec6-dd0a-cd85-1406-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:05.803951 | 0.55s 2026-03-10 22:38:46.353378 | fa163ec6-dd0a-cd85-1406-00000000133d | TASK | Write containers.conf 2026-03-10 22:38:46.607948 | fa163ec6-dd0a-cd85-1406-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-10 22:38:46.611075 | fa163ec6-dd0a-cd85-1406-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.089369 | 0.26s 2026-03-10 22:38:46.814833 | fa163ec6-dd0a-cd85-1406-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-10 22:38:46.816149 | fa163ec6-dd0a-cd85-1406-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.294454 | 0.46s 2026-03-10 22:38:46.994295 | fa163ec6-dd0a-cd85-1406-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-10 22:38:46.995368 | fa163ec6-dd0a-cd85-1406-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.473678 | 0.64s 2026-03-10 22:38:47.207380 | fa163ec6-dd0a-cd85-1406-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-10 22:38:47.208514 | fa163ec6-dd0a-cd85-1406-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.686825 | 0.85s 2026-03-10 22:38:47.215565 | fa163ec6-dd0a-cd85-1406-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.693868 | 0.86s 2026-03-10 22:38:47.241835 | fa163ec6-dd0a-cd85-1406-00000000133e | TASK | Enable podman.socket service 2026-03-10 22:38:47.273528 | fa163ec6-dd0a-cd85-1406-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-03-10 22:38:47.274669 | fa163ec6-dd0a-cd85-1406-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:06.752975 | 0.03s 2026-03-10 22:38:47.321692 | fa163ec6-dd0a-cd85-1406-000000000bb3 | TASK | Run podman login 2026-03-10 22:38:47.350294 | fa163ec6-dd0a-cd85-1406-000000000bb3 | TIMING | Run podman login | standalone | 0:03:06.828594 | 0.03s 2026-03-10 22:38:47.426355 | fa163ec6-dd0a-cd85-1406-00000000143e | TASK | Perform container registry login(s) with podman 2026-03-10 22:38:47.454561 | fa163ec6-dd0a-cd85-1406-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:06.932872 | 0.03s 2026-03-10 22:38:47.491455 | fa163ec6-dd0a-cd85-1406-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-10 22:38:47.922524 | fa163ec6-dd0a-cd85-1406-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-10 22:38:47.923990 | fa163ec6-dd0a-cd85-1406-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:07.402294 | 0.43s 2026-03-10 22:38:47.948577 | fa163ec6-dd0a-cd85-1406-000000000bb6 | TASK | create persistent directories 2026-03-10 22:38:48.199350 | fa163ec6-dd0a-cd85-1406-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-10 22:38:48.201700 | fa163ec6-dd0a-cd85-1406-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.680001 | 0.25s 2026-03-10 22:38:48.437014 | fa163ec6-dd0a-cd85-1406-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-10 22:38:48.438694 | fa163ec6-dd0a-cd85-1406-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.917003 | 0.49s 2026-03-10 22:38:48.636415 | fa163ec6-dd0a-cd85-1406-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-10 22:38:48.638159 | fa163ec6-dd0a-cd85-1406-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.116467 | 0.69s 2026-03-10 22:38:48.647695 | fa163ec6-dd0a-cd85-1406-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.126016 | 0.70s 2026-03-10 22:38:48.664790 | fa163ec6-dd0a-cd85-1406-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-03-10 22:38:49.128952 | fa163ec6-dd0a-cd85-1406-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-10 22:38:49.130425 | fa163ec6-dd0a-cd85-1406-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:08.608730 | 0.46s 2026-03-10 22:38:49.154408 | fa163ec6-dd0a-cd85-1406-000000000bb8 | TASK | Ensure rsyslog is installed 2026-03-10 22:38:52.143165 | fa163ec6-dd0a-cd85-1406-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-03-10 22:38:52.144708 | fa163ec6-dd0a-cd85-1406-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:11.623013 | 2.99s 2026-03-10 22:38:52.169603 | fa163ec6-dd0a-cd85-1406-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-03-10 22:38:52.600405 | fa163ec6-dd0a-cd85-1406-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-03-10 22:38:52.602559 | fa163ec6-dd0a-cd85-1406-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:12.080864 | 0.43s 2026-03-10 22:38:52.657869 | fa163ec6-dd0a-cd85-1406-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:12.136168 | 0.03s 2026-03-10 22:38:52.743709 | fa163ec6-dd0a-cd85-1406-000000001559 | TASK | Gather variables for each operating system 2026-03-10 22:38:52.865023 | fa163ec6-dd0a-cd85-1406-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-10 22:38:52.867661 | fa163ec6-dd0a-cd85-1406-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.345956 | 0.12s 2026-03-10 22:38:52.877857 | fa163ec6-dd0a-cd85-1406-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.356159 | 0.13s 2026-03-10 22:38:52.903411 | fa163ec6-dd0a-cd85-1406-00000000155b | TASK | Install the OpenSSH server 2026-03-10 22:38:56.204349 | fa163ec6-dd0a-cd85-1406-00000000155b | OK | Install the OpenSSH server | standalone 2026-03-10 22:38:56.205959 | fa163ec6-dd0a-cd85-1406-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:15.684260 | 3.30s 2026-03-10 22:38:56.231266 | fa163ec6-dd0a-cd85-1406-00000000155c | TASK | Start sshd 2026-03-10 22:38:56.260732 | fa163ec6-dd0a-cd85-1406-00000000155c | SKIPPED | Start sshd | standalone 2026-03-10 22:38:56.261952 | fa163ec6-dd0a-cd85-1406-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:15.740258 | 0.03s 2026-03-10 22:38:56.287071 | fa163ec6-dd0a-cd85-1406-00000000155d | TASK | PasswordAuthentication notice 2026-03-10 22:38:56.327071 | fa163ec6-dd0a-cd85-1406-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-10 22:38:56.328109 | fa163ec6-dd0a-cd85-1406-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:15.806416 | 0.04s 2026-03-10 22:38:56.354271 | fa163ec6-dd0a-cd85-1406-00000000155e | TASK | PasswordAuthentication duplication notice 2026-03-10 22:38:56.385777 | fa163ec6-dd0a-cd85-1406-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-10 22:38:56.386818 | fa163ec6-dd0a-cd85-1406-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:15.865125 | 0.03s 2026-03-10 22:38:56.411032 | fa163ec6-dd0a-cd85-1406-00000000155f | TASK | Motd duplication notice 2026-03-10 22:38:56.450649 | fa163ec6-dd0a-cd85-1406-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-10 22:38:56.451794 | fa163ec6-dd0a-cd85-1406-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:15.930100 | 0.04s 2026-03-10 22:38:56.476645 | fa163ec6-dd0a-cd85-1406-000000001560 | TASK | Configure the banner text 2026-03-10 22:38:56.505357 | fa163ec6-dd0a-cd85-1406-000000001560 | SKIPPED | Configure the banner text | standalone 2026-03-10 22:38:56.506522 | fa163ec6-dd0a-cd85-1406-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:15.984830 | 0.03s 2026-03-10 22:38:56.531167 | fa163ec6-dd0a-cd85-1406-000000001561 | TASK | Configure the motd banner 2026-03-10 22:38:56.562291 | fa163ec6-dd0a-cd85-1406-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-03-10 22:38:56.564776 | fa163ec6-dd0a-cd85-1406-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:16.043083 | 0.03s 2026-03-10 22:38:56.588838 | fa163ec6-dd0a-cd85-1406-000000001562 | TASK | Update sshd configuration options from vars 2026-03-10 22:38:56.620417 | fa163ec6-dd0a-cd85-1406-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-03-10 22:38:56.621523 | fa163ec6-dd0a-cd85-1406-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:16.099831 | 0.03s 2026-03-10 22:38:56.647154 | fa163ec6-dd0a-cd85-1406-000000001563 | TASK | Adjust ssh server configuration 2026-03-10 22:38:57.133594 | fa163ec6-dd0a-cd85-1406-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-03-10 22:38:57.135169 | fa163ec6-dd0a-cd85-1406-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:16.613474 | 0.49s 2026-03-10 22:38:57.159835 | fa163ec6-dd0a-cd85-1406-000000001564 | TASK | Restart sshd 2026-03-10 22:38:57.595914 | fa163ec6-dd0a-cd85-1406-000000001564 | CHANGED | Restart sshd | standalone 2026-03-10 22:38:57.597743 | fa163ec6-dd0a-cd85-1406-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:17.076051 | 0.44s 2026-03-10 22:38:57.646080 | fa163ec6-dd0a-cd85-1406-000000000bbb | TASK | create persistent directories 2026-03-10 22:38:57.905300 | fa163ec6-dd0a-cd85-1406-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-10 22:38:57.907119 | fa163ec6-dd0a-cd85-1406-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.385422 | 0.26s 2026-03-10 22:38:58.109799 | fa163ec6-dd0a-cd85-1406-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-10 22:38:58.111615 | fa163ec6-dd0a-cd85-1406-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.589925 | 0.46s 2026-03-10 22:38:58.303362 | fa163ec6-dd0a-cd85-1406-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-10 22:38:58.305299 | fa163ec6-dd0a-cd85-1406-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.783609 | 0.66s 2026-03-10 22:38:58.315837 | fa163ec6-dd0a-cd85-1406-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.794148 | 0.67s 2026-03-10 22:38:58.342158 | fa163ec6-dd0a-cd85-1406-000000000bbc | TASK | create persistent directories 2026-03-10 22:38:58.596585 | fa163ec6-dd0a-cd85-1406-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-10 22:38:58.598876 | fa163ec6-dd0a-cd85-1406-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.077177 | 0.26s 2026-03-10 22:38:58.826382 | fa163ec6-dd0a-cd85-1406-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-10 22:38:58.827559 | fa163ec6-dd0a-cd85-1406-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.305869 | 0.48s 2026-03-10 22:38:59.014076 | fa163ec6-dd0a-cd85-1406-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-10 22:38:59.015936 | fa163ec6-dd0a-cd85-1406-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.494246 | 0.67s 2026-03-10 22:38:59.026355 | fa163ec6-dd0a-cd85-1406-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.504661 | 0.68s 2026-03-10 22:38:59.048248 | fa163ec6-dd0a-cd85-1406-000000000bbd | TASK | Set swift_use_local_disks fact 2026-03-10 22:38:59.077400 | fa163ec6-dd0a-cd85-1406-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-03-10 22:38:59.078322 | fa163ec6-dd0a-cd85-1406-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:18.556633 | 0.03s 2026-03-10 22:38:59.099451 | fa163ec6-dd0a-cd85-1406-000000000bbe | TASK | Set use_node_data_lookup fact 2026-03-10 22:38:59.129633 | fa163ec6-dd0a-cd85-1406-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-03-10 22:38:59.130334 | fa163ec6-dd0a-cd85-1406-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:18.608651 | 0.03s 2026-03-10 22:38:59.149892 | fa163ec6-dd0a-cd85-1406-000000000bbf | TASK | Create Swift d1 directory if needed 2026-03-10 22:38:59.378305 | fa163ec6-dd0a-cd85-1406-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-10 22:38:59.379758 | fa163ec6-dd0a-cd85-1406-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:18.858063 | 0.23s 2026-03-10 22:38:59.404372 | fa163ec6-dd0a-cd85-1406-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-03-10 22:38:59.443968 | fa163ec6-dd0a-cd85-1406-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-03-10 22:38:59.445106 | fa163ec6-dd0a-cd85-1406-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:18.923413 | 0.04s 2026-03-10 22:38:59.470044 | fa163ec6-dd0a-cd85-1406-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-03-10 22:38:59.500317 | fa163ec6-dd0a-cd85-1406-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-10 22:38:59.501429 | fa163ec6-dd0a-cd85-1406-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:18.979736 | 0.03s 2026-03-10 22:38:59.525635 | fa163ec6-dd0a-cd85-1406-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-03-10 22:38:59.554485 | fa163ec6-dd0a-cd85-1406-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-10 22:38:59.555595 | fa163ec6-dd0a-cd85-1406-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:19.033903 | 0.03s 2026-03-10 22:38:59.579959 | fa163ec6-dd0a-cd85-1406-000000000bc3 | TASK | Format SwiftRawDisks 2026-03-10 22:38:59.609302 | fa163ec6-dd0a-cd85-1406-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:19.087600 | 0.03s 2026-03-10 22:38:59.633917 | fa163ec6-dd0a-cd85-1406-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-10 22:38:59.679629 | fa163ec6-dd0a-cd85-1406-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-10 22:38:59.680738 | fa163ec6-dd0a-cd85-1406-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:19.159047 | 0.05s 2026-03-10 22:38:59.704681 | fa163ec6-dd0a-cd85-1406-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-03-10 22:38:59.733794 | fa163ec6-dd0a-cd85-1406-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:19.212094 | 0.03s 2026-03-10 22:38:59.758541 | fa163ec6-dd0a-cd85-1406-000000000bc6 | TASK | Check for NTP service 2026-03-10 22:39:00.001897 | fa163ec6-dd0a-cd85-1406-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-03-10 22:39:00.003055 | fa163ec6-dd0a-cd85-1406-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:19.481365 | 0.24s 2026-03-10 22:39:00.030000 | fa163ec6-dd0a-cd85-1406-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-03-10 22:39:00.081539 | fa163ec6-dd0a-cd85-1406-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-10 22:39:00.082745 | fa163ec6-dd0a-cd85-1406-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:19.561052 | 0.05s 2026-03-10 22:39:00.102728 | fa163ec6-dd0a-cd85-1406-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-03-10 22:39:00.129439 | fa163ec6-dd0a-cd85-1406-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:19.607744 | 0.03s 2026-03-10 22:39:00.210915 | fa163ec6-dd0a-cd85-1406-0000000016f5 | TASK | Load distro-specific variables 2026-03-10 22:39:00.236103 | fa163ec6-dd0a-cd85-1406-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.714413 | 0.02s 2026-03-10 22:39:00.244143 | 924f0ab2-7f10-49f3-97d6-abeadf883104 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 22:39:00.264934 | fa163ec6-dd0a-cd85-1406-0000000017da | TASK | Load distro-specific variables 2026-03-10 22:39:00.325037 | fa163ec6-dd0a-cd85-1406-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 22:39:00.327643 | fa163ec6-dd0a-cd85-1406-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.805939 | 0.06s 2026-03-10 22:39:00.336912 | fa163ec6-dd0a-cd85-1406-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.815218 | 0.07s 2026-03-10 22:39:00.363900 | fa163ec6-dd0a-cd85-1406-0000000016f6 | TASK | Install chronyd 2026-03-10 22:39:00.404545 | fa163ec6-dd0a-cd85-1406-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:19.882837 | 0.04s 2026-03-10 22:39:00.428119 | 33fbc7aa-f05d-44ab-9878-efa13e4e27f5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-10 22:39:00.460205 | fa163ec6-dd0a-cd85-1406-000000001813 | TASK | Load distro-specific variables 2026-03-10 22:39:00.487791 | fa163ec6-dd0a-cd85-1406-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.966097 | 0.03s 2026-03-10 22:39:00.498429 | 7df669ce-ea5f-4e25-bd22-33e0b46952f5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 22:39:00.522402 | fa163ec6-dd0a-cd85-1406-00000000185a | TASK | Load distro-specific variables 2026-03-10 22:39:00.583579 | fa163ec6-dd0a-cd85-1406-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 22:39:00.585729 | fa163ec6-dd0a-cd85-1406-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.064039 | 0.06s 2026-03-10 22:39:00.595993 | fa163ec6-dd0a-cd85-1406-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.074295 | 0.07s 2026-03-10 22:39:00.621866 | fa163ec6-dd0a-cd85-1406-000000001814 | TASK | Check for NTP service 2026-03-10 22:39:00.867754 | fa163ec6-dd0a-cd85-1406-000000001814 | CHANGED | Check for NTP service | standalone 2026-03-10 22:39:00.869466 | fa163ec6-dd0a-cd85-1406-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:20.347769 | 0.25s 2026-03-10 22:39:00.898528 | fa163ec6-dd0a-cd85-1406-000000001815 | TASK | Disable NTP before configuring Chrony 2026-03-10 22:39:00.948516 | fa163ec6-dd0a-cd85-1406-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-10 22:39:00.949833 | fa163ec6-dd0a-cd85-1406-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:20.428130 | 0.05s 2026-03-10 22:39:00.976584 | fa163ec6-dd0a-cd85-1406-000000001816 | TASK | Install chronyd package 2026-03-10 22:39:04.032989 | fa163ec6-dd0a-cd85-1406-000000001816 | OK | Install chronyd package | standalone 2026-03-10 22:39:04.034545 | fa163ec6-dd0a-cd85-1406-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:23.512851 | 3.06s 2026-03-10 22:39:04.060785 | fa163ec6-dd0a-cd85-1406-0000000016f7 | TASK | Upgrade chronyd 2026-03-10 22:39:04.095412 | fa163ec6-dd0a-cd85-1406-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-03-10 22:39:04.096607 | fa163ec6-dd0a-cd85-1406-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:23.574913 | 0.03s 2026-03-10 22:39:04.122037 | fa163ec6-dd0a-cd85-1406-0000000016f8 | TASK | Configure chronyd 2026-03-10 22:39:04.162811 | fa163ec6-dd0a-cd85-1406-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:23.641108 | 0.04s 2026-03-10 22:39:04.183481 | c42f1f56-0d5c-4d2f-948c-1b7edd1ccee0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-10 22:39:04.222982 | fa163ec6-dd0a-cd85-1406-000000001893 | TASK | Load distro-specific variables 2026-03-10 22:39:04.254848 | fa163ec6-dd0a-cd85-1406-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.733154 | 0.03s 2026-03-10 22:39:04.265766 | 7df47638-c9e3-4e97-a7c8-59147fb6b70b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 22:39:04.288133 | fa163ec6-dd0a-cd85-1406-0000000018ff | TASK | Load distro-specific variables 2026-03-10 22:39:04.349168 | fa163ec6-dd0a-cd85-1406-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 22:39:04.351652 | fa163ec6-dd0a-cd85-1406-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.829952 | 0.06s 2026-03-10 22:39:04.363339 | fa163ec6-dd0a-cd85-1406-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.841647 | 0.07s 2026-03-10 22:39:04.387964 | fa163ec6-dd0a-cd85-1406-000000001894 | TASK | Install chrony configuration file 2026-03-10 22:39:05.059768 | fa163ec6-dd0a-cd85-1406-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-03-10 22:39:05.061186 | fa163ec6-dd0a-cd85-1406-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:24.539491 | 0.67s 2026-03-10 22:39:05.087421 | fa163ec6-dd0a-cd85-1406-0000000016f9 | TASK | Run chronyd 2026-03-10 22:39:05.121150 | fa163ec6-dd0a-cd85-1406-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:24.599452 | 0.03s 2026-03-10 22:39:05.142038 | d73b8399-7827-428a-8708-68af2d2a525b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-10 22:39:05.188110 | fa163ec6-dd0a-cd85-1406-000000001922 | TASK | Load distro-specific variables 2026-03-10 22:39:05.217835 | fa163ec6-dd0a-cd85-1406-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.696135 | 0.03s 2026-03-10 22:39:05.234250 | 45b33497-dc0b-44b8-a0ce-02ba29e9e817 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-10 22:39:05.265423 | fa163ec6-dd0a-cd85-1406-0000000019a6 | TASK | Load distro-specific variables 2026-03-10 22:39:05.325577 | fa163ec6-dd0a-cd85-1406-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-10 22:39:05.328002 | fa163ec6-dd0a-cd85-1406-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.806302 | 0.06s 2026-03-10 22:39:05.337721 | fa163ec6-dd0a-cd85-1406-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.816030 | 0.07s 2026-03-10 22:39:05.363187 | fa163ec6-dd0a-cd85-1406-000000001923 | TASK | Ensure chronyd is running 2026-03-10 22:39:05.788306 | fa163ec6-dd0a-cd85-1406-000000001923 | OK | Ensure chronyd is running | standalone 2026-03-10 22:39:05.790326 | fa163ec6-dd0a-cd85-1406-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:25.268630 | 0.43s 2026-03-10 22:39:05.817340 | fa163ec6-dd0a-cd85-1406-000000001924 | TASK | Force chronyd restart 2026-03-10 22:39:06.317374 | fa163ec6-dd0a-cd85-1406-000000001924 | CHANGED | Force chronyd restart | standalone 2026-03-10 22:39:06.319286 | fa163ec6-dd0a-cd85-1406-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:25.797591 | 0.50s 2026-03-10 22:39:06.345851 | fa163ec6-dd0a-cd85-1406-0000000016fa | TASK | Enable online service 2026-03-10 22:39:06.376705 | fa163ec6-dd0a-cd85-1406-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:25.855002 | 0.03s 2026-03-10 22:39:06.395330 | 598651d9-2752-49d8-9c88-451b00ab926e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-10 22:39:06.438804 | fa163ec6-dd0a-cd85-1406-0000000019d3 | TASK | Create chrony-online.service unit file 2026-03-10 22:39:06.936200 | fa163ec6-dd0a-cd85-1406-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-03-10 22:39:06.937773 | fa163ec6-dd0a-cd85-1406-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:26.416075 | 0.50s 2026-03-10 22:39:06.964353 | fa163ec6-dd0a-cd85-1406-0000000019d4 | TASK | Enable chrony-online.service 2026-03-10 22:39:07.922790 | fa163ec6-dd0a-cd85-1406-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-03-10 22:39:07.924814 | fa163ec6-dd0a-cd85-1406-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:27.403119 | 0.96s 2026-03-10 22:39:07.951008 | fa163ec6-dd0a-cd85-1406-0000000016fb | TASK | Sync chronyc 2026-03-10 22:39:07.984644 | fa163ec6-dd0a-cd85-1406-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:27.462943 | 0.03s 2026-03-10 22:39:08.003205 | 7da585f9-9bde-4cfb-9086-dd60287d15c5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-10 22:39:08.049372 | fa163ec6-dd0a-cd85-1406-000000001a79 | TASK | Force NTP sync 2026-03-10 22:39:08.293293 | fa163ec6-dd0a-cd85-1406-000000001a79 | CHANGED | Force NTP sync | standalone 2026-03-10 22:39:08.294824 | fa163ec6-dd0a-cd85-1406-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:27.773127 | 0.24s 2026-03-10 22:39:08.320513 | fa163ec6-dd0a-cd85-1406-000000001a7a | TASK | Ensure system is NTP time synced 2026-03-10 22:39:18.591401 | fa163ec6-dd0a-cd85-1406-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-03-10 22:39:18.592857 | fa163ec6-dd0a-cd85-1406-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:38.071166 | 10.27s 2026-03-10 22:39:18.642610 | fa163ec6-dd0a-cd85-1406-000000000bc9 | TASK | Force NTP sync 2026-03-10 22:39:18.873301 | fa163ec6-dd0a-cd85-1406-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-03-10 22:39:18.874378 | fa163ec6-dd0a-cd85-1406-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:38.352691 | 0.23s 2026-03-10 22:39:18.893669 | fa163ec6-dd0a-cd85-1406-000000000bca | TASK | Ensure system is NTP time synced 2026-03-10 22:39:19.121842 | fa163ec6-dd0a-cd85-1406-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-03-10 22:39:19.123170 | fa163ec6-dd0a-cd85-1406-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:38.601476 | 0.23s 2026-03-10 22:39:19.147952 | fa163ec6-dd0a-cd85-1406-000000000bcb | TASK | Run timezone role 2026-03-10 22:39:19.177501 | fa163ec6-dd0a-cd85-1406-000000000bcb | TIMING | Run timezone role | standalone | 0:03:38.655798 | 0.03s 2026-03-10 22:39:19.274737 | fa163ec6-dd0a-cd85-1406-000000001c3a | TASK | Set timezone 2026-03-10 22:39:19.821466 | fa163ec6-dd0a-cd85-1406-000000001c3a | OK | Set timezone | standalone 2026-03-10 22:39:19.822917 | fa163ec6-dd0a-cd85-1406-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:39.301222 | 0.55s 2026-03-10 22:39:19.848670 | fa163ec6-dd0a-cd85-1406-000000001c3b | TASK | Restart time services 2026-03-10 22:39:19.890770 | fa163ec6-dd0a-cd85-1406-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-10 22:39:19.897860 | fa163ec6-dd0a-cd85-1406-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-03-10 22:39:19.903728 | fa163ec6-dd0a-cd85-1406-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:39.382031 | 0.05s 2026-03-10 22:39:19.951114 | fa163ec6-dd0a-cd85-1406-000000000bcc | TASK | install tmpwatch on the host 2026-03-10 22:39:22.926118 | fa163ec6-dd0a-cd85-1406-000000000bcc | OK | install tmpwatch on the host | standalone 2026-03-10 22:39:22.927295 | fa163ec6-dd0a-cd85-1406-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:42.405606 | 2.97s 2026-03-10 22:39:22.950685 | fa163ec6-dd0a-cd85-1406-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-03-10 22:39:22.982648 | fa163ec6-dd0a-cd85-1406-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-10 22:39:22.983942 | fa163ec6-dd0a-cd85-1406-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:42.462248 | 0.03s 2026-03-10 22:39:23.039128 | fa163ec6-dd0a-cd85-1406-000000000bce | TIMING | include_role : tuned | standalone | 0:03:42.517423 | 0.03s 2026-03-10 22:39:23.144955 | fa163ec6-dd0a-cd85-1406-000000001e6e | TASK | Gather variables for each operating system 2026-03-10 22:39:23.265331 | fa163ec6-dd0a-cd85-1406-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-10 22:39:23.266983 | fa163ec6-dd0a-cd85-1406-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:42.745279 | 0.12s 2026-03-10 22:39:23.279325 | fa163ec6-dd0a-cd85-1406-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:42.757630 | 0.13s 2026-03-10 22:39:23.364863 | fa163ec6-dd0a-cd85-1406-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:42.843158 | 0.06s 2026-03-10 22:39:23.384434 | 627fd1dc-e401-44be-8a32-c802bde070bf | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-10 22:39:23.416693 | fa163ec6-dd0a-cd85-1406-000000001f9f | TASK | Check tuned package is installed 2026-03-10 22:39:23.712850 | fa163ec6-dd0a-cd85-1406-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-03-10 22:39:23.714152 | fa163ec6-dd0a-cd85-1406-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:43.192458 | 0.30s 2026-03-10 22:39:23.738983 | fa163ec6-dd0a-cd85-1406-000000001fa0 | TASK | Install tuned 2026-03-10 22:39:23.768872 | fa163ec6-dd0a-cd85-1406-000000001fa0 | SKIPPED | Install tuned | standalone 2026-03-10 22:39:23.769935 | fa163ec6-dd0a-cd85-1406-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:43.248243 | 0.03s 2026-03-10 22:39:23.795187 | fa163ec6-dd0a-cd85-1406-000000001fa1 | TASK | Restart tuned 2026-03-10 22:39:23.827539 | fa163ec6-dd0a-cd85-1406-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-03-10 22:39:23.828565 | fa163ec6-dd0a-cd85-1406-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:43.306874 | 0.03s 2026-03-10 22:39:23.852258 | fa163ec6-dd0a-cd85-1406-000000001e70 | TASK | Check for tuned-adm 2026-03-10 22:39:24.077708 | fa163ec6-dd0a-cd85-1406-000000001e70 | OK | Check for tuned-adm | standalone 2026-03-10 22:39:24.079050 | fa163ec6-dd0a-cd85-1406-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:43.557356 | 0.23s 2026-03-10 22:39:24.135067 | fa163ec6-dd0a-cd85-1406-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:43.613364 | 0.03s 2026-03-10 22:39:24.160672 | d1f49fba-bfbc-434a-b56f-b3abfad68ccd | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-10 22:39:24.195013 | fa163ec6-dd0a-cd85-1406-000000001fcc | TASK | Ensure profile directory exists 2026-03-10 22:39:24.263492 | fa163ec6-dd0a-cd85-1406-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-03-10 22:39:24.264779 | fa163ec6-dd0a-cd85-1406-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:43.743084 | 0.07s 2026-03-10 22:39:24.290055 | fa163ec6-dd0a-cd85-1406-000000001fcd | TASK | Create custom tuned profile 2026-03-10 22:39:24.361018 | fa163ec6-dd0a-cd85-1406-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-03-10 22:39:24.362286 | fa163ec6-dd0a-cd85-1406-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:43.840587 | 0.07s 2026-03-10 22:39:24.388419 | fa163ec6-dd0a-cd85-1406-000000001fce | TASK | Check tuned active profile 2026-03-10 22:39:24.610557 | fa163ec6-dd0a-cd85-1406-000000001fce | OK | Check tuned active profile | standalone 2026-03-10 22:39:24.611953 | fa163ec6-dd0a-cd85-1406-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:44.090259 | 0.22s 2026-03-10 22:39:24.636724 | fa163ec6-dd0a-cd85-1406-000000001fcf | TASK | Check Tuned Configuration file exists 2026-03-10 22:39:24.869006 | fa163ec6-dd0a-cd85-1406-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-03-10 22:39:24.870350 | fa163ec6-dd0a-cd85-1406-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:44.348656 | 0.23s 2026-03-10 22:39:24.895398 | fa163ec6-dd0a-cd85-1406-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-10 22:39:24.956504 | fa163ec6-dd0a-cd85-1406-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-10 22:39:24.957759 | fa163ec6-dd0a-cd85-1406-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:44.436068 | 0.06s 2026-03-10 22:39:24.985307 | fa163ec6-dd0a-cd85-1406-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-03-10 22:39:25.045708 | fa163ec6-dd0a-cd85-1406-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-10 22:39:25.046773 | fa163ec6-dd0a-cd85-1406-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:44.525080 | 0.06s 2026-03-10 22:39:25.071695 | fa163ec6-dd0a-cd85-1406-000000001fd2 | TASK | Enable tuned profile 2026-03-10 22:39:25.104599 | fa163ec6-dd0a-cd85-1406-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-03-10 22:39:25.105656 | fa163ec6-dd0a-cd85-1406-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:44.583964 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-10 22:39:25.282552 | fa163ec6-dd0a-cd85-1406-0000000000ac | TASK | Overcloud container setup tasks 2026-03-10 22:39:25.310072 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000ac') missing from stats 2026-03-10 22:39:25.329682 | fa163ec6-dd0a-cd85-1406-0000000000ad | TASK | Write config data 2026-03-10 22:39:25.390172 | fa163ec6-dd0a-cd85-1406-0000000000ad | TIMING | Write config data | standalone | 0:03:44.868475 | 0.06s 2026-03-10 22:39:25.430243 | 50e1b211-966b-4f2a-8c8b-b161594f7cbb | INCLUDED | /root/standalone-ansible-tdq6yxft/common_container_setup_tasks.yaml | standalone 2026-03-10 22:39:25.454157 | fa163ec6-dd0a-cd85-1406-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-10 22:39:25.706741 | fa163ec6-dd0a-cd85-1406-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-10 22:39:25.708021 | fa163ec6-dd0a-cd85-1406-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:45.186328 | 0.25s 2026-03-10 22:39:25.732734 | fa163ec6-dd0a-cd85-1406-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-03-10 22:39:25.964285 | fa163ec6-dd0a-cd85-1406-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-10 22:39:25.966141 | fa163ec6-dd0a-cd85-1406-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:45.444448 | 0.23s 2026-03-10 22:39:25.990877 | fa163ec6-dd0a-cd85-1406-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-03-10 22:39:26.200586 | fa163ec6-dd0a-cd85-1406-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-10 22:39:26.202011 | fa163ec6-dd0a-cd85-1406-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:45.680316 | 0.21s 2026-03-10 22:39:26.227324 | fa163ec6-dd0a-cd85-1406-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-10 22:39:26.439709 | fa163ec6-dd0a-cd85-1406-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-10 22:39:26.441487 | fa163ec6-dd0a-cd85-1406-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:45.919756 | 0.21s 2026-03-10 22:39:26.473849 | fa163ec6-dd0a-cd85-1406-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-10 22:39:26.697065 | fa163ec6-dd0a-cd85-1406-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-10 22:39:26.698703 | fa163ec6-dd0a-cd85-1406-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:46.177008 | 0.22s 2026-03-10 22:39:26.724512 | fa163ec6-dd0a-cd85-1406-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-03-10 22:39:27.955512 | fa163ec6-dd0a-cd85-1406-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-10 22:39:27.957475 | fa163ec6-dd0a-cd85-1406-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:47.435776 | 1.23s 2026-03-10 22:39:27.984457 | fa163ec6-dd0a-cd85-1406-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-03-10 22:39:28.229566 | fa163ec6-dd0a-cd85-1406-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-10 22:39:28.231097 | fa163ec6-dd0a-cd85-1406-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:47.709401 | 0.24s 2026-03-10 22:39:28.257822 | fa163ec6-dd0a-cd85-1406-00000000203a | TASK | Write container config scripts 2026-03-10 22:39:28.605477 | fa163ec6-dd0a-cd85-1406-00000000203a | CHANGED | Write container config scripts | standalone 2026-03-10 22:39:28.606770 | fa163ec6-dd0a-cd85-1406-00000000203a | TIMING | Write container config scripts | standalone | 0:03:48.085071 | 0.35s 2026-03-10 22:39:28.631049 | fa163ec6-dd0a-cd85-1406-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-10 22:39:29.075038 | fa163ec6-dd0a-cd85-1406-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-10 22:39:29.075735 | fa163ec6-dd0a-cd85-1406-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:48.554053 | 0.44s 2026-03-10 22:39:29.092631 | fa163ec6-dd0a-cd85-1406-00000000203c | TASK | Generate startup configs files per step and per container 2026-03-10 22:39:29.672454 | fa163ec6-dd0a-cd85-1406-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-10 22:39:29.682031 | fa163ec6-dd0a-cd85-1406-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:49.160335 | 0.59s 2026-03-10 22:39:29.722277 | fa163ec6-dd0a-cd85-1406-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-03-10 22:39:29.956031 | fa163ec6-dd0a-cd85-1406-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-10 22:39:29.957607 | fa163ec6-dd0a-cd85-1406-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:49.435906 | 0.23s 2026-03-10 22:39:29.984072 | fa163ec6-dd0a-cd85-1406-00000000203e | TASK | Create /var/lib/config-data directory 2026-03-10 22:39:30.204732 | fa163ec6-dd0a-cd85-1406-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-10 22:39:30.206380 | fa163ec6-dd0a-cd85-1406-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:49.684679 | 0.22s 2026-03-10 22:39:30.231570 | fa163ec6-dd0a-cd85-1406-00000000203f | TASK | Write container config json files 2026-03-10 22:39:30.738792 | fa163ec6-dd0a-cd85-1406-00000000203f | CHANGED | Write container config json files | standalone 2026-03-10 22:39:30.747647 | fa163ec6-dd0a-cd85-1406-00000000203f | TIMING | Write container config json files | standalone | 0:03:50.225951 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-10 22:39:30.917948 | fa163ec6-dd0a-cd85-1406-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-10 22:39:30.944722 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-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-10 22:39:31.005399 | fa163ec6-dd0a-cd85-1406-0000000000b2 | TIMING | include_tasks | standalone | 0:03:50.483703 | 0.04s 2026-03-10 22:39:31.035072 | 080af367-3938-4993-b1bc-9403c01fbb15 | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-03-10 22:39:31.069390 | fa163ec6-dd0a-cd85-1406-000000002073 | TASK | Get undercloud FQDN 2026-03-10 22:39:31.128918 | fa163ec6-dd0a-cd85-1406-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-000000002073') missing from stats 2026-03-10 22:39:31.178972 | fa163ec6-dd0a-cd85-1406-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:50.657270 | 0.03s 2026-03-10 22:39:31.246925 | fa163ec6-dd0a-cd85-1406-000000002098 | TASK | set main facts 2026-03-10 22:39:31.305779 | fa163ec6-dd0a-cd85-1406-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-000000002098') missing from stats 2026-03-10 22:39:31.340693 | fa163ec6-dd0a-cd85-1406-000000002099 | TASK | get the default.conf file 2026-03-10 22:39:31.571153 | fa163ec6-dd0a-cd85-1406-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-000000002099') missing from stats 2026-03-10 22:39:31.619184 | fa163ec6-dd0a-cd85-1406-00000000209a | TASK | set the principal 2026-03-10 22:39:31.693491 | fa163ec6-dd0a-cd85-1406-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-00000000209a') missing from stats 2026-03-10 22:39:31.728316 | fa163ec6-dd0a-cd85-1406-00000000209c | TASK | add new host with one-time password 2026-03-10 22:39:33.482500 | fa163ec6-dd0a-cd85-1406-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-00000000209c') missing from stats 2026-03-10 22:39:33.506516 | fa163ec6-dd0a-cd85-1406-00000000209d | TASK | set otp as a host fact 2026-03-10 22:39:33.540943 | fa163ec6-dd0a-cd85-1406-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-03-10 22:39:33.541469 | fa163ec6-dd0a-cd85-1406-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:53.019785 | 0.03s 2026-03-10 22:39:33.567579 | fa163ec6-dd0a-cd85-1406-00000000209f | TASK | add required services using custom module 2026-03-10 22:39:36.537648 | fa163ec6-dd0a-cd85-1406-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec6-dd0a-cd85-1406-00000000209f') missing from stats 2026-03-10 22:39:36.583890 | fa163ec6-dd0a-cd85-1406-000000002076 | TASK | check if default.conf exists 2026-03-10 22:39:36.829703 | fa163ec6-dd0a-cd85-1406-000000002076 | OK | check if default.conf exists | standalone 2026-03-10 22:39:36.831099 | fa163ec6-dd0a-cd85-1406-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:56.309405 | 0.25s 2026-03-10 22:39:36.856322 | fa163ec6-dd0a-cd85-1406-000000002077 | TASK | install openssl-perl 2026-03-10 22:39:36.895694 | fa163ec6-dd0a-cd85-1406-000000002077 | SKIPPED | install openssl-perl | standalone 2026-03-10 22:39:36.896877 | fa163ec6-dd0a-cd85-1406-000000002077 | TIMING | install openssl-perl | standalone | 0:03:56.375184 | 0.04s 2026-03-10 22:39:36.921422 | fa163ec6-dd0a-cd85-1406-000000002078 | TASK | register as an ipa client 2026-03-10 22:39:36.960704 | fa163ec6-dd0a-cd85-1406-000000002078 | SKIPPED | register as an ipa client | standalone 2026-03-10 22:39:36.961836 | fa163ec6-dd0a-cd85-1406-000000002078 | TIMING | register as an ipa client | standalone | 0:03:56.440142 | 0.04s 2026-03-10 22:39:36.985773 | fa163ec6-dd0a-cd85-1406-000000002079 | TASK | restart certmonger service 2026-03-10 22:39:37.024589 | fa163ec6-dd0a-cd85-1406-000000002079 | SKIPPED | restart certmonger service | standalone 2026-03-10 22:39:37.025287 | fa163ec6-dd0a-cd85-1406-000000002079 | TIMING | restart certmonger service | standalone | 0:03:56.503603 | 0.04s 2026-03-10 22:39:37.042105 | fa163ec6-dd0a-cd85-1406-00000000207a | TASK | set discovered ipa realm 2026-03-10 22:39:37.083918 | fa163ec6-dd0a-cd85-1406-00000000207a | OK | set discovered ipa realm | standalone 2026-03-10 22:39:37.084677 | fa163ec6-dd0a-cd85-1406-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:56.562992 | 0.04s PLAY [External deployment step 1] ********************************************** 2026-03-10 22:39:37.223583 | fa163ec6-dd0a-cd85-1406-0000000000b6 | TASK | External deployment step 1 2026-03-10 22:39:37.253327 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000b6') missing from stats 2026-03-10 22:39:37.306078 | fa163ec6-dd0a-cd85-1406-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:56.784377 | 0.03s 2026-03-10 22:39:37.344370 | 398fa5cd-2dde-4c5e-a96c-6113089f83cc | INCLUDED | /root/standalone-ansible-tdq6yxft/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-10 22:39:37.363557 | fa163ec6-dd0a-cd85-1406-0000000020f5 | TASK | Container image prepare 2026-03-10 22:39:38.390263 | fa163ec6-dd0a-cd85-1406-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-03-10 22:39:38.392732 | fa163ec6-dd0a-cd85-1406-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:57.871041 | 1.03s 2026-03-10 22:39:38.468844 | fa163ec6-dd0a-cd85-1406-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:57.947140 | 0.04s 2026-03-10 22:39:38.512122 | fa163ec6-dd0a-cd85-1406-00000000211b | TASK | get dns zones and entries to add 2026-03-10 22:39:38.575638 | fa163ec6-dd0a-cd85-1406-00000000211b | OK | get dns zones and entries to add | undercloud 2026-03-10 22:39:38.577249 | fa163ec6-dd0a-cd85-1406-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:58.055530 | 0.06s 2026-03-10 22:39:38.648009 | fa163ec6-dd0a-cd85-1406-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "0.20.172.in-addr.arpa", "ooo.test", "122.168.192.in-addr.arpa", "tenant.ooo.test", "storage.ooo.test", "internalapi.ooo.test", "ctlplane.ooo.test", "0.21.172.in-addr.arpa", "0.17.172.in-addr.arpa", "0.19.172.in-addr.arpa", "external.ooo.test", "0.18.172.in-addr.arpa", "storagemgmt.ooo.test" ] } 2026-03-10 22:39:38.649193 | fa163ec6-dd0a-cd85-1406-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:58.127501 | 0.05s 2026-03-10 22:39:38.721825 | fa163ec6-dd0a-cd85-1406-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-10 22:39:38.723568 | fa163ec6-dd0a-cd85-1406-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:58.201873 | 0.06s 2026-03-10 22:39:38.742289 | fa163ec6-dd0a-cd85-1406-00000000211e | TASK | add dns zones and records 2026-03-10 22:39:41.945188 | fa163ec6-dd0a-cd85-1406-00000000211e | CHANGED | add dns zones and records | undercloud 2026-03-10 22:39:41.946872 | fa163ec6-dd0a-cd85-1406-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:01.425181 | 3.20s 2026-03-10 22:39:41.981815 | fa163ec6-dd0a-cd85-1406-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-03-10 22:39:42.234445 | fa163ec6-dd0a-cd85-1406-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-10 22:39:42.235302 | fa163ec6-dd0a-cd85-1406-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:01.713615 | 0.25s 2026-03-10 22:39:42.249158 | fa163ec6-dd0a-cd85-1406-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-03-10 22:39:42.297908 | fa163ec6-dd0a-cd85-1406-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:01.776210 | 0.05s 2026-03-10 22:39:42.343848 | fa163ec6-dd0a-cd85-1406-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-10 22:39:42.596923 | fa163ec6-dd0a-cd85-1406-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-10 22:39:42.597876 | fa163ec6-dd0a-cd85-1406-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:02.076191 | 0.25s 2026-03-10 22:39:42.613512 | fa163ec6-dd0a-cd85-1406-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-10 22:39:43.137273 | fa163ec6-dd0a-cd85-1406-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-10 22:39:43.138849 | fa163ec6-dd0a-cd85-1406-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:02.617153 | 0.52s 2026-03-10 22:39:43.159273 | fa163ec6-dd0a-cd85-1406-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-10 22:39:43.211956 | fa163ec6-dd0a-cd85-1406-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:02.690256 | 0.05s 2026-03-10 22:39:43.257972 | fa163ec6-dd0a-cd85-1406-00000000218c | TASK | Check for a configured destination 2026-03-10 22:39:43.319903 | fa163ec6-dd0a-cd85-1406-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-03-10 22:39:43.321043 | fa163ec6-dd0a-cd85-1406-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:02.799350 | 0.06s 2026-03-10 22:39:43.356972 | fa163ec6-dd0a-cd85-1406-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-10 22:39:43.812334 | fa163ec6-dd0a-cd85-1406-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-10 22:39:43.813749 | fa163ec6-dd0a-cd85-1406-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:03.292058 | 0.45s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-10 22:39:43.978104 | fa163ec6-dd0a-cd85-1406-0000000000ba | TASK | Deploy step tasks for 1 2026-03-10 22:39:44.007730 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000ba') missing from stats 2026-03-10 22:39:44.027354 | fa163ec6-dd0a-cd85-1406-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-10 22:39:44.529551 | fa163ec6-dd0a-cd85-1406-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-10 22:39:44.531080 | fa163ec6-dd0a-cd85-1406-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:04.009385 | 0.50s 2026-03-10 22:39:44.555710 | fa163ec6-dd0a-cd85-1406-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-10 22:39:44.778098 | fa163ec6-dd0a-cd85-1406-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-10 22:39:44.779544 | fa163ec6-dd0a-cd85-1406-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:04.257850 | 0.22s 2026-03-10 22:39:44.804003 | fa163ec6-dd0a-cd85-1406-0000000000be | TASK | Write config data at the start of step 1 2026-03-10 22:39:44.876567 | fa163ec6-dd0a-cd85-1406-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:04.354869 | 0.07s 2026-03-10 22:39:44.919826 | 6af4edc1-ac04-43ea-914c-8a43347497db | INCLUDED | /root/standalone-ansible-tdq6yxft/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-10 22:39:44.943415 | fa163ec6-dd0a-cd85-1406-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-10 22:39:44.971415 | fa163ec6-dd0a-cd85-1406-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-10 22:39:44.972117 | fa163ec6-dd0a-cd85-1406-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:04.450431 | 0.03s 2026-03-10 22:39:44.991003 | fa163ec6-dd0a-cd85-1406-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-10 22:39:45.018662 | fa163ec6-dd0a-cd85-1406-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-10 22:39:45.019403 | fa163ec6-dd0a-cd85-1406-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:04.497718 | 0.03s 2026-03-10 22:39:45.038131 | fa163ec6-dd0a-cd85-1406-0000000021cd | TASK | Write the puppet step_config manifest 2026-03-10 22:39:45.542776 | fa163ec6-dd0a-cd85-1406-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-03-10 22:39:45.543751 | fa163ec6-dd0a-cd85-1406-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:05.022062 | 0.50s 2026-03-10 22:39:45.562623 | fa163ec6-dd0a-cd85-1406-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-03-10 22:39:45.598443 | fa163ec6-dd0a-cd85-1406-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-10 22:39:45.599659 | fa163ec6-dd0a-cd85-1406-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:05.077964 | 0.04s 2026-03-10 22:39:45.624055 | fa163ec6-dd0a-cd85-1406-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-03-10 22:39:45.655785 | fa163ec6-dd0a-cd85-1406-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-10 22:39:45.656925 | fa163ec6-dd0a-cd85-1406-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:05.135231 | 0.03s 2026-03-10 22:39:45.681449 | fa163ec6-dd0a-cd85-1406-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-03-10 22:39:45.915875 | fa163ec6-dd0a-cd85-1406-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-03-10 22:39:45.916829 | fa163ec6-dd0a-cd85-1406-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:05.395143 | 0.23s 2026-03-10 22:39:45.936987 | fa163ec6-dd0a-cd85-1406-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-10 22:39:45.966575 | fa163ec6-dd0a-cd85-1406-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-10 22:39:45.967783 | fa163ec6-dd0a-cd85-1406-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:05.446089 | 0.03s 2026-03-10 22:39:45.993333 | fa163ec6-dd0a-cd85-1406-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-10 22:39:46.021683 | fa163ec6-dd0a-cd85-1406-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-10 22:39:46.022771 | fa163ec6-dd0a-cd85-1406-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:05.501078 | 0.03s 2026-03-10 22:39:46.046991 | fa163ec6-dd0a-cd85-1406-0000000021d3 | TASK | Write container-puppet.json file 2026-03-10 22:39:46.630297 | fa163ec6-dd0a-cd85-1406-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-03-10 22:39:46.631133 | fa163ec6-dd0a-cd85-1406-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:06.109448 | 0.58s 2026-03-10 22:39:46.649616 | fa163ec6-dd0a-cd85-1406-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-03-10 22:39:46.679367 | fa163ec6-dd0a-cd85-1406-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-10 22:39:46.680373 | fa163ec6-dd0a-cd85-1406-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:06.158686 | 0.03s 2026-03-10 22:39:46.699275 | fa163ec6-dd0a-cd85-1406-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-03-10 22:39:46.726093 | fa163ec6-dd0a-cd85-1406-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-10 22:39:46.727487 | fa163ec6-dd0a-cd85-1406-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:06.205792 | 0.03s 2026-03-10 22:39:46.752101 | fa163ec6-dd0a-cd85-1406-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-10 22:39:47.131781 | fa163ec6-dd0a-cd85-1406-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-10 22:39:47.132519 | fa163ec6-dd0a-cd85-1406-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:06.610835 | 0.38s 2026-03-10 22:39:47.148939 | fa163ec6-dd0a-cd85-1406-0000000021d7 | TASK | Set host puppet debugging fact string 2026-03-10 22:39:47.178715 | fa163ec6-dd0a-cd85-1406-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-10 22:39:47.179522 | fa163ec6-dd0a-cd85-1406-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:06.657836 | 0.03s 2026-03-10 22:39:47.198713 | fa163ec6-dd0a-cd85-1406-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-10 22:39:47.226915 | fa163ec6-dd0a-cd85-1406-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-10 22:39:47.227959 | fa163ec6-dd0a-cd85-1406-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:06.706268 | 0.03s 2026-03-10 22:39:47.253423 | fa163ec6-dd0a-cd85-1406-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-10 22:39:47.282851 | fa163ec6-dd0a-cd85-1406-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-10 22:39:47.284030 | fa163ec6-dd0a-cd85-1406-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:06.762338 | 0.03s 2026-03-10 22:39:47.308390 | fa163ec6-dd0a-cd85-1406-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-10 22:39:47.336055 | fa163ec6-dd0a-cd85-1406-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-10 22:39:47.337270 | fa163ec6-dd0a-cd85-1406-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:06.815578 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 22:39:47.401816 | fa163ec6-dd0a-cd85-1406-0000000000c0 | TIMING | include_tasks | standalone | 0:04:06.880120 | 0.04s 2026-03-10 22:39:47.563820 | b33cd7db-4307-48d2-8fc2-d4fe4d3b2576 | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-10 22:39:47.608858 | fa163ec6-dd0a-cd85-1406-000000002205 | TASK | Create dirs for certificates and keys 2026-03-10 22:39:47.881687 | fa163ec6-dd0a-cd85-1406-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-10 22:39:47.882650 | fa163ec6-dd0a-cd85-1406-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.360961 | 0.27s 2026-03-10 22:39:48.111125 | fa163ec6-dd0a-cd85-1406-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-10 22:39:48.111839 | fa163ec6-dd0a-cd85-1406-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.590157 | 0.50s 2026-03-10 22:39:48.117038 | fa163ec6-dd0a-cd85-1406-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.595342 | 0.51s 2026-03-10 22:39:48.183644 | fa163ec6-dd0a-cd85-1406-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:07.661938 | 0.04s 2026-03-10 22:39:48.254606 | fa163ec6-dd0a-cd85-1406-00000000231c | TASK | Set version specific variables 2026-03-10 22:39:48.303495 | fa163ec6-dd0a-cd85-1406-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:07.781780 | 0.05s 2026-03-10 22:39:48.323507 | 3d51aa54-352e-483b-adfe-d9713f2933aa | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:39:48.354096 | fa163ec6-dd0a-cd85-1406-00000000234f | TASK | Ensure ansible_facts used by role 2026-03-10 22:39:48.735690 | fa163ec6-dd0a-cd85-1406-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:39:48.737327 | fa163ec6-dd0a-cd85-1406-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:08.215631 | 0.38s 2026-03-10 22:39:48.763364 | fa163ec6-dd0a-cd85-1406-000000002350 | TASK | Set platform/version specific variables 2026-03-10 22:39:48.848755 | fa163ec6-dd0a-cd85-1406-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:39:48.880852 | fa163ec6-dd0a-cd85-1406-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:39:48.908590 | fa163ec6-dd0a-cd85-1406-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:39:48.927785 | fa163ec6-dd0a-cd85-1406-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:39:48.939793 | fa163ec6-dd0a-cd85-1406-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:08.418093 | 0.18s 2026-03-10 22:39:48.966148 | fa163ec6-dd0a-cd85-1406-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:39:52.140148 | fa163ec6-dd0a-cd85-1406-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:39:52.141460 | fa163ec6-dd0a-cd85-1406-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:11.619766 | 3.17s 2026-03-10 22:39:52.166552 | fa163ec6-dd0a-cd85-1406-00000000231f | TASK | Ensure provider packages are installed 2026-03-10 22:39:55.165209 | fa163ec6-dd0a-cd85-1406-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:14.643501 | 3.00s 2026-03-10 22:39:55.171672 | fa163ec6-dd0a-cd85-1406-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:14.649975 | 3.00s 2026-03-10 22:39:55.197315 | fa163ec6-dd0a-cd85-1406-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:39:55.500983 | fa163ec6-dd0a-cd85-1406-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:39:55.502408 | fa163ec6-dd0a-cd85-1406-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:14.980714 | 0.30s 2026-03-10 22:39:55.514453 | fa163ec6-dd0a-cd85-1406-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:14.992757 | 0.32s 2026-03-10 22:39:55.540146 | fa163ec6-dd0a-cd85-1406-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:39:55.817019 | fa163ec6-dd0a-cd85-1406-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:39:55.818418 | fa163ec6-dd0a-cd85-1406-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:15.296722 | 0.28s 2026-03-10 22:39:55.824568 | fa163ec6-dd0a-cd85-1406-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:15.302872 | 0.28s 2026-03-10 22:39:55.851176 | fa163ec6-dd0a-cd85-1406-000000002325 | TASK | Ensure provider service is running 2026-03-10 22:39:56.671025 | fa163ec6-dd0a-cd85-1406-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:39:56.673103 | fa163ec6-dd0a-cd85-1406-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:16.151415 | 0.82s 2026-03-10 22:39:56.687346 | fa163ec6-dd0a-cd85-1406-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:16.165651 | 0.83s 2026-03-10 22:39:56.714634 | fa163ec6-dd0a-cd85-1406-000000002328 | TASK | Ensure certificate requests 2026-03-10 22:39:58.624718 | fa163ec6-dd0a-cd85-1406-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-10 22:39:58.627750 | fa163ec6-dd0a-cd85-1406-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.106052 | 1.91s 2026-03-10 22:40:01.350635 | fa163ec6-dd0a-cd85-1406-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-10 22:40:01.352351 | fa163ec6-dd0a-cd85-1406-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.830664 | 4.64s 2026-03-10 22:40:02.919461 | fa163ec6-dd0a-cd85-1406-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-10 22:40:02.921030 | fa163ec6-dd0a-cd85-1406-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.399340 | 6.20s 2026-03-10 22:40:04.460365 | fa163ec6-dd0a-cd85-1406-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-10 22:40:04.462632 | fa163ec6-dd0a-cd85-1406-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:23.940936 | 7.75s 2026-03-10 22:40:06.066558 | fa163ec6-dd0a-cd85-1406-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-10 22:40:06.068920 | fa163ec6-dd0a-cd85-1406-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.547224 | 9.35s 2026-03-10 22:40:06.080431 | fa163ec6-dd0a-cd85-1406-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.558737 | 9.36s 2026-03-10 22:40:06.130807 | fa163ec6-dd0a-cd85-1406-00000000220d | TASK | Fail if container image is undefined 2026-03-10 22:40:06.192186 | fa163ec6-dd0a-cd85-1406-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 22:40:06.193353 | fa163ec6-dd0a-cd85-1406-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.671659 | 0.06s 2026-03-10 22:40:06.234443 | fa163ec6-dd0a-cd85-1406-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-10 22:40:21.853824 | fa163ec6-dd0a-cd85-1406-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-10 22:40:21.855413 | fa163ec6-dd0a-cd85-1406-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:41.333717 | 15.62s 2026-03-10 22:40:21.914627 | fa163ec6-dd0a-cd85-1406-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-10 22:40:22.236892 | fa163ec6-dd0a-cd85-1406-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-10 22:40:22.238381 | fa163ec6-dd0a-cd85-1406-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.716685 | 0.32s 2026-03-10 22:40:22.290837 | fa163ec6-dd0a-cd85-1406-00000000221e | TASK | Fail if container image is undefined 2026-03-10 22:40:22.353567 | fa163ec6-dd0a-cd85-1406-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 22:40:22.354670 | fa163ec6-dd0a-cd85-1406-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:41.832976 | 0.06s 2026-03-10 22:40:22.398387 | fa163ec6-dd0a-cd85-1406-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-10 22:40:26.726047 | fa163ec6-dd0a-cd85-1406-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-10 22:40:26.728788 | fa163ec6-dd0a-cd85-1406-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:46.207092 | 4.33s 2026-03-10 22:40:26.787836 | fa163ec6-dd0a-cd85-1406-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-10 22:40:27.142365 | fa163ec6-dd0a-cd85-1406-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-10 22:40:27.144848 | fa163ec6-dd0a-cd85-1406-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:46.623154 | 0.36s 2026-03-10 22:40:27.195608 | fa163ec6-dd0a-cd85-1406-00000000222b | TASK | Check if rsyslog exists 2026-03-10 22:40:27.448767 | fa163ec6-dd0a-cd85-1406-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-03-10 22:40:27.450136 | fa163ec6-dd0a-cd85-1406-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:46.928440 | 0.25s 2026-03-10 22:40:27.475815 | fa163ec6-dd0a-cd85-1406-00000000222d | TASK | Forward logging to haproxy.log file 2026-03-10 22:40:27.727143 | fa163ec6-dd0a-cd85-1406-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-10 22:40:27.728550 | fa163ec6-dd0a-cd85-1406-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:47.206856 | 0.25s 2026-03-10 22:40:27.753684 | fa163ec6-dd0a-cd85-1406-00000000222e | TASK | restart rsyslog service after logging conf change 2026-03-10 22:40:28.490202 | fa163ec6-dd0a-cd85-1406-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-10 22:40:28.492072 | fa163ec6-dd0a-cd85-1406-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:47.970379 | 0.74s 2026-03-10 22:40:28.518839 | fa163ec6-dd0a-cd85-1406-000000002235 | TASK | Fail if container image is undefined 2026-03-10 22:40:28.580323 | fa163ec6-dd0a-cd85-1406-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 22:40:28.581455 | fa163ec6-dd0a-cd85-1406-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:48.059763 | 0.06s 2026-03-10 22:40:28.626958 | fa163ec6-dd0a-cd85-1406-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-10 22:40:33.787424 | fa163ec6-dd0a-cd85-1406-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-10 22:40:33.788858 | fa163ec6-dd0a-cd85-1406-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:53.267164 | 5.16s 2026-03-10 22:40:33.842710 | fa163ec6-dd0a-cd85-1406-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-10 22:40:34.200647 | fa163ec6-dd0a-cd85-1406-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-10 22:40:34.201965 | fa163ec6-dd0a-cd85-1406-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:53.680272 | 0.36s 2026-03-10 22:40:34.250180 | fa163ec6-dd0a-cd85-1406-000000002242 | TASK | make sure certmonger is installed 2026-03-10 22:40:37.259395 | fa163ec6-dd0a-cd85-1406-000000002242 | OK | make sure certmonger is installed | standalone 2026-03-10 22:40:37.260795 | fa163ec6-dd0a-cd85-1406-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:04:56.739100 | 3.01s 2026-03-10 22:40:37.286412 | fa163ec6-dd0a-cd85-1406-000000002243 | TASK | make sure certmonger service is started 2026-03-10 22:40:37.646519 | fa163ec6-dd0a-cd85-1406-000000002243 | OK | make sure certmonger service is started | standalone 2026-03-10 22:40:37.648526 | fa163ec6-dd0a-cd85-1406-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:04:57.126828 | 0.36s 2026-03-10 22:40:37.676459 | fa163ec6-dd0a-cd85-1406-000000002244 | TASK | Create dirs for certificates and keys 2026-03-10 22:40:37.913526 | fa163ec6-dd0a-cd85-1406-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-10 22:40:37.915404 | fa163ec6-dd0a-cd85-1406-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.393702 | 0.24s 2026-03-10 22:40:38.124077 | fa163ec6-dd0a-cd85-1406-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-10 22:40:38.125279 | fa163ec6-dd0a-cd85-1406-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.603589 | 0.45s 2026-03-10 22:40:38.132411 | fa163ec6-dd0a-cd85-1406-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.610716 | 0.45s 2026-03-10 22:40:38.160384 | fa163ec6-dd0a-cd85-1406-000000002245 | TASK | Extract and trust certmonger's local CA 2026-03-10 22:40:39.739900 | fa163ec6-dd0a-cd85-1406-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-03-10 22:40:39.741788 | fa163ec6-dd0a-cd85-1406-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:59.220098 | 1.58s 2026-03-10 22:40:39.818211 | fa163ec6-dd0a-cd85-1406-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.296510 | 0.05s 2026-03-10 22:40:39.890474 | fa163ec6-dd0a-cd85-1406-0000000023d0 | TASK | Set version specific variables 2026-03-10 22:40:39.941675 | fa163ec6-dd0a-cd85-1406-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:59.419978 | 0.05s 2026-03-10 22:40:39.954548 | 4aa3d1da-1eb6-4f60-9207-14e1700188c1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:40:39.977302 | fa163ec6-dd0a-cd85-1406-00000000240f | TASK | Ensure ansible_facts used by role 2026-03-10 22:40:43.028495 | fa163ec6-dd0a-cd85-1406-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:40:43.030064 | fa163ec6-dd0a-cd85-1406-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:02.508369 | 3.05s 2026-03-10 22:40:43.056489 | fa163ec6-dd0a-cd85-1406-000000002410 | TASK | Set platform/version specific variables 2026-03-10 22:40:43.131720 | fa163ec6-dd0a-cd85-1406-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:40:43.148103 | fa163ec6-dd0a-cd85-1406-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:40:43.166101 | fa163ec6-dd0a-cd85-1406-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:40:43.179806 | fa163ec6-dd0a-cd85-1406-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:40:43.191565 | fa163ec6-dd0a-cd85-1406-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:02.669871 | 0.13s 2026-03-10 22:40:43.216819 | fa163ec6-dd0a-cd85-1406-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:40:46.278243 | fa163ec6-dd0a-cd85-1406-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:40:46.279575 | fa163ec6-dd0a-cd85-1406-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:05.757881 | 3.06s 2026-03-10 22:40:46.304899 | fa163ec6-dd0a-cd85-1406-0000000023d3 | TASK | Ensure provider packages are installed 2026-03-10 22:40:49.466196 | fa163ec6-dd0a-cd85-1406-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.944490 | 3.16s 2026-03-10 22:40:49.472810 | fa163ec6-dd0a-cd85-1406-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.951106 | 3.17s 2026-03-10 22:40:49.500035 | fa163ec6-dd0a-cd85-1406-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:40:49.794783 | fa163ec6-dd0a-cd85-1406-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:40:49.796923 | fa163ec6-dd0a-cd85-1406-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:09.275228 | 0.30s 2026-03-10 22:40:49.807088 | fa163ec6-dd0a-cd85-1406-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:09.285398 | 0.31s 2026-03-10 22:40:49.832821 | fa163ec6-dd0a-cd85-1406-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:40:50.175121 | fa163ec6-dd0a-cd85-1406-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:40:50.176886 | fa163ec6-dd0a-cd85-1406-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.655185 | 0.34s 2026-03-10 22:40:50.185560 | fa163ec6-dd0a-cd85-1406-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.663870 | 0.35s 2026-03-10 22:40:50.206771 | fa163ec6-dd0a-cd85-1406-0000000023d9 | TASK | Ensure provider service is running 2026-03-10 22:40:50.649997 | fa163ec6-dd0a-cd85-1406-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:40:50.651828 | fa163ec6-dd0a-cd85-1406-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.130134 | 0.44s 2026-03-10 22:40:50.664589 | fa163ec6-dd0a-cd85-1406-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.142898 | 0.46s 2026-03-10 22:40:50.690834 | fa163ec6-dd0a-cd85-1406-0000000023dc | TASK | Ensure certificate requests 2026-03-10 22:40:52.596296 | fa163ec6-dd0a-cd85-1406-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-10 22:40:52.598825 | fa163ec6-dd0a-cd85-1406-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.077132 | 1.91s 2026-03-10 22:40:52.609355 | fa163ec6-dd0a-cd85-1406-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.087661 | 1.92s 2026-03-10 22:40:52.658715 | fa163ec6-dd0a-cd85-1406-000000002248 | TASK | Create dirs for certificates and keys 2026-03-10 22:40:52.907571 | fa163ec6-dd0a-cd85-1406-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-10 22:40:52.910130 | fa163ec6-dd0a-cd85-1406-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.388429 | 0.25s 2026-03-10 22:40:53.118194 | fa163ec6-dd0a-cd85-1406-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-10 22:40:53.120054 | fa163ec6-dd0a-cd85-1406-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.598365 | 0.46s 2026-03-10 22:40:53.131016 | fa163ec6-dd0a-cd85-1406-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.609318 | 0.47s 2026-03-10 22:40:53.205416 | fa163ec6-dd0a-cd85-1406-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:12.683713 | 0.05s 2026-03-10 22:40:53.270906 | fa163ec6-dd0a-cd85-1406-00000000245e | TASK | Set version specific variables 2026-03-10 22:40:53.317522 | fa163ec6-dd0a-cd85-1406-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:12.795825 | 0.05s 2026-03-10 22:40:53.330044 | b9ad21c7-e646-48d9-ae66-ac7253795c99 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:40:53.352662 | fa163ec6-dd0a-cd85-1406-000000002491 | TASK | Ensure ansible_facts used by role 2026-03-10 22:40:53.744373 | fa163ec6-dd0a-cd85-1406-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:40:53.745902 | fa163ec6-dd0a-cd85-1406-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:13.224209 | 0.39s 2026-03-10 22:40:53.770386 | fa163ec6-dd0a-cd85-1406-000000002492 | TASK | Set platform/version specific variables 2026-03-10 22:40:53.841999 | fa163ec6-dd0a-cd85-1406-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:40:53.861426 | fa163ec6-dd0a-cd85-1406-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:40:53.882475 | fa163ec6-dd0a-cd85-1406-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:40:53.898199 | fa163ec6-dd0a-cd85-1406-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:40:53.910061 | fa163ec6-dd0a-cd85-1406-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:13.388361 | 0.14s 2026-03-10 22:40:53.936252 | fa163ec6-dd0a-cd85-1406-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:40:57.039115 | fa163ec6-dd0a-cd85-1406-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:40:57.040976 | fa163ec6-dd0a-cd85-1406-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:16.519278 | 3.10s 2026-03-10 22:40:57.071084 | fa163ec6-dd0a-cd85-1406-000000002461 | TASK | Ensure provider packages are installed 2026-03-10 22:41:00.180948 | fa163ec6-dd0a-cd85-1406-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.659241 | 3.11s 2026-03-10 22:41:00.194286 | fa163ec6-dd0a-cd85-1406-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.672572 | 3.12s 2026-03-10 22:41:00.220746 | fa163ec6-dd0a-cd85-1406-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:41:00.478775 | fa163ec6-dd0a-cd85-1406-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:00.480409 | fa163ec6-dd0a-cd85-1406-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.958714 | 0.26s 2026-03-10 22:41:00.487675 | fa163ec6-dd0a-cd85-1406-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.965979 | 0.27s 2026-03-10 22:41:00.513836 | fa163ec6-dd0a-cd85-1406-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:41:00.749309 | fa163ec6-dd0a-cd85-1406-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:00.750688 | fa163ec6-dd0a-cd85-1406-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.228993 | 0.24s 2026-03-10 22:41:00.763058 | fa163ec6-dd0a-cd85-1406-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.241365 | 0.25s 2026-03-10 22:41:00.789597 | fa163ec6-dd0a-cd85-1406-000000002467 | TASK | Ensure provider service is running 2026-03-10 22:41:01.204229 | fa163ec6-dd0a-cd85-1406-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:41:01.206801 | fa163ec6-dd0a-cd85-1406-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.685105 | 0.42s 2026-03-10 22:41:01.217746 | fa163ec6-dd0a-cd85-1406-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.696047 | 0.43s 2026-03-10 22:41:01.245055 | fa163ec6-dd0a-cd85-1406-00000000246a | TASK | Ensure certificate requests 2026-03-10 22:41:03.062613 | fa163ec6-dd0a-cd85-1406-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-10 22:41:03.063832 | fa163ec6-dd0a-cd85-1406-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.542147 | 1.82s 2026-03-10 22:41:04.760000 | fa163ec6-dd0a-cd85-1406-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-10 22:41:04.761041 | fa163ec6-dd0a-cd85-1406-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.239356 | 3.51s 2026-03-10 22:41:06.918515 | fa163ec6-dd0a-cd85-1406-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-10 22:41:06.919822 | fa163ec6-dd0a-cd85-1406-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.398130 | 5.67s 2026-03-10 22:41:09.170372 | fa163ec6-dd0a-cd85-1406-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-10 22:41:09.173100 | fa163ec6-dd0a-cd85-1406-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.651410 | 7.93s 2026-03-10 22:41:09.185731 | fa163ec6-dd0a-cd85-1406-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.664032 | 7.94s 2026-03-10 22:41:09.241082 | fa163ec6-dd0a-cd85-1406-00000000224b | TASK | Run lvmfilter role 2026-03-10 22:41:09.295303 | fa163ec6-dd0a-cd85-1406-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:28.773597 | 0.05s 2026-03-10 22:41:09.370050 | fa163ec6-dd0a-cd85-1406-0000000024fe | TASK | Check if lvm2 is installed 2026-03-10 22:41:10.638370 | fa163ec6-dd0a-cd85-1406-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-03-10 22:41:10.639730 | fa163ec6-dd0a-cd85-1406-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:30.118036 | 1.27s 2026-03-10 22:41:10.666145 | fa163ec6-dd0a-cd85-1406-000000002500 | TASK | collect ansible devices 2026-03-10 22:41:10.726601 | fa163ec6-dd0a-cd85-1406-000000002500 | SKIPPED | collect ansible devices | standalone 2026-03-10 22:41:10.727854 | fa163ec6-dd0a-cd85-1406-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:30.206161 | 0.06s 2026-03-10 22:41:10.753475 | fa163ec6-dd0a-cd85-1406-000000002501 | TASK | collect in-use lvm2 devices list 2026-03-10 22:41:10.783447 | fa163ec6-dd0a-cd85-1406-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-10 22:41:10.784701 | fa163ec6-dd0a-cd85-1406-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:30.263008 | 0.03s 2026-03-10 22:41:10.810432 | fa163ec6-dd0a-cd85-1406-000000002502 | TASK | set allowed_devices 2026-03-10 22:41:10.861960 | fa163ec6-dd0a-cd85-1406-000000002502 | SKIPPED | set allowed_devices | standalone 2026-03-10 22:41:10.863466 | fa163ec6-dd0a-cd85-1406-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:30.341774 | 0.05s 2026-03-10 22:41:10.880888 | fa163ec6-dd0a-cd85-1406-000000002503 | TASK | build lvm2 allow list 2026-03-10 22:41:10.926917 | fa163ec6-dd0a-cd85-1406-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-03-10 22:41:10.927653 | fa163ec6-dd0a-cd85-1406-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:30.405969 | 0.05s 2026-03-10 22:41:10.944799 | fa163ec6-dd0a-cd85-1406-000000002504 | TASK | build lvm2 deny list 2026-03-10 22:41:10.990367 | fa163ec6-dd0a-cd85-1406-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-03-10 22:41:10.990957 | fa163ec6-dd0a-cd85-1406-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:30.469274 | 0.05s 2026-03-10 22:41:11.008684 | fa163ec6-dd0a-cd85-1406-000000002505 | TASK | build lvm2 filter 2026-03-10 22:41:11.058989 | fa163ec6-dd0a-cd85-1406-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-03-10 22:41:11.060398 | fa163ec6-dd0a-cd85-1406-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:30.538698 | 0.05s 2026-03-10 22:41:11.085158 | fa163ec6-dd0a-cd85-1406-000000002506 | TASK | regenerate lvm config 2026-03-10 22:41:11.133146 | fa163ec6-dd0a-cd85-1406-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-03-10 22:41:11.134193 | fa163ec6-dd0a-cd85-1406-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:30.612506 | 0.05s 2026-03-10 22:41:11.155153 | fa163ec6-dd0a-cd85-1406-000000002507 | TASK | copy new lvm.conf in place 2026-03-10 22:41:11.204611 | fa163ec6-dd0a-cd85-1406-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-10 22:41:11.205779 | fa163ec6-dd0a-cd85-1406-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:30.684089 | 0.05s 2026-03-10 22:41:11.257258 | fa163ec6-dd0a-cd85-1406-000000002251 | TASK | Fail if container image is undefined 2026-03-10 22:41:11.320468 | fa163ec6-dd0a-cd85-1406-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 22:41:11.321896 | fa163ec6-dd0a-cd85-1406-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:30.800195 | 0.06s 2026-03-10 22:41:11.367282 | fa163ec6-dd0a-cd85-1406-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-10 22:41:20.175875 | fa163ec6-dd0a-cd85-1406-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-10 22:41:20.177916 | fa163ec6-dd0a-cd85-1406-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:39.656229 | 8.81s 2026-03-10 22:41:20.216476 | fa163ec6-dd0a-cd85-1406-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-10 22:41:20.536691 | fa163ec6-dd0a-cd85-1406-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-10 22:41:20.538079 | fa163ec6-dd0a-cd85-1406-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:40.016385 | 0.32s 2026-03-10 22:41:20.618390 | fa163ec6-dd0a-cd85-1406-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:40.096688 | 0.03s 2026-03-10 22:41:20.679557 | fa163ec6-dd0a-cd85-1406-000000002576 | TASK | Set version specific variables 2026-03-10 22:41:20.727835 | fa163ec6-dd0a-cd85-1406-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:40.206132 | 0.05s 2026-03-10 22:41:20.748097 | b41ea292-1cc4-44fc-b111-ac902d7756a4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:41:20.785014 | fa163ec6-dd0a-cd85-1406-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-03-10 22:41:21.183408 | fa163ec6-dd0a-cd85-1406-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:41:21.184964 | fa163ec6-dd0a-cd85-1406-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:40.663270 | 0.40s 2026-03-10 22:41:21.210839 | fa163ec6-dd0a-cd85-1406-0000000025a6 | TASK | Set platform/version specific variables 2026-03-10 22:41:21.278928 | fa163ec6-dd0a-cd85-1406-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:41:21.297645 | fa163ec6-dd0a-cd85-1406-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:41:21.316439 | fa163ec6-dd0a-cd85-1406-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:41:21.330393 | fa163ec6-dd0a-cd85-1406-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:41:21.342464 | fa163ec6-dd0a-cd85-1406-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:40.820762 | 0.13s 2026-03-10 22:41:21.362100 | fa163ec6-dd0a-cd85-1406-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:41:24.407547 | fa163ec6-dd0a-cd85-1406-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:41:24.409042 | fa163ec6-dd0a-cd85-1406-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:43.887347 | 3.05s 2026-03-10 22:41:24.434371 | fa163ec6-dd0a-cd85-1406-000000002579 | TASK | Ensure provider packages are installed 2026-03-10 22:41:27.522071 | fa163ec6-dd0a-cd85-1406-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.000362 | 3.09s 2026-03-10 22:41:27.527909 | fa163ec6-dd0a-cd85-1406-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.006220 | 3.09s 2026-03-10 22:41:27.545573 | fa163ec6-dd0a-cd85-1406-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:41:27.814784 | fa163ec6-dd0a-cd85-1406-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:27.817095 | fa163ec6-dd0a-cd85-1406-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:47.295397 | 0.27s 2026-03-10 22:41:27.827186 | fa163ec6-dd0a-cd85-1406-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:47.305488 | 0.28s 2026-03-10 22:41:27.853475 | fa163ec6-dd0a-cd85-1406-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:41:28.125088 | fa163ec6-dd0a-cd85-1406-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:28.126745 | fa163ec6-dd0a-cd85-1406-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.605047 | 0.27s 2026-03-10 22:41:28.132947 | fa163ec6-dd0a-cd85-1406-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.611248 | 0.28s 2026-03-10 22:41:28.159482 | fa163ec6-dd0a-cd85-1406-00000000257f | TASK | Ensure provider service is running 2026-03-10 22:41:28.588829 | fa163ec6-dd0a-cd85-1406-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:41:28.590356 | fa163ec6-dd0a-cd85-1406-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:48.068665 | 0.43s 2026-03-10 22:41:28.596899 | fa163ec6-dd0a-cd85-1406-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:48.075202 | 0.44s 2026-03-10 22:41:28.624415 | fa163ec6-dd0a-cd85-1406-000000002582 | TASK | Ensure certificate requests 2026-03-10 22:41:31.006800 | fa163ec6-dd0a-cd85-1406-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-10 22:41:31.009762 | fa163ec6-dd0a-cd85-1406-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:50.488066 | 2.38s 2026-03-10 22:41:31.019639 | fa163ec6-dd0a-cd85-1406-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:50.497942 | 2.39s 2026-03-10 22:41:31.107946 | fa163ec6-dd0a-cd85-1406-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:50.586242 | 0.04s 2026-03-10 22:41:31.170500 | fa163ec6-dd0a-cd85-1406-0000000025ea | TASK | Set version specific variables 2026-03-10 22:41:31.220415 | fa163ec6-dd0a-cd85-1406-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:50.698709 | 0.05s 2026-03-10 22:41:31.239652 | b150bb7f-0dac-488d-ad93-e96faa8cd363 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:41:31.270283 | fa163ec6-dd0a-cd85-1406-000000002619 | TASK | Ensure ansible_facts used by role 2026-03-10 22:41:31.702495 | fa163ec6-dd0a-cd85-1406-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:41:31.704054 | fa163ec6-dd0a-cd85-1406-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:51.182353 | 0.43s 2026-03-10 22:41:31.730107 | fa163ec6-dd0a-cd85-1406-00000000261a | TASK | Set platform/version specific variables 2026-03-10 22:41:31.815355 | fa163ec6-dd0a-cd85-1406-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:41:31.846313 | fa163ec6-dd0a-cd85-1406-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:41:31.873511 | fa163ec6-dd0a-cd85-1406-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:41:31.893173 | fa163ec6-dd0a-cd85-1406-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:41:31.898983 | fa163ec6-dd0a-cd85-1406-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:51.377280 | 0.17s 2026-03-10 22:41:31.924730 | fa163ec6-dd0a-cd85-1406-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:41:34.949797 | fa163ec6-dd0a-cd85-1406-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:41:34.951348 | fa163ec6-dd0a-cd85-1406-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:54.429652 | 3.03s 2026-03-10 22:41:34.976609 | fa163ec6-dd0a-cd85-1406-0000000025ed | TASK | Ensure provider packages are installed 2026-03-10 22:41:38.029011 | fa163ec6-dd0a-cd85-1406-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:57.507302 | 3.05s 2026-03-10 22:41:38.035996 | fa163ec6-dd0a-cd85-1406-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:57.514303 | 3.06s 2026-03-10 22:41:38.061707 | fa163ec6-dd0a-cd85-1406-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:41:38.387744 | fa163ec6-dd0a-cd85-1406-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:38.389272 | fa163ec6-dd0a-cd85-1406-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.867575 | 0.33s 2026-03-10 22:41:38.395267 | fa163ec6-dd0a-cd85-1406-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.873571 | 0.33s 2026-03-10 22:41:38.421781 | fa163ec6-dd0a-cd85-1406-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:41:38.723631 | fa163ec6-dd0a-cd85-1406-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:38.724956 | fa163ec6-dd0a-cd85-1406-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:58.203261 | 0.30s 2026-03-10 22:41:38.731097 | fa163ec6-dd0a-cd85-1406-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:58.209400 | 0.31s 2026-03-10 22:41:38.758007 | fa163ec6-dd0a-cd85-1406-0000000025f3 | TASK | Ensure provider service is running 2026-03-10 22:41:40.226749 | fa163ec6-dd0a-cd85-1406-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:41:40.229126 | fa163ec6-dd0a-cd85-1406-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.707427 | 1.47s 2026-03-10 22:41:40.238819 | fa163ec6-dd0a-cd85-1406-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.717114 | 1.48s 2026-03-10 22:41:40.266962 | fa163ec6-dd0a-cd85-1406-0000000025f6 | TASK | Ensure certificate requests 2026-03-10 22:41:41.843299 | fa163ec6-dd0a-cd85-1406-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-10 22:41:41.845529 | fa163ec6-dd0a-cd85-1406-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.323840 | 1.58s 2026-03-10 22:41:41.856070 | fa163ec6-dd0a-cd85-1406-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.334375 | 1.59s 2026-03-10 22:41:41.905482 | fa163ec6-dd0a-cd85-1406-000000002267 | TASK | Fail if container image is undefined 2026-03-10 22:41:41.979269 | fa163ec6-dd0a-cd85-1406-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 22:41:41.980601 | fa163ec6-dd0a-cd85-1406-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:01.458908 | 0.07s 2026-03-10 22:41:42.021996 | fa163ec6-dd0a-cd85-1406-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-10 22:41:49.655059 | fa163ec6-dd0a-cd85-1406-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-10 22:41:49.656596 | fa163ec6-dd0a-cd85-1406-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:09.134901 | 7.63s 2026-03-10 22:41:49.712555 | fa163ec6-dd0a-cd85-1406-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-10 22:41:50.059925 | fa163ec6-dd0a-cd85-1406-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-10 22:41:50.061241 | fa163ec6-dd0a-cd85-1406-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:09.539524 | 0.35s 2026-03-10 22:41:50.162419 | fa163ec6-dd0a-cd85-1406-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:09.640715 | 0.05s 2026-03-10 22:41:50.228144 | fa163ec6-dd0a-cd85-1406-000000002664 | TASK | Set version specific variables 2026-03-10 22:41:50.276277 | fa163ec6-dd0a-cd85-1406-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:09.754576 | 0.05s 2026-03-10 22:41:50.295821 | 589fdcfc-4853-4f98-80e5-e89d8e5a77cb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:41:50.326096 | fa163ec6-dd0a-cd85-1406-000000002693 | TASK | Ensure ansible_facts used by role 2026-03-10 22:41:50.720022 | fa163ec6-dd0a-cd85-1406-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:41:50.721558 | fa163ec6-dd0a-cd85-1406-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:10.199865 | 0.39s 2026-03-10 22:41:50.747625 | fa163ec6-dd0a-cd85-1406-000000002694 | TASK | Set platform/version specific variables 2026-03-10 22:41:50.827556 | fa163ec6-dd0a-cd85-1406-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:41:50.842040 | fa163ec6-dd0a-cd85-1406-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:41:50.861473 | fa163ec6-dd0a-cd85-1406-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:41:50.876769 | fa163ec6-dd0a-cd85-1406-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:41:50.888771 | fa163ec6-dd0a-cd85-1406-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:10.367067 | 0.14s 2026-03-10 22:41:50.914348 | fa163ec6-dd0a-cd85-1406-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:41:54.036820 | fa163ec6-dd0a-cd85-1406-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:41:54.038140 | fa163ec6-dd0a-cd85-1406-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:13.516447 | 3.12s 2026-03-10 22:41:54.063683 | fa163ec6-dd0a-cd85-1406-000000002667 | TASK | Ensure provider packages are installed 2026-03-10 22:41:57.094910 | fa163ec6-dd0a-cd85-1406-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:16.573196 | 3.03s 2026-03-10 22:41:57.114468 | fa163ec6-dd0a-cd85-1406-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:16.592769 | 3.05s 2026-03-10 22:41:57.141315 | fa163ec6-dd0a-cd85-1406-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:41:57.428327 | fa163ec6-dd0a-cd85-1406-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:57.430127 | fa163ec6-dd0a-cd85-1406-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.908438 | 0.29s 2026-03-10 22:41:57.440786 | fa163ec6-dd0a-cd85-1406-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.919090 | 0.30s 2026-03-10 22:41:57.467417 | fa163ec6-dd0a-cd85-1406-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:41:57.748552 | fa163ec6-dd0a-cd85-1406-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:41:57.750075 | fa163ec6-dd0a-cd85-1406-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:17.228374 | 0.28s 2026-03-10 22:41:57.762280 | fa163ec6-dd0a-cd85-1406-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:17.240578 | 0.29s 2026-03-10 22:41:57.788440 | fa163ec6-dd0a-cd85-1406-00000000266d | TASK | Ensure provider service is running 2026-03-10 22:41:58.184194 | fa163ec6-dd0a-cd85-1406-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:41:58.186835 | fa163ec6-dd0a-cd85-1406-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.665112 | 0.40s 2026-03-10 22:41:58.195967 | fa163ec6-dd0a-cd85-1406-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.674268 | 0.41s 2026-03-10 22:41:58.223521 | fa163ec6-dd0a-cd85-1406-000000002670 | TASK | Ensure certificate requests 2026-03-10 22:41:59.953324 | fa163ec6-dd0a-cd85-1406-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-10 22:41:59.954850 | fa163ec6-dd0a-cd85-1406-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:19.433154 | 1.73s 2026-03-10 22:41:59.961604 | fa163ec6-dd0a-cd85-1406-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:19.439908 | 1.74s 2026-03-10 22:42:00.061430 | fa163ec6-dd0a-cd85-1406-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:19.539726 | 0.05s 2026-03-10 22:42:00.125275 | fa163ec6-dd0a-cd85-1406-0000000026d8 | TASK | Set version specific variables 2026-03-10 22:42:00.176084 | fa163ec6-dd0a-cd85-1406-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:19.654377 | 0.05s 2026-03-10 22:42:00.195772 | ae991cb4-afc6-4114-8fa3-ca956e74e81b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:42:00.226486 | fa163ec6-dd0a-cd85-1406-000000002707 | TASK | Ensure ansible_facts used by role 2026-03-10 22:42:00.609473 | fa163ec6-dd0a-cd85-1406-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:42:00.610313 | fa163ec6-dd0a-cd85-1406-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:20.088628 | 0.38s 2026-03-10 22:42:00.628041 | fa163ec6-dd0a-cd85-1406-000000002708 | TASK | Set platform/version specific variables 2026-03-10 22:42:00.691754 | fa163ec6-dd0a-cd85-1406-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:00.713724 | fa163ec6-dd0a-cd85-1406-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:00.735691 | fa163ec6-dd0a-cd85-1406-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:42:00.755873 | fa163ec6-dd0a-cd85-1406-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:42:00.761931 | fa163ec6-dd0a-cd85-1406-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:20.240230 | 0.13s 2026-03-10 22:42:00.787751 | fa163ec6-dd0a-cd85-1406-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:42:03.845845 | fa163ec6-dd0a-cd85-1406-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:42:03.847147 | fa163ec6-dd0a-cd85-1406-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:23.325457 | 3.06s 2026-03-10 22:42:03.872676 | fa163ec6-dd0a-cd85-1406-0000000026db | TASK | Ensure provider packages are installed 2026-03-10 22:42:06.887238 | fa163ec6-dd0a-cd85-1406-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:26.365514 | 3.01s 2026-03-10 22:42:06.900067 | fa163ec6-dd0a-cd85-1406-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:26.378370 | 3.03s 2026-03-10 22:42:06.926676 | fa163ec6-dd0a-cd85-1406-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:42:07.241464 | fa163ec6-dd0a-cd85-1406-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:42:07.243662 | fa163ec6-dd0a-cd85-1406-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:26.721966 | 0.32s 2026-03-10 22:42:07.253622 | fa163ec6-dd0a-cd85-1406-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:26.731934 | 0.33s 2026-03-10 22:42:07.279410 | fa163ec6-dd0a-cd85-1406-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:42:07.533360 | fa163ec6-dd0a-cd85-1406-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:42:07.535698 | fa163ec6-dd0a-cd85-1406-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:27.013994 | 0.25s 2026-03-10 22:42:07.545378 | fa163ec6-dd0a-cd85-1406-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:27.023691 | 0.26s 2026-03-10 22:42:07.571569 | fa163ec6-dd0a-cd85-1406-0000000026e1 | TASK | Ensure provider service is running 2026-03-10 22:42:07.997144 | fa163ec6-dd0a-cd85-1406-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:42:08.000211 | fa163ec6-dd0a-cd85-1406-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:27.478507 | 0.43s 2026-03-10 22:42:08.009975 | fa163ec6-dd0a-cd85-1406-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:27.488287 | 0.44s 2026-03-10 22:42:08.036745 | fa163ec6-dd0a-cd85-1406-0000000026e4 | TASK | Ensure certificate requests 2026-03-10 22:42:09.858758 | fa163ec6-dd0a-cd85-1406-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-10 22:42:09.860337 | fa163ec6-dd0a-cd85-1406-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.338643 | 1.82s 2026-03-10 22:42:09.867644 | fa163ec6-dd0a-cd85-1406-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.345950 | 1.83s 2026-03-10 22:42:09.916331 | fa163ec6-dd0a-cd85-1406-000000002278 | TASK | install systemd-container for a greenfield 2026-03-10 22:42:27.740520 | fa163ec6-dd0a-cd85-1406-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-03-10 22:42:27.742527 | fa163ec6-dd0a-cd85-1406-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:47.220827 | 17.82s 2026-03-10 22:42:27.767200 | fa163ec6-dd0a-cd85-1406-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-03-10 22:42:27.817969 | fa163ec6-dd0a-cd85-1406-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-10 22:42:27.818888 | fa163ec6-dd0a-cd85-1406-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:47.297202 | 0.05s 2026-03-10 22:42:27.837757 | fa163ec6-dd0a-cd85-1406-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-10 22:42:28.103261 | fa163ec6-dd0a-cd85-1406-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-10 22:42:28.104177 | fa163ec6-dd0a-cd85-1406-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:47.582490 | 0.27s 2026-03-10 22:42:28.121179 | fa163ec6-dd0a-cd85-1406-00000000227d | TASK | is KSM enabled 2026-03-10 22:42:28.171006 | fa163ec6-dd0a-cd85-1406-00000000227d | OK | is KSM enabled | standalone 2026-03-10 22:42:28.171571 | fa163ec6-dd0a-cd85-1406-00000000227d | TIMING | is KSM enabled | standalone | 0:06:47.649889 | 0.05s 2026-03-10 22:42:28.188301 | fa163ec6-dd0a-cd85-1406-00000000227f | TASK | Check for ksm 2026-03-10 22:42:28.445873 | fa163ec6-dd0a-cd85-1406-00000000227f | CHANGED | Check for ksm | standalone 2026-03-10 22:42:28.446627 | fa163ec6-dd0a-cd85-1406-00000000227f | TIMING | Check for ksm | standalone | 0:06:47.924942 | 0.26s 2026-03-10 22:42:28.463773 | fa163ec6-dd0a-cd85-1406-000000002280 | TASK | disable KSM services 2026-03-10 22:42:28.547648 | fa163ec6-dd0a-cd85-1406-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-10 22:42:28.579553 | fa163ec6-dd0a-cd85-1406-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-10 22:42:28.585002 | fa163ec6-dd0a-cd85-1406-000000002280 | TIMING | disable KSM services | standalone | 0:06:48.063309 | 0.12s 2026-03-10 22:42:28.610294 | fa163ec6-dd0a-cd85-1406-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-03-10 22:42:28.659707 | fa163ec6-dd0a-cd85-1406-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-10 22:42:28.660790 | fa163ec6-dd0a-cd85-1406-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:48.139091 | 0.05s 2026-03-10 22:42:28.685666 | fa163ec6-dd0a-cd85-1406-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-10 22:42:28.735426 | fa163ec6-dd0a-cd85-1406-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-10 22:42:28.736638 | fa163ec6-dd0a-cd85-1406-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:48.214946 | 0.05s 2026-03-10 22:42:28.761416 | fa163ec6-dd0a-cd85-1406-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-10 22:42:28.812803 | fa163ec6-dd0a-cd85-1406-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-10 22:42:28.813935 | fa163ec6-dd0a-cd85-1406-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:48.292241 | 0.05s 2026-03-10 22:42:28.838249 | fa163ec6-dd0a-cd85-1406-000000002285 | TASK | enable ksmtunded 2026-03-10 22:42:28.895425 | fa163ec6-dd0a-cd85-1406-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-10 22:42:28.908258 | fa163ec6-dd0a-cd85-1406-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-10 22:42:28.914028 | fa163ec6-dd0a-cd85-1406-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:48.392327 | 0.07s 2026-03-10 22:42:28.940057 | fa163ec6-dd0a-cd85-1406-000000002287 | TASK | Create dirs for certificates and keys 2026-03-10 22:42:29.216237 | fa163ec6-dd0a-cd85-1406-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-03-10 22:42:29.219016 | fa163ec6-dd0a-cd85-1406-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:48.697316 | 0.28s 2026-03-10 22:42:29.445360 | fa163ec6-dd0a-cd85-1406-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-03-10 22:42:29.446634 | fa163ec6-dd0a-cd85-1406-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:48.924944 | 0.50s 2026-03-10 22:42:29.673270 | fa163ec6-dd0a-cd85-1406-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-03-10 22:42:29.673998 | fa163ec6-dd0a-cd85-1406-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.152314 | 0.73s 2026-03-10 22:42:29.679477 | fa163ec6-dd0a-cd85-1406-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.157777 | 0.74s 2026-03-10 22:42:29.746675 | fa163ec6-dd0a-cd85-1406-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:49.224968 | 0.04s 2026-03-10 22:42:29.810329 | fa163ec6-dd0a-cd85-1406-000000002774 | TASK | Set version specific variables 2026-03-10 22:42:29.870899 | fa163ec6-dd0a-cd85-1406-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:49.349197 | 0.06s 2026-03-10 22:42:29.889950 | 96e7559e-d740-468f-b395-7709b7757ecc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:42:29.920016 | fa163ec6-dd0a-cd85-1406-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-03-10 22:42:30.308439 | fa163ec6-dd0a-cd85-1406-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:42:30.309982 | fa163ec6-dd0a-cd85-1406-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:49.788287 | 0.39s 2026-03-10 22:42:30.336568 | fa163ec6-dd0a-cd85-1406-0000000027a8 | TASK | Set platform/version specific variables 2026-03-10 22:42:30.410176 | fa163ec6-dd0a-cd85-1406-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:30.427954 | fa163ec6-dd0a-cd85-1406-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:30.447880 | fa163ec6-dd0a-cd85-1406-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:42:30.463094 | fa163ec6-dd0a-cd85-1406-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:42:30.469027 | fa163ec6-dd0a-cd85-1406-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:49.947326 | 0.13s 2026-03-10 22:42:30.495934 | fa163ec6-dd0a-cd85-1406-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:42:33.552135 | fa163ec6-dd0a-cd85-1406-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:42:33.553618 | fa163ec6-dd0a-cd85-1406-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:53.031925 | 3.06s 2026-03-10 22:42:33.579422 | fa163ec6-dd0a-cd85-1406-000000002777 | TASK | Ensure provider packages are installed 2026-03-10 22:42:36.674875 | fa163ec6-dd0a-cd85-1406-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:56.153170 | 3.09s 2026-03-10 22:42:36.687125 | fa163ec6-dd0a-cd85-1406-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:56.165422 | 3.11s 2026-03-10 22:42:36.713555 | fa163ec6-dd0a-cd85-1406-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:42:37.010040 | fa163ec6-dd0a-cd85-1406-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:42:37.011556 | fa163ec6-dd0a-cd85-1406-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:56.489858 | 0.30s 2026-03-10 22:42:37.018155 | fa163ec6-dd0a-cd85-1406-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:56.496462 | 0.30s 2026-03-10 22:42:37.054417 | fa163ec6-dd0a-cd85-1406-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:42:37.358865 | fa163ec6-dd0a-cd85-1406-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:42:37.361034 | fa163ec6-dd0a-cd85-1406-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:56.839340 | 0.30s 2026-03-10 22:42:37.371226 | fa163ec6-dd0a-cd85-1406-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:56.849529 | 0.31s 2026-03-10 22:42:37.397662 | fa163ec6-dd0a-cd85-1406-00000000277d | TASK | Ensure provider service is running 2026-03-10 22:42:37.820899 | fa163ec6-dd0a-cd85-1406-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:42:37.823525 | fa163ec6-dd0a-cd85-1406-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:57.301829 | 0.42s 2026-03-10 22:42:37.834445 | fa163ec6-dd0a-cd85-1406-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:57.312749 | 0.44s 2026-03-10 22:42:37.862484 | fa163ec6-dd0a-cd85-1406-000000002780 | TASK | Ensure certificate requests 2026-03-10 22:42:39.600003 | fa163ec6-dd0a-cd85-1406-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-10 22:42:39.603921 | fa163ec6-dd0a-cd85-1406-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:59.082215 | 1.74s 2026-03-10 22:42:41.486670 | fa163ec6-dd0a-cd85-1406-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-10 22:42:41.488971 | fa163ec6-dd0a-cd85-1406-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.967281 | 3.62s 2026-03-10 22:42:43.078279 | fa163ec6-dd0a-cd85-1406-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-10 22:42:43.080443 | fa163ec6-dd0a-cd85-1406-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.558753 | 5.22s 2026-03-10 22:42:44.742707 | fa163ec6-dd0a-cd85-1406-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-10 22:42:44.744306 | fa163ec6-dd0a-cd85-1406-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.222624 | 6.88s 2026-03-10 22:42:44.756434 | fa163ec6-dd0a-cd85-1406-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.234737 | 6.89s 2026-03-10 22:42:44.807574 | fa163ec6-dd0a-cd85-1406-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-03-10 22:42:44.893778 | fa163ec6-dd0a-cd85-1406-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.372063 | 0.08s 2026-03-10 22:42:44.904855 | fa163ec6-dd0a-cd85-1406-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.383166 | 0.10s 2026-03-10 22:42:44.911926 | fa163ec6-dd0a-cd85-1406-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.390230 | 0.10s 2026-03-10 22:42:44.996823 | fa163ec6-dd0a-cd85-1406-0000000027fe | TASK | Set version specific variables 2026-03-10 22:42:45.034006 | fa163ec6-dd0a-cd85-1406-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:04.512310 | 0.04s 2026-03-10 22:42:45.046926 | bfd14228-32ef-471b-9cf1-6e54e0623391 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:42:45.072421 | fa163ec6-dd0a-cd85-1406-000000002856 | TASK | Ensure ansible_facts used by role 2026-03-10 22:42:45.457935 | fa163ec6-dd0a-cd85-1406-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:42:45.458826 | fa163ec6-dd0a-cd85-1406-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:04.937142 | 0.39s 2026-03-10 22:42:45.476481 | fa163ec6-dd0a-cd85-1406-000000002857 | TASK | Set platform/version specific variables 2026-03-10 22:42:45.530515 | fa163ec6-dd0a-cd85-1406-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:45.542560 | fa163ec6-dd0a-cd85-1406-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:45.555627 | fa163ec6-dd0a-cd85-1406-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:42:45.566060 | fa163ec6-dd0a-cd85-1406-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:42:45.572056 | fa163ec6-dd0a-cd85-1406-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:05.050356 | 0.09s 2026-03-10 22:42:45.597974 | fa163ec6-dd0a-cd85-1406-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:42:48.648303 | fa163ec6-dd0a-cd85-1406-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:42:48.649877 | fa163ec6-dd0a-cd85-1406-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:08.128181 | 3.05s 2026-03-10 22:42:48.674912 | fa163ec6-dd0a-cd85-1406-000000002801 | TASK | Ensure provider packages are installed 2026-03-10 22:42:51.760609 | fa163ec6-dd0a-cd85-1406-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.238904 | 3.08s 2026-03-10 22:42:51.773178 | fa163ec6-dd0a-cd85-1406-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.251490 | 3.10s 2026-03-10 22:42:51.799516 | fa163ec6-dd0a-cd85-1406-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:42:52.089975 | fa163ec6-dd0a-cd85-1406-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:42:52.091382 | fa163ec6-dd0a-cd85-1406-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.569687 | 0.29s 2026-03-10 22:42:52.097679 | fa163ec6-dd0a-cd85-1406-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.575979 | 0.30s 2026-03-10 22:42:52.124452 | fa163ec6-dd0a-cd85-1406-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:42:52.398996 | fa163ec6-dd0a-cd85-1406-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:42:52.401087 | fa163ec6-dd0a-cd85-1406-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.879392 | 0.28s 2026-03-10 22:42:52.411346 | fa163ec6-dd0a-cd85-1406-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.889651 | 0.29s 2026-03-10 22:42:52.436942 | fa163ec6-dd0a-cd85-1406-000000002807 | TASK | Ensure provider service is running 2026-03-10 22:42:52.842416 | fa163ec6-dd0a-cd85-1406-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:42:52.844369 | fa163ec6-dd0a-cd85-1406-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.322672 | 0.41s 2026-03-10 22:42:52.857799 | fa163ec6-dd0a-cd85-1406-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.336101 | 0.42s 2026-03-10 22:42:52.885471 | fa163ec6-dd0a-cd85-1406-00000000280a | TASK | Ensure certificate requests 2026-03-10 22:42:54.641744 | fa163ec6-dd0a-cd85-1406-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-10 22:42:54.644332 | fa163ec6-dd0a-cd85-1406-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.122631 | 1.76s 2026-03-10 22:42:54.654710 | fa163ec6-dd0a-cd85-1406-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.133013 | 1.77s 2026-03-10 22:42:54.704338 | fa163ec6-dd0a-cd85-1406-000000002827 | TASK | Set version specific variables 2026-03-10 22:42:54.754318 | fa163ec6-dd0a-cd85-1406-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:14.232620 | 0.05s 2026-03-10 22:42:54.773737 | 64a8c96c-8727-4778-9616-c844f1868e4d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:42:54.804099 | fa163ec6-dd0a-cd85-1406-000000002890 | TASK | Ensure ansible_facts used by role 2026-03-10 22:42:55.197128 | fa163ec6-dd0a-cd85-1406-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:42:55.198678 | fa163ec6-dd0a-cd85-1406-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:14.676983 | 0.39s 2026-03-10 22:42:55.225053 | fa163ec6-dd0a-cd85-1406-000000002891 | TASK | Set platform/version specific variables 2026-03-10 22:42:55.280885 | fa163ec6-dd0a-cd85-1406-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:55.297832 | fa163ec6-dd0a-cd85-1406-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:42:55.311981 | fa163ec6-dd0a-cd85-1406-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:42:55.322674 | fa163ec6-dd0a-cd85-1406-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:42:55.334755 | fa163ec6-dd0a-cd85-1406-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:14.813050 | 0.11s 2026-03-10 22:42:55.361642 | fa163ec6-dd0a-cd85-1406-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:42:58.484696 | fa163ec6-dd0a-cd85-1406-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:42:58.486196 | fa163ec6-dd0a-cd85-1406-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:17.964502 | 3.12s 2026-03-10 22:42:58.511353 | fa163ec6-dd0a-cd85-1406-00000000282a | TASK | Ensure provider packages are installed 2026-03-10 22:43:01.514953 | fa163ec6-dd0a-cd85-1406-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.993248 | 3.00s 2026-03-10 22:43:01.521624 | fa163ec6-dd0a-cd85-1406-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.999929 | 3.01s 2026-03-10 22:43:01.547454 | fa163ec6-dd0a-cd85-1406-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:43:01.809892 | fa163ec6-dd0a-cd85-1406-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:01.812210 | fa163ec6-dd0a-cd85-1406-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.290514 | 0.26s 2026-03-10 22:43:01.822072 | fa163ec6-dd0a-cd85-1406-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.300380 | 0.27s 2026-03-10 22:43:01.844806 | fa163ec6-dd0a-cd85-1406-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:43:02.125752 | fa163ec6-dd0a-cd85-1406-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:02.127133 | fa163ec6-dd0a-cd85-1406-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.605438 | 0.28s 2026-03-10 22:43:02.133346 | fa163ec6-dd0a-cd85-1406-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.611649 | 0.29s 2026-03-10 22:43:02.160447 | fa163ec6-dd0a-cd85-1406-000000002830 | TASK | Ensure provider service is running 2026-03-10 22:43:02.557408 | fa163ec6-dd0a-cd85-1406-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:43:02.559916 | fa163ec6-dd0a-cd85-1406-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.038222 | 0.40s 2026-03-10 22:43:02.570710 | fa163ec6-dd0a-cd85-1406-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.049007 | 0.41s 2026-03-10 22:43:02.593643 | fa163ec6-dd0a-cd85-1406-000000002833 | TASK | Ensure certificate requests 2026-03-10 22:43:04.761012 | fa163ec6-dd0a-cd85-1406-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-10 22:43:04.763067 | fa163ec6-dd0a-cd85-1406-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.241382 | 2.17s 2026-03-10 22:43:04.773962 | fa163ec6-dd0a-cd85-1406-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.252267 | 2.18s 2026-03-10 22:43:04.871618 | fa163ec6-dd0a-cd85-1406-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:24.349913 | 0.05s 2026-03-10 22:43:04.934954 | fa163ec6-dd0a-cd85-1406-0000000028d5 | TASK | Set version specific variables 2026-03-10 22:43:04.971914 | fa163ec6-dd0a-cd85-1406-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:24.450210 | 0.04s 2026-03-10 22:43:04.996960 | 9efb031e-2bcd-40dd-bfda-f72cab4c3fa0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:43:05.030593 | fa163ec6-dd0a-cd85-1406-000000002904 | TASK | Ensure ansible_facts used by role 2026-03-10 22:43:05.391889 | fa163ec6-dd0a-cd85-1406-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:43:05.393431 | fa163ec6-dd0a-cd85-1406-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:24.871737 | 0.36s 2026-03-10 22:43:05.420996 | fa163ec6-dd0a-cd85-1406-000000002905 | TASK | Set platform/version specific variables 2026-03-10 22:43:05.510008 | fa163ec6-dd0a-cd85-1406-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:05.540058 | fa163ec6-dd0a-cd85-1406-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:05.567681 | fa163ec6-dd0a-cd85-1406-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:43:05.587744 | fa163ec6-dd0a-cd85-1406-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:43:05.599859 | fa163ec6-dd0a-cd85-1406-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:25.078158 | 0.18s 2026-03-10 22:43:05.626252 | fa163ec6-dd0a-cd85-1406-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:43:08.666871 | fa163ec6-dd0a-cd85-1406-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:43:08.668829 | fa163ec6-dd0a-cd85-1406-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:28.147129 | 3.04s 2026-03-10 22:43:08.697179 | fa163ec6-dd0a-cd85-1406-0000000028d8 | TASK | Ensure provider packages are installed 2026-03-10 22:43:11.892774 | fa163ec6-dd0a-cd85-1406-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:31.371065 | 3.19s 2026-03-10 22:43:11.899801 | fa163ec6-dd0a-cd85-1406-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:31.378088 | 3.20s 2026-03-10 22:43:11.928132 | fa163ec6-dd0a-cd85-1406-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:43:12.227696 | fa163ec6-dd0a-cd85-1406-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:12.229534 | fa163ec6-dd0a-cd85-1406-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:31.707847 | 0.30s 2026-03-10 22:43:12.240172 | fa163ec6-dd0a-cd85-1406-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:31.718461 | 0.31s 2026-03-10 22:43:12.268056 | fa163ec6-dd0a-cd85-1406-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:43:12.563134 | fa163ec6-dd0a-cd85-1406-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:12.564260 | fa163ec6-dd0a-cd85-1406-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:32.042570 | 0.29s 2026-03-10 22:43:12.569250 | fa163ec6-dd0a-cd85-1406-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:32.047512 | 0.30s 2026-03-10 22:43:12.597597 | fa163ec6-dd0a-cd85-1406-0000000028de | TASK | Ensure provider service is running 2026-03-10 22:43:13.024853 | fa163ec6-dd0a-cd85-1406-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:43:13.026207 | fa163ec6-dd0a-cd85-1406-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:32.504519 | 0.43s 2026-03-10 22:43:13.031798 | fa163ec6-dd0a-cd85-1406-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:32.510078 | 0.43s 2026-03-10 22:43:13.061587 | fa163ec6-dd0a-cd85-1406-0000000028e1 | TASK | Ensure certificate requests 2026-03-10 22:43:14.774352 | fa163ec6-dd0a-cd85-1406-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-10 22:43:14.777755 | fa163ec6-dd0a-cd85-1406-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:34.256060 | 1.71s 2026-03-10 22:43:14.789177 | fa163ec6-dd0a-cd85-1406-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:34.267463 | 1.73s 2026-03-10 22:43:14.850965 | fa163ec6-dd0a-cd85-1406-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-10 22:43:14.935483 | fa163ec6-dd0a-cd85-1406-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-10 22:43:14.937365 | fa163ec6-dd0a-cd85-1406-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:34.415662 | 0.08s 2026-03-10 22:43:14.964449 | fa163ec6-dd0a-cd85-1406-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-10 22:43:19.078092 | fa163ec6-dd0a-cd85-1406-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-10 22:43:19.083048 | fa163ec6-dd0a-cd85-1406-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:38.561352 | 4.12s 2026-03-10 22:43:19.118678 | fa163ec6-dd0a-cd85-1406-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-03-10 22:43:19.195008 | fa163ec6-dd0a-cd85-1406-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-10 22:43:19.196509 | fa163ec6-dd0a-cd85-1406-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:38.674813 | 0.08s 2026-03-10 22:43:19.225298 | fa163ec6-dd0a-cd85-1406-000000002293 | TASK | Fetch ovn VIP 2026-03-10 22:43:19.298724 | fa163ec6-dd0a-cd85-1406-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-03-10 22:43:19.299940 | fa163ec6-dd0a-cd85-1406-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:38.778247 | 0.07s 2026-03-10 22:43:19.329107 | fa163ec6-dd0a-cd85-1406-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-03-10 22:43:19.402519 | fa163ec6-dd0a-cd85-1406-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-10 22:43:19.403938 | fa163ec6-dd0a-cd85-1406-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:38.882243 | 0.07s 2026-03-10 22:43:19.433192 | fa163ec6-dd0a-cd85-1406-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-10 22:43:19.505030 | fa163ec6-dd0a-cd85-1406-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-10 22:43:19.506414 | fa163ec6-dd0a-cd85-1406-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:38.984721 | 0.07s 2026-03-10 22:43:19.535277 | fa163ec6-dd0a-cd85-1406-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-03-10 22:43:19.607198 | fa163ec6-dd0a-cd85-1406-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-10 22:43:19.608546 | fa163ec6-dd0a-cd85-1406-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:39.086852 | 0.07s 2026-03-10 22:43:19.637331 | fa163ec6-dd0a-cd85-1406-000000002297 | TASK | Remove pacemaker attributes 2026-03-10 22:43:19.718802 | fa163ec6-dd0a-cd85-1406-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-10 22:43:19.725558 | fa163ec6-dd0a-cd85-1406-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:39.203859 | 0.09s 2026-03-10 22:43:19.814995 | fa163ec6-dd0a-cd85-1406-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:39.293288 | 0.06s 2026-03-10 22:43:19.881170 | fa163ec6-dd0a-cd85-1406-00000000295d | TASK | Set version specific variables 2026-03-10 22:43:19.934254 | fa163ec6-dd0a-cd85-1406-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:39.412522 | 0.05s 2026-03-10 22:43:19.956562 | 202b40b4-6523-465e-9e20-f5a43fc5e774 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:43:19.990099 | fa163ec6-dd0a-cd85-1406-00000000298e | TASK | Ensure ansible_facts used by role 2026-03-10 22:43:20.414729 | fa163ec6-dd0a-cd85-1406-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:43:20.416331 | fa163ec6-dd0a-cd85-1406-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:39.894637 | 0.42s 2026-03-10 22:43:20.445703 | fa163ec6-dd0a-cd85-1406-00000000298f | TASK | Set platform/version specific variables 2026-03-10 22:43:20.536727 | fa163ec6-dd0a-cd85-1406-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:20.568266 | fa163ec6-dd0a-cd85-1406-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:20.596168 | fa163ec6-dd0a-cd85-1406-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:43:20.616633 | fa163ec6-dd0a-cd85-1406-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:43:20.622532 | fa163ec6-dd0a-cd85-1406-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:40.100833 | 0.18s 2026-03-10 22:43:20.652049 | fa163ec6-dd0a-cd85-1406-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:43:23.741999 | fa163ec6-dd0a-cd85-1406-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:43:23.743516 | fa163ec6-dd0a-cd85-1406-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:43.221822 | 3.09s 2026-03-10 22:43:23.772858 | fa163ec6-dd0a-cd85-1406-000000002960 | TASK | Ensure provider packages are installed 2026-03-10 22:43:26.809761 | fa163ec6-dd0a-cd85-1406-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:46.288049 | 3.04s 2026-03-10 22:43:26.816297 | fa163ec6-dd0a-cd85-1406-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:46.294601 | 3.04s 2026-03-10 22:43:26.845429 | fa163ec6-dd0a-cd85-1406-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:43:27.127730 | fa163ec6-dd0a-cd85-1406-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:27.129183 | fa163ec6-dd0a-cd85-1406-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:46.607487 | 0.28s 2026-03-10 22:43:27.135242 | fa163ec6-dd0a-cd85-1406-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:46.613519 | 0.29s 2026-03-10 22:43:27.165668 | fa163ec6-dd0a-cd85-1406-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:43:27.466457 | fa163ec6-dd0a-cd85-1406-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:27.467884 | fa163ec6-dd0a-cd85-1406-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:46.946187 | 0.30s 2026-03-10 22:43:27.473930 | fa163ec6-dd0a-cd85-1406-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:46.952234 | 0.31s 2026-03-10 22:43:27.503604 | fa163ec6-dd0a-cd85-1406-000000002966 | TASK | Ensure provider service is running 2026-03-10 22:43:27.922047 | fa163ec6-dd0a-cd85-1406-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:43:27.924557 | fa163ec6-dd0a-cd85-1406-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:47.402860 | 0.42s 2026-03-10 22:43:27.935073 | fa163ec6-dd0a-cd85-1406-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:47.413385 | 0.43s 2026-03-10 22:43:27.966269 | fa163ec6-dd0a-cd85-1406-000000002969 | TASK | Ensure certificate requests 2026-03-10 22:43:29.662176 | fa163ec6-dd0a-cd85-1406-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-10 22:43:29.664464 | fa163ec6-dd0a-cd85-1406-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:49.142771 | 1.70s 2026-03-10 22:43:29.675399 | fa163ec6-dd0a-cd85-1406-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:49.153712 | 1.71s 2026-03-10 22:43:29.729164 | fa163ec6-dd0a-cd85-1406-00000000229c | TASK | Configure OVN DBs and northd 2026-03-10 22:43:29.785187 | fa163ec6-dd0a-cd85-1406-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:49.263489 | 0.05s 2026-03-10 22:43:29.852129 | fa163ec6-dd0a-cd85-1406-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-10 22:43:30.087882 | fa163ec6-dd0a-cd85-1406-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-10 22:43:30.089541 | fa163ec6-dd0a-cd85-1406-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:49.567844 | 0.24s 2026-03-10 22:43:30.119303 | fa163ec6-dd0a-cd85-1406-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-10 22:43:30.186697 | fa163ec6-dd0a-cd85-1406-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-10 22:43:30.188127 | fa163ec6-dd0a-cd85-1406-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:49.666431 | 0.07s 2026-03-10 22:43:30.217667 | fa163ec6-dd0a-cd85-1406-0000000029da | TASK | check ovsdb-tool election-timer options 2026-03-10 22:43:30.482653 | fa163ec6-dd0a-cd85-1406-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-10 22:43:30.484073 | fa163ec6-dd0a-cd85-1406-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:49.962379 | 0.26s 2026-03-10 22:43:30.514199 | fa163ec6-dd0a-cd85-1406-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-03-10 22:43:30.586428 | fa163ec6-dd0a-cd85-1406-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-10 22:43:30.587745 | fa163ec6-dd0a-cd85-1406-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:50.066051 | 0.07s 2026-03-10 22:43:30.617465 | fa163ec6-dd0a-cd85-1406-0000000029dc | TASK | render OVN cluster configuration 2026-03-10 22:43:31.190929 | fa163ec6-dd0a-cd85-1406-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-03-10 22:43:31.192740 | fa163ec6-dd0a-cd85-1406-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:50.671042 | 0.57s 2026-03-10 22:43:31.222708 | fa163ec6-dd0a-cd85-1406-0000000029dd | TASK | restart OVN northd and north and south databases 2026-03-10 22:43:31.271806 | fa163ec6-dd0a-cd85-1406-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.750094 | 0.05s 2026-03-10 22:43:31.292179 | fa163ec6-dd0a-cd85-1406-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.770491 | 0.07s 2026-03-10 22:43:31.306327 | fa163ec6-dd0a-cd85-1406-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.784632 | 0.08s 2026-03-10 22:43:31.310912 | fa163ec6-dd0a-cd85-1406-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.789220 | 0.09s 2026-03-10 22:43:31.335654 | f832f911-9e5e-4d4f-8538-d6be666e0e35 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-10 22:43:31.343547 | afadf5f0-886d-4b95-bb15-5e79d446066a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-10 22:43:31.351783 | d34a8015-6c51-4168-8c3b-7a117fb5e331 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-10 22:43:31.381696 | fa163ec6-dd0a-cd85-1406-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-10 22:43:31.655793 | fa163ec6-dd0a-cd85-1406-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-10 22:43:31.657132 | fa163ec6-dd0a-cd85-1406-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:51.135438 | 0.27s 2026-03-10 22:43:31.688130 | fa163ec6-dd0a-cd85-1406-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-10 22:43:31.739050 | fa163ec6-dd0a-cd85-1406-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-10 22:43:31.740368 | fa163ec6-dd0a-cd85-1406-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:51.218678 | 0.05s 2026-03-10 22:43:31.771013 | fa163ec6-dd0a-cd85-1406-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-10 22:43:32.029563 | fa163ec6-dd0a-cd85-1406-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-10 22:43:32.030995 | fa163ec6-dd0a-cd85-1406-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:51.509300 | 0.26s 2026-03-10 22:43:32.062590 | fa163ec6-dd0a-cd85-1406-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-10 22:43:32.113682 | fa163ec6-dd0a-cd85-1406-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-10 22:43:32.115052 | fa163ec6-dd0a-cd85-1406-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:51.593361 | 0.05s 2026-03-10 22:43:32.146272 | fa163ec6-dd0a-cd85-1406-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-10 22:43:32.399083 | fa163ec6-dd0a-cd85-1406-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-10 22:43:32.400444 | fa163ec6-dd0a-cd85-1406-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:51.878749 | 0.25s 2026-03-10 22:43:32.432167 | fa163ec6-dd0a-cd85-1406-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-03-10 22:43:32.482438 | fa163ec6-dd0a-cd85-1406-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-10 22:43:32.483272 | fa163ec6-dd0a-cd85-1406-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:51.961585 | 0.05s 2026-03-10 22:43:32.574920 | fa163ec6-dd0a-cd85-1406-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:52.053219 | 0.05s 2026-03-10 22:43:32.639426 | fa163ec6-dd0a-cd85-1406-000000002a64 | TASK | Set version specific variables 2026-03-10 22:43:32.688738 | fa163ec6-dd0a-cd85-1406-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:52.167038 | 0.05s 2026-03-10 22:43:32.710831 | 4082e2df-1449-49ed-9d99-e570e6e10ddf | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:43:32.743638 | fa163ec6-dd0a-cd85-1406-000000002a93 | TASK | Ensure ansible_facts used by role 2026-03-10 22:43:33.137251 | fa163ec6-dd0a-cd85-1406-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:43:33.138311 | fa163ec6-dd0a-cd85-1406-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:52.616625 | 0.39s 2026-03-10 22:43:33.160424 | fa163ec6-dd0a-cd85-1406-000000002a94 | TASK | Set platform/version specific variables 2026-03-10 22:43:33.250540 | fa163ec6-dd0a-cd85-1406-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:33.281472 | fa163ec6-dd0a-cd85-1406-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:33.307695 | fa163ec6-dd0a-cd85-1406-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:43:33.327398 | fa163ec6-dd0a-cd85-1406-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:43:33.333154 | fa163ec6-dd0a-cd85-1406-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:52.811459 | 0.17s 2026-03-10 22:43:33.362209 | fa163ec6-dd0a-cd85-1406-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:43:36.401596 | fa163ec6-dd0a-cd85-1406-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:43:36.403039 | fa163ec6-dd0a-cd85-1406-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:55.881344 | 3.04s 2026-03-10 22:43:36.433321 | fa163ec6-dd0a-cd85-1406-000000002a67 | TASK | Ensure provider packages are installed 2026-03-10 22:43:39.490104 | fa163ec6-dd0a-cd85-1406-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:58.968398 | 3.06s 2026-03-10 22:43:39.502386 | fa163ec6-dd0a-cd85-1406-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:58.980690 | 3.07s 2026-03-10 22:43:39.531567 | fa163ec6-dd0a-cd85-1406-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:43:39.833026 | fa163ec6-dd0a-cd85-1406-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:39.834538 | fa163ec6-dd0a-cd85-1406-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.312843 | 0.30s 2026-03-10 22:43:39.840362 | fa163ec6-dd0a-cd85-1406-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.318668 | 0.31s 2026-03-10 22:43:39.863248 | fa163ec6-dd0a-cd85-1406-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:43:40.159767 | fa163ec6-dd0a-cd85-1406-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:40.161091 | fa163ec6-dd0a-cd85-1406-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.639394 | 0.30s 2026-03-10 22:43:40.167185 | fa163ec6-dd0a-cd85-1406-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.645485 | 0.30s 2026-03-10 22:43:40.197096 | fa163ec6-dd0a-cd85-1406-000000002a6d | TASK | Ensure provider service is running 2026-03-10 22:43:40.631594 | fa163ec6-dd0a-cd85-1406-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:43:40.634371 | fa163ec6-dd0a-cd85-1406-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.112674 | 0.44s 2026-03-10 22:43:40.644656 | fa163ec6-dd0a-cd85-1406-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.122960 | 0.45s 2026-03-10 22:43:40.674927 | fa163ec6-dd0a-cd85-1406-000000002a70 | TASK | Ensure certificate requests 2026-03-10 22:43:42.308578 | fa163ec6-dd0a-cd85-1406-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-10 22:43:42.311017 | fa163ec6-dd0a-cd85-1406-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.789322 | 1.63s 2026-03-10 22:43:42.321448 | fa163ec6-dd0a-cd85-1406-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.799753 | 1.64s 2026-03-10 22:43:42.424843 | fa163ec6-dd0a-cd85-1406-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:01.903141 | 0.05s 2026-03-10 22:43:42.529665 | fa163ec6-dd0a-cd85-1406-000000002ad8 | TASK | Set version specific variables 2026-03-10 22:43:42.576813 | fa163ec6-dd0a-cd85-1406-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:02.055114 | 0.05s 2026-03-10 22:43:42.598821 | a0082a27-07cd-4a30-b1b3-5f33dbcccd50 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:43:42.622958 | fa163ec6-dd0a-cd85-1406-000000002b07 | TASK | Ensure ansible_facts used by role 2026-03-10 22:43:43.050280 | fa163ec6-dd0a-cd85-1406-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:43:43.051830 | fa163ec6-dd0a-cd85-1406-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:02.530117 | 0.43s 2026-03-10 22:43:43.080412 | fa163ec6-dd0a-cd85-1406-000000002b08 | TASK | Set platform/version specific variables 2026-03-10 22:43:43.157900 | fa163ec6-dd0a-cd85-1406-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:43.175981 | fa163ec6-dd0a-cd85-1406-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:43.194735 | fa163ec6-dd0a-cd85-1406-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:43:43.209436 | fa163ec6-dd0a-cd85-1406-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:43:43.221317 | fa163ec6-dd0a-cd85-1406-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:02.699620 | 0.14s 2026-03-10 22:43:43.244444 | fa163ec6-dd0a-cd85-1406-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:43:46.213451 | fa163ec6-dd0a-cd85-1406-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:43:46.214931 | fa163ec6-dd0a-cd85-1406-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:05.693237 | 2.97s 2026-03-10 22:43:46.244173 | fa163ec6-dd0a-cd85-1406-000000002adb | TASK | Ensure provider packages are installed 2026-03-10 22:43:49.269844 | fa163ec6-dd0a-cd85-1406-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.748138 | 3.02s 2026-03-10 22:43:49.276386 | fa163ec6-dd0a-cd85-1406-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.754689 | 3.03s 2026-03-10 22:43:49.305807 | fa163ec6-dd0a-cd85-1406-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:43:49.591057 | fa163ec6-dd0a-cd85-1406-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:49.593154 | fa163ec6-dd0a-cd85-1406-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.071458 | 0.29s 2026-03-10 22:43:49.603661 | fa163ec6-dd0a-cd85-1406-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.081965 | 0.30s 2026-03-10 22:43:49.632571 | fa163ec6-dd0a-cd85-1406-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:43:49.910083 | fa163ec6-dd0a-cd85-1406-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:49.911495 | fa163ec6-dd0a-cd85-1406-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.389785 | 0.28s 2026-03-10 22:43:49.917444 | fa163ec6-dd0a-cd85-1406-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.395749 | 0.28s 2026-03-10 22:43:49.947301 | fa163ec6-dd0a-cd85-1406-000000002ae1 | TASK | Ensure provider service is running 2026-03-10 22:43:50.346965 | fa163ec6-dd0a-cd85-1406-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:43:50.348907 | fa163ec6-dd0a-cd85-1406-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.827208 | 0.40s 2026-03-10 22:43:50.358300 | fa163ec6-dd0a-cd85-1406-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.836603 | 0.41s 2026-03-10 22:43:50.388384 | fa163ec6-dd0a-cd85-1406-000000002ae4 | TASK | Ensure certificate requests 2026-03-10 22:43:51.893137 | fa163ec6-dd0a-cd85-1406-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-10 22:43:51.896403 | fa163ec6-dd0a-cd85-1406-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.374702 | 1.51s 2026-03-10 22:43:51.907489 | fa163ec6-dd0a-cd85-1406-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.385790 | 1.52s 2026-03-10 22:43:52.014905 | fa163ec6-dd0a-cd85-1406-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:11.493196 | 0.05s 2026-03-10 22:43:52.085045 | fa163ec6-dd0a-cd85-1406-000000002b4c | TASK | Set version specific variables 2026-03-10 22:43:52.136400 | fa163ec6-dd0a-cd85-1406-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:11.614695 | 0.05s 2026-03-10 22:43:52.158902 | b0599014-8865-4013-9709-e6f5de2acd75 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:43:52.185302 | fa163ec6-dd0a-cd85-1406-000000002b7b | TASK | Ensure ansible_facts used by role 2026-03-10 22:43:52.585536 | fa163ec6-dd0a-cd85-1406-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:43:52.587153 | fa163ec6-dd0a-cd85-1406-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:12.065457 | 0.40s 2026-03-10 22:43:52.618372 | fa163ec6-dd0a-cd85-1406-000000002b7c | TASK | Set platform/version specific variables 2026-03-10 22:43:52.714594 | fa163ec6-dd0a-cd85-1406-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:52.745817 | fa163ec6-dd0a-cd85-1406-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:43:52.771879 | fa163ec6-dd0a-cd85-1406-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:43:52.792989 | fa163ec6-dd0a-cd85-1406-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:43:52.811132 | fa163ec6-dd0a-cd85-1406-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:12.289429 | 0.19s 2026-03-10 22:43:52.843253 | fa163ec6-dd0a-cd85-1406-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:43:55.862195 | fa163ec6-dd0a-cd85-1406-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:43:55.863824 | fa163ec6-dd0a-cd85-1406-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:15.342123 | 3.02s 2026-03-10 22:43:55.892809 | fa163ec6-dd0a-cd85-1406-000000002b4f | TASK | Ensure provider packages are installed 2026-03-10 22:43:59.002618 | fa163ec6-dd0a-cd85-1406-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.480910 | 3.11s 2026-03-10 22:43:59.014986 | fa163ec6-dd0a-cd85-1406-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.493289 | 3.12s 2026-03-10 22:43:59.044755 | fa163ec6-dd0a-cd85-1406-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:43:59.341329 | fa163ec6-dd0a-cd85-1406-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:59.343597 | fa163ec6-dd0a-cd85-1406-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.821900 | 0.30s 2026-03-10 22:43:59.353942 | fa163ec6-dd0a-cd85-1406-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.832243 | 0.31s 2026-03-10 22:43:59.379529 | fa163ec6-dd0a-cd85-1406-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:43:59.676985 | fa163ec6-dd0a-cd85-1406-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:43:59.679180 | fa163ec6-dd0a-cd85-1406-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.157482 | 0.30s 2026-03-10 22:43:59.689635 | fa163ec6-dd0a-cd85-1406-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.167932 | 0.31s 2026-03-10 22:43:59.723783 | fa163ec6-dd0a-cd85-1406-000000002b55 | TASK | Ensure provider service is running 2026-03-10 22:44:00.130947 | fa163ec6-dd0a-cd85-1406-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:44:00.133612 | fa163ec6-dd0a-cd85-1406-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.611914 | 0.41s 2026-03-10 22:44:00.144401 | fa163ec6-dd0a-cd85-1406-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.622699 | 0.42s 2026-03-10 22:44:00.176033 | fa163ec6-dd0a-cd85-1406-000000002b58 | TASK | Ensure certificate requests 2026-03-10 22:44:02.397685 | fa163ec6-dd0a-cd85-1406-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-10 22:44:02.399195 | fa163ec6-dd0a-cd85-1406-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.877508 | 2.22s 2026-03-10 22:44:02.405299 | fa163ec6-dd0a-cd85-1406-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.883605 | 2.23s 2026-03-10 22:44:02.459943 | fa163ec6-dd0a-cd85-1406-0000000022a9 | TASK | Fail if container image is undefined 2026-03-10 22:44:02.530679 | fa163ec6-dd0a-cd85-1406-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 22:44:02.531766 | fa163ec6-dd0a-cd85-1406-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:22.010073 | 0.07s 2026-03-10 22:44:02.576862 | fa163ec6-dd0a-cd85-1406-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-10 22:44:09.530904 | fa163ec6-dd0a-cd85-1406-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-10 22:44:09.532058 | fa163ec6-dd0a-cd85-1406-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:29.010366 | 6.95s 2026-03-10 22:44:09.580804 | fa163ec6-dd0a-cd85-1406-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-10 22:44:09.904139 | fa163ec6-dd0a-cd85-1406-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-10 22:44:09.905521 | fa163ec6-dd0a-cd85-1406-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:29.383827 | 0.32s 2026-03-10 22:44:09.961252 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TASK | Pre-fetch all the containers 2026-03-10 22:44:14.866838 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-10 22:44:14.870922 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.349227 | 4.91s 2026-03-10 22:44:19.912683 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-10 22:44:19.916662 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.394970 | 9.95s 2026-03-10 22:44:22.512916 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-10 22:44:22.515709 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:41.994016 | 12.55s 2026-03-10 22:44:25.526266 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-10 22:44:25.529751 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.008058 | 15.57s 2026-03-10 22:44:27.631782 | fa163ec6-dd0a-cd85-1406-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-10 22:44:27.635290 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.113598 | 17.67s 2026-03-10 22:44:29.283099 | fa163ec6-dd0a-cd85-1406-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-10 22:44:29.285614 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.763924 | 19.32s 2026-03-10 22:44:35.108849 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-03-10 22:44:35.112202 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.590510 | 25.15s 2026-03-10 22:44:40.075756 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-10 22:44:40.080150 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.558459 | 30.12s 2026-03-10 22:44:44.547110 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-10 22:44:44.550912 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.029220 | 34.59s 2026-03-10 22:44:47.326656 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-10 22:44:47.330306 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.808614 | 37.37s 2026-03-10 22:44:56.309313 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-10 22:44:56.313946 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.792250 | 46.35s 2026-03-10 22:44:59.134577 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-10 22:44:59.138844 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.617154 | 49.18s 2026-03-10 22:45:16.751048 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-10 22:45:16.755077 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:36.233386 | 66.79s 2026-03-10 22:45:27.026631 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-10 22:45:27.030474 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:46.508782 | 77.07s 2026-03-10 22:45:35.330926 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-10 22:45:35.333995 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:54.812303 | 85.37s 2026-03-10 22:45:45.528192 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-10 22:45:45.532077 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:05.010384 | 95.57s 2026-03-10 22:45:52.748131 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-10 22:45:52.751641 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.229950 | 102.79s 2026-03-10 22:45:57.766651 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-10 22:45:57.769675 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:17.247984 | 107.81s 2026-03-10 22:46:00.799270 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-10 22:46:00.804279 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:20.282580 | 110.84s 2026-03-10 22:46:05.259664 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-10 22:46:05.262507 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:24.740816 | 115.30s 2026-03-10 22:46:10.803395 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-10 22:46:10.806638 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.284939 | 120.84s 2026-03-10 22:46:22.875763 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-10 22:46:22.879597 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:42.357907 | 132.92s 2026-03-10 22:46:25.922759 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-10 22:46:25.926487 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:45.404796 | 135.96s 2026-03-10 22:46:36.829029 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-10 22:46:36.831860 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:56.310170 | 146.87s 2026-03-10 22:46:39.799573 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-10 22:46:39.802572 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:59.280881 | 149.84s 2026-03-10 22:46:42.387270 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-10 22:46:42.390091 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:01.868400 | 152.43s 2026-03-10 22:46:45.246119 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-10 22:46:45.250417 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:04.728719 | 155.29s 2026-03-10 22:46:48.602872 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-10 22:46:48.605513 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.083822 | 158.64s 2026-03-10 22:46:52.889657 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-10 22:46:52.893379 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:12.371687 | 162.93s 2026-03-10 22:46:54.803098 | fa163ec6-dd0a-cd85-1406-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-10 22:46:54.807091 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:14.285398 | 164.84s 2026-03-10 22:46:56.652741 | fa163ec6-dd0a-cd85-1406-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-10 22:46:56.656581 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.134890 | 166.69s 2026-03-10 22:46:59.684346 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-10 22:46:59.689058 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.167359 | 169.73s 2026-03-10 22:47:01.875906 | fa163ec6-dd0a-cd85-1406-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-10 22:47:01.880277 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:21.358579 | 171.92s 2026-03-10 22:47:06.483385 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-10 22:47:06.486413 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.964721 | 176.52s 2026-03-10 22:47:09.243624 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-10 22:47:09.246692 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.724998 | 179.28s 2026-03-10 22:47:12.091001 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-10 22:47:12.095573 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:31.573881 | 182.13s 2026-03-10 22:47:14.817564 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-10 22:47:14.822138 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.300446 | 184.86s 2026-03-10 22:47:17.874651 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-10 22:47:17.877490 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:37.355800 | 187.91s 2026-03-10 22:47:20.754336 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-10 22:47:20.757133 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:40.235442 | 190.79s 2026-03-10 22:47:23.925446 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-10 22:47:23.929163 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:43.407451 | 193.97s 2026-03-10 22:47:26.336442 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-10 22:47:26.340093 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:45.818402 | 196.38s 2026-03-10 22:47:29.228256 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-10 22:47:29.232098 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:48.710407 | 199.27s 2026-03-10 22:47:32.111102 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-10 22:47:32.114814 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:51.593123 | 202.15s 2026-03-10 22:47:34.804415 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-10 22:47:34.808671 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:54.286975 | 204.85s 2026-03-10 22:47:37.087675 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-10 22:47:37.092166 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:56.570470 | 207.13s 2026-03-10 22:47:40.459797 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-10 22:47:40.464924 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.943225 | 210.50s 2026-03-10 22:47:44.098453 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-10 22:47:44.101490 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.579797 | 214.14s 2026-03-10 22:47:47.792938 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-10 22:47:47.795836 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:07.274143 | 217.83s 2026-03-10 22:47:50.404162 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-10 22:47:50.409506 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.887811 | 220.45s 2026-03-10 22:47:53.001206 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-10 22:47:53.004128 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:12.482437 | 223.04s 2026-03-10 22:47:56.091012 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-10 22:47:56.093799 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:15.572109 | 226.13s 2026-03-10 22:47:59.309199 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-10 22:47:59.311540 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:18.789854 | 229.35s 2026-03-10 22:48:01.931700 | fa163ec6-dd0a-cd85-1406-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-10 22:48:01.936287 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.414531 | 231.97s 2026-03-10 22:48:02.235691 | fa163ec6-dd0a-cd85-1406-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.713996 | 232.27s 2026-03-10 22:48:02.444525 | fa163ec6-dd0a-cd85-1406-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:21.922823 | 0.06s 2026-03-10 22:48:02.507833 | fa163ec6-dd0a-cd85-1406-000000002c32 | TASK | Set version specific variables 2026-03-10 22:48:02.558669 | fa163ec6-dd0a-cd85-1406-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:22.036964 | 0.05s 2026-03-10 22:48:02.581512 | d545899a-0f55-41e3-b8f3-51064c3a6665 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-10 22:48:02.614404 | fa163ec6-dd0a-cd85-1406-000000002c61 | TASK | Ensure ansible_facts used by role 2026-03-10 22:48:02.995904 | fa163ec6-dd0a-cd85-1406-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-03-10 22:48:02.996973 | fa163ec6-dd0a-cd85-1406-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:22.475286 | 0.38s 2026-03-10 22:48:03.016573 | fa163ec6-dd0a-cd85-1406-000000002c62 | TASK | Set platform/version specific variables 2026-03-10 22:48:03.091163 | fa163ec6-dd0a-cd85-1406-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:48:03.111292 | fa163ec6-dd0a-cd85-1406-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-10 22:48:03.133481 | fa163ec6-dd0a-cd85-1406-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-10 22:48:03.153305 | fa163ec6-dd0a-cd85-1406-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-10 22:48:03.159182 | fa163ec6-dd0a-cd85-1406-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:22.637486 | 0.14s 2026-03-10 22:48:03.188686 | fa163ec6-dd0a-cd85-1406-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-03-10 22:48:06.580677 | fa163ec6-dd0a-cd85-1406-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-10 22:48:06.581936 | fa163ec6-dd0a-cd85-1406-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:26.060246 | 3.39s 2026-03-10 22:48:06.609199 | fa163ec6-dd0a-cd85-1406-000000002c35 | TASK | Ensure provider packages are installed 2026-03-10 22:48:09.826429 | fa163ec6-dd0a-cd85-1406-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:29.304736 | 3.22s 2026-03-10 22:48:09.833664 | fa163ec6-dd0a-cd85-1406-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:29.311977 | 3.22s 2026-03-10 22:48:09.863741 | fa163ec6-dd0a-cd85-1406-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-03-10 22:48:10.173678 | fa163ec6-dd0a-cd85-1406-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:48:10.175556 | fa163ec6-dd0a-cd85-1406-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:29.653855 | 0.31s 2026-03-10 22:48:10.182331 | fa163ec6-dd0a-cd85-1406-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:29.660644 | 0.32s 2026-03-10 22:48:10.211795 | fa163ec6-dd0a-cd85-1406-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-03-10 22:48:10.517304 | fa163ec6-dd0a-cd85-1406-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-10 22:48:10.518708 | fa163ec6-dd0a-cd85-1406-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:29.997012 | 0.31s 2026-03-10 22:48:10.524651 | fa163ec6-dd0a-cd85-1406-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:30.002963 | 0.31s 2026-03-10 22:48:10.557334 | fa163ec6-dd0a-cd85-1406-000000002c3b | TASK | Ensure provider service is running 2026-03-10 22:48:10.995079 | fa163ec6-dd0a-cd85-1406-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-10 22:48:10.997188 | fa163ec6-dd0a-cd85-1406-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:30.475499 | 0.44s 2026-03-10 22:48:11.007401 | fa163ec6-dd0a-cd85-1406-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:30.485714 | 0.45s 2026-03-10 22:48:11.035040 | fa163ec6-dd0a-cd85-1406-000000002c3e | TASK | Ensure certificate requests 2026-03-10 22:48:13.140833 | fa163ec6-dd0a-cd85-1406-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-10 22:48:13.143540 | fa163ec6-dd0a-cd85-1406-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:32.621844 | 2.11s 2026-03-10 22:48:13.154004 | fa163ec6-dd0a-cd85-1406-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:32.632309 | 2.12s 2026-03-10 22:48:13.209295 | fa163ec6-dd0a-cd85-1406-0000000022c0 | TASK | Fail if container image is undefined 2026-03-10 22:48:13.273597 | fa163ec6-dd0a-cd85-1406-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-10 22:48:13.274760 | fa163ec6-dd0a-cd85-1406-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:32.753067 | 0.06s 2026-03-10 22:48:13.320204 | fa163ec6-dd0a-cd85-1406-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-10 22:48:15.277806 | fa163ec6-dd0a-cd85-1406-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-10 22:48:15.279179 | fa163ec6-dd0a-cd85-1406-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:34.757485 | 1.96s 2026-03-10 22:48:15.337600 | fa163ec6-dd0a-cd85-1406-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-10 22:48:15.709859 | fa163ec6-dd0a-cd85-1406-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-10 22:48:15.711195 | fa163ec6-dd0a-cd85-1406-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:35.189504 | 0.37s 2026-03-10 22:48:15.765883 | fa163ec6-dd0a-cd85-1406-0000000022cd | TASK | Check if rsyslog exists 2026-03-10 22:48:16.027356 | fa163ec6-dd0a-cd85-1406-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-03-10 22:48:16.028567 | fa163ec6-dd0a-cd85-1406-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:35.506873 | 0.26s 2026-03-10 22:48:16.056115 | fa163ec6-dd0a-cd85-1406-0000000022ce | TASK | Forward logging to swift.log file 2026-03-10 22:48:16.531695 | fa163ec6-dd0a-cd85-1406-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-03-10 22:48:16.533033 | fa163ec6-dd0a-cd85-1406-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:36.011338 | 0.48s 2026-03-10 22:48:16.561545 | fa163ec6-dd0a-cd85-1406-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-03-10 22:48:17.236004 | fa163ec6-dd0a-cd85-1406-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-10 22:48:17.238097 | fa163ec6-dd0a-cd85-1406-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:36.716403 | 0.68s 2026-03-10 22:48:17.267495 | fa163ec6-dd0a-cd85-1406-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-10 22:48:17.495094 | fa163ec6-dd0a-cd85-1406-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-10 22:48:17.496600 | fa163ec6-dd0a-cd85-1406-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:36.974906 | 0.23s 2026-03-10 22:48:17.610693 | fa163ec6-dd0a-cd85-1406-0000000000c3 | TIMING | include_tasks | standalone | 0:12:37.088996 | 0.08s 2026-03-10 22:48:17.651671 | 674a88ce-91f8-421f-8c52-791f5793b674 | INCLUDED | /root/standalone-ansible-tdq6yxft/common_deploy_steps_tasks.yaml | standalone 2026-03-10 22:48:17.676931 | fa163ec6-dd0a-cd85-1406-000000002ca9 | TASK | Write the config_step hieradata 2026-03-10 22:48:18.231907 | fa163ec6-dd0a-cd85-1406-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-03-10 22:48:18.233140 | fa163ec6-dd0a-cd85-1406-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:37.711446 | 0.56s 2026-03-10 22:48:18.262657 | fa163ec6-dd0a-cd85-1406-000000002caa | TASK | Run puppet host configuration for step 1 2026-03-10 22:48:18.567927 | fa163ec6-dd0a-cd85-1406-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-10 22:48:18.569175 | fa163ec6-dd0a-cd85-1406-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:38.047482 | 0.31s 2026-03-10 22:48:18.598283 | fa163ec6-dd0a-cd85-1406-000000002cab | TASK | Wait for puppet host configuration to finish 2026-03-10 22:48:19.090011 | fa163ec6-dd0a-cd85-1406-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 22:48:29.294692 | fa163ec6-dd0a-cd85-1406-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 22:48:39.500964 | fa163ec6-dd0a-cd85-1406-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-10 22:48:49.713255 | fa163ec6-dd0a-cd85-1406-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-10 22:48:59.945199 | fa163ec6-dd0a-cd85-1406-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-10 22:49:10.145012 | fa163ec6-dd0a-cd85-1406-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-10 22:49:20.378020 | fa163ec6-dd0a-cd85-1406-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 22:49:20.379472 | fa163ec6-dd0a-cd85-1406-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:39.857780 | 61.78s 2026-03-10 22:49:20.405769 | fa163ec6-dd0a-cd85-1406-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-10 22:49:20.491856 | fa163ec6-dd0a-cd85-1406-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 10 22:48:18 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 22:48:24 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 22:48:24 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 22:48:24 puppet-user: (file & line not available)", "<13>Mar 10 22:48:24 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 10 22:48:24 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 10 22:48:24 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 22:48:24 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.40 seconds", "<13>Mar 10 22:48:24 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 10 22:48:24 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 10 22:48:24 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 10 22:48:32 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 10 22:48:40 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 10 22:48:40 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 10 22:48:40 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 10 22:48:41 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 10 22:48:43 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 10 22:48:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 10 22:48:45 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 10 22:48:48 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 10 22:48:50 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 10 22:48:51 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 10 22:48:52 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 10 22:49:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 10 22:49:16 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 22:49:18 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 10 22:49:18 puppet-user: Notice: Applied catalog in 53.62 seconds", "<13>Mar 10 22:49:18 puppet-user: Application:", "<13>Mar 10 22:49:18 puppet-user: Initial environment: production", "<13>Mar 10 22:49:18 puppet-user: Converged environment: production", "<13>Mar 10 22:49:18 puppet-user: Run mode: user", "<13>Mar 10 22:49:18 puppet-user: Changes:", "<13>Mar 10 22:49:18 puppet-user: Total: 17", "<13>Mar 10 22:49:18 puppet-user: Events:", "<13>Mar 10 22:49:18 puppet-user: Success: 17", "<13>Mar 10 22:49:18 puppet-user: Resources:", "<13>Mar 10 22:49:18 puppet-user: Restarted: 1", "<13>Mar 10 22:49:18 puppet-user: Changed: 16", "<13>Mar 10 22:49:18 puppet-user: Out of sync: 16", "<13>Mar 10 22:49:18 puppet-user: Total: 26", "<13>Mar 10 22:49:18 puppet-user: Time:", "<13>Mar 10 22:49:18 puppet-user: Filebucket: 0.00", "<13>Mar 10 22:49:18 puppet-user: Schedule: 0.00", "<13>Mar 10 22:49:18 puppet-user: File: 0.00", "<13>Mar 10 22:49:18 puppet-user: File line: 0.00", "<13>Mar 10 22:49:18 puppet-user: Augeas: 0.04", "<13>Mar 10 22:49:18 puppet-user: Config retrieval: 0.45", "<13>Mar 10 22:49:18 puppet-user: User: 0.61", "<13>Mar 10 22:49:18 puppet-user: Package: 15.46", "<13>Mar 10 22:49:18 puppet-user: Last run: 1773182958", "<13>Mar 10 22:49:18 puppet-user: Exec: 28.81", "<13>Mar 10 22:49:18 puppet-user: Pcmk property: 3.53", "<13>Mar 10 22:49:18 puppet-user: Service: 3.88", "<13>Mar 10 22:49:18 puppet-user: Transaction evaluation: 53.61", "<13>Mar 10 22:49:18 puppet-user: Catalog application: 53.62", "<13>Mar 10 22:49:18 puppet-user: Total: 53.62", "<13>Mar 10 22:49:18 puppet-user: Version:", "<13>Mar 10 22:49:18 puppet-user: Config: 1773182904", "<13>Mar 10 22:49:18 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 22:49:20.494338 | fa163ec6-dd0a-cd85-1406-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:39.972643 | 0.09s 2026-03-10 22:49:20.523967 | fa163ec6-dd0a-cd85-1406-000000002cad | TASK | Pre-cache facts for puppet containers 2026-03-10 22:49:20.552821 | fa163ec6-dd0a-cd85-1406-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:40.031118 | 0.03s 2026-03-10 22:49:20.623015 | fa163ec6-dd0a-cd85-1406-000000002cf4 | TASK | Gather variables for each operating system 2026-03-10 22:49:20.746926 | fa163ec6-dd0a-cd85-1406-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:40.225220 | 0.12s 2026-03-10 22:49:20.777760 | fa163ec6-dd0a-cd85-1406-000000002cf5 | TASK | Create puppet caching structures 2026-03-10 22:49:21.020103 | fa163ec6-dd0a-cd85-1406-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-03-10 22:49:21.021517 | fa163ec6-dd0a-cd85-1406-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:40.499824 | 0.24s 2026-03-10 22:49:21.049772 | fa163ec6-dd0a-cd85-1406-000000002cf6 | TASK | Check for facter.conf 2026-03-10 22:49:21.270754 | fa163ec6-dd0a-cd85-1406-000000002cf6 | OK | Check for facter.conf | standalone 2026-03-10 22:49:21.272062 | fa163ec6-dd0a-cd85-1406-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:40.750369 | 0.22s 2026-03-10 22:49:21.300264 | fa163ec6-dd0a-cd85-1406-000000002cf7 | TASK | Remove facter.conf if directory 2026-03-10 22:49:21.350713 | fa163ec6-dd0a-cd85-1406-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 22:49:21.352035 | fa163ec6-dd0a-cd85-1406-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:40.830341 | 0.05s 2026-03-10 22:49:21.374774 | fa163ec6-dd0a-cd85-1406-000000002cf8 | TASK | Write facter cache config 2026-03-10 22:49:21.783098 | fa163ec6-dd0a-cd85-1406-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-03-10 22:49:21.784556 | fa163ec6-dd0a-cd85-1406-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:41.262861 | 0.41s 2026-03-10 22:49:21.813207 | fa163ec6-dd0a-cd85-1406-000000002cf9 | TASK | Cleanup facter cache if exists 2026-03-10 22:49:22.076768 | fa163ec6-dd0a-cd85-1406-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-03-10 22:49:22.078087 | fa163ec6-dd0a-cd85-1406-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:41.556392 | 0.26s 2026-03-10 22:49:22.106550 | fa163ec6-dd0a-cd85-1406-000000002cfa | TASK | Pre-cache facts 2026-03-10 22:49:22.727566 | fa163ec6-dd0a-cd85-1406-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-03-10 22:49:22.728772 | fa163ec6-dd0a-cd85-1406-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:13:42.207079 | 0.62s 2026-03-10 22:49:22.758571 | fa163ec6-dd0a-cd85-1406-000000002cfb | TASK | Failed deployment if facter fails 2026-03-10 22:49:22.791194 | fa163ec6-dd0a-cd85-1406-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 22:49:22.792470 | fa163ec6-dd0a-cd85-1406-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:13:42.270777 | 0.03s 2026-03-10 22:49:22.842181 | fa163ec6-dd0a-cd85-1406-000000002cfc | TASK | Sync cached facts 2026-03-10 22:49:23.318731 | fa163ec6-dd0a-cd85-1406-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-dd0a-cd85-1406-000000002cfc') missing from stats 2026-03-10 22:49:23.373662 | fa163ec6-dd0a-cd85-1406-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 22:49:23.424445 | fa163ec6-dd0a-cd85-1406-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:13:42.902743 | 0.05s 2026-03-10 22:49:23.454431 | da0533be-ab0c-4a43-b3b7-fd513ba5493f | INCLUDED | /root/standalone-ansible-tdq6yxft/generate-config-tasks.yaml | standalone 2026-03-10 22:49:23.491562 | fa163ec6-dd0a-cd85-1406-000000002d46 | TASK | Create base directory puppet configs 2026-03-10 22:49:23.730690 | fa163ec6-dd0a-cd85-1406-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-03-10 22:49:23.732142 | fa163ec6-dd0a-cd85-1406-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:13:43.210448 | 0.24s 2026-03-10 22:49:23.762361 | fa163ec6-dd0a-cd85-1406-000000002d47 | TASK | Generate container puppet configs for step 1 2026-03-10 22:49:24.046543 | fa163ec6-dd0a-cd85-1406-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-10 22:49:24.047878 | fa163ec6-dd0a-cd85-1406-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:43.526184 | 0.28s 2026-03-10 22:49:24.078322 | fa163ec6-dd0a-cd85-1406-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-10 22:49:24.101998 | fa163ec6-dd0a-cd85-1406-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:13:43.580301 | 0.02s 2026-03-10 22:49:24.173777 | fa163ec6-dd0a-cd85-1406-000000002dd2 | TASK | Gather variables for each operating system 2026-03-10 22:49:24.263002 | fa163ec6-dd0a-cd85-1406-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:43.741307 | 0.09s 2026-03-10 22:49:24.290456 | fa163ec6-dd0a-cd85-1406-000000002dd3 | TASK | Create container logs path 2026-03-10 22:49:24.533317 | fa163ec6-dd0a-cd85-1406-000000002dd3 | OK | Create container logs path | standalone 2026-03-10 22:49:24.534662 | fa163ec6-dd0a-cd85-1406-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:44.012969 | 0.24s 2026-03-10 22:49:24.566481 | fa163ec6-dd0a-cd85-1406-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:49:25.007883 | fa163ec6-dd0a-cd85-1406-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 22:49:25.009183 | fa163ec6-dd0a-cd85-1406-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:44.487489 | 0.44s 2026-03-10 22:49:25.041047 | fa163ec6-dd0a-cd85-1406-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-10 22:49:25.117282 | fa163ec6-dd0a-cd85-1406-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-10 22:49:25.118456 | fa163ec6-dd0a-cd85-1406-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:44.596763 | 0.08s 2026-03-10 22:49:25.147860 | fa163ec6-dd0a-cd85-1406-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-10 22:49:25.180581 | fa163ec6-dd0a-cd85-1406-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 22:49:25.181956 | fa163ec6-dd0a-cd85-1406-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:44.660263 | 0.03s 2026-03-10 22:49:25.212182 | fa163ec6-dd0a-cd85-1406-000000002dda | TASK | Update container configs with new config hashes 2026-03-10 22:49:25.266187 | fa163ec6-dd0a-cd85-1406-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 22:49:25.267469 | fa163ec6-dd0a-cd85-1406-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:44.745775 | 0.05s 2026-03-10 22:49:25.300185 | fa163ec6-dd0a-cd85-1406-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:49:25.353868 | fa163ec6-dd0a-cd85-1406-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:44.832169 | 0.05s 2026-03-10 22:49:25.378833 | 713bf07b-2d2e-4873-91ec-30b9787c4d88 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 22:49:25.414468 | fa163ec6-dd0a-cd85-1406-000000002e1f | TASK | Gather podman infos 2026-03-10 22:49:26.013575 | fa163ec6-dd0a-cd85-1406-000000002e1f | OK | Gather podman infos | standalone 2026-03-10 22:49:26.014904 | fa163ec6-dd0a-cd85-1406-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:13:45.493209 | 0.60s 2026-03-10 22:49:26.048432 | fa163ec6-dd0a-cd85-1406-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:49:26.110559 | fa163ec6-dd0a-cd85-1406-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 22:49:26.111819 | fa163ec6-dd0a-cd85-1406-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:45.590126 | 0.06s 2026-03-10 22:49:26.143817 | fa163ec6-dd0a-cd85-1406-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:49:26.195809 | fa163ec6-dd0a-cd85-1406-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:45.674112 | 0.05s 2026-03-10 22:49:26.218975 | ee6dccc0-f6c8-4a18-a41a-cf1e9cdffa1b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 22:49:26.254320 | fa163ec6-dd0a-cd85-1406-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:49:56.411432 | fa163ec6-dd0a-cd85-1406-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 22:49:56.413024 | fa163ec6-dd0a-cd85-1406-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:15.891328 | 30.16s 2026-03-10 22:49:56.482270 | fa163ec6-dd0a-cd85-1406-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:49:56.565397 | fa163ec6-dd0a-cd85-1406-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 22:49:56.566302 | fa163ec6-dd0a-cd85-1406-000000002e4a | 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:16.044615 | 0.08s 2026-03-10 22:49:56.621388 | fa163ec6-dd0a-cd85-1406-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-03-10 22:49:56.653322 | fa163ec6-dd0a-cd85-1406-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-10 22:49:56.654521 | fa163ec6-dd0a-cd85-1406-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:16.132827 | 0.03s 2026-03-10 22:49:56.687294 | fa163ec6-dd0a-cd85-1406-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-03-10 22:49:56.724297 | fa163ec6-dd0a-cd85-1406-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-10 22:49:56.725986 | fa163ec6-dd0a-cd85-1406-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:16.204283 | 0.04s 2026-03-10 22:49:56.758354 | fa163ec6-dd0a-cd85-1406-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-10 22:49:56.787550 | fa163ec6-dd0a-cd85-1406-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:16.265851 | 0.03s 2026-03-10 22:49:56.843105 | fa163ec6-dd0a-cd85-1406-000000002e9f | TASK | Gather variables for each operating system 2026-03-10 22:49:56.966248 | fa163ec6-dd0a-cd85-1406-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:16.444507 | 0.12s 2026-03-10 22:49:56.995694 | fa163ec6-dd0a-cd85-1406-000000002ea0 | TASK | Create container logs path 2026-03-10 22:49:57.251192 | fa163ec6-dd0a-cd85-1406-000000002ea0 | OK | Create container logs path | standalone 2026-03-10 22:49:57.252613 | fa163ec6-dd0a-cd85-1406-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:16.730921 | 0.26s 2026-03-10 22:49:57.283548 | fa163ec6-dd0a-cd85-1406-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 22:49:57.523635 | fa163ec6-dd0a-cd85-1406-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-10 22:49:57.524933 | fa163ec6-dd0a-cd85-1406-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:17.003238 | 0.24s 2026-03-10 22:49:57.554168 | fa163ec6-dd0a-cd85-1406-000000002ea3 | TASK | Finalise hashes for all containers 2026-03-10 22:49:57.597821 | fa163ec6-dd0a-cd85-1406-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-03-10 22:49:57.598879 | fa163ec6-dd0a-cd85-1406-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:17.077186 | 0.04s 2026-03-10 22:49:57.628020 | fa163ec6-dd0a-cd85-1406-000000002ea5 | TASK | Manage systemd shutdown files 2026-03-10 22:49:57.659213 | fa163ec6-dd0a-cd85-1406-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:17.137503 | 0.03s 2026-03-10 22:49:57.694359 | b55497c2-1fde-418e-b4b1-4268d60532f0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 22:49:57.721741 | fa163ec6-dd0a-cd85-1406-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 22:49:57.981582 | fa163ec6-dd0a-cd85-1406-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 22:49:57.983106 | fa163ec6-dd0a-cd85-1406-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:17.461411 | 0.26s 2026-03-10 22:49:58.012720 | fa163ec6-dd0a-cd85-1406-000000002ed9 | TASK | Set podman_drop_in fact 2026-03-10 22:49:58.068350 | fa163ec6-dd0a-cd85-1406-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-03-10 22:49:58.069562 | fa163ec6-dd0a-cd85-1406-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:17.547869 | 0.06s 2026-03-10 22:49:58.098500 | fa163ec6-dd0a-cd85-1406-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 22:49:58.639065 | fa163ec6-dd0a-cd85-1406-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 22:49:58.641860 | fa163ec6-dd0a-cd85-1406-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:18.120158 | 0.54s 2026-03-10 22:49:59.117553 | fa163ec6-dd0a-cd85-1406-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 22:49:59.118622 | fa163ec6-dd0a-cd85-1406-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:18.596933 | 1.02s 2026-03-10 22:49:59.124897 | fa163ec6-dd0a-cd85-1406-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:18.603200 | 1.02s 2026-03-10 22:49:59.154573 | fa163ec6-dd0a-cd85-1406-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 22:49:59.610158 | fa163ec6-dd0a-cd85-1406-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 22:49:59.611573 | fa163ec6-dd0a-cd85-1406-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:19.089878 | 0.46s 2026-03-10 22:49:59.640793 | fa163ec6-dd0a-cd85-1406-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 22:50:00.155495 | fa163ec6-dd0a-cd85-1406-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 22:50:00.156906 | fa163ec6-dd0a-cd85-1406-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:19.635210 | 0.51s 2026-03-10 22:50:00.186308 | fa163ec6-dd0a-cd85-1406-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-03-10 22:50:01.113533 | fa163ec6-dd0a-cd85-1406-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-10 22:50:01.115420 | fa163ec6-dd0a-cd85-1406-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:20.593725 | 0.93s 2026-03-10 22:50:01.147117 | fa163ec6-dd0a-cd85-1406-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 22:50:01.653115 | fa163ec6-dd0a-cd85-1406-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 22:50:01.654555 | fa163ec6-dd0a-cd85-1406-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:21.132863 | 0.51s 2026-03-10 22:50:01.683435 | fa163ec6-dd0a-cd85-1406-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 22:50:02.211240 | fa163ec6-dd0a-cd85-1406-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 22:50:02.212456 | fa163ec6-dd0a-cd85-1406-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:21.690768 | 0.53s 2026-03-10 22:50:02.232991 | fa163ec6-dd0a-cd85-1406-000000002ee1 | TASK | Enable and start netns-placeholder 2026-03-10 22:50:03.115643 | fa163ec6-dd0a-cd85-1406-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 22:50:03.117591 | fa163ec6-dd0a-cd85-1406-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:22.595897 | 0.88s 2026-03-10 22:50:03.147617 | fa163ec6-dd0a-cd85-1406-000000002ea7 | TASK | Update container configs with new config hashes 2026-03-10 22:50:03.203015 | fa163ec6-dd0a-cd85-1406-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:22.681310 | 0.05s 2026-03-10 22:50:03.224614 | 38c3d2ff-fa8d-4347-a5ee-cc3ad3cd4f24 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 22:50:03.261535 | fa163ec6-dd0a-cd85-1406-000000002f09 | TASK | Update config hashes for container startup configs 2026-03-10 22:50:03.579815 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-03-10 22:50:03.581055 | | WARNING | Config change detected for mysql_bootstrap, new hash: 3f660ab9ad7b149b8afc2b1fb01dc304 2026-03-10 22:50:03.581608 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: e38f23b3e365a728e47ef1a2c869a2c0 2026-03-10 22:50:03.582111 | | WARNING | Config change detected for redis_tls_proxy, new hash: afe3a1a35922eeda485a359d8d18db01 2026-03-10 22:50:03.582609 | | WARNING | Config change detected for clustercheck, new hash: 1fc493c5977348b2feb505ddf5472960 2026-03-10 22:50:03.583075 | | WARNING | Config change detected for horizon_fix_perms, new hash: 809392ccdd9180e5b845e82b10a5db1b 2026-03-10 22:50:03.583610 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 3f660ab9ad7b149b8afc2b1fb01dc304 2026-03-10 22:50:03.584076 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.584574 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.585029 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.585529 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.586009 | | WARNING | Config change detected for aodh_db_sync, new hash: 879d751d29b22ceb50d722a9c16079ac 2026-03-10 22:50:03.586499 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 5cdcb1a80ec6bc6f85adb211facbbca6 2026-03-10 22:50:03.586958 | | WARNING | Config change detected for glance_api_db_sync, new hash: d0673f9c7189476e0af17275065dde58-4c5b0efe62e41a82d5c5b2b3deacd127 2026-03-10 22:50:03.587464 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 7c6f20d271b1a896a160863373dd6a89 2026-03-10 22:50:03.587920 | | WARNING | Config change detected for horizon, new hash: 809392ccdd9180e5b845e82b10a5db1b 2026-03-10 22:50:03.588407 | | WARNING | Config change detected for iscsid, new hash: 4c5b0efe62e41a82d5c5b2b3deacd127 2026-03-10 22:50:03.588857 | | WARNING | Config change detected for keystone, new hash: ec594c75630c1ccb038daec773b3bfb1 2026-03-10 22:50:03.589384 | | WARNING | Config change detected for keystone_cron, new hash: ec594c75630c1ccb038daec773b3bfb1 2026-03-10 22:50:03.589859 | | WARNING | Config change detected for keystone_db_sync, new hash: ec594c75630c1ccb038daec773b3bfb1 2026-03-10 22:50:03.590349 | | WARNING | Config change detected for manila_api_db_sync, new hash: 918607042734201a94cd7a53dedf3da6 2026-03-10 22:50:03.590800 | | WARNING | Config change detected for neutron_db_sync, new hash: 560c60f3b56617fdcc2e5b079153eaac 2026-03-10 22:50:03.591277 | | WARNING | Config change detected for nova_api_db_sync, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.591845 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.592401 | | WARNING | Config change detected for nova_db_sync, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.592878 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.593412 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.593912 | | WARNING | Config change detected for nova_virtproxyd, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.594442 | | WARNING | Config change detected for nova_virtqemud, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.594955 | | WARNING | Config change detected for nova_virtsecretd, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.595473 | | WARNING | Config change detected for nova_virtstoraged, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.595943 | | WARNING | Config change detected for octavia_db_sync, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.596515 | | WARNING | Config change detected for placement_api_db_sync, new hash: 360d03a72e6d2f8847b8ba6afd899d89 2026-03-10 22:50:03.597005 | | WARNING | Config change detected for swift_copy_rings, new hash: 4fbe203fc6921f26c280d5047d9fefd5-a8070df98c0ca9d408b754c337a710a7 2026-03-10 22:50:03.597538 | | WARNING | Config change detected for aodh_api, new hash: 879d751d29b22ceb50d722a9c16079ac 2026-03-10 22:50:03.598050 | | WARNING | Config change detected for aodh_api_cron, new hash: 879d751d29b22ceb50d722a9c16079ac 2026-03-10 22:50:03.598567 | | WARNING | Config change detected for aodh_evaluator, new hash: 879d751d29b22ceb50d722a9c16079ac 2026-03-10 22:50:03.599077 | | WARNING | Config change detected for aodh_listener, new hash: 879d751d29b22ceb50d722a9c16079ac 2026-03-10 22:50:03.599587 | | WARNING | Config change detected for aodh_notifier, new hash: 879d751d29b22ceb50d722a9c16079ac 2026-03-10 22:50:03.600065 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 0b1dea0822c9b7b99f648943a66c5a7c 2026-03-10 22:50:03.600643 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 0b1dea0822c9b7b99f648943a66c5a7c 2026-03-10 22:50:03.601142 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 0b1dea0822c9b7b99f648943a66c5a7c 2026-03-10 22:50:03.601688 | | WARNING | Config change detected for cinder_api, new hash: 5cdcb1a80ec6bc6f85adb211facbbca6 2026-03-10 22:50:03.602197 | | WARNING | Config change detected for cinder_api_cron, new hash: 5cdcb1a80ec6bc6f85adb211facbbca6 2026-03-10 22:50:03.602709 | | WARNING | Config change detected for cinder_scheduler, new hash: 5cdcb1a80ec6bc6f85adb211facbbca6 2026-03-10 22:50:03.603180 | | WARNING | Config change detected for glance_api, new hash: d0673f9c7189476e0af17275065dde58-4c5b0efe62e41a82d5c5b2b3deacd127 2026-03-10 22:50:03.603691 | | WARNING | Config change detected for glance_api_cron, new hash: d0673f9c7189476e0af17275065dde58 2026-03-10 22:50:03.604176 | | WARNING | Config change detected for glance_api_internal, new hash: c04e1407266012f83752219945996590-4c5b0efe62e41a82d5c5b2b3deacd127 2026-03-10 22:50:03.604689 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: c04e1407266012f83752219945996590 2026-03-10 22:50:03.605166 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: d0673f9c7189476e0af17275065dde58 2026-03-10 22:50:03.605718 | | WARNING | Config change detected for heat_api, new hash: e139386ecc4875ebef8764755db64216 2026-03-10 22:50:03.606441 | | WARNING | Config change detected for heat_api_cfn, new hash: e6274873caea7ad39d56ae4499ec4da7 2026-03-10 22:50:03.606959 | | WARNING | Config change detected for heat_api_cron, new hash: e139386ecc4875ebef8764755db64216 2026-03-10 22:50:03.607380 | | WARNING | Config change detected for heat_engine, new hash: 7c6f20d271b1a896a160863373dd6a89 2026-03-10 22:50:03.607724 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-10 22:50:03.608110 | | WARNING | Config change detected for manila_api, new hash: 918607042734201a94cd7a53dedf3da6 2026-03-10 22:50:03.608500 | | WARNING | Config change detected for manila_api_cron, new hash: 918607042734201a94cd7a53dedf3da6 2026-03-10 22:50:03.608852 | | WARNING | Config change detected for manila_scheduler, new hash: 918607042734201a94cd7a53dedf3da6 2026-03-10 22:50:03.609283 | | WARNING | Config change detected for neutron_api, new hash: 560c60f3b56617fdcc2e5b079153eaac 2026-03-10 22:50:03.609672 | | WARNING | Config change detected for neutron_dhcp, new hash: 560c60f3b56617fdcc2e5b079153eaac 2026-03-10 22:50:03.610100 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 560c60f3b56617fdcc2e5b079153eaac 2026-03-10 22:50:03.610493 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 560c60f3b56617fdcc2e5b079153eaac 2026-03-10 22:50:03.610799 | | WARNING | Config change detected for nova_api, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.611100 | | WARNING | Config change detected for nova_api_cron, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.611457 | | WARNING | Config change detected for nova_conductor, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.611801 | | WARNING | Config change detected for nova_metadata, new hash: af1b527ff9e400fa6c8617f22b4aebfc 2026-03-10 22:50:03.612089 | | WARNING | Config change detected for nova_migration_target, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.612449 | | WARNING | Config change detected for nova_scheduler, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.612810 | | WARNING | Config change detected for nova_vnc_proxy, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.613127 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: bd295b4d2af43f2e37d79193d76262b1 2026-03-10 22:50:03.613483 | | WARNING | Config change detected for octavia_api, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.613788 | | WARNING | Config change detected for octavia_driver_agent, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.614091 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 560c60f3b56617fdcc2e5b079153eaac 2026-03-10 22:50:03.614438 | | WARNING | Config change detected for placement_api, new hash: 360d03a72e6d2f8847b8ba6afd899d89 2026-03-10 22:50:03.614740 | | WARNING | Config change detected for placement_wait_for_service, new hash: 360d03a72e6d2f8847b8ba6afd899d89 2026-03-10 22:50:03.615021 | | WARNING | Config change detected for swift_account_reaper, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.615324 | | WARNING | Config change detected for swift_account_server, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.615616 | | WARNING | Config change detected for swift_container_server, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.615900 | | WARNING | Config change detected for swift_container_updater, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.616231 | | WARNING | Config change detected for swift_object_expirer, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.616549 | | WARNING | Config change detected for swift_object_server, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.616874 | | WARNING | Config change detected for swift_object_updater, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.617158 | | WARNING | Config change detected for swift_proxy, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.617476 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 4fbe203fc6921f26c280d5047d9fefd5 2026-03-10 22:50:03.617816 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 0b1dea0822c9b7b99f648943a66c5a7c 2026-03-10 22:50:03.618108 | | WARNING | Config change detected for gnocchi_api, new hash: 8c8b4de2358ae3da21b88c6fcdd27d81 2026-03-10 22:50:03.618420 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 8c8b4de2358ae3da21b88c6fcdd27d81 2026-03-10 22:50:03.618703 | | WARNING | Config change detected for gnocchi_metricd, new hash: 8c8b4de2358ae3da21b88c6fcdd27d81 2026-03-10 22:50:03.618985 | | WARNING | Config change detected for gnocchi_statsd, new hash: 8c8b4de2358ae3da21b88c6fcdd27d81 2026-03-10 22:50:03.619312 | | WARNING | Config change detected for nova_compute, new hash: 4c5b0efe62e41a82d5c5b2b3deacd127-89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.619594 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 89e58c68e361129a52332b1754149aee 2026-03-10 22:50:03.619870 | | WARNING | Config change detected for octavia_health_manager, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.620146 | | WARNING | Config change detected for octavia_housekeeping, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.620455 | | WARNING | Config change detected for octavia_rsyslog, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.620735 | | WARNING | Config change detected for octavia_worker, new hash: 47db7ce9b60f1653cd2da05154119502 2026-03-10 22:50:03.621045 | fa163ec6-dd0a-cd85-1406-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-10 22:50:03.621613 | fa163ec6-dd0a-cd85-1406-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:23.099921 | 0.36s 2026-03-10 22:50:03.646623 | fa163ec6-dd0a-cd85-1406-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 22:50:03.707466 | fa163ec6-dd0a-cd85-1406-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:23.185763 | 0.06s 2026-03-10 22:50:03.731030 | dd0b730a-2860-4831-878b-d5b9f4504347 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 22:50:03.762192 | fa163ec6-dd0a-cd85-1406-000000002f28 | TASK | Gather podman infos 2026-03-10 22:50:04.764900 | fa163ec6-dd0a-cd85-1406-000000002f28 | OK | Gather podman infos | standalone 2026-03-10 22:50:04.766044 | fa163ec6-dd0a-cd85-1406-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:24.244355 | 1.00s 2026-03-10 22:50:04.831072 | fa163ec6-dd0a-cd85-1406-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 22:50:04.893038 | fa163ec6-dd0a-cd85-1406-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:24.371331 | 0.06s 2026-03-10 22:50:05.023289 | fa163ec6-dd0a-cd85-1406-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:24.501577 | 0.07s 2026-03-10 22:50:05.081512 | fa163ec6-dd0a-cd85-1406-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 22:50:05.135674 | fa163ec6-dd0a-cd85-1406-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:24.613966 | 0.05s 2026-03-10 22:50:05.161513 | 45425f6f-4e9b-4cba-8d91-dc199b2a9bfc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 22:50:05.195672 | fa163ec6-dd0a-cd85-1406-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 22:50:13.029178 | fa163ec6-dd0a-cd85-1406-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-10 22:50:13.030938 | fa163ec6-dd0a-cd85-1406-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:32.509243 | 7.83s 2026-03-10 22:50:13.063283 | fa163ec6-dd0a-cd85-1406-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-10 22:50:17.557345 | fa163ec6-dd0a-cd85-1406-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-10 22:50:17.558957 | fa163ec6-dd0a-cd85-1406-000000002f99 | 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:37.037266 | 4.49s 2026-03-10 22:50:17.631042 | fa163ec6-dd0a-cd85-1406-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-10 22:50:17.875092 | fa163ec6-dd0a-cd85-1406-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-10 22:50:17.876490 | fa163ec6-dd0a-cd85-1406-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:37.354797 | 0.24s 2026-03-10 22:50:17.921965 | fa163ec6-dd0a-cd85-1406-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-10 22:50:17.983492 | fa163ec6-dd0a-cd85-1406-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:37.461791 | 0.06s 2026-03-10 22:50:18.013607 | fa163ec6-dd0a-cd85-1406-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-03-10 22:50:18.064711 | fa163ec6-dd0a-cd85-1406-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:37.543013 | 0.05s 2026-03-10 22:50:18.090697 | b01064b6-dc3e-4e90-be5d-d1ccb6bc0ed7 | INCLUDED | /root/standalone-ansible-tdq6yxft/host-container-puppet-tasks.yaml | standalone 2026-03-10 22:50:18.138057 | fa163ec6-dd0a-cd85-1406-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-10 22:50:18.682197 | fa163ec6-dd0a-cd85-1406-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-10 22:50:18.683661 | fa163ec6-dd0a-cd85-1406-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:38.161966 | 0.54s 2026-03-10 22:50:18.715420 | fa163ec6-dd0a-cd85-1406-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-03-10 22:50:18.992014 | fa163ec6-dd0a-cd85-1406-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-03-10 22:50:18.993374 | fa163ec6-dd0a-cd85-1406-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:38.471680 | 0.28s 2026-03-10 22:50:19.023669 | fa163ec6-dd0a-cd85-1406-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-10 22:50:19.053260 | fa163ec6-dd0a-cd85-1406-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:38.531536 | 0.03s 2026-03-10 22:50:19.125353 | fa163ec6-dd0a-cd85-1406-000000002dd2 | TASK | Gather variables for each operating system 2026-03-10 22:50:19.231277 | fa163ec6-dd0a-cd85-1406-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:38.709540 | 0.10s 2026-03-10 22:50:19.261489 | fa163ec6-dd0a-cd85-1406-000000002dd3 | TASK | Create container logs path 2026-03-10 22:50:19.485605 | fa163ec6-dd0a-cd85-1406-000000002dd3 | OK | Create container logs path | standalone 2026-03-10 22:50:19.486915 | fa163ec6-dd0a-cd85-1406-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:38.965223 | 0.22s 2026-03-10 22:50:19.518420 | fa163ec6-dd0a-cd85-1406-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:50:19.772364 | fa163ec6-dd0a-cd85-1406-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 22:50:19.773696 | fa163ec6-dd0a-cd85-1406-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.252002 | 0.25s 2026-03-10 22:50:19.802340 | fa163ec6-dd0a-cd85-1406-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-10 22:50:19.834421 | fa163ec6-dd0a-cd85-1406-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-10 22:50:19.835504 | fa163ec6-dd0a-cd85-1406-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:39.313811 | 0.03s 2026-03-10 22:50:19.864363 | fa163ec6-dd0a-cd85-1406-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-10 22:50:19.903755 | fa163ec6-dd0a-cd85-1406-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 22:50:19.904968 | fa163ec6-dd0a-cd85-1406-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:39.383277 | 0.04s 2026-03-10 22:50:19.934576 | fa163ec6-dd0a-cd85-1406-000000002dda | TASK | Update container configs with new config hashes 2026-03-10 22:50:19.984152 | fa163ec6-dd0a-cd85-1406-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 22:50:19.985379 | fa163ec6-dd0a-cd85-1406-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:39.463685 | 0.05s 2026-03-10 22:50:20.017292 | fa163ec6-dd0a-cd85-1406-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:50:20.077324 | fa163ec6-dd0a-cd85-1406-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 22:50:20.078740 | fa163ec6-dd0a-cd85-1406-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.557041 | 0.06s 2026-03-10 22:50:20.113126 | fa163ec6-dd0a-cd85-1406-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-10 22:50:20.164391 | fa163ec6-dd0a-cd85-1406-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-10 22:50:20.165667 | fa163ec6-dd0a-cd85-1406-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.643974 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-10 22:50:20.349783 | fa163ec6-dd0a-cd85-1406-0000000000c6 | TASK | External deployment step 2 2026-03-10 22:50:20.380085 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000c6') missing from stats 2026-03-10 22:50:20.438964 | fa163ec6-dd0a-cd85-1406-0000000000c7 | TIMING | include_tasks | undercloud | 0:14:39.917261 | 0.04s 2026-03-10 22:50:20.445782 | f280737a-cc78-421b-b544-75b811071e86 | INCLUDED | /root/standalone-ansible-tdq6yxft/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-03-10 22:50:20.580319 | fa163ec6-dd0a-cd85-1406-0000000000ca | TASK | Deploy step tasks for 2 2026-03-10 22:50:20.608520 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000ca') missing from stats 2026-03-10 22:50:20.631476 | fa163ec6-dd0a-cd85-1406-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-10 22:50:21.161251 | fa163ec6-dd0a-cd85-1406-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-10 22:50:21.164024 | fa163ec6-dd0a-cd85-1406-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:40.642327 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 22:50:21.227169 | fa163ec6-dd0a-cd85-1406-0000000000cc | TIMING | include_tasks | standalone | 0:14:40.705469 | 0.03s 2026-03-10 22:50:21.324556 | cd6451fe-b6d2-44e0-9360-368636f39f96 | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-10 22:50:21.359670 | fa163ec6-dd0a-cd85-1406-000000003075 | TASK | Push script 2026-03-10 22:50:21.825581 | fa163ec6-dd0a-cd85-1406-000000003075 | CHANGED | Push script | standalone 2026-03-10 22:50:21.827085 | fa163ec6-dd0a-cd85-1406-000000003075 | TIMING | Push script | standalone | 0:14:41.305387 | 0.47s 2026-03-10 22:50:21.855496 | fa163ec6-dd0a-cd85-1406-000000003076 | TASK | Insert cronjob in root crontab 2026-03-10 22:50:22.313973 | fa163ec6-dd0a-cd85-1406-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-10 22:50:22.315830 | fa163ec6-dd0a-cd85-1406-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:14:41.794129 | 0.46s 2026-03-10 22:50:22.342154 | fa163ec6-dd0a-cd85-1406-00000000307d | TASK | Gather variables for each operating system 2026-03-10 22:50:22.464288 | fa163ec6-dd0a-cd85-1406-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:41.942585 | 0.12s 2026-03-10 22:50:22.496535 | fa163ec6-dd0a-cd85-1406-00000000307e | TASK | Detect if resource is being created or already exists 2026-03-10 22:50:23.260500 | fa163ec6-dd0a-cd85-1406-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 22:50:23.261607 | fa163ec6-dd0a-cd85-1406-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:42.739916 | 0.76s 2026-03-10 22:50:23.285683 | fa163ec6-dd0a-cd85-1406-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-03-10 22:52:10.119400 | fa163ec6-dd0a-cd85-1406-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-10 22:52:10.121148 | fa163ec6-dd0a-cd85-1406-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:29.599454 | 106.83s 2026-03-10 22:52:10.153452 | fa163ec6-dd0a-cd85-1406-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-10 22:52:10.423465 | fa163ec6-dd0a-cd85-1406-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-10 22:52:10.424385 | fa163ec6-dd0a-cd85-1406-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:29.902700 | 0.27s 2026-03-10 22:52:10.443684 | fa163ec6-dd0a-cd85-1406-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 22:52:11.055964 | fa163ec6-dd0a-cd85-1406-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 22:52:11.057345 | fa163ec6-dd0a-cd85-1406-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:30.535653 | 0.61s 2026-03-10 22:52:11.087769 | fa163ec6-dd0a-cd85-1406-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-10 22:52:11.276388 | fa163ec6-dd0a-cd85-1406-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-10 22:52:11.277565 | fa163ec6-dd0a-cd85-1406-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:30.755872 | 0.19s 2026-03-10 22:52:11.308622 | fa163ec6-dd0a-cd85-1406-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-10 22:52:11.367630 | fa163ec6-dd0a-cd85-1406-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-10 22:52:11.368246 | fa163ec6-dd0a-cd85-1406-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:30.846563 | 0.06s 2026-03-10 22:52:11.388156 | fa163ec6-dd0a-cd85-1406-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-10 22:52:11.437275 | fa163ec6-dd0a-cd85-1406-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-10 22:52:11.437845 | fa163ec6-dd0a-cd85-1406-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:30.916161 | 0.05s 2026-03-10 22:52:11.457547 | fa163ec6-dd0a-cd85-1406-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-10 22:52:11.514558 | fa163ec6-dd0a-cd85-1406-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-10 22:52:11.515669 | fa163ec6-dd0a-cd85-1406-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:30.993977 | 0.06s 2026-03-10 22:52:11.547437 | fa163ec6-dd0a-cd85-1406-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 22:52:11.600091 | fa163ec6-dd0a-cd85-1406-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 22:52:11.601164 | fa163ec6-dd0a-cd85-1406-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:31.079472 | 0.05s 2026-03-10 22:52:11.631257 | fa163ec6-dd0a-cd85-1406-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-10 22:52:11.683391 | fa163ec6-dd0a-cd85-1406-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-10 22:52:11.684539 | fa163ec6-dd0a-cd85-1406-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:31.162847 | 0.05s 2026-03-10 22:52:11.738111 | fa163ec6-dd0a-cd85-1406-0000000030a9 | TASK | Gather variables for each operating system 2026-03-10 22:52:11.852611 | fa163ec6-dd0a-cd85-1406-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:31.330909 | 0.11s 2026-03-10 22:52:11.882922 | fa163ec6-dd0a-cd85-1406-0000000030aa | TASK | Detect if resource is being created or already exists 2026-03-10 22:52:12.569553 | fa163ec6-dd0a-cd85-1406-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 22:52:12.570919 | fa163ec6-dd0a-cd85-1406-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:32.049224 | 0.69s 2026-03-10 22:52:12.602739 | fa163ec6-dd0a-cd85-1406-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-03-10 22:52:41.792206 | fa163ec6-dd0a-cd85-1406-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-10 22:52:41.794180 | fa163ec6-dd0a-cd85-1406-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:01.272484 | 29.19s 2026-03-10 22:52:41.828166 | fa163ec6-dd0a-cd85-1406-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-10 22:52:42.109423 | fa163ec6-dd0a-cd85-1406-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-10 22:52:42.110932 | fa163ec6-dd0a-cd85-1406-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:01.589236 | 0.28s 2026-03-10 22:52:42.140401 | fa163ec6-dd0a-cd85-1406-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 22:52:42.585386 | fa163ec6-dd0a-cd85-1406-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 22:52:42.586556 | fa163ec6-dd0a-cd85-1406-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:02.064869 | 0.44s 2026-03-10 22:52:42.609840 | fa163ec6-dd0a-cd85-1406-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-10 22:52:42.885871 | fa163ec6-dd0a-cd85-1406-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-10 22:52:42.887190 | fa163ec6-dd0a-cd85-1406-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:02.365496 | 0.28s 2026-03-10 22:52:42.918628 | fa163ec6-dd0a-cd85-1406-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-10 22:52:42.972513 | fa163ec6-dd0a-cd85-1406-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-10 22:52:42.973670 | fa163ec6-dd0a-cd85-1406-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:02.451976 | 0.05s 2026-03-10 22:52:43.004907 | fa163ec6-dd0a-cd85-1406-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-03-10 22:52:43.066373 | fa163ec6-dd0a-cd85-1406-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-10 22:52:43.067990 | fa163ec6-dd0a-cd85-1406-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:02.546295 | 0.06s 2026-03-10 22:52:43.100183 | fa163ec6-dd0a-cd85-1406-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-10 22:52:43.150604 | fa163ec6-dd0a-cd85-1406-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-10 22:52:43.151574 | fa163ec6-dd0a-cd85-1406-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:02.629886 | 0.05s 2026-03-10 22:52:43.176771 | fa163ec6-dd0a-cd85-1406-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 22:52:43.228623 | fa163ec6-dd0a-cd85-1406-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 22:52:43.230197 | fa163ec6-dd0a-cd85-1406-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:02.708507 | 0.05s 2026-03-10 22:52:43.257717 | fa163ec6-dd0a-cd85-1406-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-03-10 22:52:43.309076 | fa163ec6-dd0a-cd85-1406-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-10 22:52:43.310701 | fa163ec6-dd0a-cd85-1406-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:02.789012 | 0.05s 2026-03-10 22:52:43.353324 | fa163ec6-dd0a-cd85-1406-0000000030d5 | TASK | Gather variables for each operating system 2026-03-10 22:52:43.472976 | fa163ec6-dd0a-cd85-1406-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:02.951276 | 0.12s 2026-03-10 22:52:43.502798 | fa163ec6-dd0a-cd85-1406-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-03-10 22:52:44.235096 | fa163ec6-dd0a-cd85-1406-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 22:52:44.236426 | fa163ec6-dd0a-cd85-1406-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:03.714732 | 0.73s 2026-03-10 22:52:44.266408 | fa163ec6-dd0a-cd85-1406-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-10 22:53:12.080787 | fa163ec6-dd0a-cd85-1406-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-10 22:53:12.082004 | fa163ec6-dd0a-cd85-1406-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:31.560317 | 27.81s 2026-03-10 22:53:12.106980 | fa163ec6-dd0a-cd85-1406-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-10 22:53:12.367634 | fa163ec6-dd0a-cd85-1406-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-10 22:53:12.369160 | fa163ec6-dd0a-cd85-1406-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:31.847465 | 0.26s 2026-03-10 22:53:12.399303 | fa163ec6-dd0a-cd85-1406-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 22:53:12.876315 | fa163ec6-dd0a-cd85-1406-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 22:53:12.878058 | fa163ec6-dd0a-cd85-1406-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:32.356357 | 0.48s 2026-03-10 22:53:12.908678 | fa163ec6-dd0a-cd85-1406-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-10 22:53:13.127477 | fa163ec6-dd0a-cd85-1406-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-10 22:53:13.129554 | fa163ec6-dd0a-cd85-1406-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:32.607842 | 0.22s 2026-03-10 22:53:13.161629 | fa163ec6-dd0a-cd85-1406-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-10 22:53:13.211980 | fa163ec6-dd0a-cd85-1406-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-10 22:53:13.213212 | fa163ec6-dd0a-cd85-1406-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:32.691518 | 0.05s 2026-03-10 22:53:13.251720 | fa163ec6-dd0a-cd85-1406-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-10 22:53:13.284553 | fa163ec6-dd0a-cd85-1406-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-10 22:53:13.285499 | fa163ec6-dd0a-cd85-1406-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:32.763811 | 0.03s 2026-03-10 22:53:13.310324 | fa163ec6-dd0a-cd85-1406-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-10 22:53:13.369315 | fa163ec6-dd0a-cd85-1406-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-10 22:53:13.370334 | fa163ec6-dd0a-cd85-1406-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:32.848643 | 0.06s 2026-03-10 22:53:13.396833 | fa163ec6-dd0a-cd85-1406-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 22:53:13.448470 | fa163ec6-dd0a-cd85-1406-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 22:53:13.449892 | fa163ec6-dd0a-cd85-1406-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:32.928190 | 0.05s 2026-03-10 22:53:13.482171 | fa163ec6-dd0a-cd85-1406-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-10 22:53:13.522696 | fa163ec6-dd0a-cd85-1406-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-10 22:53:13.523716 | fa163ec6-dd0a-cd85-1406-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:33.002025 | 0.04s 2026-03-10 22:53:13.568620 | fa163ec6-dd0a-cd85-1406-000000003101 | TASK | Gather variables for each operating system 2026-03-10 22:53:13.679554 | fa163ec6-dd0a-cd85-1406-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:33.157856 | 0.11s 2026-03-10 22:53:13.709585 | fa163ec6-dd0a-cd85-1406-000000003102 | TASK | Detect if resource is being created or already exists 2026-03-10 22:53:14.463774 | fa163ec6-dd0a-cd85-1406-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 22:53:14.465430 | fa163ec6-dd0a-cd85-1406-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:33.943736 | 0.75s 2026-03-10 22:53:14.495687 | fa163ec6-dd0a-cd85-1406-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-03-10 22:53:41.833367 | fa163ec6-dd0a-cd85-1406-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-10 22:53:41.834835 | fa163ec6-dd0a-cd85-1406-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:01.313149 | 27.34s 2026-03-10 22:53:41.857191 | fa163ec6-dd0a-cd85-1406-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-10 22:53:42.105802 | fa163ec6-dd0a-cd85-1406-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-10 22:53:42.107646 | fa163ec6-dd0a-cd85-1406-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:01.585946 | 0.25s 2026-03-10 22:53:42.138040 | fa163ec6-dd0a-cd85-1406-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 22:53:42.600505 | fa163ec6-dd0a-cd85-1406-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 22:53:42.601901 | fa163ec6-dd0a-cd85-1406-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:02.080205 | 0.46s 2026-03-10 22:53:42.632835 | fa163ec6-dd0a-cd85-1406-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-10 22:53:42.825922 | fa163ec6-dd0a-cd85-1406-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-10 22:53:42.827366 | fa163ec6-dd0a-cd85-1406-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:02.305671 | 0.19s 2026-03-10 22:53:42.860182 | fa163ec6-dd0a-cd85-1406-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-10 22:53:42.901179 | fa163ec6-dd0a-cd85-1406-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-10 22:53:42.902487 | fa163ec6-dd0a-cd85-1406-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:02.380791 | 0.04s 2026-03-10 22:53:42.935142 | fa163ec6-dd0a-cd85-1406-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-03-10 22:53:42.988717 | fa163ec6-dd0a-cd85-1406-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-10 22:53:42.990875 | fa163ec6-dd0a-cd85-1406-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:02.469159 | 0.05s 2026-03-10 22:53:43.021935 | fa163ec6-dd0a-cd85-1406-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-03-10 22:53:43.063633 | fa163ec6-dd0a-cd85-1406-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-10 22:53:43.065892 | fa163ec6-dd0a-cd85-1406-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:02.544197 | 0.04s 2026-03-10 22:53:43.099771 | fa163ec6-dd0a-cd85-1406-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 22:53:43.152390 | fa163ec6-dd0a-cd85-1406-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 22:53:43.153829 | fa163ec6-dd0a-cd85-1406-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:02.632137 | 0.05s 2026-03-10 22:53:43.179847 | fa163ec6-dd0a-cd85-1406-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-03-10 22:53:43.219628 | fa163ec6-dd0a-cd85-1406-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-10 22:53:43.220644 | fa163ec6-dd0a-cd85-1406-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:02.698954 | 0.04s 2026-03-10 22:53:43.266505 | fa163ec6-dd0a-cd85-1406-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-10 22:53:43.502761 | fa163ec6-dd0a-cd85-1406-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-10 22:53:43.504154 | fa163ec6-dd0a-cd85-1406-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:02.982461 | 0.24s 2026-03-10 22:53:43.603244 | fa163ec6-dd0a-cd85-1406-0000000000cf | TIMING | include_tasks | standalone | 0:18:03.081511 | 0.07s 2026-03-10 22:53:43.641110 | af0f75ee-e5a2-4e68-bf21-e19d610a787e | INCLUDED | /root/standalone-ansible-tdq6yxft/common_deploy_steps_tasks.yaml | standalone 2026-03-10 22:53:43.675143 | fa163ec6-dd0a-cd85-1406-0000000031a1 | TASK | Write the config_step hieradata 2026-03-10 22:53:44.215785 | fa163ec6-dd0a-cd85-1406-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-03-10 22:53:44.218124 | fa163ec6-dd0a-cd85-1406-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:03.696427 | 0.54s 2026-03-10 22:53:44.249036 | fa163ec6-dd0a-cd85-1406-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-03-10 22:53:44.574086 | fa163ec6-dd0a-cd85-1406-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-10 22:53:44.575362 | fa163ec6-dd0a-cd85-1406-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:04.053676 | 0.32s 2026-03-10 22:53:44.594795 | fa163ec6-dd0a-cd85-1406-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-03-10 22:53:44.812480 | fa163ec6-dd0a-cd85-1406-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 22:53:55.010011 | fa163ec6-dd0a-cd85-1406-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 22:54:05.234247 | fa163ec6-dd0a-cd85-1406-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 22:54:05.235687 | fa163ec6-dd0a-cd85-1406-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:24.713995 | 20.64s 2026-03-10 22:54:05.267806 | fa163ec6-dd0a-cd85-1406-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-10 22:54:05.342260 | fa163ec6-dd0a-cd85-1406-0000000031a4 | 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 10 22:53:44 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 22:53:50 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 22:53:50 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 22:53:50 puppet-user: (file & line not available)", "<13>Mar 10 22:53:50 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 10 22:53:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 10 22:53:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 22:53:51 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Mar 10 22:53:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 22:53:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 22:54:01 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 22:54:01 puppet-user: Notice: Applied catalog in 10.02 seconds", "<13>Mar 10 22:54:01 puppet-user: Application:", "<13>Mar 10 22:54:01 puppet-user: Initial environment: production", "<13>Mar 10 22:54:01 puppet-user: Converged environment: production", "<13>Mar 10 22:54:01 puppet-user: Run mode: user", "<13>Mar 10 22:54:01 puppet-user: Changes:", "<13>Mar 10 22:54:01 puppet-user: Total: 2", "<13>Mar 10 22:54:01 puppet-user: Events:", "<13>Mar 10 22:54:01 puppet-user: Success: 2", "<13>Mar 10 22:54:01 puppet-user: Resources:", "<13>Mar 10 22:54:01 puppet-user: Changed: 2", "<13>Mar 10 22:54:01 puppet-user: Out of sync: 2", "<13>Mar 10 22:54:01 puppet-user: Total: 28", "<13>Mar 10 22:54:01 puppet-user: Time:", "<13>Mar 10 22:54:01 puppet-user: Schedule: 0.00", "<13>Mar 10 22:54:01 puppet-user: Package: 0.00", "<13>Mar 10 22:54:01 puppet-user: File line: 0.00", "<13>Mar 10 22:54:01 puppet-user: File: 0.00", "<13>Mar 10 22:54:01 puppet-user: Augeas: 0.01", "<13>Mar 10 22:54:01 puppet-user: User: 0.01", "<13>Mar 10 22:54:01 puppet-user: Service: 0.08", "<13>Mar 10 22:54:01 puppet-user: Config retrieval: 0.46", "<13>Mar 10 22:54:01 puppet-user: Pcmk property: 1.50", "<13>Mar 10 22:54:01 puppet-user: Exec: 1.93", "<13>Mar 10 22:54:01 puppet-user: Catalog application: 10.02", "<13>Mar 10 22:54:01 puppet-user: Last run: 1773183241", "<13>Mar 10 22:54:01 puppet-user: Pcmk resource op default: 3.13", "<13>Mar 10 22:54:01 puppet-user: Pcmk resource default: 3.15", "<13>Mar 10 22:54:01 puppet-user: Filebucket: 0.00", "<13>Mar 10 22:54:01 puppet-user: Transaction evaluation: 10.00", "<13>Mar 10 22:54:01 puppet-user: Total: 10.02", "<13>Mar 10 22:54:01 puppet-user: Version:", "<13>Mar 10 22:54:01 puppet-user: Config: 1773183230", "<13>Mar 10 22:54:01 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 22:54:05.343725 | fa163ec6-dd0a-cd85-1406-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:24.822031 | 0.07s 2026-03-10 22:54:05.373412 | fa163ec6-dd0a-cd85-1406-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-03-10 22:54:05.401842 | fa163ec6-dd0a-cd85-1406-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:24.880141 | 0.03s 2026-03-10 22:54:05.471395 | fa163ec6-dd0a-cd85-1406-0000000031e4 | TASK | Gather variables for each operating system 2026-03-10 22:54:05.584967 | fa163ec6-dd0a-cd85-1406-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:25.063263 | 0.11s 2026-03-10 22:54:05.614338 | fa163ec6-dd0a-cd85-1406-0000000031e5 | TASK | Create puppet caching structures 2026-03-10 22:54:05.859125 | fa163ec6-dd0a-cd85-1406-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-03-10 22:54:05.860628 | fa163ec6-dd0a-cd85-1406-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:25.338933 | 0.24s 2026-03-10 22:54:05.890457 | fa163ec6-dd0a-cd85-1406-0000000031e6 | TASK | Check for facter.conf 2026-03-10 22:54:06.124855 | fa163ec6-dd0a-cd85-1406-0000000031e6 | OK | Check for facter.conf | standalone 2026-03-10 22:54:06.126404 | fa163ec6-dd0a-cd85-1406-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:25.604709 | 0.23s 2026-03-10 22:54:06.155909 | fa163ec6-dd0a-cd85-1406-0000000031e7 | TASK | Remove facter.conf if directory 2026-03-10 22:54:06.206336 | fa163ec6-dd0a-cd85-1406-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 22:54:06.207453 | fa163ec6-dd0a-cd85-1406-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:25.685759 | 0.05s 2026-03-10 22:54:06.235755 | fa163ec6-dd0a-cd85-1406-0000000031e8 | TASK | Write facter cache config 2026-03-10 22:54:06.680666 | fa163ec6-dd0a-cd85-1406-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-03-10 22:54:06.682046 | fa163ec6-dd0a-cd85-1406-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:26.160352 | 0.44s 2026-03-10 22:54:06.710570 | fa163ec6-dd0a-cd85-1406-0000000031e9 | TASK | Cleanup facter cache if exists 2026-03-10 22:54:06.985788 | fa163ec6-dd0a-cd85-1406-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 22:54:06.987258 | fa163ec6-dd0a-cd85-1406-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:26.465529 | 0.28s 2026-03-10 22:54:07.016516 | fa163ec6-dd0a-cd85-1406-0000000031ea | TASK | Pre-cache facts 2026-03-10 22:54:07.623989 | fa163ec6-dd0a-cd85-1406-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-03-10 22:54:07.625330 | fa163ec6-dd0a-cd85-1406-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:27.103636 | 0.61s 2026-03-10 22:54:07.655527 | fa163ec6-dd0a-cd85-1406-0000000031eb | TASK | Failed deployment if facter fails 2026-03-10 22:54:07.687718 | fa163ec6-dd0a-cd85-1406-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 22:54:07.688927 | fa163ec6-dd0a-cd85-1406-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:27.167233 | 0.03s 2026-03-10 22:54:07.733379 | fa163ec6-dd0a-cd85-1406-0000000031ec | TASK | Sync cached facts 2026-03-10 22:54:08.087163 | fa163ec6-dd0a-cd85-1406-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-dd0a-cd85-1406-0000000031ec') missing from stats 2026-03-10 22:54:08.143339 | fa163ec6-dd0a-cd85-1406-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 22:54:08.193095 | fa163ec6-dd0a-cd85-1406-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 22:54:08.194185 | fa163ec6-dd0a-cd85-1406-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:27.672491 | 0.05s 2026-03-10 22:54:08.223475 | fa163ec6-dd0a-cd85-1406-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-10 22:54:08.252182 | fa163ec6-dd0a-cd85-1406-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:27.730486 | 0.03s 2026-03-10 22:54:08.318462 | fa163ec6-dd0a-cd85-1406-000000003243 | TASK | Gather variables for each operating system 2026-03-10 22:54:08.433605 | fa163ec6-dd0a-cd85-1406-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:27.911906 | 0.11s 2026-03-10 22:54:08.462857 | fa163ec6-dd0a-cd85-1406-000000003244 | TASK | Create container logs path 2026-03-10 22:54:08.738260 | fa163ec6-dd0a-cd85-1406-000000003244 | OK | Create container logs path | standalone 2026-03-10 22:54:08.739724 | fa163ec6-dd0a-cd85-1406-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:28.218030 | 0.28s 2026-03-10 22:54:08.770854 | fa163ec6-dd0a-cd85-1406-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 22:54:09.006080 | fa163ec6-dd0a-cd85-1406-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-10 22:54:09.007318 | fa163ec6-dd0a-cd85-1406-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:28.485624 | 0.23s 2026-03-10 22:54:09.038127 | fa163ec6-dd0a-cd85-1406-000000003247 | TASK | Finalise hashes for all containers 2026-03-10 22:54:09.090112 | fa163ec6-dd0a-cd85-1406-000000003247 | OK | Finalise hashes for all containers | standalone 2026-03-10 22:54:09.091395 | fa163ec6-dd0a-cd85-1406-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:28.569701 | 0.05s 2026-03-10 22:54:09.121819 | fa163ec6-dd0a-cd85-1406-000000003249 | TASK | Manage systemd shutdown files 2026-03-10 22:54:09.154577 | fa163ec6-dd0a-cd85-1406-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:28.632879 | 0.03s 2026-03-10 22:54:09.188093 | fefe2af0-1ba1-4ae9-abd4-c9809e7706e7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 22:54:09.216964 | fa163ec6-dd0a-cd85-1406-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 22:54:09.479044 | fa163ec6-dd0a-cd85-1406-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 22:54:09.480499 | fa163ec6-dd0a-cd85-1406-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:28.958803 | 0.26s 2026-03-10 22:54:09.511366 | fa163ec6-dd0a-cd85-1406-00000000327d | TASK | Set podman_drop_in fact 2026-03-10 22:54:09.561941 | fa163ec6-dd0a-cd85-1406-00000000327d | OK | Set podman_drop_in fact | standalone 2026-03-10 22:54:09.563162 | fa163ec6-dd0a-cd85-1406-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:29.041468 | 0.05s 2026-03-10 22:54:09.592646 | fa163ec6-dd0a-cd85-1406-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 22:54:10.158977 | fa163ec6-dd0a-cd85-1406-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 22:54:10.160377 | fa163ec6-dd0a-cd85-1406-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:29.638685 | 0.57s 2026-03-10 22:54:10.634826 | fa163ec6-dd0a-cd85-1406-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 22:54:10.636735 | fa163ec6-dd0a-cd85-1406-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:30.115046 | 1.04s 2026-03-10 22:54:10.647252 | fa163ec6-dd0a-cd85-1406-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:30.125562 | 1.05s 2026-03-10 22:54:10.667085 | fa163ec6-dd0a-cd85-1406-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 22:54:11.197952 | fa163ec6-dd0a-cd85-1406-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 22:54:11.199490 | fa163ec6-dd0a-cd85-1406-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:30.677795 | 0.53s 2026-03-10 22:54:11.233877 | fa163ec6-dd0a-cd85-1406-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 22:54:11.687998 | fa163ec6-dd0a-cd85-1406-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 22:54:11.689364 | fa163ec6-dd0a-cd85-1406-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:31.167670 | 0.45s 2026-03-10 22:54:11.718584 | fa163ec6-dd0a-cd85-1406-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-03-10 22:54:12.362719 | fa163ec6-dd0a-cd85-1406-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 22:54:12.364198 | fa163ec6-dd0a-cd85-1406-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:31.842513 | 0.64s 2026-03-10 22:54:12.385797 | fa163ec6-dd0a-cd85-1406-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 22:54:12.841385 | fa163ec6-dd0a-cd85-1406-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 22:54:12.842801 | fa163ec6-dd0a-cd85-1406-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:32.321107 | 0.46s 2026-03-10 22:54:12.872148 | fa163ec6-dd0a-cd85-1406-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 22:54:13.419837 | fa163ec6-dd0a-cd85-1406-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 22:54:13.420726 | fa163ec6-dd0a-cd85-1406-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:32.899042 | 0.55s 2026-03-10 22:54:13.439999 | fa163ec6-dd0a-cd85-1406-000000003285 | TASK | Enable and start netns-placeholder 2026-03-10 22:54:14.165763 | fa163ec6-dd0a-cd85-1406-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 22:54:14.167896 | fa163ec6-dd0a-cd85-1406-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:33.646202 | 0.73s 2026-03-10 22:54:14.198613 | fa163ec6-dd0a-cd85-1406-00000000324b | TASK | Update container configs with new config hashes 2026-03-10 22:54:14.259794 | fa163ec6-dd0a-cd85-1406-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:33.738089 | 0.06s 2026-03-10 22:54:14.280545 | 053b014c-fb40-461e-bf47-a7c8d932771f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 22:54:14.315086 | fa163ec6-dd0a-cd85-1406-0000000032ad | TASK | Update config hashes for container startup configs 2026-03-10 22:54:14.603782 | fa163ec6-dd0a-cd85-1406-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-03-10 22:54:14.605093 | fa163ec6-dd0a-cd85-1406-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:34.083399 | 0.29s 2026-03-10 22:54:14.646988 | fa163ec6-dd0a-cd85-1406-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 22:54:14.691319 | fa163ec6-dd0a-cd85-1406-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:34.169619 | 0.04s 2026-03-10 22:54:14.715451 | f680daf2-385a-47ec-aacd-3667a5d8bf5e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 22:54:14.751589 | fa163ec6-dd0a-cd85-1406-0000000032cc | TASK | Gather podman infos 2026-03-10 22:54:15.697789 | fa163ec6-dd0a-cd85-1406-0000000032cc | OK | Gather podman infos | standalone 2026-03-10 22:54:15.698900 | fa163ec6-dd0a-cd85-1406-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:35.177210 | 0.95s 2026-03-10 22:54:15.773368 | fa163ec6-dd0a-cd85-1406-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 22:54:15.840166 | fa163ec6-dd0a-cd85-1406-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:35.318467 | 0.06s 2026-03-10 22:54:15.969545 | fa163ec6-dd0a-cd85-1406-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:35.447844 | 0.07s 2026-03-10 22:54:16.026504 | fa163ec6-dd0a-cd85-1406-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 22:54:16.079261 | fa163ec6-dd0a-cd85-1406-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:35.557538 | 0.05s 2026-03-10 22:54:16.101314 | 863abfb3-b3ff-46c9-a9bd-2a8957f364d9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 22:54:16.136555 | fa163ec6-dd0a-cd85-1406-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 22:54:36.654424 | fa163ec6-dd0a-cd85-1406-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-10 22:54:36.656082 | fa163ec6-dd0a-cd85-1406-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:56.134386 | 20.52s 2026-03-10 22:54:36.689198 | fa163ec6-dd0a-cd85-1406-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-10 22:54:40.314381 | fa163ec6-dd0a-cd85-1406-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-10 22:54:40.315894 | fa163ec6-dd0a-cd85-1406-00000000333d | 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:18:59.794202 | 3.63s 2026-03-10 22:54:40.389535 | fa163ec6-dd0a-cd85-1406-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-10 22:54:40.619055 | fa163ec6-dd0a-cd85-1406-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-10 22:54:40.620427 | fa163ec6-dd0a-cd85-1406-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:00.098731 | 0.23s 2026-03-10 22:54:40.666619 | fa163ec6-dd0a-cd85-1406-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-10 22:54:40.718685 | fa163ec6-dd0a-cd85-1406-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:00.196977 | 0.05s 2026-03-10 22:54:40.750295 | fa163ec6-dd0a-cd85-1406-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-03-10 22:54:40.784097 | fa163ec6-dd0a-cd85-1406-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:00.262375 | 0.03s 2026-03-10 22:54:40.810324 | 0468e7eb-0b94-4026-a8ca-a13fb33e2ad8 | INCLUDED | /root/standalone-ansible-tdq6yxft/host-container-puppet-tasks.yaml | standalone 2026-03-10 22:54:40.854133 | fa163ec6-dd0a-cd85-1406-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-10 22:54:41.331514 | fa163ec6-dd0a-cd85-1406-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-10 22:54:41.332258 | fa163ec6-dd0a-cd85-1406-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:00.810573 | 0.48s 2026-03-10 22:54:41.351595 | fa163ec6-dd0a-cd85-1406-00000000338a | TASK | Generate container puppet configs for step 2 2026-03-10 22:54:41.587641 | fa163ec6-dd0a-cd85-1406-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-03-10 22:54:41.588690 | fa163ec6-dd0a-cd85-1406-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:01.067001 | 0.24s 2026-03-10 22:54:41.612044 | fa163ec6-dd0a-cd85-1406-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-10 22:54:41.643804 | fa163ec6-dd0a-cd85-1406-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:01.122111 | 0.03s 2026-03-10 22:54:41.699663 | fa163ec6-dd0a-cd85-1406-0000000033ba | TASK | Gather variables for each operating system 2026-03-10 22:54:41.832338 | fa163ec6-dd0a-cd85-1406-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:01.310629 | 0.13s 2026-03-10 22:54:41.862125 | fa163ec6-dd0a-cd85-1406-0000000033bb | TASK | Create container logs path 2026-03-10 22:54:42.090749 | fa163ec6-dd0a-cd85-1406-0000000033bb | OK | Create container logs path | standalone 2026-03-10 22:54:42.092123 | fa163ec6-dd0a-cd85-1406-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:01.570429 | 0.23s 2026-03-10 22:54:42.123513 | fa163ec6-dd0a-cd85-1406-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-10 22:54:42.378507 | fa163ec6-dd0a-cd85-1406-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-10 22:54:42.379802 | fa163ec6-dd0a-cd85-1406-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:01.858107 | 0.25s 2026-03-10 22:54:42.408737 | fa163ec6-dd0a-cd85-1406-0000000033be | TASK | Finalise hashes for all containers 2026-03-10 22:54:42.454782 | fa163ec6-dd0a-cd85-1406-0000000033be | OK | Finalise hashes for all containers | standalone 2026-03-10 22:54:42.455979 | fa163ec6-dd0a-cd85-1406-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:01.934283 | 0.05s 2026-03-10 22:54:42.486914 | fa163ec6-dd0a-cd85-1406-0000000033c0 | TASK | Manage systemd shutdown files 2026-03-10 22:54:42.520014 | fa163ec6-dd0a-cd85-1406-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 22:54:42.521334 | fa163ec6-dd0a-cd85-1406-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:01.999638 | 0.03s 2026-03-10 22:54:42.550970 | fa163ec6-dd0a-cd85-1406-0000000033c2 | TASK | Update container configs with new config hashes 2026-03-10 22:54:42.602021 | fa163ec6-dd0a-cd85-1406-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 22:54:42.603681 | fa163ec6-dd0a-cd85-1406-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:02.081986 | 0.05s 2026-03-10 22:54:42.636390 | fa163ec6-dd0a-cd85-1406-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-10 22:54:42.688184 | fa163ec6-dd0a-cd85-1406-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-10 22:54:42.689562 | fa163ec6-dd0a-cd85-1406-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:02.167866 | 0.05s 2026-03-10 22:54:42.723694 | fa163ec6-dd0a-cd85-1406-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-10 22:54:42.777276 | fa163ec6-dd0a-cd85-1406-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-10 22:54:42.778580 | fa163ec6-dd0a-cd85-1406-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:02.256886 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-10 22:54:42.958381 | fa163ec6-dd0a-cd85-1406-0000000000d2 | TASK | External deployment step 3 2026-03-10 22:54:42.992526 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000d2') missing from stats 2026-03-10 22:54:43.047642 | fa163ec6-dd0a-cd85-1406-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:02.525940 | 0.04s 2026-03-10 22:54:43.054106 | dd3babf3-76ae-46a0-913a-3cb893a46d3e | INCLUDED | /root/standalone-ansible-tdq6yxft/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-03-10 22:54:43.188295 | fa163ec6-dd0a-cd85-1406-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-10 22:54:43.216848 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000d6') missing from stats 2026-03-10 22:54:43.239698 | fa163ec6-dd0a-cd85-1406-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-10 22:54:43.714077 | fa163ec6-dd0a-cd85-1406-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-10 22:54:43.715612 | fa163ec6-dd0a-cd85-1406-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:03.193919 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 22:54:43.796464 | fa163ec6-dd0a-cd85-1406-0000000000d8 | TIMING | include_tasks | standalone | 0:19:03.274759 | 0.05s 2026-03-10 22:54:43.825535 | 6fd6f7ec-c004-4bf6-9c9a-1afc9e1843db | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-10 22:54:43.855512 | fa163ec6-dd0a-cd85-1406-000000003428 | TASK | Start OVN container 2026-03-10 22:54:43.933430 | fa163ec6-dd0a-cd85-1406-000000003428 | TIMING | Start OVN container | standalone | 0:19:03.411713 | 0.08s 2026-03-10 22:54:43.962852 | fa163ec6-dd0a-cd85-1406-000000003428 | TIMING | Start OVN container | standalone | 0:19:03.441164 | 0.11s 2026-03-10 22:54:43.987838 | fa163ec6-dd0a-cd85-1406-000000003428 | TIMING | Start OVN container | standalone | 0:19:03.466150 | 0.13s 2026-03-10 22:54:43.999985 | fa163ec6-dd0a-cd85-1406-000000003428 | TIMING | Start OVN container | standalone | 0:19:03.478281 | 0.14s 2026-03-10 22:54:44.110837 | fa163ec6-dd0a-cd85-1406-000000003460 | TASK | Gather variables for each operating system 2026-03-10 22:54:44.232775 | fa163ec6-dd0a-cd85-1406-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:03.711066 | 0.12s 2026-03-10 22:54:44.263148 | fa163ec6-dd0a-cd85-1406-000000003461 | TASK | Create container logs path 2026-03-10 22:54:44.509799 | fa163ec6-dd0a-cd85-1406-000000003461 | OK | Create container logs path | standalone 2026-03-10 22:54:44.511330 | fa163ec6-dd0a-cd85-1406-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:03.989631 | 0.25s 2026-03-10 22:54:44.544792 | fa163ec6-dd0a-cd85-1406-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:44.815887 | fa163ec6-dd0a-cd85-1406-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:54:44.817058 | fa163ec6-dd0a-cd85-1406-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:04.295365 | 0.27s 2026-03-10 22:54:44.845557 | fa163ec6-dd0a-cd85-1406-000000003464 | TASK | Finalise hashes for all containers 2026-03-10 22:54:44.948854 | fa163ec6-dd0a-cd85-1406-000000003464 | OK | Finalise hashes for all containers | standalone 2026-03-10 22:54:44.950143 | fa163ec6-dd0a-cd85-1406-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:04.428416 | 0.10s 2026-03-10 22:54:44.979172 | fa163ec6-dd0a-cd85-1406-000000003466 | TASK | Manage systemd shutdown files 2026-03-10 22:54:45.029904 | fa163ec6-dd0a-cd85-1406-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 22:54:45.031258 | fa163ec6-dd0a-cd85-1406-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:04.509531 | 0.05s 2026-03-10 22:54:45.060204 | fa163ec6-dd0a-cd85-1406-000000003468 | TASK | Update container configs with new config hashes 2026-03-10 22:54:45.133803 | fa163ec6-dd0a-cd85-1406-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 22:54:45.135141 | fa163ec6-dd0a-cd85-1406-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:04.613447 | 0.07s 2026-03-10 22:54:45.165551 | fa163ec6-dd0a-cd85-1406-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:45.238810 | fa163ec6-dd0a-cd85-1406-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:04.717107 | 0.07s 2026-03-10 22:54:45.262422 | 46edce7b-ffd8-41fb-a052-f67d16c43ccb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 22:54:45.297395 | fa163ec6-dd0a-cd85-1406-0000000034f5 | TASK | Gather podman infos 2026-03-10 22:54:46.494475 | fa163ec6-dd0a-cd85-1406-0000000034f5 | OK | Gather podman infos | standalone 2026-03-10 22:54:46.495696 | fa163ec6-dd0a-cd85-1406-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:05.974005 | 1.20s 2026-03-10 22:54:46.581689 | fa163ec6-dd0a-cd85-1406-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:46.672369 | fa163ec6-dd0a-cd85-1406-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:06.150660 | 0.09s 2026-03-10 22:54:46.814149 | fa163ec6-dd0a-cd85-1406-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:06.292443 | 0.08s 2026-03-10 22:54:46.878824 | fa163ec6-dd0a-cd85-1406-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:46.946695 | fa163ec6-dd0a-cd85-1406-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:06.424984 | 0.07s 2026-03-10 22:54:46.969853 | 55edba23-5983-4cbd-bcb4-7e9523a6ac32 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 22:54:47.011151 | fa163ec6-dd0a-cd85-1406-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:47.894170 | fa163ec6-dd0a-cd85-1406-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:54:47.895876 | fa163ec6-dd0a-cd85-1406-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:07.374180 | 0.88s 2026-03-10 22:54:47.928590 | fa163ec6-dd0a-cd85-1406-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:50.684780 | fa163ec6-dd0a-cd85-1406-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:54:50.686249 | fa163ec6-dd0a-cd85-1406-000000003561 | 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:10.164525 | 2.76s 2026-03-10 22:54:50.740168 | fa163ec6-dd0a-cd85-1406-00000000348b | TASK | Gather variables for each operating system 2026-03-10 22:54:50.866969 | fa163ec6-dd0a-cd85-1406-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:10.345278 | 0.13s 2026-03-10 22:54:50.889200 | fa163ec6-dd0a-cd85-1406-00000000348c | TASK | Create container logs path 2026-03-10 22:54:51.155759 | fa163ec6-dd0a-cd85-1406-00000000348c | OK | Create container logs path | standalone 2026-03-10 22:54:51.157129 | fa163ec6-dd0a-cd85-1406-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:10.635434 | 0.27s 2026-03-10 22:54:51.187855 | fa163ec6-dd0a-cd85-1406-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:51.492474 | fa163ec6-dd0a-cd85-1406-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:54:51.493711 | fa163ec6-dd0a-cd85-1406-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:10.972016 | 0.30s 2026-03-10 22:54:51.523195 | fa163ec6-dd0a-cd85-1406-00000000348f | TASK | Finalise hashes for all containers 2026-03-10 22:54:51.598778 | fa163ec6-dd0a-cd85-1406-00000000348f | OK | Finalise hashes for all containers | standalone 2026-03-10 22:54:51.599985 | fa163ec6-dd0a-cd85-1406-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:11.078291 | 0.08s 2026-03-10 22:54:51.628719 | fa163ec6-dd0a-cd85-1406-000000003491 | TASK | Manage systemd shutdown files 2026-03-10 22:54:51.683162 | fa163ec6-dd0a-cd85-1406-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 22:54:51.684458 | fa163ec6-dd0a-cd85-1406-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:11.162764 | 0.05s 2026-03-10 22:54:51.713740 | fa163ec6-dd0a-cd85-1406-000000003493 | TASK | Update container configs with new config hashes 2026-03-10 22:54:51.786136 | fa163ec6-dd0a-cd85-1406-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 22:54:51.787483 | fa163ec6-dd0a-cd85-1406-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:11.265788 | 0.07s 2026-03-10 22:54:51.819411 | fa163ec6-dd0a-cd85-1406-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:51.890697 | fa163ec6-dd0a-cd85-1406-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:11.368994 | 0.07s 2026-03-10 22:54:51.914332 | 257c004d-8c61-490f-9201-8fd254017698 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 22:54:51.948887 | fa163ec6-dd0a-cd85-1406-0000000035ac | TASK | Gather podman infos 2026-03-10 22:54:53.216232 | fa163ec6-dd0a-cd85-1406-0000000035ac | OK | Gather podman infos | standalone 2026-03-10 22:54:53.217594 | fa163ec6-dd0a-cd85-1406-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:12.695911 | 1.27s 2026-03-10 22:54:53.273119 | fa163ec6-dd0a-cd85-1406-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:53.366710 | fa163ec6-dd0a-cd85-1406-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:12.845006 | 0.08s 2026-03-10 22:54:53.507883 | fa163ec6-dd0a-cd85-1406-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:12.986181 | 0.08s 2026-03-10 22:54:53.565956 | fa163ec6-dd0a-cd85-1406-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:53.635130 | fa163ec6-dd0a-cd85-1406-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:13.113417 | 0.07s 2026-03-10 22:54:53.662186 | e70c05bf-7faf-4aa3-a362-fb21c9ab7fc8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 22:54:53.718167 | fa163ec6-dd0a-cd85-1406-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:54.647916 | fa163ec6-dd0a-cd85-1406-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:54:54.648973 | fa163ec6-dd0a-cd85-1406-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:14.127283 | 0.93s 2026-03-10 22:54:54.673563 | fa163ec6-dd0a-cd85-1406-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:57.498704 | fa163ec6-dd0a-cd85-1406-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:54:57.499904 | fa163ec6-dd0a-cd85-1406-000000003613 | 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:16.978214 | 2.83s 2026-03-10 22:54:57.553814 | fa163ec6-dd0a-cd85-1406-0000000034b6 | TASK | Gather variables for each operating system 2026-03-10 22:54:57.673476 | fa163ec6-dd0a-cd85-1406-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:17.151773 | 0.12s 2026-03-10 22:54:57.706332 | fa163ec6-dd0a-cd85-1406-0000000034b7 | TASK | Create container logs path 2026-03-10 22:54:57.981314 | fa163ec6-dd0a-cd85-1406-0000000034b7 | OK | Create container logs path | standalone 2026-03-10 22:54:57.983007 | fa163ec6-dd0a-cd85-1406-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:17.461311 | 0.28s 2026-03-10 22:54:58.017631 | fa163ec6-dd0a-cd85-1406-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:58.332206 | fa163ec6-dd0a-cd85-1406-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:54:58.333532 | fa163ec6-dd0a-cd85-1406-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:17.811837 | 0.31s 2026-03-10 22:54:58.366992 | fa163ec6-dd0a-cd85-1406-0000000034ba | TASK | Finalise hashes for all containers 2026-03-10 22:54:58.472993 | fa163ec6-dd0a-cd85-1406-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-03-10 22:54:58.474374 | fa163ec6-dd0a-cd85-1406-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:17.952679 | 0.11s 2026-03-10 22:54:58.504481 | fa163ec6-dd0a-cd85-1406-0000000034bc | TASK | Manage systemd shutdown files 2026-03-10 22:54:58.566875 | fa163ec6-dd0a-cd85-1406-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 22:54:58.568158 | fa163ec6-dd0a-cd85-1406-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:18.046464 | 0.06s 2026-03-10 22:54:58.597826 | fa163ec6-dd0a-cd85-1406-0000000034be | TASK | Update container configs with new config hashes 2026-03-10 22:54:58.665063 | fa163ec6-dd0a-cd85-1406-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 22:54:58.666294 | fa163ec6-dd0a-cd85-1406-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:18.144599 | 0.07s 2026-03-10 22:54:58.697648 | fa163ec6-dd0a-cd85-1406-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:54:58.771660 | fa163ec6-dd0a-cd85-1406-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:18.249957 | 0.07s 2026-03-10 22:54:58.797420 | fa033180-7a5e-48a6-8f93-1a5ce79f124f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 22:54:58.833289 | fa163ec6-dd0a-cd85-1406-00000000365e | TASK | Gather podman infos 2026-03-10 22:54:59.982689 | fa163ec6-dd0a-cd85-1406-00000000365e | OK | Gather podman infos | standalone 2026-03-10 22:54:59.985356 | fa163ec6-dd0a-cd85-1406-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:19.463658 | 1.15s 2026-03-10 22:55:00.077726 | fa163ec6-dd0a-cd85-1406-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:55:00.182210 | fa163ec6-dd0a-cd85-1406-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:19.660517 | 0.10s 2026-03-10 22:55:00.361308 | fa163ec6-dd0a-cd85-1406-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:19.839612 | 0.13s 2026-03-10 22:55:00.467056 | fa163ec6-dd0a-cd85-1406-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:55:00.537380 | fa163ec6-dd0a-cd85-1406-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:20.015686 | 0.07s 2026-03-10 22:55:00.552081 | a965b13f-317a-49c8-9fde-26dfed5bda2a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 22:55:00.581867 | fa163ec6-dd0a-cd85-1406-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:55:01.526853 | fa163ec6-dd0a-cd85-1406-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:55:01.528381 | fa163ec6-dd0a-cd85-1406-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:21.006684 | 0.95s 2026-03-10 22:55:01.560819 | fa163ec6-dd0a-cd85-1406-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-10 22:55:04.423885 | fa163ec6-dd0a-cd85-1406-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-10 22:55:04.424928 | fa163ec6-dd0a-cd85-1406-0000000036c5 | 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:23.903246 | 2.86s 2026-03-10 22:55:04.465718 | fa163ec6-dd0a-cd85-1406-00000000342a | TASK | Set NB connection 2026-03-10 22:55:04.912380 | fa163ec6-dd0a-cd85-1406-00000000342a | CHANGED | Set NB connection | standalone 2026-03-10 22:55:04.913902 | fa163ec6-dd0a-cd85-1406-00000000342a | TIMING | Set NB connection | standalone | 0:19:24.392205 | 0.45s 2026-03-10 22:55:04.944868 | fa163ec6-dd0a-cd85-1406-00000000342b | TASK | Set SB connection 2026-03-10 22:55:05.359971 | fa163ec6-dd0a-cd85-1406-00000000342b | CHANGED | Set SB connection | standalone 2026-03-10 22:55:05.361431 | fa163ec6-dd0a-cd85-1406-00000000342b | TIMING | Set SB connection | standalone | 0:19:24.839736 | 0.41s 2026-03-10 22:55:05.395506 | fa163ec6-dd0a-cd85-1406-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-10 22:55:05.632943 | fa163ec6-dd0a-cd85-1406-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-10 22:55:05.634496 | fa163ec6-dd0a-cd85-1406-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:25.112801 | 0.24s 2026-03-10 22:55:05.746925 | fa163ec6-dd0a-cd85-1406-0000000000db | TIMING | include_tasks | standalone | 0:19:25.225222 | 0.08s 2026-03-10 22:55:05.787108 | 3b431848-14ed-4db3-bef0-4e17bbcc271d | INCLUDED | /root/standalone-ansible-tdq6yxft/common_deploy_steps_tasks.yaml | standalone 2026-03-10 22:55:05.814531 | fa163ec6-dd0a-cd85-1406-00000000370a | TASK | Write the config_step hieradata 2026-03-10 22:55:07.291308 | fa163ec6-dd0a-cd85-1406-00000000370a | OK | Write the config_step hieradata | standalone 2026-03-10 22:55:07.292007 | fa163ec6-dd0a-cd85-1406-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:26.770323 | 1.48s 2026-03-10 22:55:07.311393 | fa163ec6-dd0a-cd85-1406-00000000370b | TASK | Run puppet host configuration for step 3 2026-03-10 22:55:07.637462 | fa163ec6-dd0a-cd85-1406-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-10 22:55:07.638155 | fa163ec6-dd0a-cd85-1406-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:27.116471 | 0.33s 2026-03-10 22:55:07.656730 | fa163ec6-dd0a-cd85-1406-00000000370c | TASK | Wait for puppet host configuration to finish 2026-03-10 22:55:07.908390 | fa163ec6-dd0a-cd85-1406-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 22:55:18.116406 | fa163ec6-dd0a-cd85-1406-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 22:55:28.339276 | fa163ec6-dd0a-cd85-1406-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 22:55:28.340616 | fa163ec6-dd0a-cd85-1406-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:47.818921 | 20.68s 2026-03-10 22:55:28.370017 | fa163ec6-dd0a-cd85-1406-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-10 22:55:28.453484 | fa163ec6-dd0a-cd85-1406-00000000370d | 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 10 22:55:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 22:55:14 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 22:55:14 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 22:55:14 puppet-user: (file & line not available)", "<13>Mar 10 22:55:14 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 10 22:55:14 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 10 22:55:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 22:55:14 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.46 seconds", "<13>Mar 10 22:55:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 22:55:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 22:55:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 22:55:22 puppet-user: Notice: Applied catalog in 7.93 seconds", "<13>Mar 10 22:55:22 puppet-user: Application:", "<13>Mar 10 22:55:22 puppet-user: Initial environment: production", "<13>Mar 10 22:55:22 puppet-user: Converged environment: production", "<13>Mar 10 22:55:22 puppet-user: Run mode: user", "<13>Mar 10 22:55:22 puppet-user: Changes:", "<13>Mar 10 22:55:22 puppet-user: Total: 2", "<13>Mar 10 22:55:22 puppet-user: Events:", "<13>Mar 10 22:55:22 puppet-user: Success: 2", "<13>Mar 10 22:55:22 puppet-user: Resources:", "<13>Mar 10 22:55:22 puppet-user: Changed: 2", "<13>Mar 10 22:55:22 puppet-user: Out of sync: 2", "<13>Mar 10 22:55:22 puppet-user: Total: 28", "<13>Mar 10 22:55:22 puppet-user: Time:", "<13>Mar 10 22:55:22 puppet-user: Schedule: 0.00", "<13>Mar 10 22:55:22 puppet-user: File line: 0.00", "<13>Mar 10 22:55:22 puppet-user: Package: 0.00", "<13>Mar 10 22:55:22 puppet-user: File: 0.00", "<13>Mar 10 22:55:22 puppet-user: Augeas: 0.01", "<13>Mar 10 22:55:22 puppet-user: User: 0.06", "<13>Mar 10 22:55:22 puppet-user: Service: 0.07", "<13>Mar 10 22:55:22 puppet-user: Config retrieval: 0.51", "<13>Mar 10 22:55:22 puppet-user: Pcmk property: 1.49", "<13>Mar 10 22:55:22 puppet-user: Exec: 1.88", "<13>Mar 10 22:55:22 puppet-user: Last run: 1773183322", "<13>Mar 10 22:55:22 puppet-user: Pcmk resource op default: 2.12", "<13>Mar 10 22:55:22 puppet-user: Pcmk resource default: 2.13", "<13>Mar 10 22:55:22 puppet-user: Transaction evaluation: 7.91", "<13>Mar 10 22:55:22 puppet-user: Catalog application: 7.93", "<13>Mar 10 22:55:22 puppet-user: Filebucket: 0.00", "<13>Mar 10 22:55:22 puppet-user: Total: 7.94", "<13>Mar 10 22:55:22 puppet-user: Version:", "<13>Mar 10 22:55:22 puppet-user: Config: 1773183314", "<13>Mar 10 22:55:22 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 22:55:28.454905 | fa163ec6-dd0a-cd85-1406-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:19:47.933210 | 0.08s 2026-03-10 22:55:28.484351 | fa163ec6-dd0a-cd85-1406-00000000370e | TASK | Pre-cache facts for puppet containers 2026-03-10 22:55:28.513521 | fa163ec6-dd0a-cd85-1406-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:47.991822 | 0.03s 2026-03-10 22:55:28.578377 | fa163ec6-dd0a-cd85-1406-00000000374d | TASK | Gather variables for each operating system 2026-03-10 22:55:28.690301 | fa163ec6-dd0a-cd85-1406-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:48.168597 | 0.11s 2026-03-10 22:55:28.719760 | fa163ec6-dd0a-cd85-1406-00000000374e | TASK | Create puppet caching structures 2026-03-10 22:55:28.956043 | fa163ec6-dd0a-cd85-1406-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-03-10 22:55:28.957443 | fa163ec6-dd0a-cd85-1406-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:48.435748 | 0.24s 2026-03-10 22:55:28.985995 | fa163ec6-dd0a-cd85-1406-00000000374f | TASK | Check for facter.conf 2026-03-10 22:55:29.216245 | fa163ec6-dd0a-cd85-1406-00000000374f | OK | Check for facter.conf | standalone 2026-03-10 22:55:29.218106 | fa163ec6-dd0a-cd85-1406-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:48.696417 | 0.23s 2026-03-10 22:55:29.241051 | fa163ec6-dd0a-cd85-1406-000000003750 | TASK | Remove facter.conf if directory 2026-03-10 22:55:29.293104 | fa163ec6-dd0a-cd85-1406-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 22:55:29.294035 | fa163ec6-dd0a-cd85-1406-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:48.772349 | 0.05s 2026-03-10 22:55:29.315842 | fa163ec6-dd0a-cd85-1406-000000003751 | TASK | Write facter cache config 2026-03-10 22:55:29.821847 | fa163ec6-dd0a-cd85-1406-000000003751 | CHANGED | Write facter cache config | standalone 2026-03-10 22:55:29.823350 | fa163ec6-dd0a-cd85-1406-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:49.301655 | 0.51s 2026-03-10 22:55:29.853546 | fa163ec6-dd0a-cd85-1406-000000003752 | TASK | Cleanup facter cache if exists 2026-03-10 22:55:30.056910 | fa163ec6-dd0a-cd85-1406-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 22:55:30.058447 | fa163ec6-dd0a-cd85-1406-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:49.536750 | 0.20s 2026-03-10 22:55:30.087566 | fa163ec6-dd0a-cd85-1406-000000003753 | TASK | Pre-cache facts 2026-03-10 22:55:30.736429 | fa163ec6-dd0a-cd85-1406-000000003753 | CHANGED | Pre-cache facts | standalone 2026-03-10 22:55:30.737806 | fa163ec6-dd0a-cd85-1406-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:50.216110 | 0.65s 2026-03-10 22:55:30.770454 | fa163ec6-dd0a-cd85-1406-000000003754 | TASK | Failed deployment if facter fails 2026-03-10 22:55:30.803385 | fa163ec6-dd0a-cd85-1406-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 22:55:30.804889 | fa163ec6-dd0a-cd85-1406-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:50.283192 | 0.03s 2026-03-10 22:55:30.853952 | fa163ec6-dd0a-cd85-1406-000000003755 | TASK | Sync cached facts 2026-03-10 22:55:31.149348 | fa163ec6-dd0a-cd85-1406-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-dd0a-cd85-1406-000000003755') missing from stats 2026-03-10 22:55:31.191585 | fa163ec6-dd0a-cd85-1406-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 22:55:31.238317 | fa163ec6-dd0a-cd85-1406-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 22:55:31.239186 | fa163ec6-dd0a-cd85-1406-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:50.717496 | 0.05s 2026-03-10 22:55:31.262312 | fa163ec6-dd0a-cd85-1406-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-10 22:55:31.288304 | fa163ec6-dd0a-cd85-1406-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:19:50.766613 | 0.03s 2026-03-10 22:55:31.340597 | fa163ec6-dd0a-cd85-1406-0000000037ac | TASK | Gather variables for each operating system 2026-03-10 22:55:31.453662 | fa163ec6-dd0a-cd85-1406-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:50.931959 | 0.11s 2026-03-10 22:55:31.482879 | fa163ec6-dd0a-cd85-1406-0000000037ad | TASK | Create container logs path 2026-03-10 22:55:31.739153 | fa163ec6-dd0a-cd85-1406-0000000037ad | OK | Create container logs path | standalone 2026-03-10 22:55:31.739924 | fa163ec6-dd0a-cd85-1406-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:51.218240 | 0.26s 2026-03-10 22:55:31.760575 | fa163ec6-dd0a-cd85-1406-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 22:55:32.037820 | fa163ec6-dd0a-cd85-1406-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-10 22:55:32.039022 | fa163ec6-dd0a-cd85-1406-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:51.517327 | 0.28s 2026-03-10 22:55:32.070318 | fa163ec6-dd0a-cd85-1406-0000000037b0 | TASK | Finalise hashes for all containers 2026-03-10 22:55:32.154563 | fa163ec6-dd0a-cd85-1406-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-03-10 22:55:32.155824 | fa163ec6-dd0a-cd85-1406-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:51.634129 | 0.08s 2026-03-10 22:55:32.185904 | fa163ec6-dd0a-cd85-1406-0000000037b2 | TASK | Manage systemd shutdown files 2026-03-10 22:55:32.219302 | fa163ec6-dd0a-cd85-1406-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:51.697594 | 0.03s 2026-03-10 22:55:32.259199 | b6de6728-2e24-4bcd-992f-2c03063bd575 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 22:55:32.292351 | fa163ec6-dd0a-cd85-1406-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 22:55:32.559110 | fa163ec6-dd0a-cd85-1406-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 22:55:32.560874 | fa163ec6-dd0a-cd85-1406-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:52.039176 | 0.27s 2026-03-10 22:55:32.590466 | fa163ec6-dd0a-cd85-1406-0000000037e6 | TASK | Set podman_drop_in fact 2026-03-10 22:55:32.654137 | fa163ec6-dd0a-cd85-1406-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-03-10 22:55:32.655541 | fa163ec6-dd0a-cd85-1406-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:52.133845 | 0.06s 2026-03-10 22:55:32.685049 | fa163ec6-dd0a-cd85-1406-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 22:55:33.188120 | fa163ec6-dd0a-cd85-1406-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 22:55:33.189065 | fa163ec6-dd0a-cd85-1406-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:52.667379 | 0.50s 2026-03-10 22:55:33.666807 | fa163ec6-dd0a-cd85-1406-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 22:55:33.669302 | fa163ec6-dd0a-cd85-1406-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:53.147606 | 0.98s 2026-03-10 22:55:33.679629 | fa163ec6-dd0a-cd85-1406-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:53.157941 | 0.99s 2026-03-10 22:55:33.709706 | fa163ec6-dd0a-cd85-1406-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 22:55:34.241636 | fa163ec6-dd0a-cd85-1406-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 22:55:34.242409 | fa163ec6-dd0a-cd85-1406-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:53.720724 | 0.53s 2026-03-10 22:55:34.262891 | fa163ec6-dd0a-cd85-1406-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 22:55:34.749088 | fa163ec6-dd0a-cd85-1406-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 22:55:34.750591 | fa163ec6-dd0a-cd85-1406-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:54.228896 | 0.49s 2026-03-10 22:55:34.785997 | fa163ec6-dd0a-cd85-1406-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-03-10 22:55:35.520005 | fa163ec6-dd0a-cd85-1406-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 22:55:35.521301 | fa163ec6-dd0a-cd85-1406-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:54.999612 | 0.73s 2026-03-10 22:55:35.544982 | fa163ec6-dd0a-cd85-1406-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 22:55:36.075792 | fa163ec6-dd0a-cd85-1406-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 22:55:36.076675 | fa163ec6-dd0a-cd85-1406-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:55.554987 | 0.53s 2026-03-10 22:55:36.098635 | fa163ec6-dd0a-cd85-1406-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 22:55:36.561593 | fa163ec6-dd0a-cd85-1406-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 22:55:36.563299 | fa163ec6-dd0a-cd85-1406-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:56.041584 | 0.46s 2026-03-10 22:55:36.594838 | fa163ec6-dd0a-cd85-1406-0000000037ee | TASK | Enable and start netns-placeholder 2026-03-10 22:55:37.261462 | fa163ec6-dd0a-cd85-1406-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 22:55:37.262747 | fa163ec6-dd0a-cd85-1406-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:56.741062 | 0.67s 2026-03-10 22:55:37.283125 | fa163ec6-dd0a-cd85-1406-0000000037b4 | TASK | Update container configs with new config hashes 2026-03-10 22:55:37.326208 | fa163ec6-dd0a-cd85-1406-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:56.804501 | 0.04s 2026-03-10 22:55:37.341709 | c96121b6-f073-4a34-90a7-cf879ce752c0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 22:55:37.373871 | fa163ec6-dd0a-cd85-1406-000000003816 | TASK | Update config hashes for container startup configs 2026-03-10 22:55:37.677985 | fa163ec6-dd0a-cd85-1406-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-03-10 22:55:37.678927 | fa163ec6-dd0a-cd85-1406-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:57.157243 | 0.30s 2026-03-10 22:55:37.699280 | fa163ec6-dd0a-cd85-1406-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 22:55:37.747467 | fa163ec6-dd0a-cd85-1406-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:57.225722 | 0.05s 2026-03-10 22:55:37.771659 | e677e4e5-16d8-4d2f-86f7-b49381677c81 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 22:55:37.800318 | fa163ec6-dd0a-cd85-1406-000000003835 | TASK | Gather podman infos 2026-03-10 22:55:39.044988 | fa163ec6-dd0a-cd85-1406-000000003835 | OK | Gather podman infos | standalone 2026-03-10 22:55:39.048004 | fa163ec6-dd0a-cd85-1406-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:58.526310 | 1.25s 2026-03-10 22:55:39.141763 | fa163ec6-dd0a-cd85-1406-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 22:55:39.223834 | fa163ec6-dd0a-cd85-1406-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:58.702129 | 0.07s 2026-03-10 22:55:39.374634 | fa163ec6-dd0a-cd85-1406-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:58.852939 | 0.09s 2026-03-10 22:55:39.425734 | fa163ec6-dd0a-cd85-1406-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 22:55:39.487252 | fa163ec6-dd0a-cd85-1406-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:58.965520 | 0.06s 2026-03-10 22:55:39.511518 | 39de370a-0e6d-4067-9c0e-8662a30475e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 22:55:39.547801 | fa163ec6-dd0a-cd85-1406-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 22:56:31.251400 | fa163ec6-dd0a-cd85-1406-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-10 22:56:31.253084 | fa163ec6-dd0a-cd85-1406-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:50.731388 | 51.70s 2026-03-10 22:56:31.284782 | fa163ec6-dd0a-cd85-1406-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-10 22:57:00.724522 | fa163ec6-dd0a-cd85-1406-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-10 22:57:00.726320 | fa163ec6-dd0a-cd85-1406-0000000038a1 | 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:20.204626 | 29.44s 2026-03-10 22:57:00.790021 | fa163ec6-dd0a-cd85-1406-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-10 22:57:00.984953 | fa163ec6-dd0a-cd85-1406-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-10 22:57:00.985775 | fa163ec6-dd0a-cd85-1406-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:20.464091 | 0.19s 2026-03-10 22:57:01.012812 | fa163ec6-dd0a-cd85-1406-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-10 22:57:01.071954 | fa163ec6-dd0a-cd85-1406-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:20.550250 | 0.06s 2026-03-10 22:57:01.102323 | fa163ec6-dd0a-cd85-1406-000000003715 | TASK | Include container-puppet tasks for step 3 2026-03-10 22:57:01.153445 | fa163ec6-dd0a-cd85-1406-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:20.631741 | 0.05s 2026-03-10 22:57:01.177873 | 279b342f-d3ba-485e-b304-19b4a511a4d1 | INCLUDED | /root/standalone-ansible-tdq6yxft/host-container-puppet-tasks.yaml | standalone 2026-03-10 22:57:01.225146 | fa163ec6-dd0a-cd85-1406-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-10 22:57:01.725183 | fa163ec6-dd0a-cd85-1406-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-10 22:57:01.726843 | fa163ec6-dd0a-cd85-1406-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:21.205143 | 0.50s 2026-03-10 22:57:01.757104 | fa163ec6-dd0a-cd85-1406-0000000038ee | TASK | Generate container puppet configs for step 3 2026-03-10 22:57:02.045946 | fa163ec6-dd0a-cd85-1406-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-03-10 22:57:02.047338 | fa163ec6-dd0a-cd85-1406-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:21.525640 | 0.29s 2026-03-10 22:57:02.078519 | fa163ec6-dd0a-cd85-1406-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-10 22:57:02.108610 | fa163ec6-dd0a-cd85-1406-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:21.586910 | 0.03s 2026-03-10 22:57:02.177140 | fa163ec6-dd0a-cd85-1406-00000000391e | TASK | Gather variables for each operating system 2026-03-10 22:57:02.279948 | fa163ec6-dd0a-cd85-1406-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:21.758256 | 0.10s 2026-03-10 22:57:02.299206 | fa163ec6-dd0a-cd85-1406-00000000391f | TASK | Create container logs path 2026-03-10 22:57:02.527992 | fa163ec6-dd0a-cd85-1406-00000000391f | OK | Create container logs path | standalone 2026-03-10 22:57:02.529458 | fa163ec6-dd0a-cd85-1406-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:22.007760 | 0.23s 2026-03-10 22:57:02.560461 | fa163ec6-dd0a-cd85-1406-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-10 22:57:02.810326 | fa163ec6-dd0a-cd85-1406-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-10 22:57:02.811047 | fa163ec6-dd0a-cd85-1406-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:22.289362 | 0.25s 2026-03-10 22:57:02.834910 | fa163ec6-dd0a-cd85-1406-000000003922 | TASK | Finalise hashes for all containers 2026-03-10 22:57:02.879812 | fa163ec6-dd0a-cd85-1406-000000003922 | OK | Finalise hashes for all containers | standalone 2026-03-10 22:57:02.881141 | fa163ec6-dd0a-cd85-1406-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:22.359445 | 0.04s 2026-03-10 22:57:02.922094 | fa163ec6-dd0a-cd85-1406-000000003924 | TASK | Manage systemd shutdown files 2026-03-10 22:57:02.962044 | fa163ec6-dd0a-cd85-1406-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 22:57:02.963261 | fa163ec6-dd0a-cd85-1406-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:22.441568 | 0.04s 2026-03-10 22:57:02.992263 | fa163ec6-dd0a-cd85-1406-000000003926 | TASK | Update container configs with new config hashes 2026-03-10 22:57:03.045159 | fa163ec6-dd0a-cd85-1406-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 22:57:03.046511 | fa163ec6-dd0a-cd85-1406-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:22.524816 | 0.05s 2026-03-10 22:57:03.080017 | fa163ec6-dd0a-cd85-1406-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-10 22:57:03.132767 | fa163ec6-dd0a-cd85-1406-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-10 22:57:03.134113 | fa163ec6-dd0a-cd85-1406-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:22.612418 | 0.05s 2026-03-10 22:57:03.163544 | fa163ec6-dd0a-cd85-1406-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-10 22:57:03.214163 | fa163ec6-dd0a-cd85-1406-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-10 22:57:03.215280 | fa163ec6-dd0a-cd85-1406-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:22.693589 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-03-10 22:57:03.361504 | fa163ec6-dd0a-cd85-1406-0000000000de | TASK | External deployment step 4 2026-03-10 22:57:03.390417 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000de') missing from stats 2026-03-10 22:57:03.444050 | fa163ec6-dd0a-cd85-1406-0000000000df | TIMING | include_tasks | undercloud | 0:21:22.922348 | 0.04s 2026-03-10 22:57:03.475965 | c056fdc4-2c9b-405e-aa74-e4dd7f5d858c | INCLUDED | /root/standalone-ansible-tdq6yxft/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-10 22:57:03.493003 | fa163ec6-dd0a-cd85-1406-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-10 22:57:05.132406 | fa163ec6-dd0a-cd85-1406-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-10 22:57:05.134210 | fa163ec6-dd0a-cd85-1406-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:24.612503 | 1.64s 2026-03-10 22:57:06.284423 | fa163ec6-dd0a-cd85-1406-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-10 22:57:06.286598 | fa163ec6-dd0a-cd85-1406-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:25.764906 | 2.79s 2026-03-10 22:57:06.296847 | fa163ec6-dd0a-cd85-1406-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:25.775150 | 2.80s 2026-03-10 22:57:06.315077 | fa163ec6-dd0a-cd85-1406-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-03-10 22:57:06.367936 | fa163ec6-dd0a-cd85-1406-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:25.846235 | 0.05s 2026-03-10 22:57:06.434513 | fa163ec6-dd0a-cd85-1406-0000000039a6 | TASK | Create Keystone Admin resources 2026-03-10 22:57:06.484436 | fa163ec6-dd0a-cd85-1406-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:25.962728 | 0.05s 2026-03-10 22:57:06.523180 | 89da51bd-325e-467b-b14d-adcf95930887 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-10 22:57:06.551233 | fa163ec6-dd0a-cd85-1406-0000000039e7 | TASK | Create admin and service projects 2026-03-10 22:57:06.603915 | fa163ec6-dd0a-cd85-1406-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:26.082201 | 0.05s 2026-03-10 22:57:06.619374 | 7c30f77b-f336-4489-a43e-cf2a8cff4791 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-10 22:57:06.655402 | fa163ec6-dd0a-cd85-1406-000000003a38 | TASK | Async creation of Keystone project 2026-03-10 22:57:07.114788 | fa163ec6-dd0a-cd85-1406-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-10 22:57:07.117037 | fa163ec6-dd0a-cd85-1406-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:26.595335 | 0.46s 2026-03-10 22:57:07.408605 | fa163ec6-dd0a-cd85-1406-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-10 22:57:07.410285 | fa163ec6-dd0a-cd85-1406-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:26.888595 | 0.75s 2026-03-10 22:57:07.420691 | fa163ec6-dd0a-cd85-1406-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:26.898995 | 0.76s 2026-03-10 22:57:07.440096 | fa163ec6-dd0a-cd85-1406-000000003a3a | TASK | Check Keystone project status 2026-03-10 22:57:07.713119 | fa163ec6-dd0a-cd85-1406-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-10 22:57:12.927618 | fa163ec6-dd0a-cd85-1406-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-03-10 22:57:12.929648 | fa163ec6-dd0a-cd85-1406-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:32.407940 | 5.49s 2026-03-10 22:57:13.170248 | fa163ec6-dd0a-cd85-1406-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-10 22:57:13.172105 | fa163ec6-dd0a-cd85-1406-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:32.650414 | 5.73s 2026-03-10 22:57:13.183019 | fa163ec6-dd0a-cd85-1406-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:32.661324 | 5.74s 2026-03-10 22:57:13.204407 | fa163ec6-dd0a-cd85-1406-0000000039e8 | TASK | Create admin role 2026-03-10 22:57:14.538952 | fa163ec6-dd0a-cd85-1406-0000000039e8 | OK | Create admin role | undercloud 2026-03-10 22:57:14.540449 | fa163ec6-dd0a-cd85-1406-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:34.018753 | 1.33s 2026-03-10 22:57:14.559947 | fa163ec6-dd0a-cd85-1406-0000000039e9 | TASK | Create _member_ role 2026-03-10 22:57:14.623637 | fa163ec6-dd0a-cd85-1406-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-03-10 22:57:14.624868 | fa163ec6-dd0a-cd85-1406-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:34.103174 | 0.06s 2026-03-10 22:57:14.644088 | fa163ec6-dd0a-cd85-1406-0000000039ea | TASK | Check admin password 2026-03-10 22:57:15.990467 | fa163ec6-dd0a-cd85-1406-0000000039ea | OK | Check admin password | undercloud 2026-03-10 22:57:15.991534 | fa163ec6-dd0a-cd85-1406-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:35.469844 | 1.35s 2026-03-10 22:57:16.007752 | fa163ec6-dd0a-cd85-1406-0000000039eb | TASK | Create admin user 2026-03-10 22:57:17.717469 | fa163ec6-dd0a-cd85-1406-0000000039eb | CHANGED | Create admin user | undercloud 2026-03-10 22:57:17.718831 | fa163ec6-dd0a-cd85-1406-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:37.197135 | 1.71s 2026-03-10 22:57:17.737556 | fa163ec6-dd0a-cd85-1406-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-03-10 22:57:19.400431 | fa163ec6-dd0a-cd85-1406-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-03-10 22:57:19.402075 | fa163ec6-dd0a-cd85-1406-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:38.880377 | 1.66s 2026-03-10 22:57:19.421380 | fa163ec6-dd0a-cd85-1406-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-03-10 22:57:19.485900 | fa163ec6-dd0a-cd85-1406-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-10 22:57:19.486982 | fa163ec6-dd0a-cd85-1406-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:38.965290 | 0.06s 2026-03-10 22:57:19.505457 | fa163ec6-dd0a-cd85-1406-0000000039ee | TASK | Create identity service 2026-03-10 22:57:20.666516 | fa163ec6-dd0a-cd85-1406-0000000039ee | OK | Create identity service | undercloud 2026-03-10 22:57:20.667858 | fa163ec6-dd0a-cd85-1406-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:40.146161 | 1.16s 2026-03-10 22:57:20.687494 | fa163ec6-dd0a-cd85-1406-0000000039ef | TASK | Create identity public endpoint 2026-03-10 22:57:22.128444 | fa163ec6-dd0a-cd85-1406-0000000039ef | OK | Create identity public endpoint | undercloud 2026-03-10 22:57:22.129772 | fa163ec6-dd0a-cd85-1406-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:41.608078 | 1.44s 2026-03-10 22:57:22.148923 | fa163ec6-dd0a-cd85-1406-0000000039f0 | TASK | Create identity internal endpoint 2026-03-10 22:57:23.396280 | fa163ec6-dd0a-cd85-1406-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-03-10 22:57:23.397597 | fa163ec6-dd0a-cd85-1406-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:42.875902 | 1.25s 2026-03-10 22:57:23.416608 | fa163ec6-dd0a-cd85-1406-0000000039f1 | TASK | Create identity admin endpoint 2026-03-10 22:57:24.745477 | fa163ec6-dd0a-cd85-1406-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-03-10 22:57:24.747065 | fa163ec6-dd0a-cd85-1406-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:44.225368 | 1.33s 2026-03-10 22:57:24.765477 | fa163ec6-dd0a-cd85-1406-0000000039a7 | TASK | Create Keystone Projects 2026-03-10 22:57:24.866615 | fa163ec6-dd0a-cd85-1406-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:44.344904 | 0.10s 2026-03-10 22:57:24.873387 | fa163ec6-dd0a-cd85-1406-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:44.351692 | 0.11s 2026-03-10 22:57:24.886595 | 56375c75-d4cb-47be-8d6a-d0904fb2c299 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-10 22:57:24.935480 | fa163ec6-dd0a-cd85-1406-000000003ac4 | TASK | Async creation of Keystone project 2026-03-10 22:57:25.266523 | fa163ec6-dd0a-cd85-1406-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-10 22:57:25.268398 | fa163ec6-dd0a-cd85-1406-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:44.746701 | 0.33s 2026-03-10 22:57:25.277888 | fa163ec6-dd0a-cd85-1406-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:44.756198 | 0.34s 2026-03-10 22:57:25.293497 | fa163ec6-dd0a-cd85-1406-000000003ac6 | TASK | Check Keystone project status 2026-03-10 22:57:25.570474 | fa163ec6-dd0a-cd85-1406-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-10 22:57:30.797148 | fa163ec6-dd0a-cd85-1406-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-03-10 22:57:30.797981 | fa163ec6-dd0a-cd85-1406-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:50.276295 | 5.50s 2026-03-10 22:57:30.804853 | fa163ec6-dd0a-cd85-1406-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:50.283159 | 5.51s 2026-03-10 22:57:30.827439 | fa163ec6-dd0a-cd85-1406-0000000039a9 | TASK | Create Keystone Domains 2026-03-10 22:57:30.893417 | fa163ec6-dd0a-cd85-1406-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:50.371722 | 0.06s 2026-03-10 22:57:30.901072 | fa163ec6-dd0a-cd85-1406-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:50.379375 | 0.07s 2026-03-10 22:57:30.915809 | 07b8f207-633b-44bb-a6de-a86f4340714d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-10 22:57:30.959760 | fa163ec6-dd0a-cd85-1406-000000003b79 | TASK | Async creation of Keystone domains 2026-03-10 22:57:31.465552 | fa163ec6-dd0a-cd85-1406-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-10 22:57:31.466426 | fa163ec6-dd0a-cd85-1406-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:50.944739 | 0.51s 2026-03-10 22:57:31.470087 | fa163ec6-dd0a-cd85-1406-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:50.948407 | 0.51s 2026-03-10 22:57:31.484669 | fa163ec6-dd0a-cd85-1406-000000003b7b | TASK | Check Keystone domain status 2026-03-10 22:57:31.723258 | fa163ec6-dd0a-cd85-1406-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-10 22:57:36.933263 | fa163ec6-dd0a-cd85-1406-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-10 22:57:36.934786 | fa163ec6-dd0a-cd85-1406-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:56.413099 | 5.45s 2026-03-10 22:57:36.945450 | fa163ec6-dd0a-cd85-1406-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:56.423753 | 5.46s 2026-03-10 22:57:36.965039 | fa163ec6-dd0a-cd85-1406-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-10 22:57:37.017413 | fa163ec6-dd0a-cd85-1406-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:56.495711 | 0.05s 2026-03-10 22:57:37.031687 | 3eea94a5-4309-4aaa-8f1f-7c7e9523496e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-10 22:57:37.082506 | fa163ec6-dd0a-cd85-1406-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-03-10 22:57:38.497565 | fa163ec6-dd0a-cd85-1406-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-10 22:57:38.498843 | fa163ec6-dd0a-cd85-1406-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:21:57.977152 | 1.41s 2026-03-10 22:57:38.520009 | fa163ec6-dd0a-cd85-1406-000000003c44 | TASK | Set openstack_domains fact 2026-03-10 22:57:38.591626 | fa163ec6-dd0a-cd85-1406-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-03-10 22:57:38.593307 | fa163ec6-dd0a-cd85-1406-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:21:58.071611 | 0.07s 2026-03-10 22:57:38.612595 | fa163ec6-dd0a-cd85-1406-0000000039ac | TASK | Create Keystone Services 2026-03-10 22:57:38.713783 | fa163ec6-dd0a-cd85-1406-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:58.192062 | 0.10s 2026-03-10 22:57:38.729599 | fa163ec6-dd0a-cd85-1406-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:58.207910 | 0.12s 2026-03-10 22:57:38.739968 | fa163ec6-dd0a-cd85-1406-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:58.218268 | 0.13s 2026-03-10 22:57:38.759026 | db5dba75-a11b-4063-998c-dca73a50838b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-10 22:57:38.768395 | 77673963-5fcc-402d-9167-b675c6453e0a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-10 22:57:38.819813 | fa163ec6-dd0a-cd85-1406-000000003d20 | TASK | Async creation of Keystone service 2026-03-10 22:57:39.176573 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-10 22:57:39.178087 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:58.656387 | 0.36s 2026-03-10 22:57:39.532959 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-10 22:57:39.534726 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.013034 | 0.71s 2026-03-10 22:57:39.828742 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-10 22:57:39.829451 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.307768 | 1.01s 2026-03-10 22:57:40.076107 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-10 22:57:40.076711 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.555029 | 1.26s 2026-03-10 22:57:40.371667 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-10 22:57:40.372302 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.850621 | 1.55s 2026-03-10 22:57:40.648047 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-10 22:57:40.648921 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.127236 | 1.83s 2026-03-10 22:57:40.958626 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-10 22:57:40.959969 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.438287 | 2.14s 2026-03-10 22:57:41.233146 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-10 22:57:41.233721 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.712040 | 2.41s 2026-03-10 22:57:41.489846 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-10 22:57:41.490428 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.968746 | 2.67s 2026-03-10 22:57:41.794934 | fa163ec6-dd0a-cd85-1406-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-10 22:57:41.795585 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.273903 | 2.97s 2026-03-10 22:57:41.804868 | fa163ec6-dd0a-cd85-1406-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.283175 | 2.98s 2026-03-10 22:57:41.825862 | fa163ec6-dd0a-cd85-1406-000000003d22 | TASK | Check Keystone service status 2026-03-10 22:57:42.065836 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-10 22:57:42.066747 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.545060 | 0.24s 2026-03-10 22:57:42.248335 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-10 22:57:42.249160 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.727476 | 0.42s 2026-03-10 22:57:42.483456 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-10 22:57:42.484574 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.962884 | 0.66s 2026-03-10 22:57:42.659311 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-10 22:57:42.660987 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.139298 | 0.83s 2026-03-10 22:57:42.887632 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-10 22:57:42.888801 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.367112 | 1.06s 2026-03-10 22:57:43.130601 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-10 22:57:43.132697 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.611006 | 1.31s 2026-03-10 22:57:43.377596 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-10 22:57:43.379449 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.857759 | 1.55s 2026-03-10 22:57:43.609542 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-10 22:57:43.610783 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.089093 | 1.78s 2026-03-10 22:57:43.865193 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-10 22:57:43.865895 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.344212 | 2.04s 2026-03-10 22:57:44.072612 | fa163ec6-dd0a-cd85-1406-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-10 22:57:44.074513 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.552822 | 2.25s 2026-03-10 22:57:44.088731 | fa163ec6-dd0a-cd85-1406-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.567033 | 2.26s 2026-03-10 22:57:44.114102 | fa163ec6-dd0a-cd85-1406-000000003d27 | TASK | Async creation of Keystone service 2026-03-10 22:57:44.463487 | fa163ec6-dd0a-cd85-1406-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-10 22:57:44.465100 | fa163ec6-dd0a-cd85-1406-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:03.943400 | 0.35s 2026-03-10 22:57:44.730611 | fa163ec6-dd0a-cd85-1406-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-10 22:57:44.731245 | fa163ec6-dd0a-cd85-1406-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:04.209563 | 0.62s 2026-03-10 22:57:44.966696 | fa163ec6-dd0a-cd85-1406-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-10 22:57:44.967777 | fa163ec6-dd0a-cd85-1406-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:04.446093 | 0.85s 2026-03-10 22:57:44.973304 | fa163ec6-dd0a-cd85-1406-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:04.451618 | 0.86s 2026-03-10 22:57:44.993194 | fa163ec6-dd0a-cd85-1406-000000003d29 | TASK | Check Keystone service status 2026-03-10 22:57:45.217999 | fa163ec6-dd0a-cd85-1406-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-10 22:57:50.471364 | fa163ec6-dd0a-cd85-1406-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-10 22:57:50.472756 | fa163ec6-dd0a-cd85-1406-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:09.951062 | 5.48s 2026-03-10 22:57:50.722904 | fa163ec6-dd0a-cd85-1406-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-10 22:57:50.724692 | fa163ec6-dd0a-cd85-1406-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:10.203003 | 5.73s 2026-03-10 22:57:50.969861 | fa163ec6-dd0a-cd85-1406-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-10 22:57:50.971619 | fa163ec6-dd0a-cd85-1406-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:10.449929 | 5.98s 2026-03-10 22:57:50.983060 | fa163ec6-dd0a-cd85-1406-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:10.461366 | 5.99s 2026-03-10 22:57:51.003380 | fa163ec6-dd0a-cd85-1406-0000000039ae | TASK | Create Keystone Endpoints 2026-03-10 22:57:51.069926 | fa163ec6-dd0a-cd85-1406-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:10.548218 | 0.06s 2026-03-10 22:57:51.098074 | fa163ec6-dd0a-cd85-1406-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:10.576384 | 0.09s 2026-03-10 22:57:51.117459 | fa163ec6-dd0a-cd85-1406-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:10.595769 | 0.11s 2026-03-10 22:57:51.123314 | fa163ec6-dd0a-cd85-1406-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:10.601618 | 0.12s 2026-03-10 22:57:51.135875 | 7800d330-60d4-407b-a48b-655550dd8e58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-10 22:57:51.142517 | b772d5b7-d665-45fb-aee0-6b9985d948e0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-10 22:57:51.147988 | 0f8e4fdb-31d8-4e45-91a2-5449d06bd953 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-10 22:57:51.203726 | fa163ec6-dd0a-cd85-1406-000000003e59 | TASK | Create Keystone public endpoints 2026-03-10 22:57:51.310734 | fa163ec6-dd0a-cd85-1406-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:10.789030 | 0.11s 2026-03-10 22:57:51.327873 | fa163ec6-dd0a-cd85-1406-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:10.806191 | 0.12s 2026-03-10 22:57:51.341201 | fa163ec6-dd0a-cd85-1406-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:10.819508 | 0.14s 2026-03-10 22:57:51.352381 | 1d8174c8-08ba-478d-9fc1-ca6c38cc7b2d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 22:57:51.356529 | f4ab2829-e1f7-4a8e-b925-a58997467c0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 22:57:51.373260 | fa163ec6-dd0a-cd85-1406-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-03-10 22:57:51.698012 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-10 22:57:51.699631 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.177931 | 0.33s 2026-03-10 22:57:52.001761 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-10 22:57:52.003431 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.481741 | 0.63s 2026-03-10 22:57:52.308104 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-10 22:57:52.308697 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.787016 | 0.93s 2026-03-10 22:57:52.576759 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-10 22:57:52.577376 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:12.055695 | 1.20s 2026-03-10 22:57:52.885090 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-10 22:57:52.886169 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:12.364480 | 1.51s 2026-03-10 22:57:53.155406 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-10 22:57:53.156007 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:12.634326 | 1.78s 2026-03-10 22:57:53.451038 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-10 22:57:53.452395 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:12.930713 | 2.08s 2026-03-10 22:57:53.760349 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-10 22:57:53.761650 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:13.239969 | 2.39s 2026-03-10 22:57:54.072296 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-10 22:57:54.073268 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:13.551579 | 2.70s 2026-03-10 22:57:54.300924 | fa163ec6-dd0a-cd85-1406-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-10 22:57:54.301877 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:13.780188 | 2.93s 2026-03-10 22:57:54.324121 | fa163ec6-dd0a-cd85-1406-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:13.802432 | 2.95s 2026-03-10 22:57:54.340570 | fa163ec6-dd0a-cd85-1406-000000003f83 | TASK | Check Keystone public endpoint status 2026-03-10 22:57:54.569992 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-10 22:57:54.572310 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.050608 | 0.23s 2026-03-10 22:57:54.868574 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-10 22:57:54.870379 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.348688 | 0.53s 2026-03-10 22:57:55.118865 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-10 22:57:55.120615 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.598925 | 0.78s 2026-03-10 22:57:55.380709 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-10 22:57:55.382529 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.860839 | 1.04s 2026-03-10 22:57:55.640190 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-10 22:57:55.641348 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.119659 | 1.30s 2026-03-10 22:57:55.855529 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-10 22:57:55.857300 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.335610 | 1.52s 2026-03-10 22:57:56.096448 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-10 22:57:56.097530 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.575841 | 1.76s 2026-03-10 22:57:56.344594 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-10 22:57:56.345629 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.823940 | 2.00s 2026-03-10 22:57:56.596917 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-10 22:57:56.598722 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:16.077032 | 2.26s 2026-03-10 22:57:56.819733 | fa163ec6-dd0a-cd85-1406-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-10 22:57:56.820874 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:16.299184 | 2.48s 2026-03-10 22:57:56.832183 | fa163ec6-dd0a-cd85-1406-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:16.310482 | 2.49s 2026-03-10 22:57:56.859817 | fa163ec6-dd0a-cd85-1406-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-03-10 22:57:57.174708 | fa163ec6-dd0a-cd85-1406-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-10 22:57:57.177010 | fa163ec6-dd0a-cd85-1406-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:16.655311 | 0.32s 2026-03-10 22:57:57.492627 | fa163ec6-dd0a-cd85-1406-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-10 22:57:57.494412 | fa163ec6-dd0a-cd85-1406-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:16.972728 | 0.63s 2026-03-10 22:57:57.785115 | fa163ec6-dd0a-cd85-1406-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-10 22:57:57.785739 | fa163ec6-dd0a-cd85-1406-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:17.264057 | 0.92s 2026-03-10 22:57:57.792078 | fa163ec6-dd0a-cd85-1406-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:17.270377 | 0.93s 2026-03-10 22:57:57.814048 | fa163ec6-dd0a-cd85-1406-000000003f8a | TASK | Check Keystone public endpoint status 2026-03-10 22:57:58.084060 | fa163ec6-dd0a-cd85-1406-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-10 22:58:03.312644 | fa163ec6-dd0a-cd85-1406-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-10 22:58:03.314111 | fa163ec6-dd0a-cd85-1406-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:22.792414 | 5.50s 2026-03-10 22:58:03.566839 | fa163ec6-dd0a-cd85-1406-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-10 22:58:03.569810 | fa163ec6-dd0a-cd85-1406-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:23.048119 | 5.75s 2026-03-10 22:58:03.805143 | fa163ec6-dd0a-cd85-1406-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-10 22:58:03.808458 | fa163ec6-dd0a-cd85-1406-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:23.286767 | 5.99s 2026-03-10 22:58:03.819312 | fa163ec6-dd0a-cd85-1406-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:23.297619 | 6.00s 2026-03-10 22:58:03.845969 | fa163ec6-dd0a-cd85-1406-000000003e5e | TASK | Create Keystone admin endpoints 2026-03-10 22:58:03.959030 | fa163ec6-dd0a-cd85-1406-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:23.436849 | 0.11s 2026-03-10 22:58:03.975349 | fa163ec6-dd0a-cd85-1406-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:23.453658 | 0.13s 2026-03-10 22:58:03.984945 | fa163ec6-dd0a-cd85-1406-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:23.463263 | 0.14s 2026-03-10 22:58:03.996718 | c86cacc1-2d4e-4285-a8f7-0d11a3527d0b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 22:58:04.002451 | 07d5f0c7-d829-4e34-b22f-6de6c593de9d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 22:58:04.021585 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2026-03-10 22:58:04.332588 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-10 22:58:04.335197 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:23.813497 | 0.31s 2026-03-10 22:58:04.586659 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-10 22:58:04.589656 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:24.067965 | 0.57s 2026-03-10 22:58:04.879529 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-10 22:58:04.881893 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:24.360200 | 0.86s 2026-03-10 22:58:05.161238 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-10 22:58:05.163402 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:24.641710 | 1.14s 2026-03-10 22:58:05.458946 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-10 22:58:05.461462 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:24.939771 | 1.44s 2026-03-10 22:58:05.779925 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-10 22:58:05.781818 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:25.260135 | 1.76s 2026-03-10 22:58:06.125528 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-10 22:58:06.128244 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:25.606525 | 2.11s 2026-03-10 22:58:06.411151 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-10 22:58:06.412175 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:25.890486 | 2.39s 2026-03-10 22:58:06.662715 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-10 22:58:06.664876 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:26.143187 | 2.64s 2026-03-10 22:58:06.938831 | fa163ec6-dd0a-cd85-1406-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-10 22:58:06.939848 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:26.418158 | 2.92s 2026-03-10 22:58:06.946456 | fa163ec6-dd0a-cd85-1406-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:26.424766 | 2.92s 2026-03-10 22:58:06.963046 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TASK | Check Keystone admin endpoint status 2026-03-10 22:58:07.194421 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-10 22:58:07.196162 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.674456 | 0.23s 2026-03-10 22:58:07.434971 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-10 22:58:07.435989 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.914308 | 0.47s 2026-03-10 22:58:07.679561 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-10 22:58:07.680557 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:27.158870 | 0.72s 2026-03-10 22:58:07.866098 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-10 22:58:07.866965 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:27.345284 | 0.90s 2026-03-10 22:58:08.056485 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-10 22:58:08.057618 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:27.535929 | 1.09s 2026-03-10 22:58:08.283427 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-10 22:58:08.284103 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:27.762422 | 1.32s 2026-03-10 22:58:08.524636 | fa163ec6-dd0a-cd85-1406-000000003fe4 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-10 22:58:13.739117 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-10 22:58:13.739904 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.218222 | 6.78s 2026-03-10 22:58:14.014209 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-10 22:58:14.015346 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.493656 | 7.05s 2026-03-10 22:58:14.269002 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-10 22:58:14.270988 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.749297 | 7.31s 2026-03-10 22:58:14.516155 | fa163ec6-dd0a-cd85-1406-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-10 22:58:14.517870 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.996179 | 7.55s 2026-03-10 22:58:14.530053 | fa163ec6-dd0a-cd85-1406-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:34.008360 | 7.57s 2026-03-10 22:58:14.549318 | fa163ec6-dd0a-cd85-1406-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2026-03-10 22:58:14.887398 | fa163ec6-dd0a-cd85-1406-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-10 22:58:14.888417 | fa163ec6-dd0a-cd85-1406-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.366728 | 0.34s 2026-03-10 22:58:15.157921 | fa163ec6-dd0a-cd85-1406-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-10 22:58:15.158549 | fa163ec6-dd0a-cd85-1406-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.636868 | 0.61s 2026-03-10 22:58:15.495700 | fa163ec6-dd0a-cd85-1406-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-10 22:58:15.496355 | fa163ec6-dd0a-cd85-1406-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.974672 | 0.95s 2026-03-10 22:58:15.500438 | fa163ec6-dd0a-cd85-1406-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.978740 | 0.95s 2026-03-10 22:58:15.522339 | fa163ec6-dd0a-cd85-1406-000000003feb | TASK | Check Keystone admin endpoint status 2026-03-10 22:58:15.802973 | fa163ec6-dd0a-cd85-1406-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-10 22:58:21.033094 | fa163ec6-dd0a-cd85-1406-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-10 22:58:21.035757 | fa163ec6-dd0a-cd85-1406-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:40.514061 | 5.51s 2026-03-10 22:58:21.295342 | fa163ec6-dd0a-cd85-1406-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-10 22:58:21.296607 | fa163ec6-dd0a-cd85-1406-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:40.774910 | 5.77s 2026-03-10 22:58:21.521433 | fa163ec6-dd0a-cd85-1406-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-10 22:58:21.522617 | fa163ec6-dd0a-cd85-1406-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:41.000922 | 6.00s 2026-03-10 22:58:21.536256 | fa163ec6-dd0a-cd85-1406-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:41.014529 | 6.01s 2026-03-10 22:58:21.560585 | fa163ec6-dd0a-cd85-1406-000000003e63 | TASK | Create Keystone internal endpoints 2026-03-10 22:58:21.662887 | fa163ec6-dd0a-cd85-1406-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:41.141175 | 0.10s 2026-03-10 22:58:21.680730 | fa163ec6-dd0a-cd85-1406-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:41.159032 | 0.12s 2026-03-10 22:58:21.696644 | fa163ec6-dd0a-cd85-1406-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:41.174950 | 0.13s 2026-03-10 22:58:21.715211 | 3a9635b5-2157-4f50-861e-1c9f18e6500d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 22:58:21.726756 | fe24d734-1bbb-4c67-823d-c79b3b2f03e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-10 22:58:21.753548 | fa163ec6-dd0a-cd85-1406-000000004045 | TASK | Async creation of Keystone internal endpoint 2026-03-10 22:58:22.101380 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-10 22:58:22.104107 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:41.582405 | 0.35s 2026-03-10 22:58:22.413599 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-10 22:58:22.414954 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:41.893271 | 0.66s 2026-03-10 22:58:22.763779 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-10 22:58:22.765261 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:42.243525 | 1.01s 2026-03-10 22:58:23.037639 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-10 22:58:23.038665 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:42.516975 | 1.28s 2026-03-10 22:58:23.263479 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-10 22:58:23.265639 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:42.743953 | 1.51s 2026-03-10 22:58:23.583537 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-10 22:58:23.585011 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:43.063325 | 1.83s 2026-03-10 22:58:23.852947 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-10 22:58:23.855282 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:43.333581 | 2.10s 2026-03-10 22:58:24.156503 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-10 22:58:24.159616 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:43.637923 | 2.40s 2026-03-10 22:58:24.442369 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-10 22:58:24.443658 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:43.921976 | 2.69s 2026-03-10 22:58:24.675689 | fa163ec6-dd0a-cd85-1406-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-10 22:58:24.676757 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:44.155066 | 2.92s 2026-03-10 22:58:24.683712 | fa163ec6-dd0a-cd85-1406-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:44.162011 | 2.93s 2026-03-10 22:58:24.704808 | fa163ec6-dd0a-cd85-1406-000000004047 | TASK | Check Keystone internal endpoint status 2026-03-10 22:58:25.014764 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-10 22:58:25.015711 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:44.494024 | 0.31s 2026-03-10 22:58:25.257914 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-10 22:58:25.258575 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:44.736894 | 0.55s 2026-03-10 22:58:25.583647 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-10 22:58:25.584972 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:45.063281 | 0.88s 2026-03-10 22:58:25.836453 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-10 22:58:25.839204 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:45.317511 | 1.13s 2026-03-10 22:58:26.100709 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-10 22:58:26.103121 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:45.581430 | 1.40s 2026-03-10 22:58:26.324820 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-10 22:58:26.325918 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:45.804228 | 1.62s 2026-03-10 22:58:26.579455 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-10 22:58:26.581294 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:46.059603 | 1.87s 2026-03-10 22:58:26.838176 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-10 22:58:26.840049 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:46.318358 | 2.13s 2026-03-10 22:58:27.112640 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-10 22:58:27.114564 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:46.592879 | 2.41s 2026-03-10 22:58:27.309896 | fa163ec6-dd0a-cd85-1406-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-10 22:58:27.311056 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:46.789375 | 2.60s 2026-03-10 22:58:27.322760 | fa163ec6-dd0a-cd85-1406-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:46.801080 | 2.62s 2026-03-10 22:58:27.341184 | fa163ec6-dd0a-cd85-1406-00000000404c | TASK | Async creation of Keystone internal endpoint 2026-03-10 22:58:27.631137 | fa163ec6-dd0a-cd85-1406-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-10 22:58:27.632120 | fa163ec6-dd0a-cd85-1406-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.110433 | 0.29s 2026-03-10 22:58:27.928114 | fa163ec6-dd0a-cd85-1406-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-10 22:58:27.928769 | fa163ec6-dd0a-cd85-1406-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.407088 | 0.59s 2026-03-10 22:58:28.188561 | fa163ec6-dd0a-cd85-1406-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-10 22:58:28.189627 | fa163ec6-dd0a-cd85-1406-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.667935 | 0.85s 2026-03-10 22:58:28.195557 | fa163ec6-dd0a-cd85-1406-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.673872 | 0.85s 2026-03-10 22:58:28.211147 | fa163ec6-dd0a-cd85-1406-00000000404e | TASK | Check Keystone internal endpoint status 2026-03-10 22:58:28.448050 | fa163ec6-dd0a-cd85-1406-00000000404e | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-10 22:58:33.679365 | fa163ec6-dd0a-cd85-1406-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-10 22:58:33.680864 | fa163ec6-dd0a-cd85-1406-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:53.159168 | 5.47s 2026-03-10 22:58:33.949765 | fa163ec6-dd0a-cd85-1406-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-10 22:58:33.951547 | fa163ec6-dd0a-cd85-1406-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:53.429857 | 5.74s 2026-03-10 22:58:34.176541 | fa163ec6-dd0a-cd85-1406-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-10 22:58:34.178459 | fa163ec6-dd0a-cd85-1406-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:53.656769 | 5.97s 2026-03-10 22:58:34.189145 | fa163ec6-dd0a-cd85-1406-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:53.667450 | 5.98s 2026-03-10 22:58:34.207529 | fa163ec6-dd0a-cd85-1406-0000000039b0 | TASK | Run cleanup tasks 2026-03-10 22:58:34.268724 | fa163ec6-dd0a-cd85-1406-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:22:53.747022 | 0.06s 2026-03-10 22:58:34.280911 | 82b617aa-e052-403a-9774-e4ae677bae84 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-10 22:58:34.330111 | fa163ec6-dd0a-cd85-1406-0000000040a2 | TASK | Get list of enabled services 2026-03-10 22:58:36.823525 | fa163ec6-dd0a-cd85-1406-0000000040a2 | CHANGED | Get list of enabled services | undercloud 2026-03-10 22:58:36.825011 | fa163ec6-dd0a-cd85-1406-0000000040a2 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:56.303317 | 2.49s 2026-03-10 22:58:36.843783 | fa163ec6-dd0a-cd85-1406-0000000040a3 | TASK | List services to be disabled 2026-03-10 22:58:36.911669 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-10 22:58:36.941459 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-10 22:58:36.967784 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-10 22:58:36.992939 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-10 22:58:37.023443 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-10 22:58:37.047112 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-10 22:58:37.075208 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-10 22:58:37.101126 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-10 22:58:37.127511 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-10 22:58:37.153487 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-10 22:58:37.179778 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-10 22:58:37.216549 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-10 22:58:37.243505 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-10 22:58:37.269820 | fa163ec6-dd0a-cd85-1406-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-10 22:58:37.277448 | fa163ec6-dd0a-cd85-1406-0000000040a3 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:22:56.755743 | 0.43s 2026-03-10 22:58:37.294127 | fa163ec6-dd0a-cd85-1406-0000000040a4 | TASK | Delete keystone services not enabled 2026-03-10 22:58:37.310417 | fa163ec6-dd0a-cd85-1406-0000000040a4 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:22:56.788726 | 0.02s 2026-03-10 22:58:37.324836 | fa163ec6-dd0a-cd85-1406-0000000039b1 | TASK | Create Keystone Roles 2026-03-10 22:58:37.416795 | fa163ec6-dd0a-cd85-1406-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:56.895093 | 0.09s 2026-03-10 22:58:37.422049 | fa163ec6-dd0a-cd85-1406-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:56.900361 | 0.10s 2026-03-10 22:58:37.431529 | 6f3acfa0-d94c-4b66-b7e4-9c347e7f1210 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-10 22:58:37.486116 | fa163ec6-dd0a-cd85-1406-00000000420e | TASK | Async creation of Keystone role 2026-03-10 22:58:37.841104 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-10 22:58:37.842859 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:57.321156 | 0.36s 2026-03-10 22:58:38.168070 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-10 22:58:38.169085 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:57.647394 | 0.68s 2026-03-10 22:58:38.458021 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-10 22:58:38.458773 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:57.937088 | 0.97s 2026-03-10 22:58:38.710055 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-10 22:58:38.711582 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:58.189892 | 1.22s 2026-03-10 22:58:38.983289 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-10 22:58:38.984477 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:58.462785 | 1.50s 2026-03-10 22:58:39.293290 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-10 22:58:39.294021 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:58.772336 | 1.81s 2026-03-10 22:58:39.604236 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-10 22:58:39.604861 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:59.083177 | 2.12s 2026-03-10 22:58:39.913894 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-10 22:58:39.914897 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:59.393214 | 2.43s 2026-03-10 22:58:40.110846 | fa163ec6-dd0a-cd85-1406-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-10 22:58:40.112252 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:59.590567 | 2.63s 2026-03-10 22:58:40.122682 | fa163ec6-dd0a-cd85-1406-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:59.600997 | 2.64s 2026-03-10 22:58:40.137846 | fa163ec6-dd0a-cd85-1406-000000004210 | TASK | Check Keystone role status 2026-03-10 22:58:40.408577 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-10 22:58:40.409879 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:59.888192 | 0.27s 2026-03-10 22:58:40.645412 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-10 22:58:40.646562 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:00.124871 | 0.51s 2026-03-10 22:58:40.899391 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-10 22:58:40.900040 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:00.378358 | 0.76s 2026-03-10 22:58:41.072285 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-10 22:58:41.073518 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:00.551838 | 0.93s 2026-03-10 22:58:41.317589 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-10 22:58:41.318340 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:00.796655 | 1.18s 2026-03-10 22:58:41.549488 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-10 22:58:41.550332 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:01.028648 | 1.41s 2026-03-10 22:58:41.782320 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-10 22:58:41.783589 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:01.261897 | 1.64s 2026-03-10 22:58:42.009416 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-10 22:58:42.010966 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:01.489275 | 1.87s 2026-03-10 22:58:42.279731 | fa163ec6-dd0a-cd85-1406-000000004210 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-10 22:58:42.280897 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:01.759206 | 2.14s 2026-03-10 22:58:42.300202 | fa163ec6-dd0a-cd85-1406-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:01.778511 | 2.16s 2026-03-10 22:58:42.316660 | fa163ec6-dd0a-cd85-1406-0000000039b3 | TASK | Create Keystone Users 2026-03-10 22:58:42.402118 | fa163ec6-dd0a-cd85-1406-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:01.880392 | 0.08s 2026-03-10 22:58:42.421871 | fa163ec6-dd0a-cd85-1406-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:01.900172 | 0.10s 2026-03-10 22:58:42.433751 | fa163ec6-dd0a-cd85-1406-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:01.912055 | 0.12s 2026-03-10 22:58:42.454732 | 7cf461ec-ed13-4622-88c6-d3a1752ed1e8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-10 22:58:42.469757 | f627761c-cc3a-481b-8289-eedfc29a3ad0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-10 22:58:42.529786 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TASK | Check password of Keystone user 2026-03-10 22:58:43.580836 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:43.581664 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:03.059976 | 1.05s 2026-03-10 22:58:44.500196 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:44.500931 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:03.979247 | 1.97s 2026-03-10 22:58:45.460207 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:45.461293 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:04.939604 | 2.93s 2026-03-10 22:58:46.404737 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:46.405730 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:05.884040 | 3.87s 2026-03-10 22:58:47.344339 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:47.345338 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:06.823647 | 4.81s 2026-03-10 22:58:48.329299 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:48.330528 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:07.808836 | 5.80s 2026-03-10 22:58:49.254290 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:49.257384 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:08.735691 | 6.73s 2026-03-10 22:58:50.161969 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:50.164791 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:09.643100 | 7.63s 2026-03-10 22:58:51.055678 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:51.058066 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:10.536359 | 8.53s 2026-03-10 22:58:51.962907 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:51.963832 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:11.442141 | 9.43s 2026-03-10 22:58:51.970981 | fa163ec6-dd0a-cd85-1406-0000000043a2 | 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-10 22:58:51.971728 | fa163ec6-dd0a-cd85-1406-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:11.450042 | 9.44s 2026-03-10 22:58:51.992276 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TASK | Async creation of Keystone user 2026-03-10 22:58:52.380359 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:52.381182 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:11.859494 | 0.39s 2026-03-10 22:58:52.712376 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:52.713964 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:12.192273 | 0.72s 2026-03-10 22:58:53.074852 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:53.075783 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:12.554093 | 1.08s 2026-03-10 22:58:53.392097 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:53.393032 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:12.871350 | 1.40s 2026-03-10 22:58:53.699475 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:53.700145 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:13.178460 | 1.71s 2026-03-10 22:58:54.032821 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:54.033389 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:13.511705 | 2.04s 2026-03-10 22:58:54.395788 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:54.397516 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:13.875825 | 2.40s 2026-03-10 22:58:54.671020 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:54.672359 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:14.150669 | 2.68s 2026-03-10 22:58:54.959824 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:54.960765 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:14.439075 | 2.97s 2026-03-10 22:58:55.271256 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:55.272274 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:14.750584 | 3.28s 2026-03-10 22:58:55.279159 | fa163ec6-dd0a-cd85-1406-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:58:55.279846 | fa163ec6-dd0a-cd85-1406-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:14.758163 | 3.29s 2026-03-10 22:58:55.294241 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TASK | Check Keystone user status 2026-03-10 22:58:55.554863 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:58:55.555692 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:15.034005 | 0.26s 2026-03-10 22:58:55.802176 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:58:55.803503 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:15.281806 | 0.51s 2026-03-10 22:58:56.072657 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:58:56.074422 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:15.552731 | 0.78s 2026-03-10 22:58:56.358287 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:58:56.359298 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:15.837607 | 1.06s 2026-03-10 22:58:56.675188 | fa163ec6-dd0a-cd85-1406-0000000043a6 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-10 22:59:01.924128 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:01.925160 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:21.403468 | 6.63s 2026-03-10 22:59:02.181015 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:02.183304 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:21.661613 | 6.89s 2026-03-10 22:59:02.465259 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:02.466876 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:21.945185 | 7.17s 2026-03-10 22:59:02.743382 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:02.745185 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:22.223493 | 7.45s 2026-03-10 22:59:03.048600 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:03.049642 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:22.527951 | 7.75s 2026-03-10 22:59:03.339481 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:03.341763 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:22.820066 | 8.05s 2026-03-10 22:59:03.351908 | fa163ec6-dd0a-cd85-1406-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:03.352977 | fa163ec6-dd0a-cd85-1406-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:22.831286 | 8.06s 2026-03-10 22:59:03.376001 | fa163ec6-dd0a-cd85-1406-0000000043ab | TASK | Check password of Keystone user 2026-03-10 22:59:04.338985 | fa163ec6-dd0a-cd85-1406-0000000043ab | 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-10 22:59:04.341489 | fa163ec6-dd0a-cd85-1406-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:23.819789 | 0.96s 2026-03-10 22:59:05.352469 | fa163ec6-dd0a-cd85-1406-0000000043ab | 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-10 22:59:05.353533 | fa163ec6-dd0a-cd85-1406-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:24.831842 | 1.98s 2026-03-10 22:59:06.259705 | fa163ec6-dd0a-cd85-1406-0000000043ab | 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-10 22:59:06.261430 | fa163ec6-dd0a-cd85-1406-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:25.739739 | 2.88s 2026-03-10 22:59:07.164465 | fa163ec6-dd0a-cd85-1406-0000000043ab | 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-10 22:59:07.165325 | fa163ec6-dd0a-cd85-1406-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:26.643636 | 3.79s 2026-03-10 22:59:08.181301 | fa163ec6-dd0a-cd85-1406-0000000043ab | 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-10 22:59:08.182888 | fa163ec6-dd0a-cd85-1406-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:27.661194 | 4.81s 2026-03-10 22:59:09.138286 | fa163ec6-dd0a-cd85-1406-0000000043ab | 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-10 22:59:09.139334 | fa163ec6-dd0a-cd85-1406-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:28.617647 | 5.76s 2026-03-10 22:59:09.143897 | fa163ec6-dd0a-cd85-1406-0000000043ab | 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-10 22:59:09.144908 | fa163ec6-dd0a-cd85-1406-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:28.623218 | 5.77s 2026-03-10 22:59:09.165692 | fa163ec6-dd0a-cd85-1406-0000000043ad | TASK | Async creation of Keystone user 2026-03-10 22:59:09.658335 | fa163ec6-dd0a-cd85-1406-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:59:09.659424 | fa163ec6-dd0a-cd85-1406-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.137731 | 0.49s 2026-03-10 22:59:09.943806 | fa163ec6-dd0a-cd85-1406-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:59:09.945471 | fa163ec6-dd0a-cd85-1406-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.423784 | 0.78s 2026-03-10 22:59:10.216381 | fa163ec6-dd0a-cd85-1406-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:59:10.216957 | fa163ec6-dd0a-cd85-1406-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.695274 | 1.05s 2026-03-10 22:59:10.561624 | fa163ec6-dd0a-cd85-1406-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:59:10.562181 | fa163ec6-dd0a-cd85-1406-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:30.040498 | 1.39s 2026-03-10 22:59:10.845493 | fa163ec6-dd0a-cd85-1406-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:59:10.847327 | fa163ec6-dd0a-cd85-1406-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:30.325639 | 1.68s 2026-03-10 22:59:11.143960 | fa163ec6-dd0a-cd85-1406-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:59:11.144555 | fa163ec6-dd0a-cd85-1406-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:30.622870 | 1.98s 2026-03-10 22:59:11.156534 | fa163ec6-dd0a-cd85-1406-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-10 22:59:11.157420 | fa163ec6-dd0a-cd85-1406-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:30.635731 | 1.99s 2026-03-10 22:59:11.173413 | fa163ec6-dd0a-cd85-1406-0000000043af | TASK | Check Keystone user status 2026-03-10 22:59:11.446447 | fa163ec6-dd0a-cd85-1406-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:11.449056 | fa163ec6-dd0a-cd85-1406-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:30.927351 | 0.27s 2026-03-10 22:59:11.682036 | fa163ec6-dd0a-cd85-1406-0000000043af | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-10 22:59:16.883190 | fa163ec6-dd0a-cd85-1406-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:16.883921 | fa163ec6-dd0a-cd85-1406-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:36.362236 | 5.71s 2026-03-10 22:59:17.170694 | fa163ec6-dd0a-cd85-1406-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:17.171408 | fa163ec6-dd0a-cd85-1406-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:36.649724 | 6.00s 2026-03-10 22:59:17.495272 | fa163ec6-dd0a-cd85-1406-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:17.496369 | fa163ec6-dd0a-cd85-1406-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:36.974677 | 6.32s 2026-03-10 22:59:17.766040 | fa163ec6-dd0a-cd85-1406-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:17.767115 | fa163ec6-dd0a-cd85-1406-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:37.245423 | 6.59s 2026-03-10 22:59:18.034032 | fa163ec6-dd0a-cd85-1406-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:18.035630 | fa163ec6-dd0a-cd85-1406-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:37.513938 | 6.86s 2026-03-10 22:59:18.045878 | fa163ec6-dd0a-cd85-1406-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-10 22:59:18.046867 | fa163ec6-dd0a-cd85-1406-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:37.525178 | 6.87s 2026-03-10 22:59:18.067598 | fa163ec6-dd0a-cd85-1406-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-03-10 22:59:18.153705 | fa163ec6-dd0a-cd85-1406-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:37.631987 | 0.08s 2026-03-10 22:59:18.182697 | fa163ec6-dd0a-cd85-1406-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:37.660995 | 0.11s 2026-03-10 22:59:18.206829 | fa163ec6-dd0a-cd85-1406-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:37.685116 | 0.14s 2026-03-10 22:59:18.215409 | fa163ec6-dd0a-cd85-1406-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:37.693714 | 0.15s 2026-03-10 22:59:18.229114 | b7a710b5-708e-4707-aa10-56117e1de043 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-10 22:59:18.235583 | 8524fee3-f22f-4bac-b932-8920fdef640c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-10 22:59:18.241116 | 352aea79-636e-439e-939e-dae2dabb621b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-10 22:59:18.311607 | fa163ec6-dd0a-cd85-1406-0000000045a2 | TASK | Async assignment of Keystone user per role 2026-03-10 22:59:18.405472 | fa163ec6-dd0a-cd85-1406-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:37.883754 | 0.09s 2026-03-10 22:59:18.424883 | fa163ec6-dd0a-cd85-1406-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:37.903183 | 0.11s 2026-03-10 22:59:18.433192 | fa163ec6-dd0a-cd85-1406-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:37.911491 | 0.12s 2026-03-10 22:59:18.449738 | 17a47699-b7b4-4a5d-98b4-d3f3643420e7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 22:59:18.459561 | 1f69bdc8-915a-4ddd-8d79-d16aff99f6f5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 22:59:18.483375 | fa163ec6-dd0a-cd85-1406-00000000476b | TASK | Async assignment of Keystone user to roles 2026-03-10 22:59:18.869254 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-10 22:59:18.870799 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:38.349095 | 0.39s 2026-03-10 22:59:19.204713 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-10 22:59:19.206380 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:38.684689 | 0.72s 2026-03-10 22:59:19.533957 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-10 22:59:19.534994 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:39.013304 | 1.05s 2026-03-10 22:59:19.865356 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-10 22:59:19.866147 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:39.344462 | 1.38s 2026-03-10 22:59:20.151309 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-10 22:59:20.151922 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:39.630240 | 1.67s 2026-03-10 22:59:20.430009 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-10 22:59:20.431766 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:39.910081 | 1.95s 2026-03-10 22:59:20.718155 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-10 22:59:20.718869 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:40.197185 | 2.23s 2026-03-10 22:59:21.042878 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-10 22:59:21.043616 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:40.521932 | 2.56s 2026-03-10 22:59:21.382059 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-10 22:59:21.384099 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:40.862406 | 2.90s 2026-03-10 22:59:21.684670 | fa163ec6-dd0a-cd85-1406-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-10 22:59:21.685413 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:41.163731 | 3.20s 2026-03-10 22:59:21.691514 | fa163ec6-dd0a-cd85-1406-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:41.169803 | 3.21s 2026-03-10 22:59:21.714434 | fa163ec6-dd0a-cd85-1406-00000000476d | TASK | Check Keystone user assignment to roles status 2026-03-10 22:59:21.964257 | fa163ec6-dd0a-cd85-1406-00000000476d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 22:59:27.198950 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-10 22:59:27.201706 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:46.679997 | 5.49s 2026-03-10 22:59:27.451481 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-10 22:59:27.452366 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:46.930678 | 5.74s 2026-03-10 22:59:27.707518 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-10 22:59:27.708407 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:47.186721 | 5.99s 2026-03-10 22:59:27.979972 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-10 22:59:27.981491 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:47.459809 | 6.26s 2026-03-10 22:59:28.190007 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-10 22:59:28.191718 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:47.670029 | 6.48s 2026-03-10 22:59:28.418092 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-10 22:59:28.419144 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:47.897455 | 6.70s 2026-03-10 22:59:28.673359 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-10 22:59:28.674425 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:48.152735 | 6.96s 2026-03-10 22:59:28.938337 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-10 22:59:28.940284 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:48.418593 | 7.22s 2026-03-10 22:59:29.203010 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-10 22:59:29.204664 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:48.682973 | 7.49s 2026-03-10 22:59:29.452989 | fa163ec6-dd0a-cd85-1406-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-10 22:59:29.453709 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:48.932027 | 7.74s 2026-03-10 22:59:29.464332 | fa163ec6-dd0a-cd85-1406-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:48.942634 | 7.75s 2026-03-10 22:59:29.487817 | fa163ec6-dd0a-cd85-1406-000000004772 | TASK | Async assignment of Keystone user to roles 2026-03-10 22:59:29.849934 | fa163ec6-dd0a-cd85-1406-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-10 22:59:29.851916 | fa163ec6-dd0a-cd85-1406-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.330222 | 0.36s 2026-03-10 22:59:30.144976 | fa163ec6-dd0a-cd85-1406-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-10 22:59:30.146988 | fa163ec6-dd0a-cd85-1406-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.625296 | 0.66s 2026-03-10 22:59:30.452949 | fa163ec6-dd0a-cd85-1406-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-10 22:59:30.453978 | fa163ec6-dd0a-cd85-1406-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.932288 | 0.96s 2026-03-10 22:59:30.768512 | fa163ec6-dd0a-cd85-1406-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-10 22:59:30.770265 | fa163ec6-dd0a-cd85-1406-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.248575 | 1.28s 2026-03-10 22:59:31.087536 | fa163ec6-dd0a-cd85-1406-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-10 22:59:31.089631 | fa163ec6-dd0a-cd85-1406-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.567940 | 1.60s 2026-03-10 22:59:31.409109 | fa163ec6-dd0a-cd85-1406-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-10 22:59:31.409772 | fa163ec6-dd0a-cd85-1406-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.888089 | 1.92s 2026-03-10 22:59:31.413556 | fa163ec6-dd0a-cd85-1406-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.891856 | 1.92s 2026-03-10 22:59:31.442976 | fa163ec6-dd0a-cd85-1406-000000004774 | TASK | Check Keystone user assignment to roles status 2026-03-10 22:59:31.758092 | fa163ec6-dd0a-cd85-1406-000000004774 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 22:59:36.966711 | fa163ec6-dd0a-cd85-1406-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-10 22:59:36.967908 | fa163ec6-dd0a-cd85-1406-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:56.446220 | 5.52s 2026-03-10 22:59:37.204747 | fa163ec6-dd0a-cd85-1406-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-10 22:59:37.205786 | fa163ec6-dd0a-cd85-1406-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:56.684096 | 5.76s 2026-03-10 22:59:37.487122 | fa163ec6-dd0a-cd85-1406-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-10 22:59:37.487990 | fa163ec6-dd0a-cd85-1406-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:56.966305 | 6.04s 2026-03-10 22:59:37.736957 | fa163ec6-dd0a-cd85-1406-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-10 22:59:37.738073 | fa163ec6-dd0a-cd85-1406-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.216382 | 6.29s 2026-03-10 22:59:38.043983 | fa163ec6-dd0a-cd85-1406-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-10 22:59:38.045057 | fa163ec6-dd0a-cd85-1406-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.523368 | 6.60s 2026-03-10 22:59:38.318840 | fa163ec6-dd0a-cd85-1406-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-10 22:59:38.320068 | fa163ec6-dd0a-cd85-1406-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.798377 | 6.87s 2026-03-10 22:59:38.333957 | fa163ec6-dd0a-cd85-1406-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.812260 | 6.89s 2026-03-10 22:59:38.355700 | fa163ec6-dd0a-cd85-1406-0000000045a7 | TASK | Async assignment of Keystone user per role 2026-03-10 22:59:38.448833 | fa163ec6-dd0a-cd85-1406-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:57.927127 | 0.09s 2026-03-10 22:59:38.461866 | fa163ec6-dd0a-cd85-1406-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:57.940165 | 0.10s 2026-03-10 22:59:38.476620 | a67425ed-2a45-48ec-ada2-8cd774a86643 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 22:59:38.503192 | fa163ec6-dd0a-cd85-1406-0000000047d8 | TASK | Async assignment of Keystone user to roles 2026-03-10 22:59:38.830040 | fa163ec6-dd0a-cd85-1406-0000000047d8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-10 22:59:38.831553 | fa163ec6-dd0a-cd85-1406-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:58.309850 | 0.33s 2026-03-10 22:59:38.838067 | fa163ec6-dd0a-cd85-1406-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:58.316363 | 0.33s 2026-03-10 22:59:38.857895 | fa163ec6-dd0a-cd85-1406-0000000047da | TASK | Check Keystone user assignment to roles status 2026-03-10 22:59:39.111005 | fa163ec6-dd0a-cd85-1406-0000000047da | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 22:59:44.333770 | fa163ec6-dd0a-cd85-1406-0000000047da | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-10 22:59:44.335616 | fa163ec6-dd0a-cd85-1406-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:03.813919 | 5.47s 2026-03-10 22:59:44.347855 | fa163ec6-dd0a-cd85-1406-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:03.826155 | 5.49s 2026-03-10 22:59:44.367513 | fa163ec6-dd0a-cd85-1406-0000000045ac | TASK | Async assignment of Keystone user per role 2026-03-10 22:59:44.426257 | fa163ec6-dd0a-cd85-1406-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:03.904522 | 0.06s 2026-03-10 22:59:44.433852 | fa163ec6-dd0a-cd85-1406-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:03.912152 | 0.06s 2026-03-10 22:59:44.447608 | 98d38246-569f-40dc-874a-03876ee97ff2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-10 22:59:44.472348 | fa163ec6-dd0a-cd85-1406-0000000047fc | TASK | Async assignment of Keystone user to roles 2026-03-10 22:59:44.801766 | fa163ec6-dd0a-cd85-1406-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-10 22:59:44.803559 | fa163ec6-dd0a-cd85-1406-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.281857 | 0.33s 2026-03-10 22:59:45.048353 | fa163ec6-dd0a-cd85-1406-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-10 22:59:45.049401 | fa163ec6-dd0a-cd85-1406-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.527709 | 0.58s 2026-03-10 22:59:45.386423 | fa163ec6-dd0a-cd85-1406-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-10 22:59:45.387177 | fa163ec6-dd0a-cd85-1406-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.865491 | 0.91s 2026-03-10 22:59:45.391603 | fa163ec6-dd0a-cd85-1406-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.869910 | 0.92s 2026-03-10 22:59:45.411265 | fa163ec6-dd0a-cd85-1406-0000000047fe | TASK | Check Keystone user assignment to roles status 2026-03-10 22:59:45.681929 | fa163ec6-dd0a-cd85-1406-0000000047fe | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-10 22:59:50.899366 | fa163ec6-dd0a-cd85-1406-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-10 22:59:50.900719 | fa163ec6-dd0a-cd85-1406-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:10.379025 | 5.49s 2026-03-10 22:59:51.186778 | fa163ec6-dd0a-cd85-1406-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-10 22:59:51.187871 | fa163ec6-dd0a-cd85-1406-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:10.666181 | 5.78s 2026-03-10 22:59:51.396160 | fa163ec6-dd0a-cd85-1406-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-10 22:59:51.397623 | fa163ec6-dd0a-cd85-1406-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:10.875927 | 5.99s 2026-03-10 22:59:51.409305 | fa163ec6-dd0a-cd85-1406-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:10.887609 | 6.00s 2026-03-10 22:59:51.441129 | fa163ec6-dd0a-cd85-1406-00000000397b | TASK | is Keystone LDAP enabled 2026-03-10 22:59:51.482796 | fa163ec6-dd0a-cd85-1406-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-03-10 22:59:51.484722 | fa163ec6-dd0a-cd85-1406-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:10.963024 | 0.04s 2026-03-10 22:59:51.500722 | fa163ec6-dd0a-cd85-1406-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-10 22:59:51.552120 | fa163ec6-dd0a-cd85-1406-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-10 22:59:51.553153 | fa163ec6-dd0a-cd85-1406-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:11.031463 | 0.05s 2026-03-10 22:59:51.568871 | fa163ec6-dd0a-cd85-1406-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-03-10 22:59:51.622721 | fa163ec6-dd0a-cd85-1406-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-10 22:59:51.623704 | fa163ec6-dd0a-cd85-1406-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:11.102017 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-10 22:59:51.742377 | fa163ec6-dd0a-cd85-1406-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-10 22:59:51.770988 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000e2') missing from stats 2026-03-10 22:59:51.794537 | fa163ec6-dd0a-cd85-1406-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-10 22:59:52.336135 | fa163ec6-dd0a-cd85-1406-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-10 22:59:52.337616 | fa163ec6-dd0a-cd85-1406-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:11.815920 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 22:59:52.410376 | fa163ec6-dd0a-cd85-1406-0000000000e4 | TIMING | include_tasks | standalone | 0:24:11.888671 | 0.04s 2026-03-10 22:59:52.456890 | 5d071179-ff7b-48d3-ad48-d8a08012231e | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-10 22:59:52.484355 | fa163ec6-dd0a-cd85-1406-000000004840 | TASK | Create virtqemud recovery script 2026-03-10 22:59:52.982599 | fa163ec6-dd0a-cd85-1406-000000004840 | CHANGED | Create virtqemud recovery script | standalone 2026-03-10 22:59:52.984145 | fa163ec6-dd0a-cd85-1406-000000004840 | TIMING | Create virtqemud recovery script | standalone | 0:24:12.462449 | 0.50s 2026-03-10 22:59:53.012510 | fa163ec6-dd0a-cd85-1406-000000004841 | TASK | Create virtqemud recovery trigger service 2026-03-10 22:59:53.477584 | fa163ec6-dd0a-cd85-1406-000000004841 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-10 22:59:53.478968 | fa163ec6-dd0a-cd85-1406-000000004841 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:12.957274 | 0.46s 2026-03-10 22:59:53.506881 | fa163ec6-dd0a-cd85-1406-000000004842 | TASK | Create virtqemud recovery trigger timer 2026-03-10 22:59:53.963609 | fa163ec6-dd0a-cd85-1406-000000004842 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-10 22:59:53.964474 | fa163ec6-dd0a-cd85-1406-000000004842 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:13.442788 | 0.46s 2026-03-10 22:59:53.986444 | fa163ec6-dd0a-cd85-1406-000000004843 | TASK | Enable virtqemud recovery trigger service 2026-03-10 22:59:55.042912 | fa163ec6-dd0a-cd85-1406-000000004843 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-10 22:59:55.044236 | fa163ec6-dd0a-cd85-1406-000000004843 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:14.522530 | 1.06s 2026-03-10 22:59:55.065950 | fa163ec6-dd0a-cd85-1406-000000004844 | TASK | Enable virtqemud recovery trigger timer 2026-03-10 22:59:56.254532 | fa163ec6-dd0a-cd85-1406-000000004844 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-10 22:59:56.256255 | fa163ec6-dd0a-cd85-1406-000000004844 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:15.734534 | 1.19s 2026-03-10 22:59:56.285098 | fa163ec6-dd0a-cd85-1406-000000004845 | TASK | Really enable virtqemud recovery trigger timer 2026-03-10 22:59:56.796311 | fa163ec6-dd0a-cd85-1406-000000004845 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-10 22:59:56.797936 | fa163ec6-dd0a-cd85-1406-000000004845 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:16.276240 | 0.51s 2026-03-10 22:59:56.825435 | fa163ec6-dd0a-cd85-1406-000000004847 | TASK | Create systemd file 2026-03-10 22:59:57.326293 | fa163ec6-dd0a-cd85-1406-000000004847 | CHANGED | Create systemd file | standalone 2026-03-10 22:59:57.327129 | fa163ec6-dd0a-cd85-1406-000000004847 | TIMING | Create systemd file | standalone | 0:24:16.805444 | 0.50s 2026-03-10 22:59:57.346240 | fa163ec6-dd0a-cd85-1406-000000004848 | TASK | Reload systemd 2026-03-10 22:59:58.098573 | fa163ec6-dd0a-cd85-1406-000000004848 | CHANGED | Reload systemd | standalone 2026-03-10 22:59:58.100189 | fa163ec6-dd0a-cd85-1406-000000004848 | TIMING | Reload systemd | standalone | 0:24:17.578492 | 0.75s 2026-03-10 22:59:58.131083 | fa163ec6-dd0a-cd85-1406-00000000484b | TASK | Start OVN container 2026-03-10 22:59:58.201304 | fa163ec6-dd0a-cd85-1406-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-10 22:59:58.219460 | fa163ec6-dd0a-cd85-1406-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-10 22:59:58.236342 | fa163ec6-dd0a-cd85-1406-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-10 22:59:58.248686 | fa163ec6-dd0a-cd85-1406-00000000484b | TIMING | Start OVN container | standalone | 0:24:17.726985 | 0.12s 2026-03-10 22:59:58.271970 | fa163ec6-dd0a-cd85-1406-00000000484d | TASK | Set NB connection 2026-03-10 22:59:58.321783 | fa163ec6-dd0a-cd85-1406-00000000484d | SKIPPED | Set NB connection | standalone 2026-03-10 22:59:58.322913 | fa163ec6-dd0a-cd85-1406-00000000484d | TIMING | Set NB connection | standalone | 0:24:17.801225 | 0.05s 2026-03-10 22:59:58.345362 | fa163ec6-dd0a-cd85-1406-00000000484e | TASK | Set SB connection 2026-03-10 22:59:58.393849 | fa163ec6-dd0a-cd85-1406-00000000484e | SKIPPED | Set SB connection | standalone 2026-03-10 22:59:58.395033 | fa163ec6-dd0a-cd85-1406-00000000484e | TIMING | Set SB connection | standalone | 0:24:17.873343 | 0.05s 2026-03-10 22:59:58.419127 | fa163ec6-dd0a-cd85-1406-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-10 22:59:58.648850 | fa163ec6-dd0a-cd85-1406-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-10 22:59:58.649953 | fa163ec6-dd0a-cd85-1406-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:18.128264 | 0.23s 2026-03-10 22:59:58.756957 | fa163ec6-dd0a-cd85-1406-0000000000e7 | TIMING | include_tasks | standalone | 0:24:18.235258 | 0.08s 2026-03-10 22:59:58.782960 | 7774187c-fc1f-4e0d-a0c2-91d0f7c9316c | INCLUDED | /root/standalone-ansible-tdq6yxft/common_deploy_steps_tasks.yaml | standalone 2026-03-10 22:59:58.808578 | fa163ec6-dd0a-cd85-1406-00000000487d | TASK | Write the config_step hieradata 2026-03-10 22:59:59.283708 | fa163ec6-dd0a-cd85-1406-00000000487d | OK | Write the config_step hieradata | standalone 2026-03-10 22:59:59.284740 | fa163ec6-dd0a-cd85-1406-00000000487d | TIMING | Write the config_step hieradata | standalone | 0:24:18.763052 | 0.47s 2026-03-10 22:59:59.307512 | fa163ec6-dd0a-cd85-1406-00000000487e | TASK | Run puppet host configuration for step 4 2026-03-10 22:59:59.634412 | fa163ec6-dd0a-cd85-1406-00000000487e | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-10 22:59:59.636250 | fa163ec6-dd0a-cd85-1406-00000000487e | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:19.114514 | 0.33s 2026-03-10 22:59:59.666783 | fa163ec6-dd0a-cd85-1406-00000000487f | TASK | Wait for puppet host configuration to finish 2026-03-10 22:59:59.921651 | fa163ec6-dd0a-cd85-1406-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 23:00:10.183287 | fa163ec6-dd0a-cd85-1406-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 23:00:20.370462 | fa163ec6-dd0a-cd85-1406-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-10 23:00:30.603831 | fa163ec6-dd0a-cd85-1406-00000000487f | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 23:00:30.605585 | fa163ec6-dd0a-cd85-1406-00000000487f | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:50.083889 | 30.94s 2026-03-10 23:00:30.635406 | fa163ec6-dd0a-cd85-1406-000000004880 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-10 23:00:30.720140 | fa163ec6-dd0a-cd85-1406-000000004880 | 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 10 22:59:59 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 23:00:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 23:00:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 23:00:06 puppet-user: (file & line not available)", "<13>Mar 10 23:00:06 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 10 23:00:06 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 10 23:00:07 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 10 23:00:07 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 10 23:00:07 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 10 23:00:07 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 10 23:00:07 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 10 23:00:07 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 10 23:00:07 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 10 23:00:07 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 10 23:00:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 23:00:07 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.55 seconds", "<13>Mar 10 23:00:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 23:00:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 23:00:19 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 10 23:00:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}6dbce0f3df98e9331be42cfb1d9e76ea610da3655f2eace8a370559ae0a24385'", "<13>Mar 10 23:00:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 10 23:00:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 10 23:00:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 10 23:00:19 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 10 23:00:20 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 23:00:25 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 10 23:00:27 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 10 23:00:27 puppet-user: Notice: Applied catalog in 19.98 seconds", "<13>Mar 10 23:00:27 puppet-user: Application:", "<13>Mar 10 23:00:27 puppet-user: Initial environment: production", "<13>Mar 10 23:00:27 puppet-user: Converged environment: production", "<13>Mar 10 23:00:27 puppet-user: Run mode: user", "<13>Mar 10 23:00:27 puppet-user: Changes:", "<13>Mar 10 23:00:27 puppet-user: Total: 10", "<13>Mar 10 23:00:27 puppet-user: Events:", "<13>Mar 10 23:00:27 puppet-user: Success: 10", "<13>Mar 10 23:00:27 puppet-user: Resources:", "<13>Mar 10 23:00:27 puppet-user: Restarted: 1", "<13>Mar 10 23:00:27 puppet-user: Changed: 10", "<13>Mar 10 23:00:27 puppet-user: Out of sync: 10", "<13>Mar 10 23:00:27 puppet-user: Total: 37", "<13>Mar 10 23:00:27 puppet-user: Time:", "<13>Mar 10 23:00:27 puppet-user: Filebucket: 0.00", "<13>Mar 10 23:00:27 puppet-user: Schedule: 0.00", "<13>Mar 10 23:00:27 puppet-user: File line: 0.00", "<13>Mar 10 23:00:27 puppet-user: User: 0.01", "<13>Mar 10 23:00:27 puppet-user: Augeas: 0.01", "<13>Mar 10 23:00:27 puppet-user: File: 0.10", "<13>Mar 10 23:00:27 puppet-user: Config retrieval: 0.64", "<13>Mar 10 23:00:27 puppet-user: Service: 1.36", "<13>Mar 10 23:00:27 puppet-user: Pcmk property: 1.49", "<13>Mar 10 23:00:27 puppet-user: Last run: 1773183627", "<13>Mar 10 23:00:27 puppet-user: Transaction evaluation: 19.97", "<13>Mar 10 23:00:27 puppet-user: Catalog application: 19.98", "<13>Mar 10 23:00:27 puppet-user: Pcmk resource default: 2.03", "<13>Mar 10 23:00:27 puppet-user: Pcmk resource op default: 2.18", "<13>Mar 10 23:00:27 puppet-user: Package: 5.58", "<13>Mar 10 23:00:27 puppet-user: Exec: 7.02", "<13>Mar 10 23:00:27 puppet-user: Total: 19.99", "<13>Mar 10 23:00:27 puppet-user: Version:", "<13>Mar 10 23:00:27 puppet-user: Config: 1773183606", "<13>Mar 10 23:00:27 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 23:00:30.721700 | fa163ec6-dd0a-cd85-1406-000000004880 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:50.200006 | 0.08s 2026-03-10 23:00:30.751254 | fa163ec6-dd0a-cd85-1406-000000004881 | TASK | Pre-cache facts for puppet containers 2026-03-10 23:00:30.781377 | fa163ec6-dd0a-cd85-1406-000000004881 | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:50.259678 | 0.03s 2026-03-10 23:00:30.847527 | fa163ec6-dd0a-cd85-1406-0000000048c2 | TASK | Gather variables for each operating system 2026-03-10 23:00:30.961733 | fa163ec6-dd0a-cd85-1406-0000000048c2 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:50.440035 | 0.11s 2026-03-10 23:00:30.992748 | fa163ec6-dd0a-cd85-1406-0000000048c3 | TASK | Create puppet caching structures 2026-03-10 23:00:31.219290 | fa163ec6-dd0a-cd85-1406-0000000048c3 | CHANGED | Create puppet caching structures | standalone 2026-03-10 23:00:31.220843 | fa163ec6-dd0a-cd85-1406-0000000048c3 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:50.699149 | 0.23s 2026-03-10 23:00:31.249546 | fa163ec6-dd0a-cd85-1406-0000000048c4 | TASK | Check for facter.conf 2026-03-10 23:00:31.482147 | fa163ec6-dd0a-cd85-1406-0000000048c4 | OK | Check for facter.conf | standalone 2026-03-10 23:00:31.483581 | fa163ec6-dd0a-cd85-1406-0000000048c4 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:50.961888 | 0.23s 2026-03-10 23:00:31.512610 | fa163ec6-dd0a-cd85-1406-0000000048c5 | TASK | Remove facter.conf if directory 2026-03-10 23:00:31.561683 | fa163ec6-dd0a-cd85-1406-0000000048c5 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 23:00:31.562426 | fa163ec6-dd0a-cd85-1406-0000000048c5 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:51.040742 | 0.05s 2026-03-10 23:00:31.581254 | fa163ec6-dd0a-cd85-1406-0000000048c6 | TASK | Write facter cache config 2026-03-10 23:00:32.048248 | fa163ec6-dd0a-cd85-1406-0000000048c6 | CHANGED | Write facter cache config | standalone 2026-03-10 23:00:32.049806 | fa163ec6-dd0a-cd85-1406-0000000048c6 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:51.528111 | 0.47s 2026-03-10 23:00:32.079955 | fa163ec6-dd0a-cd85-1406-0000000048c7 | TASK | Cleanup facter cache if exists 2026-03-10 23:00:32.295605 | fa163ec6-dd0a-cd85-1406-0000000048c7 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 23:00:32.297037 | fa163ec6-dd0a-cd85-1406-0000000048c7 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:51.775343 | 0.22s 2026-03-10 23:00:32.326574 | fa163ec6-dd0a-cd85-1406-0000000048c8 | TASK | Pre-cache facts 2026-03-10 23:00:32.967518 | fa163ec6-dd0a-cd85-1406-0000000048c8 | CHANGED | Pre-cache facts | standalone 2026-03-10 23:00:32.968788 | fa163ec6-dd0a-cd85-1406-0000000048c8 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:52.447097 | 0.64s 2026-03-10 23:00:33.000139 | fa163ec6-dd0a-cd85-1406-0000000048c9 | TASK | Failed deployment if facter fails 2026-03-10 23:00:33.029377 | fa163ec6-dd0a-cd85-1406-0000000048c9 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 23:00:33.030052 | fa163ec6-dd0a-cd85-1406-0000000048c9 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:52.508369 | 0.03s 2026-03-10 23:00:33.056036 | fa163ec6-dd0a-cd85-1406-0000000048ca | TASK | Sync cached facts 2026-03-10 23:00:33.356857 | fa163ec6-dd0a-cd85-1406-0000000048ca | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-dd0a-cd85-1406-0000000048ca') missing from stats 2026-03-10 23:00:33.402111 | fa163ec6-dd0a-cd85-1406-000000004882 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 23:00:33.439441 | fa163ec6-dd0a-cd85-1406-000000004882 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 23:00:33.440246 | fa163ec6-dd0a-cd85-1406-000000004882 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:52.918558 | 0.04s 2026-03-10 23:00:33.464919 | fa163ec6-dd0a-cd85-1406-000000004884 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-10 23:00:33.492786 | fa163ec6-dd0a-cd85-1406-000000004884 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:52.971094 | 0.03s 2026-03-10 23:00:33.563572 | fa163ec6-dd0a-cd85-1406-000000004921 | TASK | Gather variables for each operating system 2026-03-10 23:00:33.659586 | fa163ec6-dd0a-cd85-1406-000000004921 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:53.137878 | 0.09s 2026-03-10 23:00:33.776515 | fa163ec6-dd0a-cd85-1406-000000004922 | TASK | Create container logs path 2026-03-10 23:00:34.030601 | fa163ec6-dd0a-cd85-1406-000000004922 | OK | Create container logs path | standalone 2026-03-10 23:00:34.031461 | fa163ec6-dd0a-cd85-1406-000000004922 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:53.509776 | 0.25s 2026-03-10 23:00:34.051660 | fa163ec6-dd0a-cd85-1406-000000004924 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 23:00:34.301883 | fa163ec6-dd0a-cd85-1406-000000004924 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-10 23:00:34.302658 | fa163ec6-dd0a-cd85-1406-000000004924 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:53.780974 | 0.25s 2026-03-10 23:00:34.323192 | fa163ec6-dd0a-cd85-1406-000000004925 | TASK | Finalise hashes for all containers 2026-03-10 23:00:34.395427 | fa163ec6-dd0a-cd85-1406-000000004925 | OK | Finalise hashes for all containers | standalone 2026-03-10 23:00:34.396323 | fa163ec6-dd0a-cd85-1406-000000004925 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:53.874637 | 0.07s 2026-03-10 23:00:34.416619 | fa163ec6-dd0a-cd85-1406-000000004927 | TASK | Manage systemd shutdown files 2026-03-10 23:00:34.453734 | fa163ec6-dd0a-cd85-1406-000000004927 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:53.932031 | 0.04s 2026-03-10 23:00:34.487187 | 7103f8e2-0dd0-4d40-ada0-b5daa249a5c9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 23:00:34.516820 | fa163ec6-dd0a-cd85-1406-00000000495a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 23:00:34.793003 | fa163ec6-dd0a-cd85-1406-00000000495a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 23:00:34.794519 | fa163ec6-dd0a-cd85-1406-00000000495a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:54.272823 | 0.28s 2026-03-10 23:00:34.823269 | fa163ec6-dd0a-cd85-1406-00000000495b | TASK | Set podman_drop_in fact 2026-03-10 23:00:34.879028 | fa163ec6-dd0a-cd85-1406-00000000495b | OK | Set podman_drop_in fact | standalone 2026-03-10 23:00:34.880995 | fa163ec6-dd0a-cd85-1406-00000000495b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:54.359291 | 0.06s 2026-03-10 23:00:34.911609 | fa163ec6-dd0a-cd85-1406-00000000495d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 23:00:35.431914 | fa163ec6-dd0a-cd85-1406-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 23:00:35.434267 | fa163ec6-dd0a-cd85-1406-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:54.912538 | 0.52s 2026-03-10 23:00:35.902401 | fa163ec6-dd0a-cd85-1406-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 23:00:35.903752 | fa163ec6-dd0a-cd85-1406-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:55.382070 | 0.99s 2026-03-10 23:00:35.914588 | fa163ec6-dd0a-cd85-1406-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:55.392894 | 1.00s 2026-03-10 23:00:35.943646 | fa163ec6-dd0a-cd85-1406-00000000495e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 23:00:36.472721 | fa163ec6-dd0a-cd85-1406-00000000495e | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 23:00:36.474205 | fa163ec6-dd0a-cd85-1406-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:55.952510 | 0.53s 2026-03-10 23:00:36.503351 | fa163ec6-dd0a-cd85-1406-00000000495f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 23:00:37.043407 | fa163ec6-dd0a-cd85-1406-00000000495f | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 23:00:37.044801 | fa163ec6-dd0a-cd85-1406-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:56.523106 | 0.54s 2026-03-10 23:00:37.073503 | fa163ec6-dd0a-cd85-1406-000000004960 | TASK | Enable and start tripleo-container-shutdown 2026-03-10 23:00:37.800446 | fa163ec6-dd0a-cd85-1406-000000004960 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 23:00:37.801938 | fa163ec6-dd0a-cd85-1406-000000004960 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:57.280250 | 0.73s 2026-03-10 23:00:37.825268 | fa163ec6-dd0a-cd85-1406-000000004961 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 23:00:38.305506 | fa163ec6-dd0a-cd85-1406-000000004961 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 23:00:38.306648 | fa163ec6-dd0a-cd85-1406-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:57.784964 | 0.48s 2026-03-10 23:00:38.329151 | fa163ec6-dd0a-cd85-1406-000000004962 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 23:00:38.821555 | fa163ec6-dd0a-cd85-1406-000000004962 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 23:00:38.822540 | fa163ec6-dd0a-cd85-1406-000000004962 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:58.300852 | 0.49s 2026-03-10 23:00:38.842528 | fa163ec6-dd0a-cd85-1406-000000004963 | TASK | Enable and start netns-placeholder 2026-03-10 23:00:39.613843 | fa163ec6-dd0a-cd85-1406-000000004963 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 23:00:39.616023 | fa163ec6-dd0a-cd85-1406-000000004963 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:59.094326 | 0.77s 2026-03-10 23:00:39.649018 | fa163ec6-dd0a-cd85-1406-000000004929 | TASK | Update container configs with new config hashes 2026-03-10 23:00:39.710670 | fa163ec6-dd0a-cd85-1406-000000004929 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:59.188968 | 0.06s 2026-03-10 23:00:39.731509 | 68163f99-3ec0-4462-914f-2cfb59cc5cb9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 23:00:39.766131 | fa163ec6-dd0a-cd85-1406-00000000498b | TASK | Update config hashes for container startup configs 2026-03-10 23:00:40.041777 | fa163ec6-dd0a-cd85-1406-00000000498b | OK | Update config hashes for container startup configs | standalone 2026-03-10 23:00:40.043116 | fa163ec6-dd0a-cd85-1406-00000000498b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:59.521422 | 0.28s 2026-03-10 23:00:40.075146 | fa163ec6-dd0a-cd85-1406-00000000492a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 23:00:40.139614 | fa163ec6-dd0a-cd85-1406-00000000492a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:59.617904 | 0.06s 2026-03-10 23:00:40.165136 | c0853753-81e7-410e-9799-b0ee1caa24a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 23:00:40.203868 | fa163ec6-dd0a-cd85-1406-0000000049aa | TASK | Gather podman infos 2026-03-10 23:00:41.673380 | fa163ec6-dd0a-cd85-1406-0000000049aa | OK | Gather podman infos | standalone 2026-03-10 23:00:41.674611 | fa163ec6-dd0a-cd85-1406-0000000049aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:01.152921 | 1.47s 2026-03-10 23:00:41.788314 | fa163ec6-dd0a-cd85-1406-0000000049ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 23:00:41.833350 | fa163ec6-dd0a-cd85-1406-0000000049ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:01.311658 | 0.04s 2026-03-10 23:00:41.960047 | fa163ec6-dd0a-cd85-1406-0000000049f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:01.438344 | 0.09s 2026-03-10 23:00:42.023166 | fa163ec6-dd0a-cd85-1406-00000000492b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 23:00:42.076611 | fa163ec6-dd0a-cd85-1406-00000000492b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:01.554902 | 0.05s 2026-03-10 23:00:42.101947 | 0d870863-d918-4634-bc35-96686eaab150 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 23:00:42.141496 | fa163ec6-dd0a-cd85-1406-000000004a1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 23:01:03.250334 | fa163ec6-dd0a-cd85-1406-000000004a1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-10 23:01:03.251464 | fa163ec6-dd0a-cd85-1406-000000004a1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:22.729777 | 21.11s 2026-03-10 23:01:03.275862 | fa163ec6-dd0a-cd85-1406-000000004a1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-10 23:03:13.567735 | fa163ec6-dd0a-cd85-1406-000000004a1b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-10 23:03:13.569581 | fa163ec6-dd0a-cd85-1406-000000004a1b | 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:33.047887 | 130.29s 2026-03-10 23:03:13.648286 | fa163ec6-dd0a-cd85-1406-000000004886 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-10 23:03:13.893468 | fa163ec6-dd0a-cd85-1406-000000004886 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-10 23:03:13.894314 | fa163ec6-dd0a-cd85-1406-000000004886 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:33.372629 | 0.24s 2026-03-10 23:03:13.926572 | fa163ec6-dd0a-cd85-1406-000000004887 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-10 23:03:13.976911 | fa163ec6-dd0a-cd85-1406-000000004887 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:33.455198 | 0.05s 2026-03-10 23:03:14.011631 | fa163ec6-dd0a-cd85-1406-000000004888 | TASK | Include container-puppet tasks for step 4 2026-03-10 23:03:14.057502 | fa163ec6-dd0a-cd85-1406-000000004888 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:33.535792 | 0.04s 2026-03-10 23:03:14.087510 | 99236086-8475-4b53-8f8a-b3d618f9989a | INCLUDED | /root/standalone-ansible-tdq6yxft/host-container-puppet-tasks.yaml | standalone 2026-03-10 23:03:14.123948 | fa163ec6-dd0a-cd85-1406-000000004a66 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-10 23:03:14.580768 | fa163ec6-dd0a-cd85-1406-000000004a66 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-10 23:03:14.582747 | fa163ec6-dd0a-cd85-1406-000000004a66 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:34.061045 | 0.46s 2026-03-10 23:03:14.612994 | fa163ec6-dd0a-cd85-1406-000000004a68 | TASK | Generate container puppet configs for step 4 2026-03-10 23:03:14.909450 | fa163ec6-dd0a-cd85-1406-000000004a68 | OK | Generate container puppet configs for step 4 | standalone 2026-03-10 23:03:14.910885 | fa163ec6-dd0a-cd85-1406-000000004a68 | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:34.389190 | 0.30s 2026-03-10 23:03:14.942251 | fa163ec6-dd0a-cd85-1406-000000004a69 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-10 23:03:14.963774 | fa163ec6-dd0a-cd85-1406-000000004a69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:34.442086 | 0.02s 2026-03-10 23:03:15.019104 | fa163ec6-dd0a-cd85-1406-000000004a98 | TASK | Gather variables for each operating system 2026-03-10 23:03:15.100826 | fa163ec6-dd0a-cd85-1406-000000004a98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:34.579123 | 0.08s 2026-03-10 23:03:15.131724 | fa163ec6-dd0a-cd85-1406-000000004a99 | TASK | Create container logs path 2026-03-10 23:03:15.347327 | fa163ec6-dd0a-cd85-1406-000000004a99 | OK | Create container logs path | standalone 2026-03-10 23:03:15.349108 | fa163ec6-dd0a-cd85-1406-000000004a99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:34.827410 | 0.22s 2026-03-10 23:03:15.382766 | fa163ec6-dd0a-cd85-1406-000000004a9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-10 23:03:15.611088 | fa163ec6-dd0a-cd85-1406-000000004a9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-10 23:03:15.611893 | fa163ec6-dd0a-cd85-1406-000000004a9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:35.090209 | 0.23s 2026-03-10 23:03:15.631055 | fa163ec6-dd0a-cd85-1406-000000004a9c | TASK | Finalise hashes for all containers 2026-03-10 23:03:15.660487 | fa163ec6-dd0a-cd85-1406-000000004a9c | OK | Finalise hashes for all containers | standalone 2026-03-10 23:03:15.661076 | fa163ec6-dd0a-cd85-1406-000000004a9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:35.139393 | 0.03s 2026-03-10 23:03:15.680418 | fa163ec6-dd0a-cd85-1406-000000004a9e | TASK | Manage systemd shutdown files 2026-03-10 23:03:15.706620 | fa163ec6-dd0a-cd85-1406-000000004a9e | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 23:03:15.707229 | fa163ec6-dd0a-cd85-1406-000000004a9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:35.185532 | 0.03s 2026-03-10 23:03:15.727258 | fa163ec6-dd0a-cd85-1406-000000004aa0 | TASK | Update container configs with new config hashes 2026-03-10 23:03:15.763615 | fa163ec6-dd0a-cd85-1406-000000004aa0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 23:03:15.764200 | fa163ec6-dd0a-cd85-1406-000000004aa0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:35.242518 | 0.04s 2026-03-10 23:03:15.785117 | fa163ec6-dd0a-cd85-1406-000000004aa1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-10 23:03:15.823404 | fa163ec6-dd0a-cd85-1406-000000004aa1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-10 23:03:15.823995 | fa163ec6-dd0a-cd85-1406-000000004aa1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:35.302313 | 0.04s 2026-03-10 23:03:15.844054 | fa163ec6-dd0a-cd85-1406-000000004aa2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-10 23:03:15.891889 | fa163ec6-dd0a-cd85-1406-000000004aa2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-10 23:03:15.892583 | fa163ec6-dd0a-cd85-1406-000000004aa2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:35.370901 | 0.05s PLAY [External deployment step 5] ********************************************** 2026-03-10 23:03:16.074896 | fa163ec6-dd0a-cd85-1406-0000000000ea | TASK | External deployment step 5 2026-03-10 23:03:16.116050 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000ea') missing from stats 2026-03-10 23:03:16.169035 | fa163ec6-dd0a-cd85-1406-0000000000eb | TIMING | include_tasks | undercloud | 0:27:35.647338 | 0.03s 2026-03-10 23:03:16.178310 | fb9f7a2d-a249-4106-a7f7-25e96c65665c | INCLUDED | /root/standalone-ansible-tdq6yxft/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-10 23:03:16.194744 | fa163ec6-dd0a-cd85-1406-000000004af1 | TASK | Manage Cinder's default volume type 2026-03-10 23:03:26.578510 | fa163ec6-dd0a-cd85-1406-000000004af1 | OK | Manage Cinder's default volume type | undercloud 2026-03-10 23:03:26.580197 | fa163ec6-dd0a-cd85-1406-000000004af1 | TIMING | Manage Cinder's default volume type | undercloud | 0:27:46.058499 | 10.38s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-10 23:03:26.725233 | fa163ec6-dd0a-cd85-1406-0000000000ee | TASK | Deploy step tasks for 5 2026-03-10 23:03:26.754119 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000ee') missing from stats 2026-03-10 23:03:26.778589 | fa163ec6-dd0a-cd85-1406-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-10 23:03:27.303992 | fa163ec6-dd0a-cd85-1406-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-10 23:03:27.304932 | fa163ec6-dd0a-cd85-1406-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:46.783247 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-10 23:03:27.369007 | fa163ec6-dd0a-cd85-1406-0000000000f0 | TIMING | include_tasks | standalone | 0:27:46.847314 | 0.04s 2026-03-10 23:03:27.469665 | 3bd33b23-dcf8-41c4-ab73-e165dee5f99f | INCLUDED | /root/standalone-ansible-tdq6yxft/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-10 23:03:27.512538 | fa163ec6-dd0a-cd85-1406-000000004b14 | TASK | Gather variables for each operating system 2026-03-10 23:03:27.634367 | fa163ec6-dd0a-cd85-1406-000000004b14 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:47.112672 | 0.12s 2026-03-10 23:03:27.657889 | fa163ec6-dd0a-cd85-1406-000000004b15 | TASK | Detect if resource is being created or already exists 2026-03-10 23:03:28.496843 | fa163ec6-dd0a-cd85-1406-000000004b15 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 23:03:28.498247 | fa163ec6-dd0a-cd85-1406-000000004b15 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:47.976529 | 0.84s 2026-03-10 23:03:28.529191 | fa163ec6-dd0a-cd85-1406-000000004b16 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-10 23:03:52.663327 | fa163ec6-dd0a-cd85-1406-000000004b16 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-10 23:03:52.664523 | fa163ec6-dd0a-cd85-1406-000000004b16 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:12.142839 | 24.13s 2026-03-10 23:03:52.694720 | fa163ec6-dd0a-cd85-1406-000000004b17 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-10 23:03:52.953484 | fa163ec6-dd0a-cd85-1406-000000004b17 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-10 23:03:52.955252 | fa163ec6-dd0a-cd85-1406-000000004b17 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:12.433536 | 0.26s 2026-03-10 23:03:52.984364 | fa163ec6-dd0a-cd85-1406-000000004b18 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 23:03:53.444799 | fa163ec6-dd0a-cd85-1406-000000004b18 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 23:03:53.445735 | fa163ec6-dd0a-cd85-1406-000000004b18 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:12.924044 | 0.46s 2026-03-10 23:03:53.470869 | fa163ec6-dd0a-cd85-1406-000000004b19 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-10 23:03:53.680898 | fa163ec6-dd0a-cd85-1406-000000004b19 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-10 23:03:53.682510 | fa163ec6-dd0a-cd85-1406-000000004b19 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:13.160826 | 0.21s 2026-03-10 23:03:53.703071 | fa163ec6-dd0a-cd85-1406-000000004b1b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-10 23:03:53.735675 | fa163ec6-dd0a-cd85-1406-000000004b1b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-10 23:03:53.736624 | fa163ec6-dd0a-cd85-1406-000000004b1b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:13.214940 | 0.03s 2026-03-10 23:03:53.757098 | fa163ec6-dd0a-cd85-1406-000000004b1c | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-10 23:03:53.794736 | fa163ec6-dd0a-cd85-1406-000000004b1c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-10 23:03:53.796054 | fa163ec6-dd0a-cd85-1406-000000004b1c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:13.274369 | 0.04s 2026-03-10 23:03:53.816459 | fa163ec6-dd0a-cd85-1406-000000004b1d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-10 23:03:53.863527 | fa163ec6-dd0a-cd85-1406-000000004b1d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-10 23:03:53.864641 | fa163ec6-dd0a-cd85-1406-000000004b1d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:13.342957 | 0.05s 2026-03-10 23:03:53.885678 | fa163ec6-dd0a-cd85-1406-000000004b1e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 23:03:53.927951 | fa163ec6-dd0a-cd85-1406-000000004b1e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 23:03:53.929264 | fa163ec6-dd0a-cd85-1406-000000004b1e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:13.407577 | 0.04s 2026-03-10 23:03:53.950165 | fa163ec6-dd0a-cd85-1406-000000004b1f | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-10 23:03:53.998010 | fa163ec6-dd0a-cd85-1406-000000004b1f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-10 23:03:53.999112 | fa163ec6-dd0a-cd85-1406-000000004b1f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:13.477428 | 0.05s 2026-03-10 23:03:54.035791 | fa163ec6-dd0a-cd85-1406-000000004b40 | TASK | Gather variables for each operating system 2026-03-10 23:03:54.145540 | fa163ec6-dd0a-cd85-1406-000000004b40 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:13.623847 | 0.11s 2026-03-10 23:03:54.165607 | fa163ec6-dd0a-cd85-1406-000000004b41 | TASK | Detect if resource is being created or already exists 2026-03-10 23:03:54.856400 | fa163ec6-dd0a-cd85-1406-000000004b41 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 23:03:54.859084 | fa163ec6-dd0a-cd85-1406-000000004b41 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:14.337388 | 0.69s 2026-03-10 23:03:54.890721 | fa163ec6-dd0a-cd85-1406-000000004b42 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-10 23:04:19.345183 | fa163ec6-dd0a-cd85-1406-000000004b42 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-10 23:04:19.346319 | fa163ec6-dd0a-cd85-1406-000000004b42 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:38.824631 | 24.45s 2026-03-10 23:04:19.370167 | fa163ec6-dd0a-cd85-1406-000000004b43 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-10 23:04:19.651525 | fa163ec6-dd0a-cd85-1406-000000004b43 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-10 23:04:19.654477 | fa163ec6-dd0a-cd85-1406-000000004b43 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:39.132782 | 0.28s 2026-03-10 23:04:19.684904 | fa163ec6-dd0a-cd85-1406-000000004b44 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 23:04:20.154968 | fa163ec6-dd0a-cd85-1406-000000004b44 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 23:04:20.156858 | fa163ec6-dd0a-cd85-1406-000000004b44 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:39.635155 | 0.47s 2026-03-10 23:04:20.185962 | fa163ec6-dd0a-cd85-1406-000000004b45 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-10 23:04:20.448972 | fa163ec6-dd0a-cd85-1406-000000004b45 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-10 23:04:20.450045 | fa163ec6-dd0a-cd85-1406-000000004b45 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:28:39.928355 | 0.26s 2026-03-10 23:04:20.475766 | fa163ec6-dd0a-cd85-1406-000000004b47 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-10 23:04:20.506002 | fa163ec6-dd0a-cd85-1406-000000004b47 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-10 23:04:20.507067 | fa163ec6-dd0a-cd85-1406-000000004b47 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:28:39.985374 | 0.03s 2026-03-10 23:04:20.533487 | fa163ec6-dd0a-cd85-1406-000000004b48 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-10 23:04:20.562719 | fa163ec6-dd0a-cd85-1406-000000004b48 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-10 23:04:20.563453 | fa163ec6-dd0a-cd85-1406-000000004b48 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:28:40.041768 | 0.03s 2026-03-10 23:04:20.584536 | fa163ec6-dd0a-cd85-1406-000000004b49 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-10 23:04:20.611361 | fa163ec6-dd0a-cd85-1406-000000004b49 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-10 23:04:20.612327 | fa163ec6-dd0a-cd85-1406-000000004b49 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:28:40.090641 | 0.03s 2026-03-10 23:04:20.632940 | fa163ec6-dd0a-cd85-1406-000000004b4a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 23:04:20.689967 | fa163ec6-dd0a-cd85-1406-000000004b4a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 23:04:20.690819 | fa163ec6-dd0a-cd85-1406-000000004b4a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:40.169134 | 0.06s 2026-03-10 23:04:20.711580 | fa163ec6-dd0a-cd85-1406-000000004b4b | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-10 23:04:20.739868 | fa163ec6-dd0a-cd85-1406-000000004b4b | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-10 23:04:20.740695 | fa163ec6-dd0a-cd85-1406-000000004b4b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:28:40.219010 | 0.03s 2026-03-10 23:04:20.777558 | fa163ec6-dd0a-cd85-1406-000000004b6c | TASK | Gather variables for each operating system 2026-03-10 23:04:20.887004 | fa163ec6-dd0a-cd85-1406-000000004b6c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:40.365314 | 0.11s 2026-03-10 23:04:20.906475 | fa163ec6-dd0a-cd85-1406-000000004b6d | TASK | Detect if resource is being created or already exists 2026-03-10 23:04:21.658423 | fa163ec6-dd0a-cd85-1406-000000004b6d | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-10 23:04:21.659316 | fa163ec6-dd0a-cd85-1406-000000004b6d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:41.137633 | 0.75s 2026-03-10 23:04:21.679370 | fa163ec6-dd0a-cd85-1406-000000004b6e | TASK | Run init bundle puppet on the host for manila_share 2026-03-10 23:04:46.008520 | fa163ec6-dd0a-cd85-1406-000000004b6e | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-10 23:04:46.010143 | fa163ec6-dd0a-cd85-1406-000000004b6e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:05.488448 | 24.33s 2026-03-10 23:04:46.045663 | fa163ec6-dd0a-cd85-1406-000000004b6f | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-10 23:04:46.295938 | fa163ec6-dd0a-cd85-1406-000000004b6f | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-10 23:04:46.296923 | fa163ec6-dd0a-cd85-1406-000000004b6f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:05.775231 | 0.25s 2026-03-10 23:04:46.316660 | fa163ec6-dd0a-cd85-1406-000000004b70 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-10 23:04:46.744164 | fa163ec6-dd0a-cd85-1406-000000004b70 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-10 23:04:46.745462 | fa163ec6-dd0a-cd85-1406-000000004b70 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:06.223767 | 0.43s 2026-03-10 23:04:46.776969 | fa163ec6-dd0a-cd85-1406-000000004b71 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-10 23:04:46.992007 | fa163ec6-dd0a-cd85-1406-000000004b71 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-10 23:04:46.993040 | fa163ec6-dd0a-cd85-1406-000000004b71 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:06.471351 | 0.21s 2026-03-10 23:04:47.019166 | fa163ec6-dd0a-cd85-1406-000000004b73 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-10 23:04:47.078794 | fa163ec6-dd0a-cd85-1406-000000004b73 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-10 23:04:47.080283 | fa163ec6-dd0a-cd85-1406-000000004b73 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:06.558580 | 0.06s 2026-03-10 23:04:47.113738 | fa163ec6-dd0a-cd85-1406-000000004b74 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-10 23:04:47.168153 | fa163ec6-dd0a-cd85-1406-000000004b74 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-10 23:04:47.170014 | fa163ec6-dd0a-cd85-1406-000000004b74 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:06.648308 | 0.05s 2026-03-10 23:04:47.206713 | fa163ec6-dd0a-cd85-1406-000000004b75 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-10 23:04:47.250332 | fa163ec6-dd0a-cd85-1406-000000004b75 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-10 23:04:47.251373 | fa163ec6-dd0a-cd85-1406-000000004b75 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:06.729685 | 0.04s 2026-03-10 23:04:47.276974 | fa163ec6-dd0a-cd85-1406-000000004b76 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-10 23:04:47.335821 | fa163ec6-dd0a-cd85-1406-000000004b76 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-10 23:04:47.337080 | fa163ec6-dd0a-cd85-1406-000000004b76 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:06.815386 | 0.06s 2026-03-10 23:04:47.370478 | fa163ec6-dd0a-cd85-1406-000000004b77 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-10 23:04:47.427412 | fa163ec6-dd0a-cd85-1406-000000004b77 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-10 23:04:47.428427 | fa163ec6-dd0a-cd85-1406-000000004b77 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:06.906738 | 0.06s 2026-03-10 23:04:47.472141 | fa163ec6-dd0a-cd85-1406-000000004b98 | TASK | Run kolla_set_configs to copy ring files 2026-03-10 23:04:48.043020 | fa163ec6-dd0a-cd85-1406-000000004b98 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-10 23:04:48.045364 | fa163ec6-dd0a-cd85-1406-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:07.523666 | 0.57s 2026-03-10 23:04:48.055414 | fa163ec6-dd0a-cd85-1406-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:07.533718 | 0.58s 2026-03-10 23:04:48.075960 | fa163ec6-dd0a-cd85-1406-000000004b99 | TASK | Run kolla_set_configs to copy ring files 2026-03-10 23:04:48.450673 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-10 23:04:48.452241 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:07.930501 | 0.38s 2026-03-10 23:04:48.887282 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-10 23:04:48.888652 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:08.366970 | 0.81s 2026-03-10 23:04:49.215376 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-10 23:04:49.217097 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:08.695411 | 1.14s 2026-03-10 23:04:49.784340 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-10 23:04:49.786256 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:09.264565 | 1.71s 2026-03-10 23:04:50.108765 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-10 23:04:50.110279 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:09.588425 | 2.03s 2026-03-10 23:04:50.394323 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-10 23:04:50.395389 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:09.873699 | 2.32s 2026-03-10 23:04:50.818952 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-10 23:04:50.820155 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:10.298470 | 2.74s 2026-03-10 23:04:51.248617 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-10 23:04:51.251035 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:10.729346 | 3.17s 2026-03-10 23:04:51.578243 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-10 23:04:51.580182 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:11.058490 | 3.50s 2026-03-10 23:04:52.238850 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-10 23:04:52.240489 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:11.718801 | 4.16s 2026-03-10 23:04:52.543797 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-10 23:04:52.549064 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:12.027370 | 4.47s 2026-03-10 23:04:53.067958 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-10 23:04:53.069525 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:12.547835 | 4.99s 2026-03-10 23:04:53.508511 | fa163ec6-dd0a-cd85-1406-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-10 23:04:53.510572 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:12.988879 | 5.43s 2026-03-10 23:04:53.525451 | fa163ec6-dd0a-cd85-1406-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:13.003742 | 5.45s 2026-03-10 23:04:53.559447 | fa163ec6-dd0a-cd85-1406-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-10 23:04:53.810746 | fa163ec6-dd0a-cd85-1406-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-10 23:04:53.812286 | fa163ec6-dd0a-cd85-1406-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:13.290592 | 0.25s 2026-03-10 23:04:53.903121 | fa163ec6-dd0a-cd85-1406-0000000000f3 | TIMING | include_tasks | standalone | 0:29:13.381402 | 0.07s 2026-03-10 23:04:53.934823 | 36ebe534-2395-4748-ad83-84e26d213744 | INCLUDED | /root/standalone-ansible-tdq6yxft/common_deploy_steps_tasks.yaml | standalone 2026-03-10 23:04:53.960197 | fa163ec6-dd0a-cd85-1406-000000004c16 | TASK | Write the config_step hieradata 2026-03-10 23:04:54.470115 | fa163ec6-dd0a-cd85-1406-000000004c16 | OK | Write the config_step hieradata | standalone 2026-03-10 23:04:54.471369 | fa163ec6-dd0a-cd85-1406-000000004c16 | TIMING | Write the config_step hieradata | standalone | 0:29:13.949674 | 0.51s 2026-03-10 23:04:54.501635 | fa163ec6-dd0a-cd85-1406-000000004c17 | TASK | Run puppet host configuration for step 5 2026-03-10 23:04:54.878116 | fa163ec6-dd0a-cd85-1406-000000004c17 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-10 23:04:54.879695 | fa163ec6-dd0a-cd85-1406-000000004c17 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:14.357993 | 0.38s 2026-03-10 23:04:54.903232 | fa163ec6-dd0a-cd85-1406-000000004c18 | TASK | Wait for puppet host configuration to finish 2026-03-10 23:04:55.123458 | fa163ec6-dd0a-cd85-1406-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-10 23:05:05.342815 | fa163ec6-dd0a-cd85-1406-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-10 23:05:15.566257 | fa163ec6-dd0a-cd85-1406-000000004c18 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-10 23:05:15.567138 | fa163ec6-dd0a-cd85-1406-000000004c18 | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:35.045454 | 20.66s 2026-03-10 23:05:15.587128 | fa163ec6-dd0a-cd85-1406-000000004c19 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-10 23:05:15.658933 | fa163ec6-dd0a-cd85-1406-000000004c19 | 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 10 23:04:54 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 10 23:05:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 10 23:05:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 10 23:05:01 puppet-user: (file & line not available)", "<13>Mar 10 23:05:01 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 10 23:05:01 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 10 23:05:02 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 10 23:05:02 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 10 23:05:02 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 10 23:05:02 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 10 23:05:02 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 10 23:05:02 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 10 23:05:02 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 10 23:05:02 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 10 23:05:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 10 23:05:02 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.55 seconds", "<13>Mar 10 23:05:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 10 23:05:08 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 10 23:05:10 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 10 23:05:10 puppet-user: Notice: Applied catalog in 8.11 seconds", "<13>Mar 10 23:05:10 puppet-user: Application:", "<13>Mar 10 23:05:10 puppet-user: Initial environment: production", "<13>Mar 10 23:05:10 puppet-user: Converged environment: production", "<13>Mar 10 23:05:10 puppet-user: Run mode: user", "<13>Mar 10 23:05:10 puppet-user: Changes:", "<13>Mar 10 23:05:10 puppet-user: Total: 2", "<13>Mar 10 23:05:10 puppet-user: Events:", "<13>Mar 10 23:05:10 puppet-user: Success: 2", "<13>Mar 10 23:05:10 puppet-user: Resources:", "<13>Mar 10 23:05:10 puppet-user: Changed: 2", "<13>Mar 10 23:05:10 puppet-user: Out of sync: 2", "<13>Mar 10 23:05:10 puppet-user: Total: 37", "<13>Mar 10 23:05:10 puppet-user: Time:", "<13>Mar 10 23:05:10 puppet-user: Schedule: 0.00", "<13>Mar 10 23:05:10 puppet-user: File line: 0.00", "<13>Mar 10 23:05:10 puppet-user: Package: 0.00", "<13>Mar 10 23:05:10 puppet-user: Augeas: 0.01", "<13>Mar 10 23:05:10 puppet-user: User: 0.01", "<13>Mar 10 23:05:10 puppet-user: File: 0.08", "<13>Mar 10 23:05:10 puppet-user: Service: 0.14", "<13>Mar 10 23:05:10 puppet-user: Config retrieval: 0.66", "<13>Mar 10 23:05:10 puppet-user: Pcmk property: 1.46", "<13>Mar 10 23:05:10 puppet-user: Exec: 1.97", "<13>Mar 10 23:05:10 puppet-user: Last run: 1773183910", "<13>Mar 10 23:05:10 puppet-user: Pcmk resource op default: 2.04", "<13>Mar 10 23:05:10 puppet-user: Pcmk resource default: 2.22", "<13>Mar 10 23:05:10 puppet-user: Filebucket: 0.00", "<13>Mar 10 23:05:10 puppet-user: Transaction evaluation: 8.09", "<13>Mar 10 23:05:10 puppet-user: Catalog application: 8.11", "<13>Mar 10 23:05:10 puppet-user: Total: 8.12", "<13>Mar 10 23:05:10 puppet-user: Version:", "<13>Mar 10 23:05:10 puppet-user: Config: 1773183901", "<13>Mar 10 23:05:10 puppet-user: Puppet: 7.10.0" ] } 2026-03-10 23:05:15.659810 | fa163ec6-dd0a-cd85-1406-000000004c19 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:35.138126 | 0.07s 2026-03-10 23:05:15.679155 | fa163ec6-dd0a-cd85-1406-000000004c1a | TASK | Pre-cache facts for puppet containers 2026-03-10 23:05:15.697582 | fa163ec6-dd0a-cd85-1406-000000004c1a | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:35.175880 | 0.02s 2026-03-10 23:05:15.758107 | fa163ec6-dd0a-cd85-1406-000000004c59 | TASK | Gather variables for each operating system 2026-03-10 23:05:15.862948 | fa163ec6-dd0a-cd85-1406-000000004c59 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:35.341245 | 0.10s 2026-03-10 23:05:15.883269 | fa163ec6-dd0a-cd85-1406-000000004c5a | TASK | Create puppet caching structures 2026-03-10 23:05:16.103859 | fa163ec6-dd0a-cd85-1406-000000004c5a | CHANGED | Create puppet caching structures | standalone 2026-03-10 23:05:16.105397 | fa163ec6-dd0a-cd85-1406-000000004c5a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:35.583701 | 0.22s 2026-03-10 23:05:16.135508 | fa163ec6-dd0a-cd85-1406-000000004c5b | TASK | Check for facter.conf 2026-03-10 23:05:16.405589 | fa163ec6-dd0a-cd85-1406-000000004c5b | OK | Check for facter.conf | standalone 2026-03-10 23:05:16.407788 | fa163ec6-dd0a-cd85-1406-000000004c5b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:35.886089 | 0.27s 2026-03-10 23:05:16.437801 | fa163ec6-dd0a-cd85-1406-000000004c5c | TASK | Remove facter.conf if directory 2026-03-10 23:05:16.490606 | fa163ec6-dd0a-cd85-1406-000000004c5c | SKIPPED | Remove facter.conf if directory | standalone 2026-03-10 23:05:16.491901 | fa163ec6-dd0a-cd85-1406-000000004c5c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:35.970207 | 0.05s 2026-03-10 23:05:16.521272 | fa163ec6-dd0a-cd85-1406-000000004c5d | TASK | Write facter cache config 2026-03-10 23:05:17.025987 | fa163ec6-dd0a-cd85-1406-000000004c5d | CHANGED | Write facter cache config | standalone 2026-03-10 23:05:17.027382 | fa163ec6-dd0a-cd85-1406-000000004c5d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:36.505688 | 0.50s 2026-03-10 23:05:17.057944 | fa163ec6-dd0a-cd85-1406-000000004c5e | TASK | Cleanup facter cache if exists 2026-03-10 23:05:17.296021 | fa163ec6-dd0a-cd85-1406-000000004c5e | CHANGED | Cleanup facter cache if exists | standalone 2026-03-10 23:05:17.297490 | fa163ec6-dd0a-cd85-1406-000000004c5e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:36.775795 | 0.24s 2026-03-10 23:05:17.326642 | fa163ec6-dd0a-cd85-1406-000000004c5f | TASK | Pre-cache facts 2026-03-10 23:05:17.981406 | fa163ec6-dd0a-cd85-1406-000000004c5f | CHANGED | Pre-cache facts | standalone 2026-03-10 23:05:17.982907 | fa163ec6-dd0a-cd85-1406-000000004c5f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:29:37.461211 | 0.65s 2026-03-10 23:05:18.020380 | fa163ec6-dd0a-cd85-1406-000000004c60 | TASK | Failed deployment if facter fails 2026-03-10 23:05:18.061105 | fa163ec6-dd0a-cd85-1406-000000004c60 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-10 23:05:18.062388 | fa163ec6-dd0a-cd85-1406-000000004c60 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:29:37.540692 | 0.04s 2026-03-10 23:05:18.110008 | fa163ec6-dd0a-cd85-1406-000000004c61 | TASK | Sync cached facts 2026-03-10 23:05:18.468553 | fa163ec6-dd0a-cd85-1406-000000004c61 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec6-dd0a-cd85-1406-000000004c61') missing from stats 2026-03-10 23:05:18.524722 | fa163ec6-dd0a-cd85-1406-000000004c1b | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-10 23:05:18.575684 | fa163ec6-dd0a-cd85-1406-000000004c1b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-10 23:05:18.577038 | fa163ec6-dd0a-cd85-1406-000000004c1b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:29:38.055342 | 0.05s 2026-03-10 23:05:18.606805 | fa163ec6-dd0a-cd85-1406-000000004c1d | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-10 23:05:18.636262 | fa163ec6-dd0a-cd85-1406-000000004c1d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:29:38.114528 | 0.03s 2026-03-10 23:05:18.702363 | fa163ec6-dd0a-cd85-1406-000000004cb8 | TASK | Gather variables for each operating system 2026-03-10 23:05:18.824710 | fa163ec6-dd0a-cd85-1406-000000004cb8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:38.303012 | 0.12s 2026-03-10 23:05:18.848049 | fa163ec6-dd0a-cd85-1406-000000004cb9 | TASK | Create container logs path 2026-03-10 23:05:19.147317 | fa163ec6-dd0a-cd85-1406-000000004cb9 | OK | Create container logs path | standalone 2026-03-10 23:05:19.148677 | fa163ec6-dd0a-cd85-1406-000000004cb9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:38.626982 | 0.30s 2026-03-10 23:05:19.179994 | fa163ec6-dd0a-cd85-1406-000000004cbb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 23:05:19.426881 | fa163ec6-dd0a-cd85-1406-000000004cbb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-10 23:05:19.427900 | fa163ec6-dd0a-cd85-1406-000000004cbb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:38.906216 | 0.25s 2026-03-10 23:05:19.448904 | fa163ec6-dd0a-cd85-1406-000000004cbc | TASK | Finalise hashes for all containers 2026-03-10 23:05:19.488737 | fa163ec6-dd0a-cd85-1406-000000004cbc | OK | Finalise hashes for all containers | standalone 2026-03-10 23:05:19.489884 | fa163ec6-dd0a-cd85-1406-000000004cbc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:38.968195 | 0.04s 2026-03-10 23:05:19.510019 | fa163ec6-dd0a-cd85-1406-000000004cbe | TASK | Manage systemd shutdown files 2026-03-10 23:05:19.536727 | fa163ec6-dd0a-cd85-1406-000000004cbe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:39.015024 | 0.03s 2026-03-10 23:05:19.561699 | 30c7872e-2c51-4150-b8e7-6fad6d43ab01 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-10 23:05:19.591601 | fa163ec6-dd0a-cd85-1406-000000004cf1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-10 23:05:19.821052 | fa163ec6-dd0a-cd85-1406-000000004cf1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-10 23:05:19.822917 | fa163ec6-dd0a-cd85-1406-000000004cf1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:29:39.301213 | 0.23s 2026-03-10 23:05:19.848662 | fa163ec6-dd0a-cd85-1406-000000004cf2 | TASK | Set podman_drop_in fact 2026-03-10 23:05:19.907500 | fa163ec6-dd0a-cd85-1406-000000004cf2 | OK | Set podman_drop_in fact | standalone 2026-03-10 23:05:19.908387 | fa163ec6-dd0a-cd85-1406-000000004cf2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:29:39.386702 | 0.06s 2026-03-10 23:05:19.930849 | fa163ec6-dd0a-cd85-1406-000000004cf4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-10 23:05:20.428069 | fa163ec6-dd0a-cd85-1406-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-10 23:05:20.431077 | fa163ec6-dd0a-cd85-1406-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:39.909378 | 0.50s 2026-03-10 23:05:20.919839 | fa163ec6-dd0a-cd85-1406-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-10 23:05:20.921685 | fa163ec6-dd0a-cd85-1406-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:40.399995 | 0.99s 2026-03-10 23:05:20.932459 | fa163ec6-dd0a-cd85-1406-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:40.410761 | 1.00s 2026-03-10 23:05:20.962416 | fa163ec6-dd0a-cd85-1406-000000004cf5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-10 23:05:21.483657 | fa163ec6-dd0a-cd85-1406-000000004cf5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-10 23:05:21.484613 | fa163ec6-dd0a-cd85-1406-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:29:40.962925 | 0.52s 2026-03-10 23:05:21.507029 | fa163ec6-dd0a-cd85-1406-000000004cf6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-10 23:05:22.046947 | fa163ec6-dd0a-cd85-1406-000000004cf6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-10 23:05:22.048703 | fa163ec6-dd0a-cd85-1406-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:29:41.527008 | 0.54s 2026-03-10 23:05:22.078709 | fa163ec6-dd0a-cd85-1406-000000004cf7 | TASK | Enable and start tripleo-container-shutdown 2026-03-10 23:05:23.064144 | fa163ec6-dd0a-cd85-1406-000000004cf7 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-10 23:05:23.065395 | fa163ec6-dd0a-cd85-1406-000000004cf7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:29:42.543709 | 0.99s 2026-03-10 23:05:23.085408 | fa163ec6-dd0a-cd85-1406-000000004cf8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-10 23:05:23.624127 | fa163ec6-dd0a-cd85-1406-000000004cf8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-10 23:05:23.625514 | fa163ec6-dd0a-cd85-1406-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:29:43.103819 | 0.54s 2026-03-10 23:05:23.655159 | fa163ec6-dd0a-cd85-1406-000000004cf9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-10 23:05:24.154899 | fa163ec6-dd0a-cd85-1406-000000004cf9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-10 23:05:24.156290 | fa163ec6-dd0a-cd85-1406-000000004cf9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:29:43.634597 | 0.50s 2026-03-10 23:05:24.192360 | fa163ec6-dd0a-cd85-1406-000000004cfa | TASK | Enable and start netns-placeholder 2026-03-10 23:05:25.209777 | fa163ec6-dd0a-cd85-1406-000000004cfa | CHANGED | Enable and start netns-placeholder | standalone 2026-03-10 23:05:25.211099 | fa163ec6-dd0a-cd85-1406-000000004cfa | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:29:44.689412 | 1.02s 2026-03-10 23:05:25.237039 | fa163ec6-dd0a-cd85-1406-000000004cc0 | TASK | Update container configs with new config hashes 2026-03-10 23:05:25.287718 | fa163ec6-dd0a-cd85-1406-000000004cc0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:44.766018 | 0.05s 2026-03-10 23:05:25.310349 | 09241903-fa31-4bea-b0c1-f52fa496f906 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-10 23:05:25.337836 | fa163ec6-dd0a-cd85-1406-000000004d22 | TASK | Update config hashes for container startup configs 2026-03-10 23:05:25.605159 | fa163ec6-dd0a-cd85-1406-000000004d22 | OK | Update config hashes for container startup configs | standalone 2026-03-10 23:05:25.606532 | fa163ec6-dd0a-cd85-1406-000000004d22 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:29:45.084834 | 0.27s 2026-03-10 23:05:25.640014 | fa163ec6-dd0a-cd85-1406-000000004cc1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 23:05:25.691369 | fa163ec6-dd0a-cd85-1406-000000004cc1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:45.169668 | 0.05s 2026-03-10 23:05:25.717891 | f2d35107-d2fa-47b5-94b3-691f9bc533b6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-10 23:05:25.748368 | fa163ec6-dd0a-cd85-1406-000000004d41 | TASK | Gather podman infos 2026-03-10 23:05:28.043903 | fa163ec6-dd0a-cd85-1406-000000004d41 | OK | Gather podman infos | standalone 2026-03-10 23:05:28.045460 | fa163ec6-dd0a-cd85-1406-000000004d41 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:29:47.523768 | 2.30s 2026-03-10 23:05:28.252681 | fa163ec6-dd0a-cd85-1406-000000004d42 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 23:05:28.320738 | fa163ec6-dd0a-cd85-1406-000000004d42 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:47.799043 | 0.06s 2026-03-10 23:05:28.462994 | fa163ec6-dd0a-cd85-1406-000000004d8b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:29:47.941291 | 0.11s 2026-03-10 23:05:28.513483 | fa163ec6-dd0a-cd85-1406-000000004cc2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 23:05:28.545247 | fa163ec6-dd0a-cd85-1406-000000004cc2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:48.023552 | 0.03s 2026-03-10 23:05:28.558262 | e9cb670b-6050-4234-ba0a-bbfd40bc78d4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-10 23:05:28.584771 | fa163ec6-dd0a-cd85-1406-000000004db1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 23:05:53.978613 | fa163ec6-dd0a-cd85-1406-000000004db1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-10 23:05:53.981614 | fa163ec6-dd0a-cd85-1406-000000004db1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:13.459919 | 25.40s 2026-03-10 23:05:54.012114 | fa163ec6-dd0a-cd85-1406-000000004db2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-10 23:06:18.302713 | fa163ec6-dd0a-cd85-1406-000000004db2 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-10 23:06:18.306414 | fa163ec6-dd0a-cd85-1406-000000004db2 | 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:37.784721 | 24.29s 2026-03-10 23:06:18.378722 | fa163ec6-dd0a-cd85-1406-000000004c1f | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-10 23:06:18.584611 | fa163ec6-dd0a-cd85-1406-000000004c1f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-10 23:06:18.585614 | fa163ec6-dd0a-cd85-1406-000000004c1f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:30:38.063928 | 0.20s 2026-03-10 23:06:18.613535 | fa163ec6-dd0a-cd85-1406-000000004c20 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-10 23:06:18.672036 | fa163ec6-dd0a-cd85-1406-000000004c20 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:30:38.150337 | 0.06s 2026-03-10 23:06:18.694961 | fa163ec6-dd0a-cd85-1406-000000004c21 | TASK | Include container-puppet tasks for step 5 2026-03-10 23:06:18.746028 | fa163ec6-dd0a-cd85-1406-000000004c21 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:30:38.224332 | 0.05s 2026-03-10 23:06:18.760557 | 0adf2246-9daf-4307-994f-d9fdd2d88e75 | INCLUDED | /root/standalone-ansible-tdq6yxft/host-container-puppet-tasks.yaml | standalone 2026-03-10 23:06:18.796774 | fa163ec6-dd0a-cd85-1406-000000004dfd | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-10 23:06:19.332045 | fa163ec6-dd0a-cd85-1406-000000004dfd | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-10 23:06:19.334483 | fa163ec6-dd0a-cd85-1406-000000004dfd | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:30:38.812786 | 0.54s 2026-03-10 23:06:19.366402 | fa163ec6-dd0a-cd85-1406-000000004dff | TASK | Generate container puppet configs for step 5 2026-03-10 23:06:19.633923 | fa163ec6-dd0a-cd85-1406-000000004dff | OK | Generate container puppet configs for step 5 | standalone 2026-03-10 23:06:19.635289 | fa163ec6-dd0a-cd85-1406-000000004dff | TIMING | Generate container puppet configs for step 5 | standalone | 0:30:39.113604 | 0.27s 2026-03-10 23:06:19.655897 | fa163ec6-dd0a-cd85-1406-000000004e00 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-10 23:06:19.683485 | fa163ec6-dd0a-cd85-1406-000000004e00 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:30:39.161793 | 0.03s 2026-03-10 23:06:19.732889 | fa163ec6-dd0a-cd85-1406-000000004e2f | TASK | Gather variables for each operating system 2026-03-10 23:06:19.814839 | fa163ec6-dd0a-cd85-1406-000000004e2f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:39.293142 | 0.08s 2026-03-10 23:06:19.835703 | fa163ec6-dd0a-cd85-1406-000000004e30 | TASK | Create container logs path 2026-03-10 23:06:20.043066 | fa163ec6-dd0a-cd85-1406-000000004e30 | OK | Create container logs path | standalone 2026-03-10 23:06:20.044494 | fa163ec6-dd0a-cd85-1406-000000004e30 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:39.522810 | 0.21s 2026-03-10 23:06:20.065955 | fa163ec6-dd0a-cd85-1406-000000004e32 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-10 23:06:20.333619 | fa163ec6-dd0a-cd85-1406-000000004e32 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-10 23:06:20.334938 | fa163ec6-dd0a-cd85-1406-000000004e32 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:39.813251 | 0.27s 2026-03-10 23:06:20.357491 | fa163ec6-dd0a-cd85-1406-000000004e33 | TASK | Finalise hashes for all containers 2026-03-10 23:06:20.385209 | fa163ec6-dd0a-cd85-1406-000000004e33 | OK | Finalise hashes for all containers | standalone 2026-03-10 23:06:20.385920 | fa163ec6-dd0a-cd85-1406-000000004e33 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:39.864236 | 0.03s 2026-03-10 23:06:20.404975 | fa163ec6-dd0a-cd85-1406-000000004e35 | TASK | Manage systemd shutdown files 2026-03-10 23:06:20.434229 | fa163ec6-dd0a-cd85-1406-000000004e35 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-10 23:06:20.435565 | fa163ec6-dd0a-cd85-1406-000000004e35 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:39.913879 | 0.03s 2026-03-10 23:06:20.455679 | fa163ec6-dd0a-cd85-1406-000000004e37 | TASK | Update container configs with new config hashes 2026-03-10 23:06:20.495027 | fa163ec6-dd0a-cd85-1406-000000004e37 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-10 23:06:20.496426 | fa163ec6-dd0a-cd85-1406-000000004e37 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:39.974743 | 0.04s 2026-03-10 23:06:20.517600 | fa163ec6-dd0a-cd85-1406-000000004e38 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-10 23:06:20.559142 | fa163ec6-dd0a-cd85-1406-000000004e38 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-10 23:06:20.560041 | fa163ec6-dd0a-cd85-1406-000000004e38 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:40.038356 | 0.04s 2026-03-10 23:06:20.580835 | fa163ec6-dd0a-cd85-1406-000000004e39 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-10 23:06:20.610787 | fa163ec6-dd0a-cd85-1406-000000004e39 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-10 23:06:20.611666 | fa163ec6-dd0a-cd85-1406-000000004e39 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:40.089978 | 0.03s PLAY [Server Post Deployments] ************************************************* 2026-03-10 23:06:20.743864 | fa163ec6-dd0a-cd85-1406-0000000000f7 | TASK | Server Post Deployments 2026-03-10 23:06:20.770237 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000f7') missing from stats 2026-03-10 23:06:20.826495 | fa163ec6-dd0a-cd85-1406-0000000000f8 | TIMING | include_tasks | standalone | 0:30:40.304804 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-10 23:06:20.934253 | fa163ec6-dd0a-cd85-1406-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-10 23:06:20.956705 | fa163ec6-dd0a-cd85-1406-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', 'fa163ec6-dd0a-cd85-1406-0000000000fc') missing from stats 2026-03-10 23:06:20.971003 | fa163ec6-dd0a-cd85-1406-000000000100 | TASK | is additonal Cell? 2026-03-10 23:06:20.989755 | fa163ec6-dd0a-cd85-1406-000000000100 | OK | is additonal Cell? | undercloud 2026-03-10 23:06:20.990763 | fa163ec6-dd0a-cd85-1406-000000000100 | TIMING | is additonal Cell? | undercloud | 0:30:40.469074 | 0.02s 2026-03-10 23:06:21.004888 | fa163ec6-dd0a-cd85-1406-000000000102 | TASK | discover via nova_manager? 2026-03-10 23:06:21.055651 | fa163ec6-dd0a-cd85-1406-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-10 23:06:21.056567 | fa163ec6-dd0a-cd85-1406-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:30:40.534878 | 0.05s 2026-03-10 23:06:21.070507 | fa163ec6-dd0a-cd85-1406-000000000103 | TASK | discover via nova_api? 2026-03-10 23:06:21.137415 | fa163ec6-dd0a-cd85-1406-000000000103 | OK | discover via nova_api? | undercloud 2026-03-10 23:06:21.138248 | fa163ec6-dd0a-cd85-1406-000000000103 | TIMING | discover via nova_api? | undercloud | 0:30:40.616562 | 0.07s 2026-03-10 23:06:21.151912 | fa163ec6-dd0a-cd85-1406-000000000104 | TASK | Warn if no discovery host available 2026-03-10 23:06:21.187870 | fa163ec6-dd0a-cd85-1406-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-10 23:06:21.188636 | fa163ec6-dd0a-cd85-1406-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:30:40.666950 | 0.04s 2026-03-10 23:06:21.212748 | fa163ec6-dd0a-cd85-1406-000000000105 | TASK | Discovering nova hosts 2026-03-10 23:06:23.816895 | fa163ec6-dd0a-cd85-1406-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec6-dd0a-cd85-1406-000000000105') missing from stats 2026-03-10 23:06:23.911828 | fa163ec6-dd0a-cd85-1406-000000000106 | OK | set_fact | undercloud 2026-03-10 23:06:23.913170 | fa163ec6-dd0a-cd85-1406-000000000106 | TIMING | set_fact | undercloud | 0:30:43.391473 | 0.07s 2026-03-10 23:06:23.931589 | fa163ec6-dd0a-cd85-1406-000000000108 | TASK | Set up group_vars 2026-03-10 23:06:23.960887 | fa163ec6-dd0a-cd85-1406-000000000108 | OK | Set up group_vars | undercloud 2026-03-10 23:06:23.961971 | fa163ec6-dd0a-cd85-1406-000000000108 | TIMING | Set up group_vars | undercloud | 0:30:43.440278 | 0.03s 2026-03-10 23:06:23.977540 | fa163ec6-dd0a-cd85-1406-000000000109 | TASK | Make needed directories on the undercloud 2026-03-10 23:06:24.172042 | fa163ec6-dd0a-cd85-1406-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tdq6yxft/octavia-ansible 2026-03-10 23:06:24.173125 | fa163ec6-dd0a-cd85-1406-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:43.651435 | 0.19s 2026-03-10 23:06:24.358416 | fa163ec6-dd0a-cd85-1406-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tdq6yxft/octavia-ansible/local_dir 2026-03-10 23:06:24.359737 | fa163ec6-dd0a-cd85-1406-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:43.837530 | 0.38s 2026-03-10 23:06:24.529167 | fa163ec6-dd0a-cd85-1406-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tdq6yxft/octavia-ansible/group_vars 2026-03-10 23:06:24.530342 | fa163ec6-dd0a-cd85-1406-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:44.008657 | 0.55s 2026-03-10 23:06:24.540201 | fa163ec6-dd0a-cd85-1406-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:44.018511 | 0.56s 2026-03-10 23:06:24.554517 | fa163ec6-dd0a-cd85-1406-00000000010a | TASK | Write group_vars file 2026-03-10 23:06:25.074708 | fa163ec6-dd0a-cd85-1406-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-10 23:06:25.075889 | fa163ec6-dd0a-cd85-1406-00000000010a | TIMING | Write group_vars file | undercloud | 0:30:44.554194 | 0.52s 2026-03-10 23:06:25.104648 | fa163ec6-dd0a-cd85-1406-00000000010b | TASK | Gather missing facts 2026-03-10 23:06:25.478392 | fa163ec6-dd0a-cd85-1406-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec6-dd0a-cd85-1406-00000000010b') missing from stats 2026-03-10 23:06:25.496441 | fa163ec6-dd0a-cd85-1406-00000000010b | TIMING | Gather missing facts | undercloud | 0:30:44.974750 | 0.39s 2026-03-10 23:06:25.510611 | fa163ec6-dd0a-cd85-1406-00000000010c | TASK | Write octavia inventory 2026-03-10 23:06:26.141675 | fa163ec6-dd0a-cd85-1406-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-10 23:06:26.143382 | fa163ec6-dd0a-cd85-1406-00000000010c | TIMING | Write octavia inventory | undercloud | 0:30:45.621682 | 0.63s 2026-03-10 23:06:26.161536 | fa163ec6-dd0a-cd85-1406-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-10 23:06:26.395625 | fa163ec6-dd0a-cd85-1406-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-10 23:06:26.396429 | fa163ec6-dd0a-cd85-1406-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:30:45.874743 | 0.23s 2026-03-10 23:06:26.411021 | fa163ec6-dd0a-cd85-1406-00000000010e | TASK | Set private key location 2026-03-10 23:06:26.461522 | fa163ec6-dd0a-cd85-1406-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-10 23:06:26.462323 | fa163ec6-dd0a-cd85-1406-00000000010e | TIMING | Set private key location | undercloud | 0:30:45.940637 | 0.05s 2026-03-10 23:06:26.476233 | fa163ec6-dd0a-cd85-1406-00000000010f | TASK | Configure octavia command 2026-03-10 23:06:26.521894 | fa163ec6-dd0a-cd85-1406-00000000010f | OK | Configure octavia command | undercloud 2026-03-10 23:06:26.522690 | fa163ec6-dd0a-cd85-1406-00000000010f | TIMING | Configure octavia command | undercloud | 0:30:46.001004 | 0.05s 2026-03-10 23:06:26.563668 | fa163ec6-dd0a-cd85-1406-000000000110 | OK | set_fact | undercloud 2026-03-10 23:06:26.565320 | fa163ec6-dd0a-cd85-1406-000000000110 | TIMING | set_fact | undercloud | 0:30:46.043626 | 0.03s 2026-03-10 23:06:26.615946 | fa163ec6-dd0a-cd85-1406-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-tdq6yxft/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-tdq6yxft/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-tdq6yxft/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-10 23:06:26.617204 | fa163ec6-dd0a-cd85-1406-000000000111 | TIMING | debug | undercloud | 0:30:46.095509 | 0.03s 2026-03-10 23:06:26.632550 | fa163ec6-dd0a-cd85-1406-000000000112 | TASK | Configure octavia on overcloud 2026-03-10 23:09:33.369340 | fa163ec6-dd0a-cd85-1406-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-10 23:09:33.377038 | fa163ec6-dd0a-cd85-1406-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:52.855274 | 186.74s 2026-03-10 23:09:33.392079 | fa163ec6-dd0a-cd85-1406-000000000113 | TASK | Purge temp dirs 2026-03-10 23:09:33.663187 | fa163ec6-dd0a-cd85-1406-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-tdq6yxft/octavia-ansible/local_dir 2026-03-10 23:09:33.664372 | fa163ec6-dd0a-cd85-1406-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:53.142685 | 0.27s 2026-03-10 23:09:33.668963 | fa163ec6-dd0a-cd85-1406-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:53.147284 | 0.28s 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-10 23:09:33.729845 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 23:09:33.730354 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 23:09:33.731689 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:53.210002 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-10 23:09:33.732584 | UUID | Info | Host | Task Name | Run Time 2026-03-10 23:09:33.733165 | fa163ec6-dd0a-cd85-1406-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 232.27s 2026-03-10 23:09:33.734098 | fa163ec6-dd0a-cd85-1406-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 186.74s 2026-03-10 23:09:33.735037 | fa163ec6-dd0a-cd85-1406-000000004a1b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 130.29s 2026-03-10 23:09:33.735987 | fa163ec6-dd0a-cd85-1406-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.83s 2026-03-10 23:09:33.736956 | fa163ec6-dd0a-cd85-1406-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.78s 2026-03-10 23:09:33.737975 | fa163ec6-dd0a-cd85-1406-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.70s 2026-03-10 23:09:33.738923 | fa163ec6-dd0a-cd85-1406-00000000487f | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.94s 2026-03-10 23:09:33.739874 | fa163ec6-dd0a-cd85-1406-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.16s 2026-03-10 23:09:33.740887 | fa163ec6-dd0a-cd85-1406-0000000038a1 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 29.44s 2026-03-10 23:09:33.741826 | fa163ec6-dd0a-cd85-1406-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.19s 2026-03-10 23:09:33.742749 | fa163ec6-dd0a-cd85-1406-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.81s 2026-03-10 23:09:33.743694 | fa163ec6-dd0a-cd85-1406-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.34s 2026-03-10 23:09:33.745012 | fa163ec6-dd0a-cd85-1406-000000004db1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.40s 2026-03-10 23:09:33.745590 | fa163ec6-dd0a-cd85-1406-000000004b42 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.45s 2026-03-10 23:09:33.746626 | fa163ec6-dd0a-cd85-1406-000000004b6e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.33s 2026-03-10 23:09:33.747577 | fa163ec6-dd0a-cd85-1406-000000004db2 | 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.29s 2026-03-10 23:09:33.748531 | fa163ec6-dd0a-cd85-1406-000000004b16 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.13s 2026-03-10 23:09:33.749543 | fa163ec6-dd0a-cd85-1406-000000004a1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.11s 2026-03-10 23:09:33.750512 | fa163ec6-dd0a-cd85-1406-00000000370c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.68s 2026-03-10 23:09:33.751545 | fa163ec6-dd0a-cd85-1406-000000004c18 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.66s 2026-03-10 23:09:33.752522 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-tdq6yxft Install artifact is located at /root/standalone-install-20260310230934.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.ouaUNp6zD9 + exit 0 ~/ci-framework-data/artifacts