~/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.jsVi9AHaQZ + 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.jsVi9AHaQZ/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.jsVi9AHaQZ/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.jsVi9AHaQZ + J2_VARS_FILE=/tmp/tmp.jsVi9AHaQZ/tmp.Rs7vgaFrKy.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.jsVi9AHaQZ/tmp.Rs7vgaFrKy.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/tmp.Rs7vgaFrKy.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/tmp.Rs7vgaFrKy.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/tmp.Rs7vgaFrKy.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/tmp.Rs7vgaFrKy.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.jsVi9AHaQZ/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.jsVi9AHaQZ/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.jsVi9AHaQZ/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.jsVi9AHaQZ/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.jsVi9AHaQZ/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 5.3 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.7-11.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 399 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 165 kB/s | 15 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.7 MB/s | 223 kB 00:00 (3/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 840 kB/s | 64 kB 00:00 (4/399): python3-openvswitch3.3-3.3.7-11.el9fdp 2.2 MB/s | 399 kB 00:00 (5/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.3 MB/s | 98 kB 00:00 (6/399): python3-urllib-gssapi-1.0.2-4.el9.noar 415 kB/s | 24 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.4 MB/s | 216 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.1 MB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 987 kB/s | 59 kB 00:00 (10/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 168 kB/s | 17 kB 00:00 (11/399): perl-Exporter-5.74-461.el9.noarch.rpm 565 kB/s | 34 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 633 kB/s | 25 kB 00:00 (13/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.7 MB/s | 283 kB 00:00 (14/399): perl-File-Temp-0.231.100-4.el9.noarch 546 kB/s | 63 kB 00:00 (15/399): perl-parent-0.238-460.el9.noarch.rpm 166 kB/s | 16 kB 00:00 (16/399): xorriso-1.5.4-4.el9.x86_64.rpm 6.6 MB/s | 321 kB 00:00 (17/399): libisofs-1.5.4-4.el9.x86_64.rpm 3.5 MB/s | 224 kB 00:00 (18/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 865 kB/s | 45 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.6 MB/s | 92 kB 00:00 (20/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.1 MB/s | 392 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.1 MB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 412 kB/s | 18 kB 00:00 (23/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.7 MB/s | 229 kB 00:00 (24/399): perl-URI-5.09-3.el9.noarch.rpm 3.0 MB/s | 125 kB 00:00 (25/399): perl-libnet-3.13-4.el9.noarch.rpm 2.2 MB/s | 134 kB 00:00 (26/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 (27/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 416 kB/s | 26 kB 00:00 (28/399): perl-Encode-3.08-462.el9.x86_64.rpm 23 MB/s | 1.7 MB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 345 kB/s | 31 kB 00:00 (30/399): iptables-nft-services-1.8.8-6.el9_1.n 253 kB/s | 28 kB 00:00 (31/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.1 MB/s | 218 kB 00:00 (32/399): perl-Pod-Escapes-1.07-460.el9.noarch. 249 kB/s | 22 kB 00:00 (33/399): perl-Mozilla-CA-20200520-6.el9.noarch 315 kB/s | 14 kB 00:00 (34/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 391 kB/s | 24 kB 00:00 (35/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 2.0 MB/s | 76 kB 00:00 (36/399): libburn-1.5.4-4.el9.x86_64.rpm 786 kB/s | 175 kB 00:00 (37/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.4 MB/s | 73 kB 00:00 (38/399): perl-Time-Local-1.300-7.el9.noarch.rp 193 kB/s | 37 kB 00:00 (39/399): sshpass-1.09-4.el9.x86_64.rpm 403 kB/s | 30 kB 00:00 (40/399): boost-filesystem-1.75.0-8.el9.x86_64. 615 kB/s | 59 kB 00:00 (41/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 651 kB/s | 39 kB 00:00 (42/399): boost-log-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 410 kB 00:00 (43/399): boost-program-options-1.75.0-8.el9.x8 748 kB/s | 108 kB 00:00 (44/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 391 kB/s | 34 kB 00:00 (45/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 394 kB/s | 19 kB 00:00 (46/399): libisoburn-1.5.4-4.el9.x86_64.rpm 7.0 MB/s | 419 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 755 kB/s | 38 kB 00:00 (48/399): perl-Digest-1.19-4.el9.noarch.rpm 379 kB/s | 29 kB 00:00 (49/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.8 MB/s | 92 kB 00:00 (50/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 637 kB/s | 43 kB 00:00 (51/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.0 MB/s | 77 kB 00:00 (52/399): perl-Socket-2.031-4.el9.x86_64.rpm 782 kB/s | 58 kB 00:00 (53/399): perl-constant-1.33-461.el9.noarch.rpm 433 kB/s | 25 kB 00:00 (54/399): perl-podlators-4.14-460.el9.noarch.rp 2.6 MB/s | 118 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 470 kB/s | 27 kB 00:00 (56/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 998 kB/s | 112 kB 00:00 (57/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 163 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 1.0 MB/s | 61 kB 00:00 (59/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 833 kB/s | 96 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 5.3 MB/s | 279 kB 00:00 (61/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 608 kB/s | 48 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 15 MB/s | 900 kB 00:00 (63/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.5 MB/s | 221 kB 00:00 (64/399): python3-augeas-0.5.0-25.el9.noarch.rp 343 kB/s | 31 kB 00:00 (65/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 5.3 MB/s | 489 kB 00:00 (66/399): perl-AutoLoader-5.74-480.el9.noarch.r 528 kB/s | 23 kB 00:00 (67/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 370 kB/s | 42 kB 00:00 (68/399): perl-B-1.80-480.el9.x86_64.rpm 3.5 MB/s | 185 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 416 kB/s | 24 kB 00:00 (70/399): perl-Errno-1.30-480.el9.x86_64.rpm 403 kB/s | 17 kB 00:00 (71/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 533 kB/s | 23 kB 00:00 (72/399): perl-File-Basename-2.85-480.el9.noarc 454 kB/s | 19 kB 00:00 (73/399): perl-File-stat-1.09-480.el9.noarch.rp 309 kB/s | 19 kB 00:00 (74/399): perl-FileHandle-2.03-480.el9.noarch.r 347 kB/s | 17 kB 00:00 (75/399): perl-Getopt-Std-1.12-480.el9.noarch.r 313 kB/s | 17 kB 00:00 (76/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 633 kB/s | 25 kB 00:00 (77/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 270 kB/s | 25 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.0 MB/s | 99 kB 00:00 (79/399): perl-Symbol-1.08-480.el9.noarch.rpm 397 kB/s | 16 kB 00:00 (80/399): perl-SelectSaver-1.02-480.el9.noarch. 265 kB/s | 13 kB 00:00 (81/399): perl-IO-1.43-480.el9.x86_64.rpm 551 kB/s | 94 kB 00:00 (82/399): perl-base-2.27-480.el9.noarch.rpm 421 kB/s | 18 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 25 MB/s | 2.2 MB 00:00 (84/399): perl-interpreter-5.32.1-480.el9.x86_6 680 kB/s | 75 kB 00:00 (85/399): perl-if-0.60.800-480.el9.noarch.rpm 113 kB/s | 16 kB 00:00 (86/399): perl-mro-1.23-480.el9.x86_64.rpm 686 kB/s | 31 kB 00:00 (87/399): perl-overload-1.31-480.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 (88/399): perl-overloading-0.02-480.el9.noarch. 258 kB/s | 15 kB 00:00 (89/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.4 MB/s | 259 kB 00:00 (90/399): perl-vars-1.05-480.el9.noarch.rpm 150 kB/s | 15 kB 00:00 (91/399): perl-subs-1.03-480.el9.noarch.rpm 123 kB/s | 13 kB 00:00 (92/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.3 MB/s | 176 kB 00:00 (93/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.7 MB/s | 459 kB 00:00 (94/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 947 kB/s | 40 kB 00:00 (95/399): jq-1.6-14.el9.x86_64.rpm 4.8 MB/s | 190 kB 00:00 (96/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 980 kB/s | 59 kB 00:00 (97/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 6.7 MB/s | 452 kB 00:00 (98/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.6 MB/s | 68 kB 00:00 (99/399): rhel-system-roles-1.21.2-1.el9_2.noar 23 MB/s | 2.4 MB 00:00 (100/399): ansible-collection-ansible-posix-1.2 2.1 MB/s | 124 kB 00:00 (101/399): cephadm-18.2.1-381.el9cp.noarch.rpm 6.3 MB/s | 335 kB 00:00 (102/399): ansible-collection-community-general 9.1 MB/s | 1.3 MB 00:00 (103/399): ansible-collection-ansible-utils-2.3 2.0 MB/s | 91 kB 00:00 (104/399): ansible-collection-ansible-netcommon 2.8 MB/s | 181 kB 00:00 (105/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.2 MB/s | 77 kB 00:00 (106/399): golang-github-vbatts-tar-split-0.11. 12 MB/s | 1.0 MB 00:00 (107/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.1 MB/s | 162 kB 00:00 (108/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.0 MB/s | 178 kB 00:00 (109/399): puppet-fdio-18.2-1.20220727113954.6f 548 kB/s | 25 kB 00:00 (110/399): python3-ansible-runner-2.0.0a1-3.el9 2.2 MB/s | 122 kB 00:00 (111/399): python3-beautifulsoup4-4.9.3-2.el9os 3.4 MB/s | 204 kB 00:00 (112/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 527 kB/s | 44 kB 00:00 (113/399): python3-docutils-0.16-6.el9ost.noarc 27 MB/s | 1.5 MB 00:00 (114/399): python3-daemon-2.3.0-1.el9ost.noarch 547 kB/s | 39 kB 00:00 (115/399): python3-croniter-0.3.35-2.el9ost.noa 450 kB/s | 49 kB 00:00 (116/399): python3-gevent-21.1.2-2.el9ost.x86_6 27 MB/s | 1.6 MB 00:00 (117/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.8 MB/s | 107 kB 00:00 (118/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 434 kB/s | 44 kB 00:00 (119/399): python3-jmespath-0.10.0-1.el9ost.noa 1.1 MB/s | 46 kB 00:00 (120/399): python3-logutils-0.3.5-15.el9ost.noa 987 kB/s | 47 kB 00:00 (121/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.7 MB/s | 284 kB 00:00 (122/399): python3-lockfile-0.12.2-2.el9ost.noa 375 kB/s | 31 kB 00:00 (123/399): python3-migrate-0.13.0-1.el9ost.noar 5.2 MB/s | 224 kB 00:00 (124/399): python3-memcached-1.59-3.el9ost.noar 482 kB/s | 40 kB 00:00 (125/399): python3-natsort-7.1.1-2.el9ost.noarc 1.4 MB/s | 59 kB 00:00 (126/399): python3-mimeparse-1.6.0-16.el9ost.no 204 kB/s | 16 kB 00:00 (127/399): python3-passlib-1.7.4-3.el9ost.noarc 9.1 MB/s | 712 kB 00:00 (128/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.9 MB/s | 111 kB 00:00 (129/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.0 MB/s | 273 kB 00:00 (130/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 715 kB/s | 90 kB 00:00 (131/399): python3-pyperclip-1.8.0-3.el9ost.noa 460 kB/s | 25 kB 00:00 (132/399): python3-smmap-3.0.1-4.el9ost.noarch. 747 kB/s | 47 kB 00:00 (133/399): python3-soupsieve-2.2-1.el9ost.noarc 1.6 MB/s | 67 kB 00:00 (134/399): python3-setproctitle-1.2.2-1.el9ost. 198 kB/s | 23 kB 00:00 (135/399): python3-tenacity-6.3.1-1.el9ost.noar 1.1 MB/s | 51 kB 00:00 (136/399): python3-sqlalchemy13-1.3.24-3.el9ost 15 MB/s | 1.7 MB 00:00 (137/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 5.6 MB/s | 396 kB 00:00 (138/399): python3-zope-interface-5.4.0-1.el9os 3.3 MB/s | 202 kB 00:00 (139/399): rubygem-concurrent-ruby-1.1.5-2.el9o 3.5 MB/s | 243 kB 00:00 (140/399): rubygem-deep_merge-1.2.1-7.el9ost.no 131 kB/s | 14 kB 00:00 (141/399): rubygem-fast_gettext-1.2.0-9.el9ost. 613 kB/s | 34 kB 00:00 (142/399): python3-webtest-2.0.35-6.el9ost.noar 212 kB/s | 82 kB 00:00 (143/399): python3-zope-event-4.2.0-20.el9ost.n 628 kB/s | 205 kB 00:00 (144/399): rubygem-multi_json-1.15.0-2.el9ost.n 426 kB/s | 22 kB 00:00 (145/399): rubygem-puppet-resource_api-1.8.13-1 513 kB/s | 34 kB 00:00 (146/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 959 kB/s | 90 kB 00:00 (147/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 440 kB/s | 16 kB 00:00 (148/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 7.2 MB/s | 433 kB 00:00 (149/399): ansible-config_template-2.0.1-17.1.2 509 kB/s | 29 kB 00:00 (150/399): rubygem-semantic_puppet-1.0.4-2.el9o 242 kB/s | 21 kB 00:00 (151/399): ansible-role-collectd-config-0.0.3-1 1.3 MB/s | 53 kB 00:00 (152/399): ansible-role-chrony-1.3.1-17.1.20230 302 kB/s | 22 kB 00:00 (153/399): ansible-role-container-registry-1.4. 601 kB/s | 24 kB 00:00 (154/399): ansible-role-atos-hsm-1.0.1-17.1.202 157 kB/s | 17 kB 00:00 (155/399): ansible-role-openstack-operations-0. 689 kB/s | 30 kB 00:00 (156/399): ansible-role-qdr-config-0.0.2-17.1.2 516 kB/s | 21 kB 00:00 (157/399): ansible-role-tripleo-modify-image-1. 392 kB/s | 27 kB 00:00 (158/399): ansible-tripleo-ipa-0.3.1-17.1.20230 881 kB/s | 36 kB 00:00 (159/399): ansible-role-thales-hsm-3.0.1-17.1.2 133 kB/s | 21 kB 00:00 (160/399): ansible-role-redhat-subscription-1.3 155 kB/s | 28 kB 00:00 (161/399): ansible-tripleo-ipsec-11.0.1-17.1.20 778 kB/s | 38 kB 00:00 (162/399): openstack-heat-agents-2.2.1-17.1.202 115 kB/s | 9.6 kB 00:00 (163/399): dib-utils-0.0.11-17.1.20230620173328 114 kB/s | 12 kB 00:00 (164/399): os-collect-config-13.1.1-17.1.202310 917 kB/s | 50 kB 00:00 (165/399): os-refresh-config-13.1.1-17.1.202310 520 kB/s | 21 kB 00:00 (166/399): puppet-aodh-18.4.2-17.1.202306201512 1.4 MB/s | 62 kB 00:00 (167/399): puppet-archive-4.6.1-17.1.2023062018 556 kB/s | 44 kB 00:00 (168/399): puppet-auditd-2.2.1-17.1.20230620192 382 kB/s | 28 kB 00:00 (169/399): os-apply-config-13.1.1-17.1.20231020 193 kB/s | 54 kB 00:00 (170/399): puppet-ceilometer-18.4.3-17.1.202309 689 kB/s | 70 kB 00:00 (171/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (172/399): puppet-collectd-13.0.1-17.1.20230620 2.9 MB/s | 135 kB 00:00 (173/399): puppet-corosync-8.0.1-17.1.202306211 1.3 MB/s | 68 kB 00:00 (174/399): puppet-certmonger-2.7.1-17.1.2023062 156 kB/s | 26 kB 00:00 (175/399): puppet-dns-8.2.1-17.1.20230621002045 779 kB/s | 36 kB 00:00 (176/399): puppet-designate-18.6.1-17.1.2023062 954 kB/s | 69 kB 00:00 (177/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (178/399): puppet-etcd-1.12.3-17.1.202306201932 476 kB/s | 25 kB 00:00 (179/399): puppet-heat-18.4.1-17.1.202306211116 1.0 MB/s | 70 kB 00:00 (180/399): puppet-manila-18.5.2-17.1.2023110219 1.8 MB/s | 81 kB 00:00 (181/399): puppet-kmod-2.5.0-17.1.2023062019064 247 kB/s | 21 kB 00:00 (182/399): puppet-mysql-10.6.1-17.1.20230621022 2.2 MB/s | 99 kB 00:00 (183/399): puppet-memcached-6.0.0-17.1.20230620 367 kB/s | 23 kB 00:00 (184/399): puppet-nova-18.6.1-17.1.202306210904 4.5 MB/s | 200 kB 00:00 (185/399): puppet-nssdb-1.0.2-17.1.202306201856 255 kB/s | 12 kB 00:00 (186/399): puppet-octavia-18.5.1-17.1.202306210 991 kB/s | 76 kB 00:00 (187/399): puppet-openstack_extras-18.5.1-17.1. 1.0 MB/s | 48 kB 00:00 (188/399): puppet-openstacklib-18.5.2-17.1.2023 1.5 MB/s | 62 kB 00:00 (189/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (190/399): puppet-oslo-18.5.1-17.1.202306210523 1.0 MB/s | 48 kB 00:00 (191/399): puppet-qdr-7.4.1-17.1.20230620195605 741 kB/s | 31 kB 00:00 (192/399): puppet-redis-6.1.1-17.1.202306201917 1.3 MB/s | 51 kB 00:00 (193/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.5 MB/s | 266 kB 00:00 (194/399): puppet-rsyslog-4.0.1-17.1.2023062020 653 kB/s | 58 kB 00:00 (195/399): puppet-stdlib-6.3.1-17.1.20230621000 3.3 MB/s | 160 kB 00:00 (196/399): puppet-ssh-6.2.1-17.1.20230620190251 353 kB/s | 29 kB 00:00 (197/399): puppet-systemd-2.12.1-17.1.202306201 652 kB/s | 42 kB 00:00 (198/399): puppet-vswitch-14.4.3-17.1.202306210 859 kB/s | 41 kB 00:00 (199/399): puppet-swift-18.6.1-17.1.20230621052 1.4 MB/s | 115 kB 00:00 (200/399): python-oslo-cache-lang-2.7.1-17.1.20 340 kB/s | 19 kB 00:00 (201/399): puppet-xinetd-3.3.1-17.1.20230620185 408 kB/s | 26 kB 00:00 (202/399): python-oslo-log-lang-4.4.0-17.1.2023 226 kB/s | 14 kB 00:00 (203/399): python-oslo-middleware-lang-4.2.1-17 337 kB/s | 13 kB 00:00 (204/399): python-oslo-policy-lang-3.7.1-17.1.2 360 kB/s | 14 kB 00:00 (205/399): python-pycadf-common-3.1.1-17.1.2023 365 kB/s | 15 kB 00:00 (206/399): python3-GitPython-3.1.14-2.el9ost.no 5.2 MB/s | 238 kB 00:00 (207/399): python-oslo-versionedobjects-lang-2. 151 kB/s | 14 kB 00:00 (208/399): python3-aodhclient-2.2.0-17.1.202306 1.4 MB/s | 56 kB 00:00 (209/399): python3-barbicanclient-5.3.0-17.1.20 3.0 MB/s | 127 kB 00:00 (210/399): python3-cinderclient-7.4.1-17.1.2023 4.8 MB/s | 218 kB 00:00 (211/399): python3-cliff-3.7.0-17.1.20230620172 1.3 MB/s | 95 kB 00:00 (212/399): python3-futurist-2.3.0-17.1.20230621 1.2 MB/s | 64 kB 00:00 (213/399): python3-designateclient-4.2.1-17.1.2 1.1 MB/s | 92 kB 00:00 (214/399): python3-heat-agent-ansible-2.2.1-17. 281 kB/s | 11 kB 00:00 (215/399): python3-heat-agent-2.2.1-17.1.202306 382 kB/s | 19 kB 00:00 (216/399): python3-heat-agent-apply-config-2.2. 224 kB/s | 9.9 kB 00:00 (217/399): python3-heat-agent-docker-cmd-2.2.1- 145 kB/s | 12 kB 00:00 (218/399): python3-heat-agent-hiera-2.2.1-17.1. 127 kB/s | 10 kB 00:00 (219/399): python3-heat-agent-json-file-2.2.1-1 129 kB/s | 9.8 kB 00:00 (220/399): python3-heat-agent-puppet-2.2.1-17.1 229 kB/s | 11 kB 00:00 (221/399): python3-ironic-inspector-client-4.5. 987 kB/s | 67 kB 00:00 (222/399): python3-ironicclient-4.6.4-17.1.2023 5.1 MB/s | 342 kB 00:00 (223/399): python3-heatclient-2.3.1-17.1.202306 1.2 MB/s | 158 kB 00:00 (224/399): python3-keystoneclient-4.3.0-17.1.20 3.0 MB/s | 239 kB 00:00 (225/399): python3-keystonemiddleware-9.2.0-17. 2.0 MB/s | 92 kB 00:00 (226/399): python3-magnumclient-3.4.1-17.1.2023 2.8 MB/s | 121 kB 00:00 (227/399): python3-neutronclient-7.3.1-17.1.202 6.5 MB/s | 298 kB 00:00 (228/399): python3-novaclient-17.4.1-17.1.20230 4.9 MB/s | 201 kB 00:00 (229/399): python3-mistralclient-4.2.0-17.1.202 1.9 MB/s | 166 kB 00:00 (230/399): python3-os-client-config-2.1.0-17.1. 1.0 MB/s | 55 kB 00:00 (231/399): python3-os-service-types-1.7.0-17.1. 633 kB/s | 38 kB 00:00 (232/399): python3-os-traits-2.5.0-17.1.2023062 571 kB/s | 45 kB 00:00 (233/399): python3-osc-lib-2.3.1-17.1.202306202 1.1 MB/s | 78 kB 00:00 (234/399): python3-oslo-context-3.2.1-17.1.2023 519 kB/s | 27 kB 00:00 (235/399): python3-oslo-middleware-4.2.1-17.1.2 971 kB/s | 55 kB 00:00 (236/399): python3-oslo-cache-2.7.1-17.1.202306 360 kB/s | 56 kB 00:00 (237/399): python3-oslo-policy-3.7.1-17.1.20230 1.9 MB/s | 76 kB 00:00 (238/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (239/399): python3-oslo-serialization-4.1.1-17. 866 kB/s | 34 kB 00:00 (240/399): python3-oslo-reports-2.2.0-17.1.2023 512 kB/s | 59 kB 00:00 (241/399): python3-oslo-versionedobjects-2.4.1- 1.9 MB/s | 79 kB 00:00 (242/399): python3-oslo-upgradecheck-1.3.1-17.1 510 kB/s | 29 kB 00:00 (243/399): python3-osprofiler-3.4.0-17.1.202306 3.2 MB/s | 130 kB 00:00 (244/399): python3-pycadf-3.1.1-17.1.2023062021 1.2 MB/s | 53 kB 00:00 (245/399): python3-requestsexceptions-1.4.0-17. 321 kB/s | 17 kB 00:00 (246/399): python3-saharaclient-3.3.0-17.1.2023 3.2 MB/s | 188 kB 00:00 (247/399): python3-oslo-log-4.4.0-17.1.20230620 170 kB/s | 64 kB 00:00 (248/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (249/399): python3-swiftclient-3.11.1-17.1.2023 2.5 MB/s | 136 kB 00:00 (250/399): python3-statsd-3.2.1-20.1.el9ost.noa 564 kB/s | 35 kB 00:00 (251/399): python3-troveclient-7.0.0-17.1.20230 7.8 MB/s | 344 kB 00:00 (252/399): python3-validations-libs-1.9.1-17.1. 3.1 MB/s | 137 kB 00:00 (253/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 503 kB/s | 50 kB 00:00 (254/399): validations-common-1.9.1-17.1.202310 2.3 MB/s | 111 kB 00:00 (255/399): python3-zaqarclient-2.4.0-17.1.20230 2.1 MB/s | 129 kB 00:00 (256/399): python3-paramiko-2.11.0-2.el9ost.noa 5.0 MB/s | 299 kB 00:00 (257/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.8 MB/s | 427 kB 00:00 (258/399): ansible-pacemaker-1.0.4-17.1.2023121 344 kB/s | 21 kB 00:00 (259/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.8 MB/s | 83 kB 00:00 (260/399): python3-manilaclient-2.6.4-17.1.2024 7.7 MB/s | 528 kB 00:00 (261/399): ansible-role-metalsmith-deployment-1 462 kB/s | 21 kB 00:00 (262/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.8 MB/s | 230 kB 00:00 (263/399): openstack-selinux-0.8.37-17.1.202311 4.4 MB/s | 221 kB 00:00 (264/399): python-oslo-db-lang-8.5.2-17.1.20240 349 kB/s | 14 kB 00:00 (265/399): puppet-ironic-18.7.1-17.1.2024030521 2.0 MB/s | 121 kB 00:00 (266/399): python3-glanceclient-3.3.0-17.1.2024 2.7 MB/s | 143 kB 00:00 (267/399): python3-keystoneauth1-4.4.0-17.1.202 9.2 MB/s | 409 kB 00:00 (268/399): python3-metalsmith-1.4.4-17.1.202405 1.4 MB/s | 65 kB 00:00 (269/399): python3-neutron-lib-2.10.3-17.1.2023 7.6 MB/s | 375 kB 00:00 (270/399): python3-octaviaclient-2.3.1-17.1.202 2.2 MB/s | 91 kB 00:00 (271/399): python3-oslo-messaging-12.7.3-17.1.2 5.3 MB/s | 216 kB 00:00 (272/399): python3-oslo-service-2.5.1-17.1.2024 1.7 MB/s | 71 kB 00:00 (273/399): python3-oslo-db-8.5.2-17.1.202408201 1.8 MB/s | 144 kB 00:00 (274/399): python3-rhosp-openvswitch-3.3-1.el9o 157 kB/s | 8.3 kB 00:00 (275/399): python3-waitress-2.0.0-4.el9ost.noar 2.6 MB/s | 109 kB 00:00 (276/399): openstack-ansible-core-2.14.2-4.7.el 34 MB/s | 2.3 MB 00:00 (277/399): openstack-tripleo-validations-14.3.2 3.8 MB/s | 204 kB 00:00 (278/399): puppet-glance-18.6.1-17.1.2025022015 2.0 MB/s | 87 kB 00:00 (279/399): puppet-ovn-18.6.1-17.1.2024092509490 65 kB/s | 29 kB 00:00 (280/399): puppet-pacemaker-1.5.1-17.1.20250214 354 kB/s | 158 kB 00:00 (281/399): python3-os-ken-1.4.1-17.1.2024120509 4.6 MB/s | 2.1 MB 00:00 (282/399): ansible-collection-containers-podman 4.0 MB/s | 243 kB 00:00 (283/399): puppet-tripleo-14.2.3-17.1.202503201 2.7 MB/s | 239 kB 00:00 (284/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.0 MB/s | 351 kB 00:00 (285/399): facter-3.14.19-3.el9ost.x86_64.rpm 10 MB/s | 518 kB 00:00 (286/399): hiera-3.6.0-6.el9ost.noarch.rpm 893 kB/s | 33 kB 00:00 (287/399): puppet-7.10.0-4.el9ost.noarch.rpm 284 kB/s | 11 kB 00:00 (288/399): leatherman-1.12.6-5.el9ost.x86_64.rp 5.2 MB/s | 405 kB 00:00 (289/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.3 MB/s | 92 kB 00:00 (290/399): puppet-headless-7.10.0-4.el9ost.noar 17 MB/s | 1.4 MB 00:00 (291/399): ansible-collections-openstack-1.9.1- 564 kB/s | 146 kB 00:00 (292/399): python3-cachetools-4.2.2-3.el9ost.no 862 kB/s | 33 kB 00:00 (293/399): python3-boto-2.45.0-8.1.el9ost.noarc 18 MB/s | 1.3 MB 00:00 (294/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.5 MB/s | 284 kB 00:00 (295/399): python3-colorama-0.4.4-4.el9ost.noar 507 kB/s | 35 kB 00:00 (296/399): python3-dogpile-cache-1.1.5-5.el9ost 1.5 MB/s | 89 kB 00:00 (297/399): python3-extras-1.0.0-17.el9ost.noarc 385 kB/s | 21 kB 00:00 (298/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (299/399): python3-keyring-21.8.0-4.el9ost.noar 1.8 MB/s | 77 kB 00:00 (300/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.1 MB/s | 313 kB 00:00 (301/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.0 MB/s | 87 kB 00:00 (302/399): python3-munch-2.5.0-6.el9ost.noarch. 404 kB/s | 25 kB 00:00 (303/399): python3-paste-3.5.0-5.el9ost.noarch. 14 MB/s | 776 kB 00:00 (304/399): python3-openstacksdk-0.55.1-17.1.202 10 MB/s | 735 kB 00:00 (305/399): python3-paste-deploy-2.1.1-4.el9ost. 944 kB/s | 41 kB 00:00 (306/399): python3-pystache-0.5.4-15.el9ost.noa 2.7 MB/s | 132 kB 00:00 (307/399): python3-routes-2.4.1-14.el9ost.noarc 3.1 MB/s | 188 kB 00:00 (308/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.3 MB/s | 57 kB 00:00 (309/399): python3-simplejson-3.17.5-3.el9ost.x 6.2 MB/s | 266 kB 00:00 (310/399): python3-repoze-lru-0.7-12.el9ost.noa 199 kB/s | 32 kB 00:00 (311/399): python3-tempita-0.5.1-27.el9ost.noar 529 kB/s | 36 kB 00:00 (312/399): python3-secretstorage-3.3.1-3.el9ost 252 kB/s | 36 kB 00:00 (313/399): python3-testtools-2.4.0-10.el9ost.no 5.8 MB/s | 333 kB 00:00 (314/399): python3-warlock-1.3.3-7.el9ost.noarc 461 kB/s | 21 kB 00:00 (315/399): python3-vine-5.0.0-5.el9ost.noarch.r 297 kB/s | 26 kB 00:00 (316/399): python3-yappi-1.3.1-5.el9ost.x86_64. 810 kB/s | 56 kB 00:00 (317/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 683 kB/s | 29 kB 00:00 (318/399): ruby-facter-3.14.19-3.el9ost.x86_64. 235 kB/s | 9.5 kB 00:00 (319/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.5 MB/s | 180 kB 00:00 (320/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.3 MB/s | 123 kB 00:00 (321/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 357 kB/s | 19 kB 00:00 (322/399): puppet-barbican-18.4.2-17.1.20250625 928 kB/s | 57 kB 00:00 (323/399): python-openstackclient-lang-5.5.2-17 1.0 MB/s | 58 kB 00:00 (324/399): puppet-apache-6.5.2-17.1.20250811150 4.8 MB/s | 253 kB 00:00 (325/399): python3-openstackclient-5.5.2-17.1.2 13 MB/s | 1.1 MB 00:00 (326/399): puppet-concat-6.2.1-17.1.20250725131 1.0 MB/s | 44 kB 00:00 (327/399): puppet-git-0.5.0-17.1.20250725114148 433 kB/s | 26 kB 00:00 (328/399): puppet-haproxy-4.2.2-17.1.2025072511 792 kB/s | 55 kB 00:00 (329/399): puppet-firewall-3.4.1-17.1.202508041 664 kB/s | 73 kB 00:00 (330/399): puppet-inifile-4.2.1-17.1.2025080415 971 kB/s | 46 kB 00:00 (331/399): puppet-ipaclient-2.5.2-17.1.20250725 544 kB/s | 21 kB 00:00 (332/399): puppet-module-data-0.5.1-17.1.202507 437 kB/s | 16 kB 00:00 (333/399): puppet-rsync-1.1.4-17.1.202508041515 699 kB/s | 28 kB 00:00 (334/399): puppet-remote-10.0.0-17.1.2025072511 286 kB/s | 19 kB 00:00 (335/399): puppet-snmp-3.9.1-17.1.2025072511575 931 kB/s | 38 kB 00:00 (336/399): puppet-keepalived-0.0.2-17.1.2025072 114 kB/s | 17 kB 00:00 (337/399): puppet-sysctl-0.0.13-17.1.2025072511 293 kB/s | 19 kB 00:00 (338/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.2 MB/s | 53 kB 00:00 (339/399): python3-tripleoclient-16.5.1-17.1.20 11 MB/s | 552 kB 00:00 (340/399): puppet-horizon-18.6.1-17.1.202510081 985 kB/s | 59 kB 00:00 (341/399): puppet-keystone-18.6.1-17.1.20251008 2.0 MB/s | 126 kB 00:00 (342/399): openstack-heat-api-16.1.1-17.1.20251 213 kB/s | 15 kB 00:00 (343/399): openstack-heat-engine-16.1.1-17.1.20 299 kB/s | 14 kB 00:00 (344/399): openstack-heat-common-16.1.1-17.1.20 22 MB/s | 1.6 MB 00:00 (345/399): openstack-heat-monolith-16.1.1-17.1. 322 kB/s | 14 kB 00:00 (346/399): openstack-tripleo-common-15.4.1-17.1 1.1 MB/s | 48 kB 00:00 (347/399): openstack-tripleo-common-containers- 1.6 MB/s | 74 kB 00:00 (348/399): openstack-tripleo-heat-templates-14. 11 MB/s | 603 kB 00:00 (349/399): puppet-neutron-18.6.1-17.1.202512171 4.0 MB/s | 190 kB 00:00 (350/399): python3-tripleo-common-15.4.1-17.1.2 4.8 MB/s | 197 kB 00:00 (351/399): bash-completion-2.11-4.el9.noarch.rp 7.5 MB/s | 459 kB 00:00 (352/399): device-mapper-persistent-data-0.9.0- 12 MB/s | 786 kB 00:00 (353/399): tripleo-ansible-3.3.1-17.1.202512171 6.4 MB/s | 564 kB 00:00 (354/399): glibc-langpack-en-2.34-60.el9.x86_64 7.5 MB/s | 675 kB 00:00 (355/399): libaio-0.3.111-13.el9.x86_64.rpm 255 kB/s | 26 kB 00:00 (356/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 688 kB/s | 62 kB 00:00 (357/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 771 kB/s | 37 kB 00:00 (358/399): krb5-workstation-1.20.1-8.el9.x86_64 7.9 MB/s | 542 kB 00:00 (359/399): libkadm5-1.20.1-8.el9.x86_64.rpm 914 kB/s | 81 kB 00:00 (360/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 (361/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 388 kB/s | 16 kB 00:00 (362/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 216 kB/s | 12 kB 00:00 (363/399): python3-dns-2.2.1-2.el9.noarch.rpm 6.6 MB/s | 418 kB 00:00 (364/399): ipa-client-common-4.10.1-12.el9_2.2. 513 kB/s | 44 kB 00:00 (365/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.0 MB/s | 57 kB 00:00 (366/399): python3-ipaclient-4.10.1-12.el9_2.2. 12 MB/s | 648 kB 00:00 (367/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.0 MB/s | 656 kB 00:00 (368/399): python3-ipalib-4.10.1-12.el9_2.2.noa 12 MB/s | 663 kB 00:00 (369/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 654 kB/s | 41 kB 00:00 (370/399): ruby-default-gems-3.0.4-161.el9_2.2. 762 kB/s | 46 kB 00:00 (371/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.2 MB/s | 55 kB 00:00 (372/399): buildah-1.29.5-1.el9_2.x86_64.rpm 51 MB/s | 8.6 MB 00:00 (373/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.7 MB/s | 456 kB 00:00 (374/399): rubygem-io-console-0.5.7-161.el9_2.2 294 kB/s | 26 kB 00:00 (375/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 15 MB/s | 3.3 MB 00:00 (376/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 935 kB/s | 59 kB 00:00 (377/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 6.4 MB/s | 441 kB 00:00 (378/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.7 MB/s | 306 kB 00:00 (379/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 332 kB/s | 60 kB 00:00 (380/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 458 kB/s | 110 kB 00:00 (381/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.3 MB/s | 245 kB 00:00 (382/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 24 MB/s | 2.2 MB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 344 kB/s | 36 kB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 366 kB/s | 30 kB 00:00 (385/399): device-mapper-event-1.02.187-7.el9_2 730 kB/s | 32 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 380 kB/s | 19 kB 00:00 (387/399): device-mapper-event-libs-1.02.187-7. 724 kB/s | 31 kB 00:00 (388/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 17 MB/s | 7.9 MB 00:00 (389/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 10 MB/s | 1.0 MB 00:00 (390/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 10 MB/s | 1.5 MB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.8 MB/s | 136 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.7 MB/s | 156 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 357 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 30 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 7.5 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.5 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.2 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.3 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 2.8 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 9.6 MB/s | 97 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : 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 : libxslt-1.1.34-11.el9_2.x86_64 171/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 172/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 173/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-1.7.3-10.el9.x86_64 175/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 176/408 Installing : bash-completion-1:2.11-4.el9.noarch 177/408 Installing : libkadm5-1.20.1-8.el9.x86_64 178/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 179/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 180/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 181/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 182/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 183/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 184/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 185/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 186/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 187/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 188/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 189/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 190/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 191/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 192/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 193/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 194/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 195/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 196/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 196/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 197/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 198/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 199/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 200/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 201/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 202/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 203/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 204/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 205/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 206/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 207/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 208/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 209/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 210/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 211/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 212/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 213/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 214/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 215/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 216/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 217/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 218/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 219/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 220/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 221/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 222/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 223/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 224/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 225/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 226/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 227/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 228/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 229/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 230/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 231/408 Installing : python3-memcached-1.59-3.el9ost.noarch 232/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 233/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 234/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 235/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 236/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 237/408 Installing : python3-docutils-0.16-6.el9ost.noarch 238/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 239/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 240/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 241/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 242/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 243/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 244/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 245/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 246/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 247/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 248/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.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 : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 1/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 2/408 Verifying : boost-system-1.75.0-8.el9.x86_64 3/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 4/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 5/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 6/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 7/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 8/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 9/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 10/408 Verifying : perl-Exporter-5.74-461.el9.noarch 11/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 12/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 13/408 Verifying : perl-parent-1:0.238-460.el9.noarch 14/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 15/408 Verifying : xorriso-1.5.4-4.el9.x86_64 16/408 Verifying : libisofs-1.5.4-4.el9.x86_64 17/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 18/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 19/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 20/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 21/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 22/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 23/408 Verifying : perl-URI-5.09-3.el9.noarch 24/408 Verifying : perl-libnet-3.13-4.el9.noarch 25/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 26/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 27/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 28/408 Verifying : perl-Carp-1.50-460.el9.noarch 29/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 30/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 31/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 32/408 Verifying : libburn-1.5.4-4.el9.x86_64 33/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 34/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 35/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 36/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 37/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 38/408 Verifying : sshpass-1.09-4.el9.x86_64 39/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 40/408 Verifying : boost-log-1.75.0-8.el9.x86_64 41/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 42/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 43/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 44/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 45/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 46/408 Verifying : perl-Digest-1.19-4.el9.noarch 47/408 Verifying : perl-File-Path-2.18-4.el9.noarch 48/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 49/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 50/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 51/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 52/408 Verifying : perl-constant-1.33-461.el9.noarch 53/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 54/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 55/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 56/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 57/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 58/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 59/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 60/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 61/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 62/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 63/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 64/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 65/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 66/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 67/408 Verifying : perl-B-1.80-480.el9.x86_64 68/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 69/408 Verifying : perl-Errno-1.30-480.el9.x86_64 70/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 71/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 72/408 Verifying : perl-File-stat-1.09-480.el9.noarch 73/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 74/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 75/408 Verifying : perl-IO-1.43-480.el9.x86_64 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 78/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 79/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 80/408 Verifying : perl-Symbol-1.08-480.el9.noarch 81/408 Verifying : perl-base-2.27-480.el9.noarch 82/408 Verifying : perl-if-0.60.800-480.el9.noarch 83/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 85/408 Verifying : perl-mro-1.23-480.el9.x86_64 86/408 Verifying : perl-overload-1.31-480.el9.noarch 87/408 Verifying : perl-overloading-0.02-480.el9.noarch 88/408 Verifying : perl-subs-1.03-480.el9.noarch 89/408 Verifying : perl-vars-1.05-480.el9.noarch 90/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 91/408 Verifying : python3-mako-1.1.4-6.el9.noarch 92/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 93/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 94/408 Verifying : jq-1.6-14.el9.x86_64 95/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 96/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 97/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 98/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 99/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 100/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 101/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 102/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 103/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 104/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 105/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 106/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 107/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 108/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 109/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 110/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 111/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 112/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 113/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 114/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 115/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 116/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 117/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 118/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 120/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 121/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 122/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 123/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 124/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 125/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 126/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 127/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 128/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 129/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 130/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 131/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 132/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 133/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 134/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 135/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 136/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 137/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 138/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 139/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 140/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 141/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 142/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 143/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 144/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 145/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 146/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 147/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 148/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 149/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 150/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 151/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 152/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 153/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 154/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 155/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 156/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 157/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 158/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 159/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 160/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 161/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 162/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 163/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 164/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 165/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 166/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 167/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 168/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 169/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 170/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 171/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 172/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 173/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 174/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 175/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 176/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 177/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 178/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 179/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 180/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 181/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 182/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 183/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 184/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 185/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 186/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 187/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 188/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 189/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 190/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 191/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 192/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 193/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 194/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 195/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 196/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 197/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 198/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 199/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 200/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 201/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 202/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 203/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 204/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 205/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 206/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 207/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 208/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 209/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 210/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 211/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 212/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 213/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 214/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 215/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 216/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 217/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 218/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 219/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 220/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 221/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 222/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 223/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 224/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 225/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 226/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 227/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 228/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 229/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 230/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 231/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 232/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 233/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 234/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 235/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 236/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 237/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 238/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 239/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 240/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 241/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 242/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 243/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 244/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 245/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 246/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 247/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 248/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 249/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 250/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 251/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 252/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 253/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 254/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 255/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 256/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 257/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 258/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 259/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 260/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 261/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 262/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 263/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 264/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 265/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 266/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 267/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 268/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 269/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 270/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 271/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 272/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 273/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 274/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 275/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 276/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 277/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 278/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 279/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 280/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 281/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 282/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 283/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 284/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 285/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 286/408 Verifying : hiera-3.6.0-6.el9ost.noarch 287/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 288/408 Verifying : puppet-7.10.0-4.el9ost.noarch 289/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 290/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 291/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 292/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 293/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 294/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 295/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 296/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 297/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 298/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 299/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 300/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 301/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 302/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 303/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 304/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 305/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 306/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 307/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 308/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 309/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 310/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 311/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 312/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 313/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 314/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 315/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 316/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 317/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 318/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 319/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 320/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 321/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 322/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 323/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 324/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 325/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 326/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 327/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 328/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 329/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 330/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 331/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 332/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 333/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 334/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 335/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 336/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 337/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 338/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 339/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 340/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 341/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 342/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 343/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 344/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 345/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 346/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 347/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 348/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 349/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 350/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 351/408 Verifying : bash-completion-1:2.11-4.el9.noarch 352/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 353/408 Verifying : libaio-0.3.111-13.el9.x86_64 354/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 355/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 356/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 357/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 358/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 359/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 360/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 361/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 362/408 Verifying : python3-dns-2.2.1-2.el9.noarch 363/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 364/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 365/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 366/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 367/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 368/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 369/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 370/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 371/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 372/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 373/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 374/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 375/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 376/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 377/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 378/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 379/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 380/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 381/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 382/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 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 : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-03-18T18:29:58.960534 # # 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:a12bee7bb10d09765c79188a0e73192351bac9830ecc422b112127e7c070e6ca Copying blob sha256:acdf39877a884c3e0b63e1b7150bfcdfdd0cc90ad0f25d5934a4722da3a76ca3 Copying blob sha256:e9ede137712c9e37085e59f5cffc17f77c5aebdca51acec8c96382bbf6390878 Copying blob sha256:153aadac2b780e55d83f4721ffb7a40aa83de7b4fe7240586264cdffbe615644 Copying blob sha256:3ab5ddb61c3fb84f0ffa83c8750482c16195b5eebbcc28a042201b6674ccb8b0 Copying blob sha256:0e48a1dfc5b9ca14fb54ccd84fd2b74969217cd2e83de37a774e58c815e4b2db Copying blob sha256:2e1ea49621ede5e6450cc7d2e218df6cb231c31bbd8cdc5e5f293ae827f8d637 Copying blob sha256:6cf02969631b71342cb6532c38c72d196820a8fb838fe6784830240aa119408e Copying blob sha256:95ec3cefd391811adb9edf908bd2ffbae23692ca88e91292f7d46679ffd72361 Copying blob sha256:3573082c479c104f763e86993c14dbe0d9e467ed07ec87fde2ce7a2749d7ce6f Copying blob sha256:c11cb6554233d9815d30bd50af4a05ddf6288f1b2bebcd8efe20d74314361589 Copying blob sha256:bb2374462d6c0036e338cc54f3f0ad2ac1391eb8eaa3eecc612b69ac442fac0e Copying blob sha256:0f3d5f19ab1e07c57ec8fb42f8ed73ed27aea0bd509cea9cbab3eba266beef68 Copying blob sha256:c3747fb19f74582bba18998e55749309bb527777ecfef13df1f9683e5c1f3c69 Copying blob sha256:c255b32dc55cc3c5e6bc2a460a0956363c867363aeba6a2c1ee0888fdf2db6b0 Copying blob sha256:4df360ce2274da4662b6c7614afec52f914e156b946074bc9760ba936ccb99a7 Copying blob sha256:394baafe048203171cb8ed7c2a642800bf5066c720f085b801f7a3de76f3cf48 Copying blob sha256:a0060e3d286890296d2770da8c0cc154acfb5fc31880f6d1c146ced2d89fd98c Copying blob sha256:3b0957ee2928c2d4696f990535f44b9ca9ac9044fd78315a7be37b8aa541608a Copying blob sha256:9cc1ce8ed0c11e5458deb1ef2cc794de1c573e4ddda74bff21917378d8eaa7fa Copying blob sha256:d15449a75e0e78de5ceffcf5f20c7e17ce1843e52b0048fd31783c4b09801f40 Copying blob sha256:6621742ad1e8ff36b99887dd92b11042626754c2838869314bbf8cda048b8562 Copying blob sha256:c3527077c907ca59f2e4c3d8a9725345829621db1e238e8235419d52025de867 Copying blob sha256:60f7c4a3311c635db042586a8c89c5e98639977a8dcbaa8271784fe965f726b8 Copying blob sha256:fb790e93ad26560e13fb2e109fd409a448281246f4fcb570b67f67f7f912388a Copying blob sha256:a0f91a7beb697d7845bc04e8888b7ee119876a2765230a2905b39c9d853cb99b Copying blob sha256:8ea2d6abf5c022b798e94b51d9e7e677e8c9072c27f1cb1545f8f2fae0823689 Copying blob sha256:ab1d6d35d1f9875bb0e376bbb59a7479b466e311cedfdf27f3f741ef21289833 Copying blob sha256:78a0d050cddddaa1b97bf7fd2ece95788b602d7a782a49d80fb0f4b9c3730436 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:99e139f492d82e08ef8e96482861e542d7c31a44820c93ece116801a96e6b3ce Copying blob sha256:6d5ff77a5beb380c3e55ea4088df041b068124886a537be18e1c9caedfde0a6e Copying blob sha256:74f99c233d337e49f9f9e847f24730b49560b34596d5b5a9a1f35efda52c7b66 Copying blob sha256:2b02b45f5b75b7201e073811aae000b115cb9129637d4c91f622d9b1912ab20b Copying blob sha256:6ab5c2d97f21d702cb3231af00fb7a1db32befb9085cf422e709b53fe0b7c494 Copying blob sha256:839a21fdcc4dd35595ae280f43f1fed9d532cec31a46bd2541c6787f4e41dbd7 Copying blob sha256:50e163079872a80af0ddeb4f8cdc01eeb0ec93a3fadd8dd3e793cd3d02e90f7a Copying blob sha256:afaca408a41869a0298f5302b11ef1d05807896fbd86e9fc1ee0b4ba714a316e Copying blob sha256:82852d77e097e5a12e42bddf146deda5eb163066b94f59e58a4aed8ec556f8cd Copying blob sha256:245a7f1b5c23ecf80e9edc47af5f78e94f972f54626f0a8e847ab1b4e8984fed Copying blob sha256:f823edd9ba6084a4c4b49ea4232e532c6cc060a9ebe4bceb9eff1bf4f59ed67a Copying blob sha256:8a5d6179be17dec2d0347b240bac3d93a70b5a04a09282ca6bbf2ea20131ac58 Copying blob sha256:376c780cf53861000cbf6d8080eede8db83709b467a8edba6b7c996b8676d243 Copying blob sha256:589a35e66d7603ccd64c0f8a183c9eddb3316341ff14254e9109718dd5de242a Copying blob sha256:efb67078062b843785a29f408b230fb4c602119e4248362cb67bfd3b67ae5656 Copying blob sha256:bda0b9ef2417c0bf54cd0dc66aa57ae312e70e91ccc95a64bf9bbbc8ad58c545 Copying blob sha256:935334973c1358709779d4091392415b67280e5f9901e68fcf3f50ba328cc384 Copying blob sha256:b8edce9bb6041f5eb07bf31ed0507fe741cea5383a6b6917c361216db0888a4e Copying blob sha256:bb633e7602634e841335543919d070aa767542c867945d3767c3b59b040fd0c8 Copying blob sha256:bc9efcaeacd088f0b388b155e00e0bddb58191e4af85e0b51f57549b41439249 Copying blob sha256:b4a79fa7ffd65c0964433f670d5fa81ffd3e669b0d0682dbffd4f43f4f8775aa Copying blob sha256:143a859459b93dd0c5c8132589e296f70c94698cef532cc2ae9584a0bab3fd9f Copying config sha256:a093907704b82002865591117c764aa444a4a1cb8dd4a953f1ceedcc895aac90 Writing manifest to image destination Storing signatures cae2ef1585879ef9f227f28e28b7378dbe194ad9673e88847334fa2866f3390c + 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-18 18:36:48.020 43908 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-18 18:36:48.043 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.044 43908 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-18 18:36:48.045 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.045 43908 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-18 18:36:48.047 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.047 43908 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-18 18:36:48.049 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.049 43908 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-18 18:36:48.051 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.051 43908 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-18 18:36:48.053 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.053 43908 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-18 18:36:48.077 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.077 43908 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-18 18:36:48.095 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.095 43908 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-18 18:36:48.097 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.097 43908 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-18 18:36:48.099 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.099 43908 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-18 18:36:48.101 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.101 43908 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-18 18:36:48.103 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.103 43908 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-18 18:36:48.105 43908 INFO migrate.versioning.api [-] done 2026-03-18 18:36:48.105 43908 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-18 18:36:48.126 43908 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-18 18:36:55Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:56Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:56Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:56Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:56Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-18 18:36:56Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:56Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:36:56Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:57Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:57Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:57Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-18 18:36:57Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:57Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:36:57Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:58Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:58Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-18 18:36:58Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-18 18:36:59Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:59Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:59Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:59Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-18 18:37:00Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:00Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:00Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:00Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:00Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:00Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:00Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-18 18:37:00Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:00Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:37:00Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:01Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:01Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:01Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:01Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-18 18:37:01Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:37:01Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-18 18:37:01Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:01Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:01Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:01Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-18 18:37:02Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:02Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-18 18:37:02Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-18 18:37:02Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:02Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:37:03Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:03Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-18 18:37:03Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:03Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:03Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-18 18:37:04Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:04Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-18 18:37:05Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:05Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-18 18:37:06Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:06Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-18 18:37:06Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:07Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-18 18:37:07Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:07Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-18 18:37:07Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:08Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:08Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:08Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:09Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-18 18:37:09Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:09Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:10Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-18 18:37:11Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-18 18:37:11Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:11Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-18 18:37:11Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:11Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:11Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:13Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:16Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:17Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:17Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:18Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:19Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-18 18:37:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:20Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:21Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:21Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:21Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:22Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:23Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:23Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:24Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:25Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-18 18:37:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:25Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:26Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:26Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:27Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:27Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-18 18:37:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:30Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:31Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:31Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:32Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:32Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:32Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:33Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:34Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:34Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-18 18:37:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:36Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:36Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-18 18:37:37Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:38Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-18 18:37:38Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:38Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:38Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:38Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:39Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:40Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:40Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:41Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:41Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-18 18:37:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:43Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:43Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:44Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:45Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:45Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:46Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:46Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-18 18:37:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:48Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:50Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:53Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:54Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:54Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:54Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-18 18:37:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:56Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:57Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:57Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:37:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:58Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:58Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:58Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:38:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:05Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:05Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:06Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-18 18:38:07Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:07Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:07Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:08Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:09Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:09Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:11Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:12Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:12Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:12Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:38:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:21Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:21Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:21Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:21Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:23Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-18 18:38:24Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:24Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:24Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:25Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:26Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:26Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:26Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:27Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:27Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:28Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:28Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:29Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:29Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:29Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:29Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:30Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:30Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:30Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-18 18:38:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:32Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:33Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:33Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:33Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:33Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:34Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-18 18:38:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:37Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:37Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:37Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:38Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-18 18:38:39Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:41Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:41Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:38:42Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:45Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:47Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-18 18:38:48Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:48Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:49Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:49Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:55Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-03-18 18:38:55Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:56Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-18 18:38:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:57Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:58Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:59Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:38:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:00Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:00Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:00Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:01Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:02Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:02Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:03Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-18 18:39:03Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:03Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:03Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:04Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:04Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:05Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:05Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-18 18:39:09Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:09Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:09Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:10Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:10Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:11Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:11Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:12Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:12Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:12Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:12Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-18 18:39:13Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:14Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-18 18:39:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:18Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:18Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:18Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-18 18:39:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:22Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:23Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-18 18:39:24Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:24Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:24Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:25Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:25Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:28Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:28Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:30Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:32Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:32Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:33Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:33Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:35Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-18 18:39:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:36Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:36Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:37Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:38Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:38Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:39Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:41Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:41Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:42Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-18 18:39:43Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:43Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:44Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:44Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:44Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:44Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:45Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-18 18:39:45Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:48Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:49Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:49Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-18 18:39:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:52Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:52Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:53Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:54Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:39:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:56Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:57Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:00Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:00Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:40:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:02Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:03Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:04Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-18 18:40:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:06Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-18 18:40:06Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:07Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:07Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:08Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:08Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:08Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:09Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:11Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-18 18:40:12Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:12Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:16Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:24Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:25Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-18 18:40:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:27Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:27Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:29Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:30Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:30Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:31Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-18 18:40:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:35Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:36Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:36Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:36Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:37Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:39Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:40Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-18 18:40:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:40Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:40Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-18 18:40:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:45Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-18 18:40:46Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:46Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:46Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:47Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:48Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:48Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:49Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:50Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:50Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:51Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-18 18:40:52Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:52Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:53Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:53Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:54Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:54Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:55Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:55Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:55Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:55Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:56Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-18 18:40:56Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:56Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:00Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:00Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:01Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:01Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:02Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:02Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:03Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:04Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:04Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:05Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:05Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:07Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:07Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:12Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:13Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:13Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:17Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:18Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-18 18:41:21Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:21Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:22Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:22Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:23Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:41:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:27Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:28Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:30Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:36Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:42Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-18 18:41:43Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:43Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:43Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:43Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:45Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-18 18:41:48Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:48Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:48Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:54Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-18 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:56Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:56Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-18 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-18 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:07Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:10Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:15Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:42:15Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:16Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-18 18:42:16Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:23Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:42:23Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:25Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:25Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:27Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:27Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:42:28Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:28Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:29Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:29Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-18 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:31Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:31Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:32Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:32Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:34Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:42:34Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:35Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-18 18:42:36Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:37Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:38Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:38Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:39Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-18 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:43Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:43Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:43Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:43Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:45Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:45Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:46Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:46Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:47Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-18 18:42:47Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:48Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-18 18:42:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:49Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-18 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:52Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:52Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:53Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:53Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:53Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:53Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:54Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-18 18:42:55Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:56Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-18 18:42:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:59Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-18 18:43:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:02Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-18 18:43:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:03Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-18 18:43:04Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-18 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:06Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:06Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:06Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:06Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:43:06Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:43:08Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:08Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:43:09Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-03-18 18:43:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:10Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-18 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:12Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-18 18:43:12Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:12Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:12Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-03-18 18:43:14Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:15Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:43:15Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:16Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-18 18:43:17Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:18Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-18 18:43:18Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:19Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-18 18:43:20Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:21Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-18 18:43:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:21Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:21Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:22Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-18 18:43:22Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:22Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:23Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:23Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:24Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:25Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-03-18 18:43:25Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:25Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-18 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:27Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-18 18:43:27Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:28Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-18 18:43:29Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:30Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:30Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:30Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:30Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:31Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:31Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:31Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-18 18:43:31Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:31Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-18 18:43:31Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:32Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:32Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:32Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:32Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:32Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:33Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:33Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:33Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:33Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:33Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:34Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:34Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:34Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:34Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:34Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:34Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:35Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-18 18:43:35Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:35Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:35Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:35Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:36Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:36Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:36Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:36Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:36Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:37Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:37Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:37Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:37Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:38Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:38Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:38Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-18 18:43:38Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:38Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-18 18:43:38Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:39Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:39Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:39Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:39Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:39Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:39Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:40Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-18 18:43:40Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:40Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:40Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-18 18:43:40Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:40Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:40Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-03-18 18:43:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:42Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-18 18:43:42Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:43Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-18 18:43:43Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:43Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-18 18:43:44Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:44Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:44Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-18 18:43:44Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-18 18:43:44Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:44Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:44Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:44Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-18 18:43:44Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:44Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:44Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-18 18:43:45Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:45Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:45Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-18 18:43:45Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:46Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-18 18:43:46Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:46Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:46Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:46Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:46Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:47Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:47Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-18 18:43:47Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:47Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-18 18:43:47Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-18 18:43:47Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:48Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:48Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:49Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:49Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:49Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:49Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:49Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:49Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:49Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:49Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:49Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:49Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:50Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:50Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:50Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:51Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:51Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-18 18:43:51Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:52Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-18 18:43:52Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-18 18:43:53Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:53Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:53Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-18 18:43:54Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:54Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:54Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:54Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:43:54Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:54Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:54Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:54Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:55Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:55Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-18 18:43:55Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:43:55Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:55Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:56Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-18 18:43:56Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:56Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:57Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:57Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:58Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:58Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:43:59Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:43:59Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-18 18:44:00Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-18 18:44:00Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-18 18:44:01Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-18 18:44:02Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-18 18:44:02Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:44:02Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-18 18:44:02Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:44:03Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-18 18:44:03Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/d9f8b454-be5c-4391-a4c3-3a9a0b80494d 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-18 18:44:25.193325 | fa163e8b-0e9d-6969-dfd3-000000000006 | TASK | External deployment step 0 2026-03-18 18:44:25.218397 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-000000000006') missing from stats 2026-03-18 18:44:25.261342 | fa163e8b-0e9d-6969-dfd3-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.116911 | 0.03s 2026-03-18 18:44:25.267148 | bc93124d-2d8a-4be5-bb6b-a10e26b83cf8 | INCLUDED | /root/standalone-ansible-4kwmv7l4/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-18 18:44:25.281629 | fa163e8b-0e9d-6969-dfd3-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-18 18:44:26.182422 | fa163e8b-0e9d-6969-dfd3-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-18 18:44:26.183758 | fa163e8b-0e9d-6969-dfd3-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.039324 | 0.90s 2026-03-18 18:44:26.201113 | fa163e8b-0e9d-6969-dfd3-000000000129 | TASK | create redis virtual ip 2026-03-18 18:44:27.095207 | fa163e8b-0e9d-6969-dfd3-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-18 18:44:27.096661 | fa163e8b-0e9d-6969-dfd3-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.952226 | 0.89s PLAY [Check if required variables are defined] ********************************* 2026-03-18 18:44:27.173327 | fa163e8b-0e9d-6969-dfd3-000000000138 | TASK | Gathering Facts 2026-03-18 18:44:27.751054 | fa163e8b-0e9d-6969-dfd3-000000000138 | OK | Gathering Facts | localhost 2026-03-18 18:44:27.752590 | fa163e8b-0e9d-6969-dfd3-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.608155 | 0.58s 2026-03-18 18:44:27.816419 | fa163e8b-0e9d-6969-dfd3-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-18 18:44:27.817614 | fa163e8b-0e9d-6969-dfd3-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.673178 | 0.05s 2026-03-18 18:44:27.870795 | fa163e8b-0e9d-6969-dfd3-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-18 18:44:27.872142 | fa163e8b-0e9d-6969-dfd3-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.727708 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-18 18:44:27.987328 | fa163e8b-0e9d-6969-dfd3-000000000160 | TASK | Gathering Facts 2026-03-18 18:44:27.996591 | fa163e8b-0e9d-6969-dfd3-000000000160 | TASK | Gathering Facts 2026-03-18 18:44:28.328307 | fa163e8b-0e9d-6969-dfd3-000000000160 | OK | Gathering Facts | undercloud 2026-03-18 18:44:28.329971 | fa163e8b-0e9d-6969-dfd3-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.185535 | 0.34s 2026-03-18 18:44:28.338355 | fa163e8b-0e9d-6969-dfd3-000000000160 | OK | Gathering Facts | standalone 2026-03-18 18:44:28.339721 | fa163e8b-0e9d-6969-dfd3-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.195291 | 0.34s 2026-03-18 18:44:28.415219 | fa163e8b-0e9d-6969-dfd3-000000000012 | TASK | Set legacy facts 2026-03-18 18:44:28.429506 | fa163e8b-0e9d-6969-dfd3-000000000012 | TASK | Set legacy facts 2026-03-18 18:44:28.448121 | fa163e8b-0e9d-6969-dfd3-000000000012 | OK | Set legacy facts | undercloud 2026-03-18 18:44:28.449237 | fa163e8b-0e9d-6969-dfd3-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.304807 | 0.03s 2026-03-18 18:44:28.469435 | fa163e8b-0e9d-6969-dfd3-000000000012 | OK | Set legacy facts | standalone 2026-03-18 18:44:28.469970 | fa163e8b-0e9d-6969-dfd3-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.325544 | 0.04s PLAY [Load global variables] *************************************************** 2026-03-18 18:44:28.644494 | fa163e8b-0e9d-6969-dfd3-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-18 18:44:28.645177 | fa163e8b-0e9d-6969-dfd3-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.500731 | 0.05s 2026-03-18 18:44:28.645468 | fa163e8b-0e9d-6969-dfd3-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-18 18:44:28.645797 | fa163e8b-0e9d-6969-dfd3-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.501377 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-18 18:44:28.700919 | fa163e8b-0e9d-6969-dfd3-000000000018 | TASK | Include Service VIP vars 2026-03-18 18:44:28.728319 | fa163e8b-0e9d-6969-dfd3-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-18 18:44:28.729202 | fa163e8b-0e9d-6969-dfd3-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.584774 | 0.03s 2026-03-18 18:44:28.739726 | fa163e8b-0e9d-6969-dfd3-000000000018 | OK | Include Service VIP vars | standalone 2026-03-18 18:44:28.740075 | fa163e8b-0e9d-6969-dfd3-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.595655 | 0.03s 2026-03-18 18:44:28.743180 | fa163e8b-0e9d-6969-dfd3-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-18 18:44:28.769120 | fa163e8b-0e9d-6969-dfd3-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-18 18:44:28.769916 | fa163e8b-0e9d-6969-dfd3-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.625488 | 0.03s 2026-03-18 18:44:28.780587 | fa163e8b-0e9d-6969-dfd3-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-18 18:44:28.781062 | fa163e8b-0e9d-6969-dfd3-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.636640 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-18 18:44:28.860232 | fa163e8b-0e9d-6969-dfd3-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-18 18:44:29.563881 | fa163e8b-0e9d-6969-dfd3-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-18 18:44:29.645842 | fa163e8b-0e9d-6969-dfd3-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-18 18:44:29.681236 | fa163e8b-0e9d-6969-dfd3-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-18 18:44:29.681749 | fa163e8b-0e9d-6969-dfd3-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.537325 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-03-18 18:44:29.739884 | fa163e8b-0e9d-6969-dfd3-000000000023 | TASK | Set selinux state 2026-03-18 18:44:30.259275 | fa163e8b-0e9d-6969-dfd3-000000000023 | OK | Set selinux state | standalone 2026-03-18 18:44:30.260615 | fa163e8b-0e9d-6969-dfd3-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.116179 | 0.52s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-18 18:44:30.399888 | fa163e8b-0e9d-6969-dfd3-000000000026 | TASK | Configure Hosts Entries 2026-03-18 18:44:30.430613 | fa163e8b-0e9d-6969-dfd3-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.286151 | 0.03s 2026-03-18 18:44:30.446315 | fa163e8b-0e9d-6969-dfd3-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.301886 | 0.02s 2026-03-18 18:44:30.499939 | fa163e8b-0e9d-6969-dfd3-0000000001f1 | TASK | Create temporary file for hosts 2026-03-18 18:44:30.841627 | fa163e8b-0e9d-6969-dfd3-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-18 18:44:30.842399 | fa163e8b-0e9d-6969-dfd3-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.697970 | 0.33s 2026-03-18 18:44:30.842797 | fa163e8b-0e9d-6969-dfd3-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-18 18:44:30.843134 | fa163e8b-0e9d-6969-dfd3-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.698713 | 0.34s 2026-03-18 18:44:30.858206 | fa163e8b-0e9d-6969-dfd3-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-18 18:44:31.244442 | fa163e8b-0e9d-6969-dfd3-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-18 18:44:31.245210 | fa163e8b-0e9d-6969-dfd3-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.100785 | 0.38s 2026-03-18 18:44:31.247588 | fa163e8b-0e9d-6969-dfd3-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-18 18:44:31.247915 | fa163e8b-0e9d-6969-dfd3-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.103495 | 0.39s 2026-03-18 18:44:31.261588 | fa163e8b-0e9d-6969-dfd3-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-18 18:44:31.615267 | fa163e8b-0e9d-6969-dfd3-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-18 18:44:31.616532 | fa163e8b-0e9d-6969-dfd3-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.472097 | 0.35s 2026-03-18 18:44:31.617607 | fa163e8b-0e9d-6969-dfd3-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-18 18:44:31.618298 | fa163e8b-0e9d-6969-dfd3-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.473870 | 0.35s 2026-03-18 18:44:31.636012 | fa163e8b-0e9d-6969-dfd3-0000000001f4 | TASK | Render out the hosts entries 2026-03-18 18:44:31.766100 | fa163e8b-0e9d-6969-dfd3-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-18 18:44:31.767367 | fa163e8b-0e9d-6969-dfd3-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.622931 | 0.13s 2026-03-18 18:44:31.785047 | fa163e8b-0e9d-6969-dfd3-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-18 18:44:32.213615 | fa163e8b-0e9d-6969-dfd3-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-18 18:44:32.215380 | fa163e8b-0e9d-6969-dfd3-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.070938 | 0.43s 2026-03-18 18:44:32.226909 | fa163e8b-0e9d-6969-dfd3-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-18 18:44:32.227749 | fa163e8b-0e9d-6969-dfd3-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.083320 | 0.42s 2026-03-18 18:44:32.245884 | fa163e8b-0e9d-6969-dfd3-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-18 18:44:32.584126 | fa163e8b-0e9d-6969-dfd3-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-18 18:44:32.585733 | fa163e8b-0e9d-6969-dfd3-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.441293 | 0.32s 2026-03-18 18:44:32.607088 | fa163e8b-0e9d-6969-dfd3-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-18 18:44:32.607834 | fa163e8b-0e9d-6969-dfd3-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.463406 | 0.36s 2026-03-18 18:44:32.625581 | fa163e8b-0e9d-6969-dfd3-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-18 18:44:32.990794 | fa163e8b-0e9d-6969-dfd3-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-18 18:44:32.992460 | fa163e8b-0e9d-6969-dfd3-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.848016 | 0.37s 2026-03-18 18:44:32.997430 | fa163e8b-0e9d-6969-dfd3-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-18 18:44:32.998127 | fa163e8b-0e9d-6969-dfd3-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.853699 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2026-03-18 18:44:33.117609 | fa163e8b-0e9d-6969-dfd3-00000000002a | TASK | Common roles for TripleO servers 2026-03-18 18:44:33.145208 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-00000000002a') missing from stats 2026-03-18 18:44:33.228463 | fa163e8b-0e9d-6969-dfd3-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.084016 | 0.03s 2026-03-18 18:44:33.300531 | fa163e8b-0e9d-6969-dfd3-000000000254 | TASK | Gather variables for each operating system 2026-03-18 18:44:33.419472 | fa163e8b-0e9d-6969-dfd3-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-18 18:44:33.421133 | fa163e8b-0e9d-6969-dfd3-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.276693 | 0.12s 2026-03-18 18:44:33.430658 | fa163e8b-0e9d-6969-dfd3-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.286223 | 0.13s 2026-03-18 18:44:33.454495 | fa163e8b-0e9d-6969-dfd3-000000000256 | TASK | Check release version package is installed 2026-03-18 18:44:33.741889 | fa163e8b-0e9d-6969-dfd3-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-18 18:44:33.743328 | fa163e8b-0e9d-6969-dfd3-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.598890 | 0.29s 2026-03-18 18:44:33.771135 | fa163e8b-0e9d-6969-dfd3-000000000257 | TASK | Deploy release version package 2026-03-18 18:44:38.131643 | fa163e8b-0e9d-6969-dfd3-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-18 18:44:38.133062 | fa163e8b-0e9d-6969-dfd3-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.988618 | 4.36s 2026-03-18 18:44:38.158672 | fa163e8b-0e9d-6969-dfd3-000000000259 | TASK | Include packages tasks 2026-03-18 18:44:38.180081 | fa163e8b-0e9d-6969-dfd3-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.035636 | 0.02s 2026-03-18 18:44:38.204394 | d8111c4c-1279-440a-95c1-61e8064ff004 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-18 18:44:38.262984 | fa163e8b-0e9d-6969-dfd3-0000000002ad | TASK | Gather facts if they don't exist 2026-03-18 18:44:38.308531 | fa163e8b-0e9d-6969-dfd3-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-18 18:44:38.309652 | fa163e8b-0e9d-6969-dfd3-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.165213 | 0.05s 2026-03-18 18:44:38.334285 | fa163e8b-0e9d-6969-dfd3-0000000002ae | TASK | Gather variables for each operating system 2026-03-18 18:44:38.515148 | fa163e8b-0e9d-6969-dfd3-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-18 18:44:38.526279 | fa163e8b-0e9d-6969-dfd3-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.381832 | 0.19s 2026-03-18 18:44:38.550879 | fa163e8b-0e9d-6969-dfd3-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-18 18:44:38.808390 | fa163e8b-0e9d-6969-dfd3-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-18 18:44:38.809751 | fa163e8b-0e9d-6969-dfd3-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.665314 | 0.26s 2026-03-18 18:44:38.835385 | fa163e8b-0e9d-6969-dfd3-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-18 18:44:44.596755 | fa163e8b-0e9d-6969-dfd3-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-18 18:44:44.597785 | fa163e8b-0e9d-6969-dfd3-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.453355 | 5.76s 2026-03-18 18:44:44.617493 | fa163e8b-0e9d-6969-dfd3-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-18 18:44:45.657037 | fa163e8b-0e9d-6969-dfd3-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-18 18:44:45.658088 | fa163e8b-0e9d-6969-dfd3-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.513656 | 1.04s 2026-03-18 18:44:45.678574 | fa163e8b-0e9d-6969-dfd3-00000000025a | TASK | Enable openvswitch service if installed 2026-03-18 18:44:46.574783 | fa163e8b-0e9d-6969-dfd3-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-18 18:44:46.576897 | fa163e8b-0e9d-6969-dfd3-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.432458 | 0.90s 2026-03-18 18:44:46.604191 | fa163e8b-0e9d-6969-dfd3-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-18 18:44:46.836635 | fa163e8b-0e9d-6969-dfd3-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-18 18:44:46.837961 | fa163e8b-0e9d-6969-dfd3-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.693524 | 0.23s 2026-03-18 18:44:46.862701 | fa163e8b-0e9d-6969-dfd3-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-18 18:44:47.125474 | fa163e8b-0e9d-6969-dfd3-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-18 18:44:47.126741 | fa163e8b-0e9d-6969-dfd3-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.982305 | 0.26s 2026-03-18 18:44:47.151712 | fa163e8b-0e9d-6969-dfd3-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-18 18:44:47.212111 | fa163e8b-0e9d-6969-dfd3-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-18 18:44:47.213305 | fa163e8b-0e9d-6969-dfd3-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.068869 | 0.06s 2026-03-18 18:44:47.237665 | fa163e8b-0e9d-6969-dfd3-00000000025f | TASK | Ensure network service is enabled 2026-03-18 18:44:47.644583 | fa163e8b-0e9d-6969-dfd3-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-18 18:44:47.646527 | fa163e8b-0e9d-6969-dfd3-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.502087 | 0.41s 2026-03-18 18:44:47.672358 | fa163e8b-0e9d-6969-dfd3-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-18 18:44:47.996341 | fa163e8b-0e9d-6969-dfd3-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-18 18:44:47.997741 | fa163e8b-0e9d-6969-dfd3-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.853303 | 0.32s 2026-03-18 18:44:48.022127 | fa163e8b-0e9d-6969-dfd3-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-18 18:44:48.294103 | fa163e8b-0e9d-6969-dfd3-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-18 18:44:48.295615 | fa163e8b-0e9d-6969-dfd3-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.151176 | 0.27s 2026-03-18 18:44:48.319939 | fa163e8b-0e9d-6969-dfd3-000000000263 | TASK | Reload NetworkManager 2026-03-18 18:44:48.818888 | fa163e8b-0e9d-6969-dfd3-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-18 18:44:48.820752 | fa163e8b-0e9d-6969-dfd3-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.676314 | 0.50s 2026-03-18 18:44:48.846408 | fa163e8b-0e9d-6969-dfd3-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-18 18:44:49.068072 | fa163e8b-0e9d-6969-dfd3-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-18 18:44:49.069342 | fa163e8b-0e9d-6969-dfd3-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.924904 | 0.22s 2026-03-18 18:44:49.094438 | fa163e8b-0e9d-6969-dfd3-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-18 18:44:49.428416 | fa163e8b-0e9d-6969-dfd3-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-18 18:44:49.429784 | fa163e8b-0e9d-6969-dfd3-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.285346 | 0.33s 2026-03-18 18:44:49.456041 | fa163e8b-0e9d-6969-dfd3-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-18 18:44:49.626436 | fa163e8b-0e9d-6969-dfd3-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-18 18:44:49.627700 | fa163e8b-0e9d-6969-dfd3-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.483263 | 0.17s 2026-03-18 18:44:49.652027 | fa163e8b-0e9d-6969-dfd3-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-18 18:44:49.894670 | fa163e8b-0e9d-6969-dfd3-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-18 18:44:49.896484 | fa163e8b-0e9d-6969-dfd3-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.752038 | 0.24s 2026-03-18 18:44:49.968906 | fa163e8b-0e9d-6969-dfd3-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.824466 | 0.02s 2026-03-18 18:44:50.045020 | fa163e8b-0e9d-6969-dfd3-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-18 18:44:50.258752 | fa163e8b-0e9d-6969-dfd3-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-18 18:44:50.259953 | fa163e8b-0e9d-6969-dfd3-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.115516 | 0.21s 2026-03-18 18:44:50.283727 | fa163e8b-0e9d-6969-dfd3-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-18 18:44:50.472817 | fa163e8b-0e9d-6969-dfd3-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-18 18:44:50.474098 | fa163e8b-0e9d-6969-dfd3-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.329654 | 0.19s 2026-03-18 18:44:50.498059 | fa163e8b-0e9d-6969-dfd3-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-18 18:44:50.524951 | fa163e8b-0e9d-6969-dfd3-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-18 18:44:50.526030 | fa163e8b-0e9d-6969-dfd3-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.381594 | 0.03s 2026-03-18 18:44:50.549793 | fa163e8b-0e9d-6969-dfd3-000000000364 | TASK | Write temporary file 2026-03-18 18:44:50.576208 | fa163e8b-0e9d-6969-dfd3-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-18 18:44:50.577225 | fa163e8b-0e9d-6969-dfd3-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.432790 | 0.03s 2026-03-18 18:44:50.600449 | fa163e8b-0e9d-6969-dfd3-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-18 18:44:50.680112 | fa163e8b-0e9d-6969-dfd3-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-18 18:44:50.681343 | fa163e8b-0e9d-6969-dfd3-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.536906 | 0.08s 2026-03-18 18:44:50.705692 | fa163e8b-0e9d-6969-dfd3-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-18 18:44:50.926133 | fa163e8b-0e9d-6969-dfd3-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-18 18:44:50.927410 | fa163e8b-0e9d-6969-dfd3-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.782974 | 0.22s 2026-03-18 18:44:50.951088 | fa163e8b-0e9d-6969-dfd3-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-18 18:44:51.170514 | fa163e8b-0e9d-6969-dfd3-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-18 18:44:51.171741 | fa163e8b-0e9d-6969-dfd3-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.027306 | 0.22s 2026-03-18 18:44:51.197109 | fa163e8b-0e9d-6969-dfd3-000000000368 | TASK | Remove temp file 2026-03-18 18:44:51.417962 | fa163e8b-0e9d-6969-dfd3-000000000368 | CHANGED | Remove temp file | standalone 2026-03-18 18:44:51.419330 | fa163e8b-0e9d-6969-dfd3-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.274894 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-18 18:44:51.601511 | fa163e8b-0e9d-6969-dfd3-000000000034 | TASK | Deploy step tasks for step 0 2026-03-18 18:44:51.661376 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-000000000034') missing from stats 2026-03-18 18:44:51.681768 | fa163e8b-0e9d-6969-dfd3-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-18 18:44:51.910276 | fa163e8b-0e9d-6969-dfd3-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-18 18:44:51.911080 | fa163e8b-0e9d-6969-dfd3-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.766654 | 0.23s 2026-03-18 18:44:51.936708 | fa163e8b-0e9d-6969-dfd3-000000000036 | TASK | Check cloud-init status 2026-03-18 18:44:52.178445 | fa163e8b-0e9d-6969-dfd3-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-18 18:44:52.180230 | fa163e8b-0e9d-6969-dfd3-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.035791 | 0.24s 2026-03-18 18:44:52.205620 | fa163e8b-0e9d-6969-dfd3-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-18 18:44:52.437294 | fa163e8b-0e9d-6969-dfd3-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-18 18:44:52.438703 | fa163e8b-0e9d-6969-dfd3-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.294266 | 0.23s 2026-03-18 18:44:52.463807 | fa163e8b-0e9d-6969-dfd3-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-18 18:44:52.905396 | fa163e8b-0e9d-6969-dfd3-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-18 18:44:52.906794 | fa163e8b-0e9d-6969-dfd3-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.762358 | 0.44s 2026-03-18 18:44:52.932491 | fa163e8b-0e9d-6969-dfd3-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-18 18:44:53.165717 | fa163e8b-0e9d-6969-dfd3-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-18 18:44:53.167096 | fa163e8b-0e9d-6969-dfd3-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.022660 | 0.23s 2026-03-18 18:44:53.192505 | fa163e8b-0e9d-6969-dfd3-00000000003a | TASK | Write container-puppet.sh 2026-03-18 18:44:53.679082 | fa163e8b-0e9d-6969-dfd3-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-18 18:44:53.680544 | fa163e8b-0e9d-6969-dfd3-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.536107 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 18:44:53.746065 | fa163e8b-0e9d-6969-dfd3-00000000003b | TIMING | include_tasks | standalone | 0:00:28.601625 | 0.04s 2026-03-18 18:44:53.766192 | 0a08aa5a-9ebc-477c-a9a1-15643d96b21f | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-18 18:44:53.799705 | fa163e8b-0e9d-6969-dfd3-000000000416 | TASK | Configure tuned before reboot 2026-03-18 18:44:53.848904 | fa163e8b-0e9d-6969-dfd3-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.704460 | 0.05s 2026-03-18 18:44:53.907914 | fa163e8b-0e9d-6969-dfd3-000000000455 | TASK | Gather variables for each operating system 2026-03-18 18:44:54.030760 | fa163e8b-0e9d-6969-dfd3-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-18 18:44:54.033218 | fa163e8b-0e9d-6969-dfd3-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.888778 | 0.12s 2026-03-18 18:44:54.043808 | fa163e8b-0e9d-6969-dfd3-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.899369 | 0.13s 2026-03-18 18:44:54.132084 | fa163e8b-0e9d-6969-dfd3-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.987640 | 0.06s 2026-03-18 18:44:54.153948 | c8348601-7103-4328-9a88-6d5c9f7a6849 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-18 18:44:54.190221 | fa163e8b-0e9d-6969-dfd3-00000000047f | TASK | Check tuned package is installed 2026-03-18 18:44:54.475513 | fa163e8b-0e9d-6969-dfd3-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-18 18:44:54.476708 | fa163e8b-0e9d-6969-dfd3-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.332272 | 0.29s 2026-03-18 18:44:54.503617 | fa163e8b-0e9d-6969-dfd3-000000000480 | TASK | Install tuned 2026-03-18 18:45:01.394455 | fa163e8b-0e9d-6969-dfd3-000000000480 | CHANGED | Install tuned | standalone 2026-03-18 18:45:01.396295 | fa163e8b-0e9d-6969-dfd3-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.251870 | 6.89s 2026-03-18 18:45:01.422843 | fa163e8b-0e9d-6969-dfd3-000000000481 | TASK | Restart tuned 2026-03-18 18:45:04.253992 | fa163e8b-0e9d-6969-dfd3-000000000481 | CHANGED | Restart tuned | standalone 2026-03-18 18:45:04.256902 | fa163e8b-0e9d-6969-dfd3-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.112467 | 2.83s 2026-03-18 18:45:04.283534 | fa163e8b-0e9d-6969-dfd3-000000000457 | TASK | Check for tuned-adm 2026-03-18 18:45:04.511869 | fa163e8b-0e9d-6969-dfd3-000000000457 | OK | Check for tuned-adm | standalone 2026-03-18 18:45:04.513125 | fa163e8b-0e9d-6969-dfd3-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.368693 | 0.23s 2026-03-18 18:45:04.578299 | fa163e8b-0e9d-6969-dfd3-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.433858 | 0.04s 2026-03-18 18:45:04.606837 | 95ef1618-294f-4f0a-a41b-f7e16e927657 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-18 18:45:04.643670 | fa163e8b-0e9d-6969-dfd3-0000000004b6 | TASK | Ensure profile directory exists 2026-03-18 18:45:04.681673 | fa163e8b-0e9d-6969-dfd3-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-18 18:45:04.682478 | fa163e8b-0e9d-6969-dfd3-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.538049 | 0.04s 2026-03-18 18:45:04.702303 | fa163e8b-0e9d-6969-dfd3-0000000004b7 | TASK | Create custom tuned profile 2026-03-18 18:45:04.759011 | fa163e8b-0e9d-6969-dfd3-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-18 18:45:04.759693 | fa163e8b-0e9d-6969-dfd3-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.615266 | 0.06s 2026-03-18 18:45:04.779618 | fa163e8b-0e9d-6969-dfd3-0000000004b8 | TASK | Check tuned active profile 2026-03-18 18:45:05.109033 | fa163e8b-0e9d-6969-dfd3-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-18 18:45:05.110309 | fa163e8b-0e9d-6969-dfd3-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.965875 | 0.33s 2026-03-18 18:45:05.135910 | fa163e8b-0e9d-6969-dfd3-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-18 18:45:05.366723 | fa163e8b-0e9d-6969-dfd3-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-18 18:45:05.368003 | fa163e8b-0e9d-6969-dfd3-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.223569 | 0.23s 2026-03-18 18:45:05.393425 | fa163e8b-0e9d-6969-dfd3-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-18 18:45:05.453707 | fa163e8b-0e9d-6969-dfd3-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-18 18:45:05.454714 | fa163e8b-0e9d-6969-dfd3-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.310280 | 0.06s 2026-03-18 18:45:05.481913 | fa163e8b-0e9d-6969-dfd3-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-18 18:45:05.541944 | fa163e8b-0e9d-6969-dfd3-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-18 18:45:05.543103 | fa163e8b-0e9d-6969-dfd3-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.398669 | 0.06s 2026-03-18 18:45:05.569019 | fa163e8b-0e9d-6969-dfd3-0000000004bc | TASK | Enable tuned profile 2026-03-18 18:45:06.992303 | fa163e8b-0e9d-6969-dfd3-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-18 18:45:06.993602 | fa163e8b-0e9d-6969-dfd3-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.849169 | 1.42s 2026-03-18 18:45:07.041451 | fa163e8b-0e9d-6969-dfd3-000000000417 | TASK | Configure kernel args and reboot 2026-03-18 18:45:07.090731 | fa163e8b-0e9d-6969-dfd3-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.946287 | 0.05s 2026-03-18 18:45:07.231833 | fa163e8b-0e9d-6969-dfd3-000000000569 | TASK | Get the command line args of the node 2026-03-18 18:45:07.471591 | fa163e8b-0e9d-6969-dfd3-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-18 18:45:07.472872 | fa163e8b-0e9d-6969-dfd3-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.328436 | 0.24s 2026-03-18 18:45:07.498418 | fa163e8b-0e9d-6969-dfd3-00000000056b | TASK | Check if node has a nova.conf 2026-03-18 18:45:07.718880 | fa163e8b-0e9d-6969-dfd3-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-18 18:45:07.720100 | fa163e8b-0e9d-6969-dfd3-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.575665 | 0.22s 2026-03-18 18:45:07.745566 | fa163e8b-0e9d-6969-dfd3-00000000056d | TASK | Warn operator about workload protection 2026-03-18 18:45:07.783763 | fa163e8b-0e9d-6969-dfd3-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-18 18:45:07.784906 | fa163e8b-0e9d-6969-dfd3-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.640471 | 0.04s 2026-03-18 18:45:07.810133 | fa163e8b-0e9d-6969-dfd3-00000000056e | TASK | Setting defer reboot fact 2026-03-18 18:45:07.843495 | fa163e8b-0e9d-6969-dfd3-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-18 18:45:07.844651 | fa163e8b-0e9d-6969-dfd3-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.700215 | 0.03s 2026-03-18 18:45:07.870486 | fa163e8b-0e9d-6969-dfd3-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-18 18:45:07.899186 | fa163e8b-0e9d-6969-dfd3-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.754711 | 0.03s 2026-03-18 18:45:07.924928 | fa163e8b-0e9d-6969-dfd3-000000000575 | TASK | Find hugepages in cmdline 2026-03-18 18:45:07.974674 | fa163e8b-0e9d-6969-dfd3-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-18 18:45:07.975854 | fa163e8b-0e9d-6969-dfd3-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.831418 | 0.05s 2026-03-18 18:45:08.001510 | fa163e8b-0e9d-6969-dfd3-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-18 18:45:08.045240 | fa163e8b-0e9d-6969-dfd3-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-18 18:45:08.046276 | fa163e8b-0e9d-6969-dfd3-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.901841 | 0.04s 2026-03-18 18:45:08.071233 | fa163e8b-0e9d-6969-dfd3-00000000057a | TASK | Find desired default hugepage size 2026-03-18 18:45:08.120773 | fa163e8b-0e9d-6969-dfd3-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-18 18:45:08.121819 | fa163e8b-0e9d-6969-dfd3-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.977384 | 0.05s 2026-03-18 18:45:08.147286 | fa163e8b-0e9d-6969-dfd3-00000000057c | TASK | Storing non-configured hugepages 2026-03-18 18:45:08.178510 | fa163e8b-0e9d-6969-dfd3-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.034073 | 0.03s 2026-03-18 18:45:08.204235 | fa163e8b-0e9d-6969-dfd3-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-18 18:45:08.245969 | fa163e8b-0e9d-6969-dfd3-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-18 18:45:08.247068 | fa163e8b-0e9d-6969-dfd3-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.102632 | 0.04s 2026-03-18 18:45:08.273233 | fa163e8b-0e9d-6969-dfd3-00000000057f | TASK | Determining the default hugepagesz 2026-03-18 18:45:08.314892 | fa163e8b-0e9d-6969-dfd3-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-18 18:45:08.316118 | fa163e8b-0e9d-6969-dfd3-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.171674 | 0.04s 2026-03-18 18:45:08.342090 | fa163e8b-0e9d-6969-dfd3-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-18 18:45:08.384476 | fa163e8b-0e9d-6969-dfd3-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-18 18:45:08.385718 | fa163e8b-0e9d-6969-dfd3-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.241277 | 0.04s 2026-03-18 18:45:08.412349 | fa163e8b-0e9d-6969-dfd3-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-18 18:45:08.456055 | fa163e8b-0e9d-6969-dfd3-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-18 18:45:08.457484 | fa163e8b-0e9d-6969-dfd3-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.312842 | 0.04s 2026-03-18 18:45:08.482911 | fa163e8b-0e9d-6969-dfd3-000000000583 | TASK | Warn about possible modifications 2026-03-18 18:45:08.523146 | fa163e8b-0e9d-6969-dfd3-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-18 18:45:08.524343 | fa163e8b-0e9d-6969-dfd3-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.379902 | 0.04s 2026-03-18 18:45:08.549742 | fa163e8b-0e9d-6969-dfd3-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-18 18:45:08.590623 | fa163e8b-0e9d-6969-dfd3-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-18 18:45:08.591752 | fa163e8b-0e9d-6969-dfd3-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.447311 | 0.04s 2026-03-18 18:45:08.618039 | fa163e8b-0e9d-6969-dfd3-000000000585 | TASK | Cleaning up whitespaces 2026-03-18 18:45:08.660844 | fa163e8b-0e9d-6969-dfd3-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-18 18:45:08.661982 | fa163e8b-0e9d-6969-dfd3-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.517540 | 0.04s 2026-03-18 18:45:08.687500 | fa163e8b-0e9d-6969-dfd3-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-18 18:45:09.041312 | fa163e8b-0e9d-6969-dfd3-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-18 18:45:09.042769 | fa163e8b-0e9d-6969-dfd3-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.898333 | 0.35s 2026-03-18 18:45:09.069596 | fa163e8b-0e9d-6969-dfd3-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-18 18:45:09.129699 | fa163e8b-0e9d-6969-dfd3-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-18 18:45:09.130955 | fa163e8b-0e9d-6969-dfd3-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.986517 | 0.06s 2026-03-18 18:45:09.159805 | fa163e8b-0e9d-6969-dfd3-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-18 18:45:09.220081 | fa163e8b-0e9d-6969-dfd3-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-18 18:45:09.220980 | fa163e8b-0e9d-6969-dfd3-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.076551 | 0.06s 2026-03-18 18:45:09.250020 | fa163e8b-0e9d-6969-dfd3-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-18 18:45:09.311951 | fa163e8b-0e9d-6969-dfd3-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-18 18:45:09.313285 | fa163e8b-0e9d-6969-dfd3-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.168849 | 0.06s 2026-03-18 18:45:09.340878 | fa163e8b-0e9d-6969-dfd3-00000000058c | TASK | Generate grub config 2026-03-18 18:45:09.383681 | fa163e8b-0e9d-6969-dfd3-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-18 18:45:09.384940 | fa163e8b-0e9d-6969-dfd3-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.240502 | 0.04s 2026-03-18 18:45:09.411796 | fa163e8b-0e9d-6969-dfd3-000000000590 | TASK | Get the block device that /boot is on 2026-03-18 18:45:09.474117 | fa163e8b-0e9d-6969-dfd3-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-18 18:45:09.475452 | fa163e8b-0e9d-6969-dfd3-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.331014 | 0.06s 2026-03-18 18:45:09.503322 | fa163e8b-0e9d-6969-dfd3-000000000591 | TASK | Get the mount point that /boot is in 2026-03-18 18:45:09.565147 | fa163e8b-0e9d-6969-dfd3-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-18 18:45:09.566398 | fa163e8b-0e9d-6969-dfd3-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.421961 | 0.06s 2026-03-18 18:45:09.592681 | fa163e8b-0e9d-6969-dfd3-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-18 18:45:09.653570 | fa163e8b-0e9d-6969-dfd3-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-18 18:45:09.654753 | fa163e8b-0e9d-6969-dfd3-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.510317 | 0.06s 2026-03-18 18:45:09.681121 | fa163e8b-0e9d-6969-dfd3-000000000593 | TASK | Executed script to fix grub-menu 2026-03-18 18:45:09.734847 | fa163e8b-0e9d-6969-dfd3-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-18 18:45:09.735989 | fa163e8b-0e9d-6969-dfd3-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.591554 | 0.05s 2026-03-18 18:45:09.762524 | fa163e8b-0e9d-6969-dfd3-000000000594 | TASK | Check grub config paths 2026-03-18 18:45:09.836070 | fa163e8b-0e9d-6969-dfd3-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-18 18:45:09.854573 | fa163e8b-0e9d-6969-dfd3-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-18 18:45:09.860317 | fa163e8b-0e9d-6969-dfd3-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.715870 | 0.10s 2026-03-18 18:45:09.887357 | fa163e8b-0e9d-6969-dfd3-000000000595 | TASK | Write EFI grub.cfg 2026-03-18 18:45:09.958911 | fa163e8b-0e9d-6969-dfd3-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-18 18:45:09.977121 | fa163e8b-0e9d-6969-dfd3-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-18 18:45:09.981850 | fa163e8b-0e9d-6969-dfd3-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.837409 | 0.09s 2026-03-18 18:45:10.008044 | fa163e8b-0e9d-6969-dfd3-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-18 18:45:10.050554 | fa163e8b-0e9d-6969-dfd3-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-18 18:45:10.051626 | fa163e8b-0e9d-6969-dfd3-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.907191 | 0.04s 2026-03-18 18:45:10.077401 | fa163e8b-0e9d-6969-dfd3-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-18 18:45:10.120619 | fa163e8b-0e9d-6969-dfd3-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-18 18:45:10.121756 | fa163e8b-0e9d-6969-dfd3-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.977320 | 0.04s 2026-03-18 18:45:10.148260 | fa163e8b-0e9d-6969-dfd3-000000000598 | TASK | Execute grub2-mkconfig 2026-03-18 18:45:10.219237 | fa163e8b-0e9d-6969-dfd3-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-18 18:45:10.220360 | fa163e8b-0e9d-6969-dfd3-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.075925 | 0.07s 2026-03-18 18:45:10.245732 | fa163e8b-0e9d-6969-dfd3-000000000599 | TASK | Check for active tuned profile 2026-03-18 18:45:10.307968 | fa163e8b-0e9d-6969-dfd3-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-18 18:45:10.309511 | fa163e8b-0e9d-6969-dfd3-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.165076 | 0.06s 2026-03-18 18:45:10.334807 | fa163e8b-0e9d-6969-dfd3-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-18 18:45:10.396954 | fa163e8b-0e9d-6969-dfd3-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-18 18:45:10.398133 | fa163e8b-0e9d-6969-dfd3-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.253696 | 0.06s 2026-03-18 18:45:10.423548 | fa163e8b-0e9d-6969-dfd3-00000000059b | TASK | Set reboot required fact 2026-03-18 18:45:10.485630 | fa163e8b-0e9d-6969-dfd3-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-18 18:45:10.486773 | fa163e8b-0e9d-6969-dfd3-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.342337 | 0.06s 2026-03-18 18:45:10.513198 | fa163e8b-0e9d-6969-dfd3-00000000059d | TASK | Apply DPDK workarounds 2026-03-18 18:45:10.565274 | fa163e8b-0e9d-6969-dfd3-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-18 18:45:10.566479 | fa163e8b-0e9d-6969-dfd3-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.422041 | 0.05s 2026-03-18 18:45:10.591522 | fa163e8b-0e9d-6969-dfd3-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-18 18:45:10.630056 | fa163e8b-0e9d-6969-dfd3-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-18 18:45:10.631117 | fa163e8b-0e9d-6969-dfd3-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.486681 | 0.04s 2026-03-18 18:45:10.656184 | fa163e8b-0e9d-6969-dfd3-0000000005a0 | TASK | Load modules 2026-03-18 18:45:10.701699 | fa163e8b-0e9d-6969-dfd3-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-18 18:45:10.707989 | fa163e8b-0e9d-6969-dfd3-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.563551 | 0.05s 2026-03-18 18:45:10.732988 | fa163e8b-0e9d-6969-dfd3-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-18 18:45:10.779998 | fa163e8b-0e9d-6969-dfd3-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-18 18:45:10.786230 | fa163e8b-0e9d-6969-dfd3-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.641790 | 0.05s 2026-03-18 18:45:10.811337 | fa163e8b-0e9d-6969-dfd3-0000000005a4 | TASK | Drop module persistence 2026-03-18 18:45:10.857187 | fa163e8b-0e9d-6969-dfd3-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-18 18:45:10.863374 | fa163e8b-0e9d-6969-dfd3-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.718906 | 0.05s 2026-03-18 18:45:10.888972 | fa163e8b-0e9d-6969-dfd3-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-18 18:45:10.935631 | fa163e8b-0e9d-6969-dfd3-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-18 18:45:10.941976 | fa163e8b-0e9d-6969-dfd3-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.797537 | 0.05s 2026-03-18 18:45:10.968774 | fa163e8b-0e9d-6969-dfd3-0000000005a8 | TASK | Modules reload 2026-03-18 18:45:11.008047 | fa163e8b-0e9d-6969-dfd3-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-18 18:45:11.009104 | fa163e8b-0e9d-6969-dfd3-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.864671 | 0.04s 2026-03-18 18:45:11.034818 | fa163e8b-0e9d-6969-dfd3-0000000005aa | TASK | Reboot tasks 2026-03-18 18:45:11.084123 | fa163e8b-0e9d-6969-dfd3-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-18 18:45:11.085236 | fa163e8b-0e9d-6969-dfd3-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.940801 | 0.05s 2026-03-18 18:45:11.110381 | fa163e8b-0e9d-6969-dfd3-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-18 18:45:11.162789 | fa163e8b-0e9d-6969-dfd3-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-18 18:45:11.163936 | fa163e8b-0e9d-6969-dfd3-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.019497 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-18 18:45:11.343687 | fa163e8b-0e9d-6969-dfd3-00000000003f | TASK | Server pre-network deployments 2026-03-18 18:45:11.370681 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-00000000003f') missing from stats 2026-03-18 18:45:11.391185 | fa163e8b-0e9d-6969-dfd3-000000000043 | TASK | Hiera config 2026-03-18 18:45:11.417230 | fa163e8b-0e9d-6969-dfd3-000000000043 | TIMING | Hiera config | standalone | 0:00:46.272798 | 0.03s 2026-03-18 18:45:11.457797 | fa163e8b-0e9d-6969-dfd3-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-18 18:45:11.689785 | fa163e8b-0e9d-6969-dfd3-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-18 18:45:11.691130 | fa163e8b-0e9d-6969-dfd3-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.546693 | 0.23s 2026-03-18 18:45:11.716218 | fa163e8b-0e9d-6969-dfd3-000000000722 | TASK | Write hiera config 2026-03-18 18:45:12.170187 | fa163e8b-0e9d-6969-dfd3-000000000722 | CHANGED | Write hiera config | standalone 2026-03-18 18:45:12.171546 | fa163e8b-0e9d-6969-dfd3-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.027110 | 0.45s 2026-03-18 18:45:12.220364 | fa163e8b-0e9d-6969-dfd3-000000000044 | TASK | Hiera symlink 2026-03-18 18:45:12.442420 | fa163e8b-0e9d-6969-dfd3-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-18 18:45:12.443663 | fa163e8b-0e9d-6969-dfd3-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.299229 | 0.22s 2026-03-18 18:45:12.467969 | fa163e8b-0e9d-6969-dfd3-000000000045 | TASK | Hieradata from vars 2026-03-18 18:45:12.495512 | fa163e8b-0e9d-6969-dfd3-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.351080 | 0.03s 2026-03-18 18:45:12.542633 | fa163e8b-0e9d-6969-dfd3-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-18 18:45:13.027499 | fa163e8b-0e9d-6969-dfd3-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-18 18:45:13.028861 | fa163e8b-0e9d-6969-dfd3-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.884426 | 0.49s 2026-03-18 18:45:13.054492 | fa163e8b-0e9d-6969-dfd3-00000000077d | TASK | Render hieradata from template 2026-03-18 18:45:13.513224 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-18 18:45:13.516538 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.372086 | 0.46s 2026-03-18 18:45:14.020028 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-18 18:45:14.021310 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.876873 | 0.97s 2026-03-18 18:45:14.631274 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-18 18:45:14.633668 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.489230 | 1.58s 2026-03-18 18:45:15.092364 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-18 18:45:15.094370 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.949937 | 2.04s 2026-03-18 18:45:15.613400 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-18 18:45:15.615545 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.471112 | 2.56s 2026-03-18 18:45:16.093840 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-18 18:45:16.095937 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.951504 | 3.04s 2026-03-18 18:45:16.590552 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-18 18:45:16.592018 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.447580 | 3.54s 2026-03-18 18:45:17.080434 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-18 18:45:17.081452 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.937019 | 4.03s 2026-03-18 18:45:17.524453 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-18 18:45:17.526421 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.381989 | 4.47s 2026-03-18 18:45:18.004091 | fa163e8b-0e9d-6969-dfd3-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-18 18:45:18.006405 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.861968 | 4.95s 2026-03-18 18:45:18.018897 | fa163e8b-0e9d-6969-dfd3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.874460 | 4.96s 2026-03-18 18:45:18.068961 | fa163e8b-0e9d-6969-dfd3-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-18 18:45:18.097414 | fa163e8b-0e9d-6969-dfd3-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.952972 | 0.03s 2026-03-18 18:45:18.169958 | fa163e8b-0e9d-6969-dfd3-000000000821 | TASK | Check for hieradata file 2026-03-18 18:45:18.398296 | fa163e8b-0e9d-6969-dfd3-000000000821 | OK | Check for hieradata file | standalone 2026-03-18 18:45:18.399565 | fa163e8b-0e9d-6969-dfd3-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.255130 | 0.23s 2026-03-18 18:45:18.424729 | fa163e8b-0e9d-6969-dfd3-000000000823 | TASK | Get existing data 2026-03-18 18:45:18.473874 | fa163e8b-0e9d-6969-dfd3-000000000823 | SKIPPED | Get existing data | standalone 2026-03-18 18:45:18.474972 | fa163e8b-0e9d-6969-dfd3-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.330537 | 0.05s 2026-03-18 18:45:18.499736 | fa163e8b-0e9d-6969-dfd3-000000000824 | TASK | Set data fact 2026-03-18 18:45:18.549631 | fa163e8b-0e9d-6969-dfd3-000000000824 | SKIPPED | Set data fact | standalone 2026-03-18 18:45:18.550645 | fa163e8b-0e9d-6969-dfd3-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.406211 | 0.05s 2026-03-18 18:45:18.574747 | fa163e8b-0e9d-6969-dfd3-000000000826 | TASK | Write ansible hieradata file 2026-03-18 18:45:19.095677 | fa163e8b-0e9d-6969-dfd3-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-18 18:45:19.096446 | fa163e8b-0e9d-6969-dfd3-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.952020 | 0.52s 2026-03-18 18:45:19.191934 | fa163e8b-0e9d-6969-dfd3-000000000047 | TIMING | include_tasks | standalone | 0:00:54.047488 | 0.05s PLAY [Server network deployments] ********************************************** 2026-03-18 18:45:19.353860 | fa163e8b-0e9d-6969-dfd3-00000000004b | TASK | Network Configuration 2026-03-18 18:45:19.379338 | fa163e8b-0e9d-6969-dfd3-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-00000000004b') missing from stats 2026-03-18 18:45:19.401962 | fa163e8b-0e9d-6969-dfd3-00000000004c | TASK | Check NetworkConfig script existence 2026-03-18 18:45:19.428306 | fa163e8b-0e9d-6969-dfd3-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-18 18:45:19.429182 | fa163e8b-0e9d-6969-dfd3-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.284731 | 0.03s 2026-03-18 18:45:19.449635 | fa163e8b-0e9d-6969-dfd3-000000000052 | TASK | Gather SELinux fact if needed 2026-03-18 18:45:19.496418 | fa163e8b-0e9d-6969-dfd3-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-18 18:45:19.497496 | fa163e8b-0e9d-6969-dfd3-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.353061 | 0.05s 2026-03-18 18:45:19.522962 | fa163e8b-0e9d-6969-dfd3-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-18 18:45:20.172185 | fa163e8b-0e9d-6969-dfd3-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-18 18:45:20.173442 | fa163e8b-0e9d-6969-dfd3-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.029007 | 0.65s 2026-03-18 18:45:20.199863 | fa163e8b-0e9d-6969-dfd3-000000000054 | TASK | Ensure requirements are satisfied 2026-03-18 18:45:20.228765 | fa163e8b-0e9d-6969-dfd3-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.084323 | 0.03s 2026-03-18 18:45:20.293133 | fa163e8b-0e9d-6969-dfd3-0000000008bf | TASK | Gather facts if they don't exist 2026-03-18 18:45:20.342408 | fa163e8b-0e9d-6969-dfd3-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-18 18:45:20.343510 | fa163e8b-0e9d-6969-dfd3-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.199074 | 0.05s 2026-03-18 18:45:20.368783 | fa163e8b-0e9d-6969-dfd3-0000000008c0 | TASK | Gather variables for each operating system 2026-03-18 18:45:20.483846 | fa163e8b-0e9d-6969-dfd3-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-18 18:45:20.490908 | fa163e8b-0e9d-6969-dfd3-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.346470 | 0.12s 2026-03-18 18:45:20.515916 | fa163e8b-0e9d-6969-dfd3-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-18 18:45:20.778534 | fa163e8b-0e9d-6969-dfd3-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-18 18:45:20.779852 | fa163e8b-0e9d-6969-dfd3-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.635418 | 0.26s 2026-03-18 18:45:20.809275 | fa163e8b-0e9d-6969-dfd3-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-18 18:45:20.842314 | fa163e8b-0e9d-6969-dfd3-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-18 18:45:20.843395 | fa163e8b-0e9d-6969-dfd3-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.698959 | 0.03s 2026-03-18 18:45:20.868608 | fa163e8b-0e9d-6969-dfd3-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-18 18:45:21.857512 | fa163e8b-0e9d-6969-dfd3-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-18 18:45:21.858873 | fa163e8b-0e9d-6969-dfd3-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.714438 | 0.99s 2026-03-18 18:45:21.909103 | fa163e8b-0e9d-6969-dfd3-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-18 18:45:22.162292 | fa163e8b-0e9d-6969-dfd3-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-18 18:45:22.163768 | fa163e8b-0e9d-6969-dfd3-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.019332 | 0.25s 2026-03-18 18:45:22.188583 | fa163e8b-0e9d-6969-dfd3-000000000057 | TASK | Reload NetworkManager 2026-03-18 18:45:22.614200 | fa163e8b-0e9d-6969-dfd3-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-18 18:45:22.616120 | fa163e8b-0e9d-6969-dfd3-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.471686 | 0.43s 2026-03-18 18:45:22.642144 | fa163e8b-0e9d-6969-dfd3-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-18 18:45:22.877061 | fa163e8b-0e9d-6969-dfd3-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-18 18:45:22.878500 | fa163e8b-0e9d-6969-dfd3-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.734064 | 0.24s 2026-03-18 18:45:22.903637 | fa163e8b-0e9d-6969-dfd3-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-18 18:45:23.104503 | fa163e8b-0e9d-6969-dfd3-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-18 18:45:23.105757 | fa163e8b-0e9d-6969-dfd3-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.961322 | 0.20s 2026-03-18 18:45:23.130642 | fa163e8b-0e9d-6969-dfd3-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-18 18:45:23.161118 | fa163e8b-0e9d-6969-dfd3-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-18 18:45:23.162403 | fa163e8b-0e9d-6969-dfd3-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.017966 | 0.03s 2026-03-18 18:45:23.187614 | fa163e8b-0e9d-6969-dfd3-00000000005c | TASK | Ensure we get cloud-init 2026-03-18 18:45:23.417873 | fa163e8b-0e9d-6969-dfd3-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-18 18:45:23.419236 | fa163e8b-0e9d-6969-dfd3-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.274801 | 0.23s 2026-03-18 18:45:23.444727 | fa163e8b-0e9d-6969-dfd3-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-18 18:45:23.709052 | fa163e8b-0e9d-6969-dfd3-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-18 18:45:23.710855 | fa163e8b-0e9d-6969-dfd3-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.566420 | 0.26s 2026-03-18 18:45:23.737559 | fa163e8b-0e9d-6969-dfd3-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-18 18:45:24.128649 | fa163e8b-0e9d-6969-dfd3-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-18 18:45:24.129467 | fa163e8b-0e9d-6969-dfd3-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.985041 | 0.39s 2026-03-18 18:45:24.146447 | fa163e8b-0e9d-6969-dfd3-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-18 18:45:24.193040 | fa163e8b-0e9d-6969-dfd3-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-18 18:45:24.194142 | fa163e8b-0e9d-6969-dfd3-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.049707 | 0.05s 2026-03-18 18:45:24.221287 | fa163e8b-0e9d-6969-dfd3-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-18 18:45:24.496044 | fa163e8b-0e9d-6969-dfd3-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-18 18:45:24.497461 | fa163e8b-0e9d-6969-dfd3-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.353023 | 0.27s 2026-03-18 18:45:24.524310 | fa163e8b-0e9d-6969-dfd3-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-18 18:45:24.594862 | fa163e8b-0e9d-6969-dfd3-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.450422 | 0.07s 2026-03-18 18:45:24.620374 | 8ada51bc-f125-4c86-aceb-85dda93ee4aa | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-18 18:45:24.652175 | fa163e8b-0e9d-6969-dfd3-000000000909 | TASK | Set nic_config_file fact 2026-03-18 18:45:24.727528 | fa163e8b-0e9d-6969-dfd3-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-18 18:45:24.728693 | fa163e8b-0e9d-6969-dfd3-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.584257 | 0.08s 2026-03-18 18:45:24.753814 | fa163e8b-0e9d-6969-dfd3-00000000090a | TASK | Render overidden network config 2026-03-18 18:45:24.834865 | fa163e8b-0e9d-6969-dfd3-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-18 18:45:24.836069 | fa163e8b-0e9d-6969-dfd3-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.691634 | 0.08s 2026-03-18 18:45:24.861286 | fa163e8b-0e9d-6969-dfd3-00000000090b | TASK | Render network_config 2026-03-18 18:45:24.924332 | fa163e8b-0e9d-6969-dfd3-00000000090b | SKIPPED | Render network_config | standalone 2026-03-18 18:45:24.925527 | fa163e8b-0e9d-6969-dfd3-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.781090 | 0.06s 2026-03-18 18:45:24.951901 | fa163e8b-0e9d-6969-dfd3-00000000090c | TASK | Render network_config from template 2026-03-18 18:45:25.481239 | fa163e8b-0e9d-6969-dfd3-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-18 18:45:25.482614 | fa163e8b-0e9d-6969-dfd3-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.338179 | 0.53s 2026-03-18 18:45:25.508203 | fa163e8b-0e9d-6969-dfd3-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=342304840801.46580 2026-03-18 18:45:29.562852 | fa163e8b-0e9d-6969-dfd3-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-18 18:45:29.565183 | fa163e8b-0e9d-6969-dfd3-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.420713 | 4.06s 2026-03-18 18:45:29.593674 | fa163e8b-0e9d-6969-dfd3-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-18 18:45:30.052729 | fa163e8b-0e9d-6969-dfd3-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-18 18:45:30.054119 | fa163e8b-0e9d-6969-dfd3-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.909684 | 0.46s 2026-03-18 18:45:30.079820 | fa163e8b-0e9d-6969-dfd3-000000000065 | TASK | Disable cloud-init network config 2026-03-18 18:45:30.596868 | fa163e8b-0e9d-6969-dfd3-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-18 18:45:30.598391 | fa163e8b-0e9d-6969-dfd3-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.453956 | 0.52s 2026-03-18 18:45:30.625845 | fa163e8b-0e9d-6969-dfd3-000000000066 | TASK | Ensure network service is enabled 2026-03-18 18:45:31.026095 | fa163e8b-0e9d-6969-dfd3-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-18 18:45:31.027881 | fa163e8b-0e9d-6969-dfd3-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.883445 | 0.40s PLAY [Server network validation] *********************************************** 2026-03-18 18:45:31.207110 | fa163e8b-0e9d-6969-dfd3-000000000096 | TASK | Basic Network Validation 2026-03-18 18:45:31.232969 | fa163e8b-0e9d-6969-dfd3-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.088532 | 0.03s 2026-03-18 18:45:31.275485 | fa163e8b-0e9d-6969-dfd3-000000000945 | TASK | Collect default network fact 2026-03-18 18:45:31.922072 | fa163e8b-0e9d-6969-dfd3-000000000945 | OK | Collect default network fact | standalone 2026-03-18 18:45:31.923348 | fa163e8b-0e9d-6969-dfd3-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.778912 | 0.65s 2026-03-18 18:45:31.948193 | fa163e8b-0e9d-6969-dfd3-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-18 18:45:31.977992 | fa163e8b-0e9d-6969-dfd3-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-18 18:45:31.979683 | fa163e8b-0e9d-6969-dfd3-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.835236 | 0.03s 2026-03-18 18:45:32.004659 | fa163e8b-0e9d-6969-dfd3-000000000947 | TASK | Check all networks Gateway availability 2026-03-18 18:45:32.031885 | fa163e8b-0e9d-6969-dfd3-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.887442 | 0.03s 2026-03-18 18:45:32.059465 | fa163e8b-0e9d-6969-dfd3-000000000949 | TASK | Check Controllers availability 2026-03-18 18:45:32.128028 | fa163e8b-0e9d-6969-dfd3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-18 18:45:32.134061 | fa163e8b-0e9d-6969-dfd3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-18 18:45:32.141483 | fa163e8b-0e9d-6969-dfd3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-18 18:45:32.148900 | fa163e8b-0e9d-6969-dfd3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-18 18:45:32.155651 | fa163e8b-0e9d-6969-dfd3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-18 18:45:32.160815 | fa163e8b-0e9d-6969-dfd3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-18 18:45:32.173001 | fa163e8b-0e9d-6969-dfd3-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.028557 | 0.11s 2026-03-18 18:45:32.197919 | fa163e8b-0e9d-6969-dfd3-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-18 18:45:32.217725 | fa163e8b-0e9d-6969-dfd3-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-18 18:45:32.218549 | fa163e8b-0e9d-6969-dfd3-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.074116 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2026-03-18 18:45:32.363616 | fa163e8b-0e9d-6969-dfd3-00000000009a | TASK | Server pre deployments 2026-03-18 18:45:32.393988 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-00000000009a') missing from stats 2026-03-18 18:45:32.414260 | fa163e8b-0e9d-6969-dfd3-00000000009e | TASK | Hiera config 2026-03-18 18:45:32.443910 | fa163e8b-0e9d-6969-dfd3-00000000009e | TIMING | Hiera config | standalone | 0:01:07.299479 | 0.03s 2026-03-18 18:45:32.482626 | fa163e8b-0e9d-6969-dfd3-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-18 18:45:32.706002 | fa163e8b-0e9d-6969-dfd3-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-18 18:45:32.707412 | fa163e8b-0e9d-6969-dfd3-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.562973 | 0.22s 2026-03-18 18:45:32.733633 | fa163e8b-0e9d-6969-dfd3-00000000099f | TASK | Write hiera config 2026-03-18 18:45:33.242880 | fa163e8b-0e9d-6969-dfd3-00000000099f | OK | Write hiera config | standalone 2026-03-18 18:45:33.244203 | fa163e8b-0e9d-6969-dfd3-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.099768 | 0.51s 2026-03-18 18:45:33.293044 | fa163e8b-0e9d-6969-dfd3-00000000009f | TASK | Hiera symlink 2026-03-18 18:45:33.521862 | fa163e8b-0e9d-6969-dfd3-00000000009f | OK | Hiera symlink | standalone 2026-03-18 18:45:33.523186 | fa163e8b-0e9d-6969-dfd3-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.378721 | 0.23s 2026-03-18 18:45:33.547990 | fa163e8b-0e9d-6969-dfd3-0000000000a0 | TASK | Hieradata from vars 2026-03-18 18:45:33.569876 | fa163e8b-0e9d-6969-dfd3-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.425437 | 0.02s 2026-03-18 18:45:33.649132 | fa163e8b-0e9d-6969-dfd3-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-18 18:45:34.175248 | fa163e8b-0e9d-6969-dfd3-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-18 18:45:34.176569 | fa163e8b-0e9d-6969-dfd3-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.032133 | 0.53s 2026-03-18 18:45:34.202577 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TASK | Render hieradata from template 2026-03-18 18:45:34.739780 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-18 18:45:34.741994 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.597545 | 0.54s 2026-03-18 18:45:35.287462 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-18 18:45:35.289037 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.144612 | 1.09s 2026-03-18 18:45:35.875678 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-18 18:45:35.877907 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.733468 | 1.67s 2026-03-18 18:45:36.340973 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-18 18:45:36.341800 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.197369 | 2.14s 2026-03-18 18:45:36.778782 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-18 18:45:36.780082 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.635644 | 2.58s 2026-03-18 18:45:37.155511 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-18 18:45:37.157365 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.012932 | 2.95s 2026-03-18 18:45:37.662203 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-18 18:45:37.664198 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.519764 | 3.46s 2026-03-18 18:45:38.101688 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-18 18:45:38.102647 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.958216 | 3.90s 2026-03-18 18:45:38.528379 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-18 18:45:38.529434 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.385003 | 4.33s 2026-03-18 18:45:39.007092 | fa163e8b-0e9d-6969-dfd3-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-18 18:45:39.007759 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.863335 | 4.80s 2026-03-18 18:45:39.014438 | fa163e8b-0e9d-6969-dfd3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.870007 | 4.81s 2026-03-18 18:45:39.060610 | fa163e8b-0e9d-6969-dfd3-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-18 18:45:39.088834 | fa163e8b-0e9d-6969-dfd3-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.944393 | 0.03s 2026-03-18 18:45:39.155667 | fa163e8b-0e9d-6969-dfd3-000000000a9e | TASK | Check for hieradata file 2026-03-18 18:45:39.386485 | fa163e8b-0e9d-6969-dfd3-000000000a9e | OK | Check for hieradata file | standalone 2026-03-18 18:45:39.387767 | fa163e8b-0e9d-6969-dfd3-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.243331 | 0.23s 2026-03-18 18:45:39.405767 | fa163e8b-0e9d-6969-dfd3-000000000aa0 | TASK | Get existing data 2026-03-18 18:45:39.452048 | fa163e8b-0e9d-6969-dfd3-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-18 18:45:39.453431 | fa163e8b-0e9d-6969-dfd3-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.308995 | 0.05s 2026-03-18 18:45:39.483766 | fa163e8b-0e9d-6969-dfd3-000000000aa1 | TASK | Set data fact 2026-03-18 18:45:39.537907 | fa163e8b-0e9d-6969-dfd3-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-18 18:45:39.539590 | fa163e8b-0e9d-6969-dfd3-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.395146 | 0.05s 2026-03-18 18:45:39.565548 | fa163e8b-0e9d-6969-dfd3-000000000aa3 | TASK | Write ansible hieradata file 2026-03-18 18:45:40.024883 | fa163e8b-0e9d-6969-dfd3-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-18 18:45:40.026259 | fa163e8b-0e9d-6969-dfd3-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.881823 | 0.46s 2026-03-18 18:45:40.104546 | fa163e8b-0e9d-6969-dfd3-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.960100 | 0.03s PLAY [Host prep steps] ********************************************************* 2026-03-18 18:45:40.256308 | fa163e8b-0e9d-6969-dfd3-0000000000a6 | TASK | Host prep steps 2026-03-18 18:45:40.282229 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000a6') missing from stats 2026-03-18 18:45:40.366849 | fa163e8b-0e9d-6969-dfd3-0000000000a7 | TASK | Deploy Artifacts 2026-03-18 18:45:40.488398 | fa163e8b-0e9d-6969-dfd3-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-18 18:45:40.489271 | fa163e8b-0e9d-6969-dfd3-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.344837 | 0.12s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 18:45:40.542316 | fa163e8b-0e9d-6969-dfd3-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.397875 | 0.03s 2026-03-18 18:45:40.716475 | 7224f5e9-fa07-4120-9a29-a4af5f8662d0 | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/host_prep_tasks.yaml | standalone 2026-03-18 18:45:40.770456 | fa163e8b-0e9d-6969-dfd3-000000000b1e | TASK | Run firewall role 2026-03-18 18:45:40.795407 | fa163e8b-0e9d-6969-dfd3-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.650977 | 0.02s 2026-03-18 18:45:40.847476 | fa163e8b-0e9d-6969-dfd3-000000000c1d | TASK | Gather variables for each operating system 2026-03-18 18:45:40.965091 | fa163e8b-0e9d-6969-dfd3-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-18 18:45:40.965989 | fa163e8b-0e9d-6969-dfd3-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.821560 | 0.12s 2026-03-18 18:45:40.977760 | fa163e8b-0e9d-6969-dfd3-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.833330 | 0.13s 2026-03-18 18:45:41.004104 | fa163e8b-0e9d-6969-dfd3-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-18 18:45:44.100038 | fa163e8b-0e9d-6969-dfd3-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-18 18:45:44.101444 | fa163e8b-0e9d-6969-dfd3-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.957010 | 3.10s 2026-03-18 18:45:44.127341 | fa163e8b-0e9d-6969-dfd3-000000000c22 | TASK | Create empty var for masquerade rules 2026-03-18 18:45:44.156238 | fa163e8b-0e9d-6969-dfd3-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-03-18 18:45:44.157724 | fa163e8b-0e9d-6969-dfd3-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:19.013289 | 0.03s 2026-03-18 18:45:44.182801 | fa163e8b-0e9d-6969-dfd3-000000000c23 | TASK | Enable masquerade 2026-03-18 18:45:44.226346 | fa163e8b-0e9d-6969-dfd3-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-03-18 18:45:44.227575 | fa163e8b-0e9d-6969-dfd3-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:19.083140 | 0.04s 2026-03-18 18:45:44.252712 | fa163e8b-0e9d-6969-dfd3-000000000c24 | TASK | Set the default frontend firewall rules 2026-03-18 18:45:44.280856 | fa163e8b-0e9d-6969-dfd3-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-03-18 18:45:44.282050 | fa163e8b-0e9d-6969-dfd3-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.137617 | 0.03s 2026-03-18 18:45:44.306974 | fa163e8b-0e9d-6969-dfd3-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-18 18:45:44.356828 | fa163e8b-0e9d-6969-dfd3-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-18 18:45:44.358328 | fa163e8b-0e9d-6969-dfd3-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.213893 | 0.05s 2026-03-18 18:45:44.383650 | fa163e8b-0e9d-6969-dfd3-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-03-18 18:45:44.435718 | fa163e8b-0e9d-6969-dfd3-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-03-18 18:45:44.437536 | fa163e8b-0e9d-6969-dfd3-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.293103 | 0.05s 2026-03-18 18:45:44.462857 | fa163e8b-0e9d-6969-dfd3-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-03-18 18:45:44.493104 | fa163e8b-0e9d-6969-dfd3-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-18 18:45:44.494312 | fa163e8b-0e9d-6969-dfd3-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.349878 | 0.03s 2026-03-18 18:45:44.518875 | fa163e8b-0e9d-6969-dfd3-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-03-18 18:45:44.549343 | fa163e8b-0e9d-6969-dfd3-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-18 18:45:44.550465 | fa163e8b-0e9d-6969-dfd3-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.406031 | 0.03s 2026-03-18 18:45:44.574901 | fa163e8b-0e9d-6969-dfd3-000000000c2d | TASK | Enable LOG rules 2026-03-18 18:45:44.603249 | fa163e8b-0e9d-6969-dfd3-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-03-18 18:45:44.604410 | fa163e8b-0e9d-6969-dfd3-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.459975 | 0.03s 2026-03-18 18:45:44.629746 | fa163e8b-0e9d-6969-dfd3-000000000c2e | TASK | Set rule fact 2026-03-18 18:45:44.725250 | fa163e8b-0e9d-6969-dfd3-000000000c2e | OK | Set rule fact | standalone 2026-03-18 18:45:44.728421 | fa163e8b-0e9d-6969-dfd3-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.583987 | 0.10s 2026-03-18 18:45:44.757521 | fa163e8b-0e9d-6969-dfd3-000000000c2f | TASK | Manage rules via nftables 2026-03-18 18:45:44.786090 | fa163e8b-0e9d-6969-dfd3-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:19.641647 | 0.03s 2026-03-18 18:45:44.870923 | fa163e8b-0e9d-6969-dfd3-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.726479 | 0.03s 2026-03-18 18:45:44.885960 | 5f00a0e1-0141-4812-9a7c-b170bc8583fc | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-18 18:45:44.912056 | fa163e8b-0e9d-6969-dfd3-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-03-18 18:45:45.305510 | fa163e8b-0e9d-6969-dfd3-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-18 18:45:45.308387 | fa163e8b-0e9d-6969-dfd3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.163943 | 0.39s 2026-03-18 18:45:45.588527 | fa163e8b-0e9d-6969-dfd3-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-18 18:45:45.590029 | fa163e8b-0e9d-6969-dfd3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.445597 | 0.68s 2026-03-18 18:45:45.599814 | fa163e8b-0e9d-6969-dfd3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.455372 | 0.69s 2026-03-18 18:45:45.628687 | fa163e8b-0e9d-6969-dfd3-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-03-18 18:45:46.322938 | fa163e8b-0e9d-6969-dfd3-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-18 18:45:46.324747 | fa163e8b-0e9d-6969-dfd3-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:21.180311 | 0.69s 2026-03-18 18:45:46.351388 | fa163e8b-0e9d-6969-dfd3-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-03-18 18:45:46.391810 | fa163e8b-0e9d-6969-dfd3-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-18 18:45:46.392886 | fa163e8b-0e9d-6969-dfd3-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.248452 | 0.04s 2026-03-18 18:45:46.446213 | fa163e8b-0e9d-6969-dfd3-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.301771 | 0.03s 2026-03-18 18:45:46.485204 | 6c8498cd-f7ca-4036-96eb-5a4cbb2fd3f6 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-18 18:45:46.520463 | fa163e8b-0e9d-6969-dfd3-000000000d23 | TASK | Push empty ruleset 2026-03-18 18:45:46.942920 | fa163e8b-0e9d-6969-dfd3-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-03-18 18:45:46.944218 | fa163e8b-0e9d-6969-dfd3-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.799781 | 0.42s 2026-03-18 18:45:46.969633 | fa163e8b-0e9d-6969-dfd3-000000000d24 | TASK | Load empty ruleset 2026-03-18 18:45:47.201756 | fa163e8b-0e9d-6969-dfd3-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-03-18 18:45:47.202938 | fa163e8b-0e9d-6969-dfd3-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:22.058505 | 0.23s 2026-03-18 18:45:47.228022 | fa163e8b-0e9d-6969-dfd3-000000000d26 | TASK | Use default rules 2026-03-18 18:45:47.315356 | fa163e8b-0e9d-6969-dfd3-000000000d26 | OK | Use default rules | standalone 2026-03-18 18:45:47.318475 | fa163e8b-0e9d-6969-dfd3-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.174040 | 0.09s 2026-03-18 18:45:47.347236 | fa163e8b-0e9d-6969-dfd3-000000000d27 | TASK | Enable LOG rules 2026-03-18 18:45:47.431859 | fa163e8b-0e9d-6969-dfd3-000000000d27 | OK | Enable LOG rules | standalone 2026-03-18 18:45:47.434927 | fa163e8b-0e9d-6969-dfd3-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.290493 | 0.09s 2026-03-18 18:45:47.464277 | fa163e8b-0e9d-6969-dfd3-000000000d29 | TASK | Get current nftables content 2026-03-18 18:45:47.697955 | fa163e8b-0e9d-6969-dfd3-000000000d29 | CHANGED | Get current nftables content | standalone 2026-03-18 18:45:47.699249 | fa163e8b-0e9d-6969-dfd3-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.554815 | 0.23s 2026-03-18 18:45:47.724714 | fa163e8b-0e9d-6969-dfd3-000000000d2b | TASK | Generate chain jumps 2026-03-18 18:45:48.254620 | fa163e8b-0e9d-6969-dfd3-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-03-18 18:45:48.255943 | fa163e8b-0e9d-6969-dfd3-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.111507 | 0.53s 2026-03-18 18:45:48.282097 | fa163e8b-0e9d-6969-dfd3-000000000d2c | TASK | Generate chain jumps 2026-03-18 18:45:48.910922 | fa163e8b-0e9d-6969-dfd3-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-03-18 18:45:48.912322 | fa163e8b-0e9d-6969-dfd3-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.767886 | 0.63s 2026-03-18 18:45:48.937884 | fa163e8b-0e9d-6969-dfd3-000000000d2d | TASK | Generate nft flushes 2026-03-18 18:45:49.411833 | fa163e8b-0e9d-6969-dfd3-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-03-18 18:45:49.413227 | fa163e8b-0e9d-6969-dfd3-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:24.268791 | 0.47s 2026-03-18 18:45:49.438818 | fa163e8b-0e9d-6969-dfd3-000000000d2e | TASK | Generate nft tripleo chains 2026-03-18 18:45:49.940471 | fa163e8b-0e9d-6969-dfd3-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-03-18 18:45:49.941935 | fa163e8b-0e9d-6969-dfd3-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.797499 | 0.50s 2026-03-18 18:45:49.969248 | fa163e8b-0e9d-6969-dfd3-000000000d2f | TASK | Generate nft ruleset in static file 2026-03-18 18:45:51.697484 | fa163e8b-0e9d-6969-dfd3-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-03-18 18:45:51.698819 | fa163e8b-0e9d-6969-dfd3-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:26.554385 | 1.73s 2026-03-18 18:45:51.724705 | fa163e8b-0e9d-6969-dfd3-000000000d31 | TASK | Validate all of the generated content before loading 2026-03-18 18:45:52.250426 | fa163e8b-0e9d-6969-dfd3-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-18 18:45:52.251827 | fa163e8b-0e9d-6969-dfd3-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:27.107392 | 0.53s 2026-03-18 18:45:52.278235 | fa163e8b-0e9d-6969-dfd3-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-03-18 18:45:52.548477 | fa163e8b-0e9d-6969-dfd3-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-18 18:45:52.549918 | fa163e8b-0e9d-6969-dfd3-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:27.405483 | 0.27s 2026-03-18 18:45:52.604142 | fa163e8b-0e9d-6969-dfd3-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.459705 | 0.03s 2026-03-18 18:45:52.622659 | a1950e77-3618-4270-831b-49b41783cac4 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-18 18:45:52.676168 | fa163e8b-0e9d-6969-dfd3-000000000d9a | TASK | Inject our custom chains in nftables 2026-03-18 18:45:52.911579 | fa163e8b-0e9d-6969-dfd3-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-03-18 18:45:52.913432 | fa163e8b-0e9d-6969-dfd3-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.768987 | 0.24s 2026-03-18 18:45:52.949057 | fa163e8b-0e9d-6969-dfd3-000000000d9b | TASK | Reload custom nftables ruleset files 2026-03-18 18:45:53.208752 | fa163e8b-0e9d-6969-dfd3-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-18 18:45:53.210027 | fa163e8b-0e9d-6969-dfd3-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:28.065593 | 0.26s 2026-03-18 18:45:53.281474 | fa163e8b-0e9d-6969-dfd3-000000000b1f | TASK | create persistent logs directory 2026-03-18 18:45:53.559724 | fa163e8b-0e9d-6969-dfd3-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-18 18:45:53.562094 | fa163e8b-0e9d-6969-dfd3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.417653 | 0.28s 2026-03-18 18:45:53.779756 | fa163e8b-0e9d-6969-dfd3-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-18 18:45:53.780840 | fa163e8b-0e9d-6969-dfd3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.636407 | 0.50s 2026-03-18 18:45:53.787696 | fa163e8b-0e9d-6969-dfd3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.643254 | 0.50s 2026-03-18 18:45:53.813323 | fa163e8b-0e9d-6969-dfd3-000000000b20 | TASK | create persistent directories 2026-03-18 18:45:54.050830 | fa163e8b-0e9d-6969-dfd3-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-18 18:45:54.052281 | fa163e8b-0e9d-6969-dfd3-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.907843 | 0.24s 2026-03-18 18:45:54.058354 | fa163e8b-0e9d-6969-dfd3-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.913909 | 0.24s 2026-03-18 18:45:54.083817 | fa163e8b-0e9d-6969-dfd3-000000000b21 | TASK | create persistent directories 2026-03-18 18:45:54.343427 | fa163e8b-0e9d-6969-dfd3-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-18 18:45:54.345046 | fa163e8b-0e9d-6969-dfd3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.200603 | 0.26s 2026-03-18 18:45:54.563596 | fa163e8b-0e9d-6969-dfd3-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-18 18:45:54.564756 | fa163e8b-0e9d-6969-dfd3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.420323 | 0.48s 2026-03-18 18:45:54.571303 | fa163e8b-0e9d-6969-dfd3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.426864 | 0.49s 2026-03-18 18:45:54.597074 | fa163e8b-0e9d-6969-dfd3-000000000b22 | TASK | create persistent directories 2026-03-18 18:45:54.837759 | fa163e8b-0e9d-6969-dfd3-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-18 18:45:54.839829 | fa163e8b-0e9d-6969-dfd3-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.695392 | 0.24s 2026-03-18 18:45:54.850030 | fa163e8b-0e9d-6969-dfd3-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.705589 | 0.25s 2026-03-18 18:45:54.876117 | fa163e8b-0e9d-6969-dfd3-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-18 18:45:55.943249 | fa163e8b-0e9d-6969-dfd3-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-18 18:45:55.944986 | fa163e8b-0e9d-6969-dfd3-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.800551 | 1.07s 2026-03-18 18:45:55.970045 | fa163e8b-0e9d-6969-dfd3-000000000b24 | TASK | create persistent directories 2026-03-18 18:45:56.214371 | fa163e8b-0e9d-6969-dfd3-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-18 18:45:56.215915 | fa163e8b-0e9d-6969-dfd3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.071474 | 0.24s 2026-03-18 18:45:56.389402 | fa163e8b-0e9d-6969-dfd3-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-18 18:45:56.391022 | fa163e8b-0e9d-6969-dfd3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.246589 | 0.42s 2026-03-18 18:45:56.401633 | fa163e8b-0e9d-6969-dfd3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.257202 | 0.43s 2026-03-18 18:45:56.427494 | fa163e8b-0e9d-6969-dfd3-000000000b25 | TASK | create fcontext entry for cinder data 2026-03-18 18:45:57.711774 | fa163e8b-0e9d-6969-dfd3-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-18 18:45:57.713646 | fa163e8b-0e9d-6969-dfd3-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.569202 | 1.28s 2026-03-18 18:45:57.738787 | fa163e8b-0e9d-6969-dfd3-000000000b26 | TASK | create persistent directories 2026-03-18 18:45:58.040953 | fa163e8b-0e9d-6969-dfd3-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-18 18:45:58.042328 | fa163e8b-0e9d-6969-dfd3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.897891 | 0.30s 2026-03-18 18:45:58.252713 | fa163e8b-0e9d-6969-dfd3-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-18 18:45:58.253853 | fa163e8b-0e9d-6969-dfd3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:33.109420 | 0.51s 2026-03-18 18:45:58.261060 | fa163e8b-0e9d-6969-dfd3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:33.116617 | 0.52s 2026-03-18 18:45:58.286785 | fa163e8b-0e9d-6969-dfd3-000000000b27 | TASK | ensure ceph configurations exist 2026-03-18 18:45:58.509426 | fa163e8b-0e9d-6969-dfd3-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-03-18 18:45:58.510752 | fa163e8b-0e9d-6969-dfd3-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.366318 | 0.22s 2026-03-18 18:45:58.535296 | fa163e8b-0e9d-6969-dfd3-000000000b28 | TASK | create persistent directories 2026-03-18 18:45:58.784778 | fa163e8b-0e9d-6969-dfd3-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-18 18:45:58.786200 | fa163e8b-0e9d-6969-dfd3-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.641764 | 0.25s 2026-03-18 18:45:58.792361 | fa163e8b-0e9d-6969-dfd3-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.647924 | 0.26s 2026-03-18 18:45:58.817226 | fa163e8b-0e9d-6969-dfd3-000000000b2a | TASK | Create cinder image conversion directory 2026-03-18 18:45:58.844439 | fa163e8b-0e9d-6969-dfd3-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-03-18 18:45:58.845528 | fa163e8b-0e9d-6969-dfd3-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:33.701095 | 0.03s 2026-03-18 18:45:58.869695 | fa163e8b-0e9d-6969-dfd3-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-03-18 18:45:58.899544 | fa163e8b-0e9d-6969-dfd3-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-18 18:45:58.900655 | fa163e8b-0e9d-6969-dfd3-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.756215 | 0.03s 2026-03-18 18:45:58.925759 | fa163e8b-0e9d-6969-dfd3-000000000b2d | TASK | cinder_configure_lvm fact 2026-03-18 18:45:58.958346 | fa163e8b-0e9d-6969-dfd3-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-03-18 18:45:58.959527 | fa163e8b-0e9d-6969-dfd3-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.815093 | 0.03s 2026-03-18 18:45:58.983625 | fa163e8b-0e9d-6969-dfd3-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-03-18 18:46:02.067057 | fa163e8b-0e9d-6969-dfd3-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-03-18 18:46:02.068460 | fa163e8b-0e9d-6969-dfd3-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.924025 | 3.08s 2026-03-18 18:46:02.092848 | fa163e8b-0e9d-6969-dfd3-000000000b30 | TASK | cinder create LVM volume group dd 2026-03-18 18:46:02.322590 | fa163e8b-0e9d-6969-dfd3-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-03-18 18:46:02.323949 | fa163e8b-0e9d-6969-dfd3-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:37.179514 | 0.23s 2026-03-18 18:46:02.348562 | fa163e8b-0e9d-6969-dfd3-000000000b31 | TASK | Get or create LVM loopback device 2026-03-18 18:46:02.611056 | fa163e8b-0e9d-6969-dfd3-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-03-18 18:46:02.612526 | fa163e8b-0e9d-6969-dfd3-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:37.468092 | 0.26s 2026-03-18 18:46:02.640372 | fa163e8b-0e9d-6969-dfd3-000000000b32 | TASK | Create LVM volume group 2026-03-18 18:46:03.203659 | fa163e8b-0e9d-6969-dfd3-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-03-18 18:46:03.205011 | fa163e8b-0e9d-6969-dfd3-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:38.060576 | 0.56s 2026-03-18 18:46:03.229143 | fa163e8b-0e9d-6969-dfd3-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-03-18 18:46:03.672750 | fa163e8b-0e9d-6969-dfd3-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-03-18 18:46:03.674072 | fa163e8b-0e9d-6969-dfd3-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:38.529638 | 0.44s 2026-03-18 18:46:03.700108 | fa163e8b-0e9d-6969-dfd3-000000000b34 | TASK | cinder enable the LVM losetup service 2026-03-18 18:46:04.929913 | fa163e8b-0e9d-6969-dfd3-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-03-18 18:46:04.931935 | fa163e8b-0e9d-6969-dfd3-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:39.787500 | 1.23s 2026-03-18 18:46:04.958384 | fa163e8b-0e9d-6969-dfd3-000000000b36 | TASK | allow logrotate to read inside containers 2026-03-18 18:46:05.910927 | fa163e8b-0e9d-6969-dfd3-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-18 18:46:05.912459 | fa163e8b-0e9d-6969-dfd3-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:40.768025 | 0.95s 2026-03-18 18:46:05.936898 | fa163e8b-0e9d-6969-dfd3-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-03-18 18:46:08.154790 | fa163e8b-0e9d-6969-dfd3-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-18 18:46:08.156670 | fa163e8b-0e9d-6969-dfd3-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:43.012234 | 2.22s 2026-03-18 18:46:08.213459 | fa163e8b-0e9d-6969-dfd3-000000000b39 | OK | set_fact | standalone 2026-03-18 18:46:08.214916 | fa163e8b-0e9d-6969-dfd3-000000000b39 | TIMING | set_fact | standalone | 0:01:43.070482 | 0.03s 2026-03-18 18:46:08.270148 | fa163e8b-0e9d-6969-dfd3-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:43.125705 | 0.03s 2026-03-18 18:46:08.329549 | fa163e8b-0e9d-6969-dfd3-000000000ee1 | TASK | ensure apache is installed 2026-03-18 18:46:15.998269 | fa163e8b-0e9d-6969-dfd3-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-03-18 18:46:16.000080 | fa163e8b-0e9d-6969-dfd3-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:50.855637 | 7.67s 2026-03-18 18:46:16.026408 | fa163e8b-0e9d-6969-dfd3-000000000ee2 | TASK | create image data directory 2026-03-18 18:46:16.276887 | fa163e8b-0e9d-6969-dfd3-000000000ee2 | CHANGED | create image data directory | standalone 2026-03-18 18:46:16.278410 | fa163e8b-0e9d-6969-dfd3-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.133976 | 0.25s 2026-03-18 18:46:16.303947 | fa163e8b-0e9d-6969-dfd3-000000000ee3 | TASK | create /v2/ response file 2026-03-18 18:46:16.791745 | fa163e8b-0e9d-6969-dfd3-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-03-18 18:46:16.793201 | fa163e8b-0e9d-6969-dfd3-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:51.648766 | 0.49s 2026-03-18 18:46:16.818506 | fa163e8b-0e9d-6969-dfd3-000000000ee4 | TASK | Add listen line 2026-03-18 18:46:17.187308 | fa163e8b-0e9d-6969-dfd3-000000000ee4 | CHANGED | Add listen line | standalone 2026-03-18 18:46:17.188839 | fa163e8b-0e9d-6969-dfd3-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:52.044404 | 0.37s 2026-03-18 18:46:17.215098 | fa163e8b-0e9d-6969-dfd3-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-18 18:46:17.715252 | fa163e8b-0e9d-6969-dfd3-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-18 18:46:17.716669 | fa163e8b-0e9d-6969-dfd3-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:52.572235 | 0.50s 2026-03-18 18:46:17.742140 | fa163e8b-0e9d-6969-dfd3-000000000ee6 | TASK | Image-Serve | restart httpd 2026-03-18 18:46:18.685073 | fa163e8b-0e9d-6969-dfd3-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-03-18 18:46:18.686877 | fa163e8b-0e9d-6969-dfd3-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:53.542441 | 0.94s 2026-03-18 18:46:18.736782 | fa163e8b-0e9d-6969-dfd3-000000000b3c | TASK | create persistent logs directory 2026-03-18 18:46:18.940457 | fa163e8b-0e9d-6969-dfd3-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-18 18:46:18.941995 | fa163e8b-0e9d-6969-dfd3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.797550 | 0.20s 2026-03-18 18:46:19.139503 | fa163e8b-0e9d-6969-dfd3-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-18 18:46:19.140552 | fa163e8b-0e9d-6969-dfd3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.996120 | 0.40s 2026-03-18 18:46:19.150799 | fa163e8b-0e9d-6969-dfd3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.006361 | 0.41s 2026-03-18 18:46:19.176229 | fa163e8b-0e9d-6969-dfd3-000000000b3d | TASK | Mount NFS on host 2026-03-18 18:46:19.223734 | fa163e8b-0e9d-6969-dfd3-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-03-18 18:46:19.225227 | fa163e8b-0e9d-6969-dfd3-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:54.080788 | 0.05s 2026-03-18 18:46:19.251395 | fa163e8b-0e9d-6969-dfd3-000000000b3e | TASK | Mount Node Staging Location 2026-03-18 18:46:19.281349 | fa163e8b-0e9d-6969-dfd3-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-03-18 18:46:19.282371 | fa163e8b-0e9d-6969-dfd3-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:54.137936 | 0.03s 2026-03-18 18:46:19.306442 | fa163e8b-0e9d-6969-dfd3-000000000b3f | TASK | ensure /var/lib/glance exists 2026-03-18 18:46:19.536614 | fa163e8b-0e9d-6969-dfd3-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-18 18:46:19.538001 | fa163e8b-0e9d-6969-dfd3-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:54.393566 | 0.23s 2026-03-18 18:46:19.563739 | fa163e8b-0e9d-6969-dfd3-000000000b40 | TASK | create logs directory 2026-03-18 18:46:19.828001 | fa163e8b-0e9d-6969-dfd3-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-18 18:46:19.830004 | fa163e8b-0e9d-6969-dfd3-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.685563 | 0.26s 2026-03-18 18:46:20.048894 | fa163e8b-0e9d-6969-dfd3-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-18 18:46:20.051288 | fa163e8b-0e9d-6969-dfd3-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.906854 | 0.49s 2026-03-18 18:46:20.061328 | fa163e8b-0e9d-6969-dfd3-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.916889 | 0.50s 2026-03-18 18:46:20.086689 | fa163e8b-0e9d-6969-dfd3-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-03-18 18:46:20.115001 | fa163e8b-0e9d-6969-dfd3-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-18 18:46:20.116066 | fa163e8b-0e9d-6969-dfd3-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:54.971626 | 0.03s 2026-03-18 18:46:20.140225 | fa163e8b-0e9d-6969-dfd3-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-03-18 18:46:20.373472 | fa163e8b-0e9d-6969-dfd3-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-18 18:46:20.374799 | fa163e8b-0e9d-6969-dfd3-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.230365 | 0.23s 2026-03-18 18:46:20.399441 | fa163e8b-0e9d-6969-dfd3-000000000b43 | TASK | create persistent directories 2026-03-18 18:46:20.629616 | fa163e8b-0e9d-6969-dfd3-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-18 18:46:20.631601 | fa163e8b-0e9d-6969-dfd3-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.487164 | 0.23s 2026-03-18 18:46:20.641844 | fa163e8b-0e9d-6969-dfd3-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.497409 | 0.24s 2026-03-18 18:46:20.666846 | fa163e8b-0e9d-6969-dfd3-000000000b44 | TASK | create persistent data directory 2026-03-18 18:46:20.877199 | fa163e8b-0e9d-6969-dfd3-000000000b44 | OK | create persistent data directory | standalone 2026-03-18 18:46:20.878519 | fa163e8b-0e9d-6969-dfd3-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:55.734084 | 0.21s 2026-03-18 18:46:20.903205 | fa163e8b-0e9d-6969-dfd3-000000000b45 | TASK | create persistent directories 2026-03-18 18:46:21.159903 | fa163e8b-0e9d-6969-dfd3-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-18 18:46:21.160863 | fa163e8b-0e9d-6969-dfd3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.016433 | 0.26s 2026-03-18 18:46:21.390381 | fa163e8b-0e9d-6969-dfd3-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-18 18:46:21.392086 | fa163e8b-0e9d-6969-dfd3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.247654 | 0.49s 2026-03-18 18:46:21.402993 | fa163e8b-0e9d-6969-dfd3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.258554 | 0.50s 2026-03-18 18:46:21.428050 | fa163e8b-0e9d-6969-dfd3-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-03-18 18:46:28.421761 | fa163e8b-0e9d-6969-dfd3-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-18 18:46:28.423033 | fa163e8b-0e9d-6969-dfd3-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.278597 | 6.99s 2026-03-18 18:46:28.448505 | fa163e8b-0e9d-6969-dfd3-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-18 18:46:28.520979 | fa163e8b-0e9d-6969-dfd3-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.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.26", " Config retrieval: 0.78", " Last run: 1773859588", " Total: 0.26", "Version:", " Config: 1773859587", " 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-18 18:46:28.522488 | fa163e8b-0e9d-6969-dfd3-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:03.378052 | 0.07s 2026-03-18 18:46:28.549102 | fa163e8b-0e9d-6969-dfd3-000000000b48 | TASK | create persistent directories 2026-03-18 18:46:28.763772 | fa163e8b-0e9d-6969-dfd3-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-18 18:46:28.766350 | fa163e8b-0e9d-6969-dfd3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.621908 | 0.22s 2026-03-18 18:46:28.974690 | fa163e8b-0e9d-6969-dfd3-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-18 18:46:28.975720 | fa163e8b-0e9d-6969-dfd3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.831289 | 0.43s 2026-03-18 18:46:28.988210 | fa163e8b-0e9d-6969-dfd3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.843769 | 0.44s 2026-03-18 18:46:29.014964 | fa163e8b-0e9d-6969-dfd3-000000000b49 | TASK | create persistent directories 2026-03-18 18:46:29.261117 | fa163e8b-0e9d-6969-dfd3-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-18 18:46:29.262763 | fa163e8b-0e9d-6969-dfd3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.118321 | 0.25s 2026-03-18 18:46:29.421205 | fa163e8b-0e9d-6969-dfd3-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-18 18:46:29.422713 | fa163e8b-0e9d-6969-dfd3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.278281 | 0.41s 2026-03-18 18:46:29.432951 | fa163e8b-0e9d-6969-dfd3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.288518 | 0.42s 2026-03-18 18:46:29.453077 | fa163e8b-0e9d-6969-dfd3-000000000b4a | TASK | create persistent directories 2026-03-18 18:46:29.690377 | fa163e8b-0e9d-6969-dfd3-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-18 18:46:29.691820 | fa163e8b-0e9d-6969-dfd3-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.547385 | 0.24s 2026-03-18 18:46:29.703938 | fa163e8b-0e9d-6969-dfd3-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.559500 | 0.25s 2026-03-18 18:46:29.728700 | fa163e8b-0e9d-6969-dfd3-000000000b4b | TASK | create persistent directories 2026-03-18 18:46:29.991919 | fa163e8b-0e9d-6969-dfd3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-18 18:46:29.994444 | fa163e8b-0e9d-6969-dfd3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.849993 | 0.26s 2026-03-18 18:46:30.204894 | fa163e8b-0e9d-6969-dfd3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-18 18:46:30.206569 | fa163e8b-0e9d-6969-dfd3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.062138 | 0.48s 2026-03-18 18:46:30.429632 | fa163e8b-0e9d-6969-dfd3-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-18 18:46:30.431471 | fa163e8b-0e9d-6969-dfd3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.287039 | 0.70s 2026-03-18 18:46:30.622336 | fa163e8b-0e9d-6969-dfd3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-18 18:46:30.623848 | fa163e8b-0e9d-6969-dfd3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.479417 | 0.89s 2026-03-18 18:46:30.635027 | fa163e8b-0e9d-6969-dfd3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.490596 | 0.91s 2026-03-18 18:46:30.660738 | fa163e8b-0e9d-6969-dfd3-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-03-18 18:46:31.073035 | fa163e8b-0e9d-6969-dfd3-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-18 18:46:31.074458 | fa163e8b-0e9d-6969-dfd3-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:05.930022 | 0.41s 2026-03-18 18:46:31.100516 | fa163e8b-0e9d-6969-dfd3-000000000b4d | TASK | create fcontext entry for iscsi 2026-03-18 18:46:32.293485 | fa163e8b-0e9d-6969-dfd3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:46:32.295097 | fa163e8b-0e9d-6969-dfd3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.150658 | 1.19s 2026-03-18 18:46:33.583081 | fa163e8b-0e9d-6969-dfd3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-18 18:46:33.584303 | fa163e8b-0e9d-6969-dfd3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.439869 | 2.48s 2026-03-18 18:46:34.831462 | fa163e8b-0e9d-6969-dfd3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:46:34.832550 | fa163e8b-0e9d-6969-dfd3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.688123 | 3.73s 2026-03-18 18:46:34.838386 | fa163e8b-0e9d-6969-dfd3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.693952 | 3.74s 2026-03-18 18:46:34.865279 | fa163e8b-0e9d-6969-dfd3-000000000b4e | TASK | create persistent directories 2026-03-18 18:46:35.112091 | fa163e8b-0e9d-6969-dfd3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:46:35.115006 | fa163e8b-0e9d-6969-dfd3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:09.970561 | 0.25s 2026-03-18 18:46:35.317703 | fa163e8b-0e9d-6969-dfd3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-18 18:46:35.319643 | fa163e8b-0e9d-6969-dfd3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.175212 | 0.45s 2026-03-18 18:46:35.523783 | fa163e8b-0e9d-6969-dfd3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:46:35.524687 | fa163e8b-0e9d-6969-dfd3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.380257 | 0.66s 2026-03-18 18:46:35.531655 | fa163e8b-0e9d-6969-dfd3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.387223 | 0.67s 2026-03-18 18:46:35.558018 | fa163e8b-0e9d-6969-dfd3-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-18 18:46:35.734790 | fa163e8b-0e9d-6969-dfd3-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-18 18:46:35.737098 | fa163e8b-0e9d-6969-dfd3-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:10.592661 | 0.18s 2026-03-18 18:46:35.762144 | fa163e8b-0e9d-6969-dfd3-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-03-18 18:46:35.790926 | fa163e8b-0e9d-6969-dfd3-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-18 18:46:35.792484 | fa163e8b-0e9d-6969-dfd3-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:10.648047 | 0.03s 2026-03-18 18:46:35.816359 | fa163e8b-0e9d-6969-dfd3-000000000b51 | TASK | Check if iscsi.service is enabled 2026-03-18 18:46:36.056766 | fa163e8b-0e9d-6969-dfd3-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-18 18:46:36.058124 | fa163e8b-0e9d-6969-dfd3-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:10.913688 | 0.24s 2026-03-18 18:46:36.083144 | fa163e8b-0e9d-6969-dfd3-000000000b52 | TASK | Stop iscsi.service 2026-03-18 18:46:36.122549 | fa163e8b-0e9d-6969-dfd3-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-03-18 18:46:36.123599 | fa163e8b-0e9d-6969-dfd3-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:10.979163 | 0.04s 2026-03-18 18:46:36.175813 | fa163e8b-0e9d-6969-dfd3-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:11.031369 | 0.03s 2026-03-18 18:46:36.269447 | fa163e8b-0e9d-6969-dfd3-00000000104c | TASK | Install additional packages 2026-03-18 18:46:36.294835 | fa163e8b-0e9d-6969-dfd3-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:11.150405 | 0.02s 2026-03-18 18:46:36.311563 | fa163e8b-0e9d-6969-dfd3-00000000104d | TASK | Remove dracut-config-generic 2026-03-18 18:46:40.431032 | fa163e8b-0e9d-6969-dfd3-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-03-18 18:46:40.432371 | fa163e8b-0e9d-6969-dfd3-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:15.287935 | 4.12s 2026-03-18 18:46:40.450242 | fa163e8b-0e9d-6969-dfd3-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-18 18:46:40.678722 | fa163e8b-0e9d-6969-dfd3-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-18 18:46:40.680026 | fa163e8b-0e9d-6969-dfd3-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:15.535592 | 0.23s 2026-03-18 18:46:40.705070 | fa163e8b-0e9d-6969-dfd3-00000000104f | TASK | Write list of modules to load at boot 2026-03-18 18:46:41.163115 | fa163e8b-0e9d-6969-dfd3-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-03-18 18:46:41.164554 | fa163e8b-0e9d-6969-dfd3-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:16.020118 | 0.46s 2026-03-18 18:46:41.190579 | fa163e8b-0e9d-6969-dfd3-000000001050 | TASK | Modules reload 2026-03-18 18:46:41.604432 | fa163e8b-0e9d-6969-dfd3-000000001050 | CHANGED | Modules reload | standalone 2026-03-18 18:46:41.606412 | fa163e8b-0e9d-6969-dfd3-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:16.461975 | 0.41s 2026-03-18 18:46:41.633331 | fa163e8b-0e9d-6969-dfd3-000000001051 | TASK | Set default sysctl options 2026-03-18 18:46:42.156812 | fa163e8b-0e9d-6969-dfd3-000000001051 | CHANGED | Set default sysctl options | standalone 2026-03-18 18:46:42.158292 | fa163e8b-0e9d-6969-dfd3-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:17.013855 | 0.52s 2026-03-18 18:46:42.183930 | fa163e8b-0e9d-6969-dfd3-000000001052 | TASK | Set extra sysctl options 2026-03-18 18:46:42.561020 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-18 18:46:42.562541 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.418103 | 0.38s 2026-03-18 18:46:42.787529 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-18 18:46:42.788624 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.644189 | 0.60s 2026-03-18 18:46:42.997010 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-18 18:46:42.998015 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.853582 | 0.81s 2026-03-18 18:46:43.204650 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-18 18:46:43.206185 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.061728 | 1.02s 2026-03-18 18:46:43.416121 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-18 18:46:43.416987 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.272556 | 1.23s 2026-03-18 18:46:43.630041 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-18 18:46:43.631910 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.487476 | 1.45s 2026-03-18 18:46:43.867736 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-18 18:46:43.869528 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.725094 | 1.68s 2026-03-18 18:46:45.122421 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-18 18:46:45.124220 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.979781 | 2.94s 2026-03-18 18:46:45.366048 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-18 18:46:45.367047 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.222613 | 3.18s 2026-03-18 18:46:45.587274 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-18 18:46:45.588416 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.443982 | 3.40s 2026-03-18 18:46:45.830223 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-18 18:46:45.831384 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.686950 | 3.65s 2026-03-18 18:46:46.073571 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-18 18:46:46.075534 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.931103 | 3.89s 2026-03-18 18:46:46.281389 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-18 18:46:46.282399 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.137967 | 4.10s 2026-03-18 18:46:46.517628 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-18 18:46:46.518786 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.374349 | 4.33s 2026-03-18 18:46:46.754414 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-18 18:46:46.755434 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.611002 | 4.57s 2026-03-18 18:46:46.979650 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-18 18:46:46.981480 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.837042 | 4.80s 2026-03-18 18:46:47.184560 | fa163e8b-0e9d-6969-dfd3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-18 18:46:47.186457 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.042018 | 5.00s 2026-03-18 18:46:47.198577 | fa163e8b-0e9d-6969-dfd3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.054140 | 5.01s 2026-03-18 18:46:47.227285 | fa163e8b-0e9d-6969-dfd3-000000001054 | TASK | Sysctl reload 2026-03-18 18:46:47.641745 | fa163e8b-0e9d-6969-dfd3-000000001054 | CHANGED | Sysctl reload | standalone 2026-03-18 18:46:47.643740 | fa163e8b-0e9d-6969-dfd3-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:22.499304 | 0.42s 2026-03-18 18:46:47.692541 | fa163e8b-0e9d-6969-dfd3-000000000b54 | TASK | create persistent directories 2026-03-18 18:46:47.927205 | fa163e8b-0e9d-6969-dfd3-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-18 18:46:47.929812 | fa163e8b-0e9d-6969-dfd3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.785358 | 0.24s 2026-03-18 18:46:48.111143 | fa163e8b-0e9d-6969-dfd3-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-18 18:46:48.112985 | fa163e8b-0e9d-6969-dfd3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.968548 | 0.42s 2026-03-18 18:46:48.123529 | fa163e8b-0e9d-6969-dfd3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.979091 | 0.43s 2026-03-18 18:46:48.148937 | fa163e8b-0e9d-6969-dfd3-000000000b55 | TASK | Check if file certs_valid exist 2026-03-18 18:46:48.380890 | fa163e8b-0e9d-6969-dfd3-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-03-18 18:46:48.382349 | fa163e8b-0e9d-6969-dfd3-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:23.237913 | 0.23s 2026-03-18 18:46:48.408220 | fa163e8b-0e9d-6969-dfd3-000000000b56 | TASK | Check if file cert9.db exist 2026-03-18 18:46:48.639858 | fa163e8b-0e9d-6969-dfd3-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-03-18 18:46:48.641142 | fa163e8b-0e9d-6969-dfd3-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:23.496706 | 0.23s 2026-03-18 18:46:48.665504 | fa163e8b-0e9d-6969-dfd3-000000000b57 | TASK | Check if file key4.db exist 2026-03-18 18:46:48.878779 | fa163e8b-0e9d-6969-dfd3-000000000b57 | OK | Check if file key4.db exist | standalone 2026-03-18 18:46:48.880065 | fa163e8b-0e9d-6969-dfd3-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:23.735629 | 0.21s 2026-03-18 18:46:48.933412 | fa163e8b-0e9d-6969-dfd3-000000000b58 | SKIPPED | fail | standalone 2026-03-18 18:46:48.934666 | fa163e8b-0e9d-6969-dfd3-000000000b58 | TIMING | fail | standalone | 0:02:23.790229 | 0.03s 2026-03-18 18:46:48.959468 | fa163e8b-0e9d-6969-dfd3-000000000b59 | TASK | Create persistent directories 2026-03-18 18:46:49.216879 | fa163e8b-0e9d-6969-dfd3-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-18 18:46:49.218057 | fa163e8b-0e9d-6969-dfd3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:24.073622 | 0.26s 2026-03-18 18:46:49.391755 | fa163e8b-0e9d-6969-dfd3-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-18 18:46:49.392360 | fa163e8b-0e9d-6969-dfd3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:24.247936 | 0.43s 2026-03-18 18:46:49.398763 | fa163e8b-0e9d-6969-dfd3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:24.254323 | 0.44s 2026-03-18 18:46:49.423872 | fa163e8b-0e9d-6969-dfd3-000000000b5a | TASK | create persistent directories 2026-03-18 18:46:49.669070 | fa163e8b-0e9d-6969-dfd3-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-18 18:46:49.670960 | fa163e8b-0e9d-6969-dfd3-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.526530 | 0.25s 2026-03-18 18:46:49.681490 | fa163e8b-0e9d-6969-dfd3-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.537051 | 0.26s 2026-03-18 18:46:49.707777 | fa163e8b-0e9d-6969-dfd3-000000000b5b | TASK | create persistent directories 2026-03-18 18:46:49.954091 | fa163e8b-0e9d-6969-dfd3-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-18 18:46:49.956001 | fa163e8b-0e9d-6969-dfd3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.811560 | 0.25s 2026-03-18 18:46:50.179758 | fa163e8b-0e9d-6969-dfd3-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-18 18:46:50.180970 | fa163e8b-0e9d-6969-dfd3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.036537 | 0.47s 2026-03-18 18:46:50.188303 | fa163e8b-0e9d-6969-dfd3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.043863 | 0.48s 2026-03-18 18:46:50.215221 | fa163e8b-0e9d-6969-dfd3-000000000b5c | TASK | create persistent directories 2026-03-18 18:46:50.459497 | fa163e8b-0e9d-6969-dfd3-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-18 18:46:50.461872 | fa163e8b-0e9d-6969-dfd3-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.317434 | 0.25s 2026-03-18 18:46:50.471799 | fa163e8b-0e9d-6969-dfd3-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.327358 | 0.26s 2026-03-18 18:46:50.497667 | fa163e8b-0e9d-6969-dfd3-000000000b5d | TASK | create persistent directories 2026-03-18 18:46:50.756759 | fa163e8b-0e9d-6969-dfd3-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-18 18:46:50.758559 | fa163e8b-0e9d-6969-dfd3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.614110 | 0.26s 2026-03-18 18:46:50.990209 | fa163e8b-0e9d-6969-dfd3-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-18 18:46:50.991602 | fa163e8b-0e9d-6969-dfd3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.847169 | 0.49s 2026-03-18 18:46:51.180126 | fa163e8b-0e9d-6969-dfd3-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-18 18:46:51.181556 | fa163e8b-0e9d-6969-dfd3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.037125 | 0.68s 2026-03-18 18:46:51.192219 | fa163e8b-0e9d-6969-dfd3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.047788 | 0.69s 2026-03-18 18:46:51.212309 | fa163e8b-0e9d-6969-dfd3-000000000b5e | TASK | create persistent directories 2026-03-18 18:46:51.434852 | fa163e8b-0e9d-6969-dfd3-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-18 18:46:51.436524 | fa163e8b-0e9d-6969-dfd3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.292081 | 0.22s 2026-03-18 18:46:51.646747 | fa163e8b-0e9d-6969-dfd3-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-18 18:46:51.648622 | fa163e8b-0e9d-6969-dfd3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.504186 | 0.44s 2026-03-18 18:46:51.658615 | fa163e8b-0e9d-6969-dfd3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.514180 | 0.45s 2026-03-18 18:46:51.678970 | fa163e8b-0e9d-6969-dfd3-000000000b5f | TASK | create persistent directories 2026-03-18 18:46:51.924801 | fa163e8b-0e9d-6969-dfd3-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-18 18:46:51.926274 | fa163e8b-0e9d-6969-dfd3-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.781837 | 0.25s 2026-03-18 18:46:51.937756 | fa163e8b-0e9d-6969-dfd3-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.793323 | 0.26s 2026-03-18 18:46:51.957938 | fa163e8b-0e9d-6969-dfd3-000000000b60 | TASK | creating directory 2026-03-18 18:46:52.194560 | fa163e8b-0e9d-6969-dfd3-000000000b60 | CHANGED | creating directory | standalone 2026-03-18 18:46:52.195604 | fa163e8b-0e9d-6969-dfd3-000000000b60 | TIMING | creating directory | standalone | 0:02:27.051175 | 0.24s 2026-03-18 18:46:52.215064 | fa163e8b-0e9d-6969-dfd3-000000000b61 | TASK | derive pci passthrough whitelist 2026-03-18 18:46:52.679718 | fa163e8b-0e9d-6969-dfd3-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-18 18:46:52.680785 | fa163e8b-0e9d-6969-dfd3-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:27.536356 | 0.46s 2026-03-18 18:46:52.700451 | fa163e8b-0e9d-6969-dfd3-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-18 18:46:53.520814 | fa163e8b-0e9d-6969-dfd3-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-18 18:46:53.522842 | fa163e8b-0e9d-6969-dfd3-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:28.378401 | 0.82s 2026-03-18 18:46:53.549655 | fa163e8b-0e9d-6969-dfd3-000000000b63 | TASK | create /run/netns with temp namespace 2026-03-18 18:46:53.794171 | fa163e8b-0e9d-6969-dfd3-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-18 18:46:53.795311 | fa163e8b-0e9d-6969-dfd3-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:28.650882 | 0.24s 2026-03-18 18:46:53.815052 | fa163e8b-0e9d-6969-dfd3-000000000b64 | TASK | remove temp namespace 2026-03-18 18:46:54.096028 | fa163e8b-0e9d-6969-dfd3-000000000b64 | CHANGED | remove temp namespace | standalone 2026-03-18 18:46:54.097553 | fa163e8b-0e9d-6969-dfd3-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:28.953116 | 0.28s 2026-03-18 18:46:54.123126 | fa163e8b-0e9d-6969-dfd3-000000000b65 | TASK | create /var/lib/neutron 2026-03-18 18:46:54.364058 | fa163e8b-0e9d-6969-dfd3-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-03-18 18:46:54.365495 | fa163e8b-0e9d-6969-dfd3-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:29.221059 | 0.24s 2026-03-18 18:46:54.390346 | fa163e8b-0e9d-6969-dfd3-000000000b66 | TASK | set conditions 2026-03-18 18:46:54.423450 | fa163e8b-0e9d-6969-dfd3-000000000b66 | OK | set conditions | standalone 2026-03-18 18:46:54.424616 | fa163e8b-0e9d-6969-dfd3-000000000b66 | TIMING | set conditions | standalone | 0:02:29.280182 | 0.03s 2026-03-18 18:46:54.449828 | fa163e8b-0e9d-6969-dfd3-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-18 18:46:54.713698 | fa163e8b-0e9d-6969-dfd3-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-18 18:46:54.715179 | fa163e8b-0e9d-6969-dfd3-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:29.570716 | 0.26s 2026-03-18 18:46:54.739854 | fa163e8b-0e9d-6969-dfd3-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-03-18 18:46:55.226664 | fa163e8b-0e9d-6969-dfd3-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-18 18:46:55.228033 | fa163e8b-0e9d-6969-dfd3-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:30.083599 | 0.49s 2026-03-18 18:46:55.252298 | fa163e8b-0e9d-6969-dfd3-000000000b69 | TASK | create haproxy kill script 2026-03-18 18:46:55.725608 | fa163e8b-0e9d-6969-dfd3-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-03-18 18:46:55.726975 | fa163e8b-0e9d-6969-dfd3-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:30.582540 | 0.47s 2026-03-18 18:46:55.746883 | fa163e8b-0e9d-6969-dfd3-000000000b6a | TASK | create persistent directories 2026-03-18 18:46:55.992710 | fa163e8b-0e9d-6969-dfd3-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-18 18:46:55.994278 | fa163e8b-0e9d-6969-dfd3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:30.849839 | 0.25s 2026-03-18 18:46:56.198105 | fa163e8b-0e9d-6969-dfd3-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-18 18:46:56.199089 | fa163e8b-0e9d-6969-dfd3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.054657 | 0.45s 2026-03-18 18:46:56.211506 | fa163e8b-0e9d-6969-dfd3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.067076 | 0.46s 2026-03-18 18:46:56.237046 | fa163e8b-0e9d-6969-dfd3-000000000b6b | TASK | create persistent directories 2026-03-18 18:46:56.470668 | fa163e8b-0e9d-6969-dfd3-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-18 18:46:56.472097 | fa163e8b-0e9d-6969-dfd3-000000000b6b | TIMING | create persistent directories | standalone | 0:02:31.327661 | 0.23s 2026-03-18 18:46:56.478549 | fa163e8b-0e9d-6969-dfd3-000000000b6b | TIMING | create persistent directories | standalone | 0:02:31.334118 | 0.24s 2026-03-18 18:46:56.503650 | fa163e8b-0e9d-6969-dfd3-000000000b6c | TASK | create persistent directories 2026-03-18 18:46:56.765048 | fa163e8b-0e9d-6969-dfd3-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-18 18:46:56.767498 | fa163e8b-0e9d-6969-dfd3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.623055 | 0.26s 2026-03-18 18:46:56.978351 | fa163e8b-0e9d-6969-dfd3-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-18 18:46:56.979467 | fa163e8b-0e9d-6969-dfd3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.835034 | 0.47s 2026-03-18 18:46:56.991850 | fa163e8b-0e9d-6969-dfd3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.847409 | 0.49s 2026-03-18 18:46:57.021114 | fa163e8b-0e9d-6969-dfd3-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-18 18:46:57.224926 | fa163e8b-0e9d-6969-dfd3-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-18 18:46:57.226346 | fa163e8b-0e9d-6969-dfd3-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:32.081909 | 0.20s 2026-03-18 18:46:57.251240 | fa163e8b-0e9d-6969-dfd3-000000000b6e | TASK | create persistent directories 2026-03-18 18:46:57.499237 | fa163e8b-0e9d-6969-dfd3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-18 18:46:57.501067 | fa163e8b-0e9d-6969-dfd3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.356625 | 0.25s 2026-03-18 18:46:57.745217 | fa163e8b-0e9d-6969-dfd3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-18 18:46:57.746540 | fa163e8b-0e9d-6969-dfd3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.602105 | 0.49s 2026-03-18 18:46:57.978389 | fa163e8b-0e9d-6969-dfd3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-18 18:46:57.979482 | fa163e8b-0e9d-6969-dfd3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.835049 | 0.73s 2026-03-18 18:46:58.209544 | fa163e8b-0e9d-6969-dfd3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:46:58.210759 | fa163e8b-0e9d-6969-dfd3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.066325 | 0.96s 2026-03-18 18:46:58.406850 | fa163e8b-0e9d-6969-dfd3-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-18 18:46:58.408582 | fa163e8b-0e9d-6969-dfd3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.264148 | 1.16s 2026-03-18 18:46:58.420357 | fa163e8b-0e9d-6969-dfd3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.275918 | 1.17s 2026-03-18 18:46:58.446829 | fa163e8b-0e9d-6969-dfd3-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-03-18 18:46:58.922672 | fa163e8b-0e9d-6969-dfd3-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-18 18:46:58.924181 | fa163e8b-0e9d-6969-dfd3-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:33.779721 | 0.48s 2026-03-18 18:46:58.948785 | fa163e8b-0e9d-6969-dfd3-000000000b70 | TASK | create tempfiles 2026-03-18 18:46:59.252321 | fa163e8b-0e9d-6969-dfd3-000000000b70 | CHANGED | create tempfiles | standalone 2026-03-18 18:46:59.253727 | fa163e8b-0e9d-6969-dfd3-000000000b70 | TIMING | create tempfiles | standalone | 0:02:34.109291 | 0.30s 2026-03-18 18:46:59.278975 | fa163e8b-0e9d-6969-dfd3-000000000b71 | TASK | Mount Nova NFS Share 2026-03-18 18:46:59.309766 | fa163e8b-0e9d-6969-dfd3-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-18 18:46:59.311741 | fa163e8b-0e9d-6969-dfd3-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:34.167303 | 0.03s 2026-03-18 18:46:59.336670 | fa163e8b-0e9d-6969-dfd3-000000000b73 | TASK | check systemd-container package installed or not 2026-03-18 18:46:59.368722 | fa163e8b-0e9d-6969-dfd3-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-18 18:46:59.370087 | fa163e8b-0e9d-6969-dfd3-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:34.225648 | 0.03s 2026-03-18 18:46:59.395981 | fa163e8b-0e9d-6969-dfd3-000000000b74 | TASK | get latest package from downloaded package versions 2026-03-18 18:46:59.427386 | fa163e8b-0e9d-6969-dfd3-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-18 18:46:59.428576 | fa163e8b-0e9d-6969-dfd3-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:34.284139 | 0.03s 2026-03-18 18:46:59.453311 | fa163e8b-0e9d-6969-dfd3-000000000b75 | TASK | Install systemd-container package on boot 2026-03-18 18:46:59.484251 | fa163e8b-0e9d-6969-dfd3-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-18 18:46:59.485467 | fa163e8b-0e9d-6969-dfd3-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:34.341031 | 0.03s 2026-03-18 18:46:59.510230 | fa163e8b-0e9d-6969-dfd3-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-03-18 18:46:59.541803 | fa163e8b-0e9d-6969-dfd3-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-18 18:46:59.542994 | fa163e8b-0e9d-6969-dfd3-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:34.398559 | 0.03s 2026-03-18 18:46:59.567802 | fa163e8b-0e9d-6969-dfd3-000000000b77 | TASK | check if install-systemd-container service exists 2026-03-18 18:46:59.600382 | fa163e8b-0e9d-6969-dfd3-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-18 18:46:59.601637 | fa163e8b-0e9d-6969-dfd3-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:34.457201 | 0.03s 2026-03-18 18:46:59.625822 | fa163e8b-0e9d-6969-dfd3-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-03-18 18:46:59.646851 | fa163e8b-0e9d-6969-dfd3-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-18 18:46:59.648067 | fa163e8b-0e9d-6969-dfd3-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:34.503630 | 0.02s 2026-03-18 18:46:59.672504 | fa163e8b-0e9d-6969-dfd3-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-18 18:46:59.702312 | fa163e8b-0e9d-6969-dfd3-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-18 18:46:59.703523 | fa163e8b-0e9d-6969-dfd3-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:34.559088 | 0.03s 2026-03-18 18:46:59.728004 | fa163e8b-0e9d-6969-dfd3-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-18 18:46:59.758264 | fa163e8b-0e9d-6969-dfd3-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-18 18:46:59.759687 | fa163e8b-0e9d-6969-dfd3-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:34.615251 | 0.03s 2026-03-18 18:46:59.784921 | fa163e8b-0e9d-6969-dfd3-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-03-18 18:46:59.815517 | fa163e8b-0e9d-6969-dfd3-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-18 18:46:59.816721 | fa163e8b-0e9d-6969-dfd3-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.672286 | 0.03s 2026-03-18 18:46:59.841310 | fa163e8b-0e9d-6969-dfd3-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-18 18:46:59.870518 | fa163e8b-0e9d-6969-dfd3-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-18 18:46:59.871674 | fa163e8b-0e9d-6969-dfd3-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.727239 | 0.03s 2026-03-18 18:46:59.896205 | fa163e8b-0e9d-6969-dfd3-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-18 18:46:59.925802 | fa163e8b-0e9d-6969-dfd3-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-18 18:46:59.927006 | fa163e8b-0e9d-6969-dfd3-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:34.782571 | 0.03s 2026-03-18 18:46:59.951548 | fa163e8b-0e9d-6969-dfd3-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-18 18:46:59.975583 | fa163e8b-0e9d-6969-dfd3-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-18 18:46:59.976793 | fa163e8b-0e9d-6969-dfd3-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:34.832357 | 0.02s 2026-03-18 18:47:00.000595 | fa163e8b-0e9d-6969-dfd3-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-18 18:47:00.023903 | fa163e8b-0e9d-6969-dfd3-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-18 18:47:00.025042 | fa163e8b-0e9d-6969-dfd3-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.880606 | 0.02s 2026-03-18 18:47:00.049738 | fa163e8b-0e9d-6969-dfd3-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-18 18:47:00.079469 | fa163e8b-0e9d-6969-dfd3-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-18 18:47:00.080662 | fa163e8b-0e9d-6969-dfd3-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.936227 | 0.03s 2026-03-18 18:47:00.105222 | fa163e8b-0e9d-6969-dfd3-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-03-18 18:47:00.134860 | fa163e8b-0e9d-6969-dfd3-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-03-18 18:47:00.136003 | fa163e8b-0e9d-6969-dfd3-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:34.991569 | 0.03s 2026-03-18 18:47:00.161253 | fa163e8b-0e9d-6969-dfd3-000000000b86 | TASK | install nova-compute delay wrapper script 2026-03-18 18:47:00.191504 | fa163e8b-0e9d-6969-dfd3-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-18 18:47:00.192699 | fa163e8b-0e9d-6969-dfd3-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:35.048264 | 0.03s 2026-03-18 18:47:00.217129 | fa163e8b-0e9d-6969-dfd3-000000000b87 | TASK | Is irqbalance enabled 2026-03-18 18:47:00.240777 | fa163e8b-0e9d-6969-dfd3-000000000b87 | OK | Is irqbalance enabled | standalone 2026-03-18 18:47:00.241918 | fa163e8b-0e9d-6969-dfd3-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:35.097485 | 0.02s 2026-03-18 18:47:00.266117 | fa163e8b-0e9d-6969-dfd3-000000000b88 | TASK | disable irqbalance service on compute 2026-03-18 18:47:00.295459 | fa163e8b-0e9d-6969-dfd3-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-03-18 18:47:00.296628 | fa163e8b-0e9d-6969-dfd3-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:35.152193 | 0.03s 2026-03-18 18:47:00.321897 | fa163e8b-0e9d-6969-dfd3-000000000b89 | TASK | create persistent directories 2026-03-18 18:47:00.571206 | fa163e8b-0e9d-6969-dfd3-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:47:00.572706 | fa163e8b-0e9d-6969-dfd3-000000000b89 | TIMING | create persistent directories | standalone | 0:02:35.428270 | 0.25s 2026-03-18 18:47:00.579402 | fa163e8b-0e9d-6969-dfd3-000000000b89 | TIMING | create persistent directories | standalone | 0:02:35.434949 | 0.26s 2026-03-18 18:47:00.605458 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TASK | create libvirt persistent data directories 2026-03-18 18:47:00.887658 | fa163e8b-0e9d-6969-dfd3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:47:00.890544 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.746089 | 0.28s 2026-03-18 18:47:01.129748 | fa163e8b-0e9d-6969-dfd3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-18 18:47:01.132377 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.987935 | 0.53s 2026-03-18 18:47:01.374473 | fa163e8b-0e9d-6969-dfd3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-18 18:47:01.375378 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.230952 | 0.77s 2026-03-18 18:47:01.610991 | fa163e8b-0e9d-6969-dfd3-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:47:01.613022 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.468587 | 1.01s 2026-03-18 18:47:01.822083 | fa163e8b-0e9d-6969-dfd3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-18 18:47:01.823326 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.678892 | 1.22s 2026-03-18 18:47:02.032291 | fa163e8b-0e9d-6969-dfd3-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-18 18:47:02.033528 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.889093 | 1.43s 2026-03-18 18:47:02.280233 | fa163e8b-0e9d-6969-dfd3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-18 18:47:02.281512 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.137079 | 1.67s 2026-03-18 18:47:02.518135 | fa163e8b-0e9d-6969-dfd3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-18 18:47:02.519489 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.375054 | 1.91s 2026-03-18 18:47:02.529913 | fa163e8b-0e9d-6969-dfd3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.385468 | 1.92s 2026-03-18 18:47:02.552253 | fa163e8b-0e9d-6969-dfd3-000000000b8b | TASK | ensure qemu group is present on the host 2026-03-18 18:47:03.185471 | fa163e8b-0e9d-6969-dfd3-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-03-18 18:47:03.186915 | fa163e8b-0e9d-6969-dfd3-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:38.042480 | 0.63s 2026-03-18 18:47:03.207431 | fa163e8b-0e9d-6969-dfd3-000000000b8c | TASK | ensure qemu user is present on the host 2026-03-18 18:47:03.912673 | fa163e8b-0e9d-6969-dfd3-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-03-18 18:47:03.914108 | fa163e8b-0e9d-6969-dfd3-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:38.769674 | 0.71s 2026-03-18 18:47:03.934327 | fa163e8b-0e9d-6969-dfd3-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-18 18:47:04.169354 | fa163e8b-0e9d-6969-dfd3-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-18 18:47:04.170787 | fa163e8b-0e9d-6969-dfd3-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:39.026353 | 0.24s 2026-03-18 18:47:04.191024 | fa163e8b-0e9d-6969-dfd3-000000000b8e | TASK | check if libvirt is installed 2026-03-18 18:47:04.558267 | fa163e8b-0e9d-6969-dfd3-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-03-18 18:47:04.559661 | fa163e8b-0e9d-6969-dfd3-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:39.415226 | 0.37s 2026-03-18 18:47:04.580304 | fa163e8b-0e9d-6969-dfd3-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-03-18 18:47:04.623679 | fa163e8b-0e9d-6969-dfd3-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-18 18:47:04.630329 | fa163e8b-0e9d-6969-dfd3-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-18 18:47:04.636448 | fa163e8b-0e9d-6969-dfd3-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:39.492007 | 0.06s 2026-03-18 18:47:04.656533 | fa163e8b-0e9d-6969-dfd3-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-03-18 18:47:05.082162 | fa163e8b-0e9d-6969-dfd3-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-18 18:47:05.083704 | fa163e8b-0e9d-6969-dfd3-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:39.939271 | 0.43s 2026-03-18 18:47:05.103254 | fa163e8b-0e9d-6969-dfd3-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-18 18:47:06.103580 | fa163e8b-0e9d-6969-dfd3-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-18 18:47:06.105145 | fa163e8b-0e9d-6969-dfd3-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:40.960713 | 1.00s 2026-03-18 18:47:06.123383 | fa163e8b-0e9d-6969-dfd3-000000000b92 | TASK | remove gnutls-qemu.config 2026-03-18 18:47:06.353198 | fa163e8b-0e9d-6969-dfd3-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-03-18 18:47:06.354454 | fa163e8b-0e9d-6969-dfd3-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:41.210023 | 0.23s 2026-03-18 18:47:06.372300 | fa163e8b-0e9d-6969-dfd3-000000000b93 | TASK | update crypto policies 2026-03-18 18:47:06.402498 | fa163e8b-0e9d-6969-dfd3-000000000b93 | SKIPPED | update crypto policies | standalone 2026-03-18 18:47:06.403735 | fa163e8b-0e9d-6969-dfd3-000000000b93 | TIMING | update crypto policies | standalone | 0:02:41.259299 | 0.03s 2026-03-18 18:47:06.428741 | fa163e8b-0e9d-6969-dfd3-000000000b94 | TASK | Create libvirt persistent data directories 2026-03-18 18:47:06.676658 | fa163e8b-0e9d-6969-dfd3-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-18 18:47:06.679107 | fa163e8b-0e9d-6969-dfd3-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.534665 | 0.25s 2026-03-18 18:47:06.689625 | fa163e8b-0e9d-6969-dfd3-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.545185 | 0.26s 2026-03-18 18:47:06.715525 | fa163e8b-0e9d-6969-dfd3-000000000b95 | TASK | create persistent directories 2026-03-18 18:47:06.981335 | fa163e8b-0e9d-6969-dfd3-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-18 18:47:06.984375 | fa163e8b-0e9d-6969-dfd3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.839929 | 0.27s 2026-03-18 18:47:07.203965 | fa163e8b-0e9d-6969-dfd3-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-18 18:47:07.205980 | fa163e8b-0e9d-6969-dfd3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.061545 | 0.49s 2026-03-18 18:47:07.217038 | fa163e8b-0e9d-6969-dfd3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.072587 | 0.50s 2026-03-18 18:47:07.244230 | fa163e8b-0e9d-6969-dfd3-000000000b96 | TASK | Copy in cleanup script 2026-03-18 18:47:07.719917 | fa163e8b-0e9d-6969-dfd3-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-03-18 18:47:07.721613 | fa163e8b-0e9d-6969-dfd3-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:42.577177 | 0.48s 2026-03-18 18:47:07.746922 | fa163e8b-0e9d-6969-dfd3-000000000b97 | TASK | Copy in cleanup service 2026-03-18 18:47:08.220448 | fa163e8b-0e9d-6969-dfd3-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-03-18 18:47:08.222399 | fa163e8b-0e9d-6969-dfd3-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:43.077958 | 0.47s 2026-03-18 18:47:08.248358 | fa163e8b-0e9d-6969-dfd3-000000000b98 | TASK | Enabling the cleanup service 2026-03-18 18:47:08.930332 | fa163e8b-0e9d-6969-dfd3-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-03-18 18:47:08.932873 | fa163e8b-0e9d-6969-dfd3-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:43.788434 | 0.68s 2026-03-18 18:47:08.957349 | fa163e8b-0e9d-6969-dfd3-000000000b99 | TASK | create persistent directories 2026-03-18 18:47:09.216867 | fa163e8b-0e9d-6969-dfd3-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-18 18:47:09.218883 | fa163e8b-0e9d-6969-dfd3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.074448 | 0.26s 2026-03-18 18:47:09.435113 | fa163e8b-0e9d-6969-dfd3-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-18 18:47:09.437016 | fa163e8b-0e9d-6969-dfd3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.292582 | 0.48s 2026-03-18 18:47:09.447970 | fa163e8b-0e9d-6969-dfd3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.303516 | 0.49s 2026-03-18 18:47:09.475315 | fa163e8b-0e9d-6969-dfd3-000000000b9a | TASK | set conditions 2026-03-18 18:47:09.510618 | fa163e8b-0e9d-6969-dfd3-000000000b9a | OK | set conditions | standalone 2026-03-18 18:47:09.511943 | fa163e8b-0e9d-6969-dfd3-000000000b9a | TIMING | set conditions | standalone | 0:02:44.367503 | 0.03s 2026-03-18 18:47:09.538494 | fa163e8b-0e9d-6969-dfd3-000000000b9b | TASK | create persistent directories 2026-03-18 18:47:09.801004 | fa163e8b-0e9d-6969-dfd3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-18 18:47:09.802990 | fa163e8b-0e9d-6969-dfd3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.658554 | 0.26s 2026-03-18 18:47:10.000500 | fa163e8b-0e9d-6969-dfd3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-18 18:47:10.001830 | fa163e8b-0e9d-6969-dfd3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.857391 | 0.46s 2026-03-18 18:47:10.184612 | fa163e8b-0e9d-6969-dfd3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-18 18:47:10.185951 | fa163e8b-0e9d-6969-dfd3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.041513 | 0.65s 2026-03-18 18:47:10.194969 | fa163e8b-0e9d-6969-dfd3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.050520 | 0.66s 2026-03-18 18:47:10.221015 | fa163e8b-0e9d-6969-dfd3-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-03-18 18:47:10.661878 | fa163e8b-0e9d-6969-dfd3-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-18 18:47:10.663852 | fa163e8b-0e9d-6969-dfd3-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:45.519410 | 0.44s 2026-03-18 18:47:10.691279 | fa163e8b-0e9d-6969-dfd3-000000000b9d | TASK | create persistent directories 2026-03-18 18:47:10.952285 | fa163e8b-0e9d-6969-dfd3-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-18 18:47:10.954857 | fa163e8b-0e9d-6969-dfd3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.810410 | 0.26s 2026-03-18 18:47:11.172332 | fa163e8b-0e9d-6969-dfd3-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-18 18:47:11.174315 | fa163e8b-0e9d-6969-dfd3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.029880 | 0.48s 2026-03-18 18:47:11.185310 | fa163e8b-0e9d-6969-dfd3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.040854 | 0.49s 2026-03-18 18:47:11.212226 | fa163e8b-0e9d-6969-dfd3-000000000b9e | TASK | create empty log files 2026-03-18 18:47:11.472563 | fa163e8b-0e9d-6969-dfd3-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-18 18:47:11.475358 | fa163e8b-0e9d-6969-dfd3-000000000b9e | TIMING | create empty log files | standalone | 0:02:46.330911 | 0.26s 2026-03-18 18:47:11.644527 | fa163e8b-0e9d-6969-dfd3-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-18 18:47:11.645842 | fa163e8b-0e9d-6969-dfd3-000000000b9e | TIMING | create empty log files | standalone | 0:02:46.501403 | 0.43s 2026-03-18 18:47:11.658662 | fa163e8b-0e9d-6969-dfd3-000000000b9e | TIMING | create empty log files | standalone | 0:02:46.514208 | 0.44s 2026-03-18 18:47:11.685013 | fa163e8b-0e9d-6969-dfd3-000000000b9f | TASK | create persistent directories 2026-03-18 18:47:11.938904 | fa163e8b-0e9d-6969-dfd3-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-18 18:47:11.940586 | fa163e8b-0e9d-6969-dfd3-000000000b9f | TIMING | create persistent directories | standalone | 0:02:46.796148 | 0.25s 2026-03-18 18:47:11.947088 | fa163e8b-0e9d-6969-dfd3-000000000b9f | TIMING | create persistent directories | standalone | 0:02:46.802634 | 0.26s 2026-03-18 18:47:11.976958 | fa163e8b-0e9d-6969-dfd3-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-03-18 18:47:15.130954 | fa163e8b-0e9d-6969-dfd3-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-18 18:47:15.132506 | fa163e8b-0e9d-6969-dfd3-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:49.988072 | 3.15s 2026-03-18 18:47:15.186965 | fa163e8b-0e9d-6969-dfd3-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:50.042518 | 0.03s 2026-03-18 18:47:15.252341 | fa163e8b-0e9d-6969-dfd3-00000000129e | TASK | Gather variables for each operating system 2026-03-18 18:47:15.364891 | fa163e8b-0e9d-6969-dfd3-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:50.220446 | 0.11s 2026-03-18 18:47:15.392799 | fa163e8b-0e9d-6969-dfd3-00000000129f | TASK | Set packages facts 2026-03-18 18:47:15.436414 | fa163e8b-0e9d-6969-dfd3-00000000129f | OK | Set packages facts | standalone 2026-03-18 18:47:15.437855 | fa163e8b-0e9d-6969-dfd3-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:50.293420 | 0.04s 2026-03-18 18:47:15.463909 | fa163e8b-0e9d-6969-dfd3-0000000012a0 | TASK | Manage package 2026-03-18 18:47:15.525044 | fa163e8b-0e9d-6969-dfd3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-18 18:47:15.540588 | fa163e8b-0e9d-6969-dfd3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-18 18:47:15.556988 | fa163e8b-0e9d-6969-dfd3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-18 18:47:20.349593 | fa163e8b-0e9d-6969-dfd3-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.205137 | 4.88s 2026-03-18 18:47:20.370302 | fa163e8b-0e9d-6969-dfd3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-18 18:47:20.383229 | fa163e8b-0e9d-6969-dfd3-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.238789 | 4.92s 2026-03-18 18:47:20.431678 | fa163e8b-0e9d-6969-dfd3-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-03-18 18:47:21.693249 | fa163e8b-0e9d-6969-dfd3-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-18 18:47:21.696428 | fa163e8b-0e9d-6969-dfd3-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:56.551991 | 1.26s 2026-03-18 18:47:21.721599 | fa163e8b-0e9d-6969-dfd3-000000000ba5 | TASK | create persistent directories 2026-03-18 18:47:21.983482 | fa163e8b-0e9d-6969-dfd3-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-18 18:47:21.985820 | fa163e8b-0e9d-6969-dfd3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:56.841374 | 0.26s 2026-03-18 18:47:22.173300 | fa163e8b-0e9d-6969-dfd3-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-18 18:47:22.174462 | fa163e8b-0e9d-6969-dfd3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.030029 | 0.45s 2026-03-18 18:47:22.188530 | fa163e8b-0e9d-6969-dfd3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.044088 | 0.46s 2026-03-18 18:47:22.213844 | fa163e8b-0e9d-6969-dfd3-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-18 18:47:22.486120 | fa163e8b-0e9d-6969-dfd3-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-18 18:47:22.487524 | fa163e8b-0e9d-6969-dfd3-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:57.343088 | 0.27s 2026-03-18 18:47:22.512035 | fa163e8b-0e9d-6969-dfd3-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-18 18:47:22.540425 | fa163e8b-0e9d-6969-dfd3-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-18 18:47:22.541511 | fa163e8b-0e9d-6969-dfd3-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:57.397076 | 0.03s 2026-03-18 18:47:22.565724 | fa163e8b-0e9d-6969-dfd3-000000000ba8 | TASK | Remove existing entries from logind conf 2026-03-18 18:47:22.798018 | fa163e8b-0e9d-6969-dfd3-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-03-18 18:47:22.799480 | fa163e8b-0e9d-6969-dfd3-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:57.655046 | 0.23s 2026-03-18 18:47:22.823578 | fa163e8b-0e9d-6969-dfd3-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-03-18 18:47:23.035871 | fa163e8b-0e9d-6969-dfd3-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-18 18:47:23.037205 | fa163e8b-0e9d-6969-dfd3-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:57.892769 | 0.21s 2026-03-18 18:47:23.061786 | fa163e8b-0e9d-6969-dfd3-000000000baa | TASK | Restart systemd-logind 2026-03-18 18:47:23.547190 | fa163e8b-0e9d-6969-dfd3-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-03-18 18:47:23.549029 | fa163e8b-0e9d-6969-dfd3-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:58.404594 | 0.49s 2026-03-18 18:47:23.574726 | fa163e8b-0e9d-6969-dfd3-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-18 18:47:23.627911 | fa163e8b-0e9d-6969-dfd3-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-18 18:47:23.628936 | fa163e8b-0e9d-6969-dfd3-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:58.484500 | 0.05s 2026-03-18 18:47:23.653196 | fa163e8b-0e9d-6969-dfd3-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-18 18:47:23.723255 | fa163e8b-0e9d-6969-dfd3-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-18 18:47:23.724147 | fa163e8b-0e9d-6969-dfd3-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:58.579711 | 0.07s 2026-03-18 18:47:23.748277 | fa163e8b-0e9d-6969-dfd3-000000000bad | TASK | create persistent logs directory 2026-03-18 18:47:23.994131 | fa163e8b-0e9d-6969-dfd3-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-18 18:47:23.996589 | fa163e8b-0e9d-6969-dfd3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:58.852145 | 0.25s 2026-03-18 18:47:24.182119 | fa163e8b-0e9d-6969-dfd3-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-18 18:47:24.183238 | fa163e8b-0e9d-6969-dfd3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.038805 | 0.43s 2026-03-18 18:47:24.189608 | fa163e8b-0e9d-6969-dfd3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.045172 | 0.44s 2026-03-18 18:47:24.207539 | fa163e8b-0e9d-6969-dfd3-000000000baf | TASK | Set login facts 2026-03-18 18:47:24.243349 | fa163e8b-0e9d-6969-dfd3-000000000baf | OK | Set login facts | standalone 2026-03-18 18:47:24.243963 | fa163e8b-0e9d-6969-dfd3-000000000baf | TIMING | Set login facts | standalone | 0:02:59.099537 | 0.04s 2026-03-18 18:47:24.260704 | fa163e8b-0e9d-6969-dfd3-000000000bb0 | TASK | Convert logins json to dict 2026-03-18 18:47:24.299766 | fa163e8b-0e9d-6969-dfd3-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-03-18 18:47:24.300493 | fa163e8b-0e9d-6969-dfd3-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:59.156067 | 0.04s 2026-03-18 18:47:24.325902 | fa163e8b-0e9d-6969-dfd3-000000000bb1 | TASK | Set registry logins 2026-03-18 18:47:24.376460 | fa163e8b-0e9d-6969-dfd3-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-03-18 18:47:24.377935 | fa163e8b-0e9d-6969-dfd3-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:59.233497 | 0.05s 2026-03-18 18:47:24.408793 | fa163e8b-0e9d-6969-dfd3-000000000bb2 | TASK | Run podman install 2026-03-18 18:47:24.438232 | fa163e8b-0e9d-6969-dfd3-000000000bb2 | TIMING | Run podman install | standalone | 0:02:59.293723 | 0.03s 2026-03-18 18:47:24.518294 | fa163e8b-0e9d-6969-dfd3-000000001330 | TASK | Gather variables for each operating system 2026-03-18 18:47:24.661679 | fa163e8b-0e9d-6969-dfd3-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-18 18:47:24.662933 | fa163e8b-0e9d-6969-dfd3-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.518496 | 0.14s 2026-03-18 18:47:24.675014 | fa163e8b-0e9d-6969-dfd3-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.530577 | 0.16s 2026-03-18 18:47:24.700317 | fa163e8b-0e9d-6969-dfd3-000000001332 | TASK | ensure podman and deps are installed 2026-03-18 18:47:27.810834 | fa163e8b-0e9d-6969-dfd3-000000001332 | OK | ensure podman and deps are installed | standalone 2026-03-18 18:47:27.812538 | fa163e8b-0e9d-6969-dfd3-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:02.668102 | 3.11s 2026-03-18 18:47:27.840115 | fa163e8b-0e9d-6969-dfd3-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-03-18 18:47:28.363795 | fa163e8b-0e9d-6969-dfd3-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-18 18:47:28.365214 | fa163e8b-0e9d-6969-dfd3-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:03.220778 | 0.52s 2026-03-18 18:47:28.390185 | fa163e8b-0e9d-6969-dfd3-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-18 18:47:28.419429 | fa163e8b-0e9d-6969-dfd3-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-18 18:47:28.420621 | fa163e8b-0e9d-6969-dfd3-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:03.276178 | 0.03s 2026-03-18 18:47:28.447093 | fa163e8b-0e9d-6969-dfd3-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-03-18 18:47:28.476359 | fa163e8b-0e9d-6969-dfd3-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-18 18:47:28.477391 | fa163e8b-0e9d-6969-dfd3-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:03.332956 | 0.03s 2026-03-18 18:47:28.502319 | fa163e8b-0e9d-6969-dfd3-000000001337 | TASK | Update default network configuration if possible 2026-03-18 18:47:28.531425 | fa163e8b-0e9d-6969-dfd3-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-03-18 18:47:28.532450 | fa163e8b-0e9d-6969-dfd3-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:03.388016 | 0.03s 2026-03-18 18:47:28.557613 | fa163e8b-0e9d-6969-dfd3-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-03-18 18:47:28.781523 | fa163e8b-0e9d-6969-dfd3-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-18 18:47:28.782827 | fa163e8b-0e9d-6969-dfd3-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:03.638392 | 0.22s 2026-03-18 18:47:28.807625 | fa163e8b-0e9d-6969-dfd3-00000000133a | TASK | Get current podman network 2026-03-18 18:47:29.105014 | fa163e8b-0e9d-6969-dfd3-00000000133a | CHANGED | Get current podman network | standalone 2026-03-18 18:47:29.106538 | fa163e8b-0e9d-6969-dfd3-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:03.962102 | 0.30s 2026-03-18 18:47:29.132989 | fa163e8b-0e9d-6969-dfd3-00000000133b | TASK | Update the default network configuration 2026-03-18 18:47:29.731586 | fa163e8b-0e9d-6969-dfd3-00000000133b | CHANGED | Update the default network configuration | standalone 2026-03-18 18:47:29.732934 | fa163e8b-0e9d-6969-dfd3-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:04.588498 | 0.60s 2026-03-18 18:47:29.758591 | fa163e8b-0e9d-6969-dfd3-00000000133c | TASK | Write containers registries.conf 2026-03-18 18:47:30.302710 | fa163e8b-0e9d-6969-dfd3-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-03-18 18:47:30.304251 | fa163e8b-0e9d-6969-dfd3-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:05.159814 | 0.54s 2026-03-18 18:47:30.330940 | fa163e8b-0e9d-6969-dfd3-00000000133d | TASK | Write containers.conf 2026-03-18 18:47:30.583306 | fa163e8b-0e9d-6969-dfd3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-18 18:47:30.585606 | fa163e8b-0e9d-6969-dfd3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.441164 | 0.25s 2026-03-18 18:47:30.795695 | fa163e8b-0e9d-6969-dfd3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-18 18:47:30.796882 | fa163e8b-0e9d-6969-dfd3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.652448 | 0.46s 2026-03-18 18:47:31.005470 | fa163e8b-0e9d-6969-dfd3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-18 18:47:31.006560 | fa163e8b-0e9d-6969-dfd3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.862129 | 0.67s 2026-03-18 18:47:31.178310 | fa163e8b-0e9d-6969-dfd3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-18 18:47:31.179330 | fa163e8b-0e9d-6969-dfd3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.034898 | 0.85s 2026-03-18 18:47:31.192128 | fa163e8b-0e9d-6969-dfd3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.047689 | 0.86s 2026-03-18 18:47:31.218757 | fa163e8b-0e9d-6969-dfd3-00000000133e | TASK | Enable podman.socket service 2026-03-18 18:47:31.249995 | fa163e8b-0e9d-6969-dfd3-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-03-18 18:47:31.251119 | fa163e8b-0e9d-6969-dfd3-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:06.106685 | 0.03s 2026-03-18 18:47:31.297846 | fa163e8b-0e9d-6969-dfd3-000000000bb3 | TASK | Run podman login 2026-03-18 18:47:31.326471 | fa163e8b-0e9d-6969-dfd3-000000000bb3 | TIMING | Run podman login | standalone | 0:03:06.182029 | 0.03s 2026-03-18 18:47:31.404600 | fa163e8b-0e9d-6969-dfd3-00000000143e | TASK | Perform container registry login(s) with podman 2026-03-18 18:47:31.431931 | fa163e8b-0e9d-6969-dfd3-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:06.287495 | 0.03s 2026-03-18 18:47:31.469122 | fa163e8b-0e9d-6969-dfd3-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-18 18:47:31.931768 | fa163e8b-0e9d-6969-dfd3-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-18 18:47:31.933130 | fa163e8b-0e9d-6969-dfd3-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:06.788695 | 0.46s 2026-03-18 18:47:31.957571 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | TASK | create persistent directories 2026-03-18 18:47:32.219634 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-18 18:47:32.221955 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.077510 | 0.26s 2026-03-18 18:47:32.413884 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-18 18:47:32.415647 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.271214 | 0.46s 2026-03-18 18:47:32.639847 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-18 18:47:32.641605 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.497173 | 0.68s 2026-03-18 18:47:32.652913 | fa163e8b-0e9d-6969-dfd3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.508470 | 0.69s 2026-03-18 18:47:32.679535 | fa163e8b-0e9d-6969-dfd3-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-03-18 18:47:33.144101 | fa163e8b-0e9d-6969-dfd3-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-18 18:47:33.145573 | fa163e8b-0e9d-6969-dfd3-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:08.001139 | 0.46s 2026-03-18 18:47:33.169874 | fa163e8b-0e9d-6969-dfd3-000000000bb8 | TASK | Ensure rsyslog is installed 2026-03-18 18:47:36.250588 | fa163e8b-0e9d-6969-dfd3-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-03-18 18:47:36.252089 | fa163e8b-0e9d-6969-dfd3-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:11.107653 | 3.08s 2026-03-18 18:47:36.276678 | fa163e8b-0e9d-6969-dfd3-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-03-18 18:47:36.645939 | fa163e8b-0e9d-6969-dfd3-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-03-18 18:47:36.648045 | fa163e8b-0e9d-6969-dfd3-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:11.503609 | 0.37s 2026-03-18 18:47:36.702974 | fa163e8b-0e9d-6969-dfd3-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:11.558533 | 0.03s 2026-03-18 18:47:36.789317 | fa163e8b-0e9d-6969-dfd3-000000001559 | TASK | Gather variables for each operating system 2026-03-18 18:47:36.910826 | fa163e8b-0e9d-6969-dfd3-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-18 18:47:36.912167 | fa163e8b-0e9d-6969-dfd3-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.767721 | 0.12s 2026-03-18 18:47:36.924313 | fa163e8b-0e9d-6969-dfd3-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.779877 | 0.13s 2026-03-18 18:47:36.949473 | fa163e8b-0e9d-6969-dfd3-00000000155b | TASK | Install the OpenSSH server 2026-03-18 18:47:40.038717 | fa163e8b-0e9d-6969-dfd3-00000000155b | OK | Install the OpenSSH server | standalone 2026-03-18 18:47:40.040303 | fa163e8b-0e9d-6969-dfd3-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:14.895866 | 3.09s 2026-03-18 18:47:40.066297 | fa163e8b-0e9d-6969-dfd3-00000000155c | TASK | Start sshd 2026-03-18 18:47:40.094877 | fa163e8b-0e9d-6969-dfd3-00000000155c | SKIPPED | Start sshd | standalone 2026-03-18 18:47:40.095973 | fa163e8b-0e9d-6969-dfd3-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:14.951536 | 0.03s 2026-03-18 18:47:40.121457 | fa163e8b-0e9d-6969-dfd3-00000000155d | TASK | PasswordAuthentication notice 2026-03-18 18:47:40.160789 | fa163e8b-0e9d-6969-dfd3-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-18 18:47:40.161887 | fa163e8b-0e9d-6969-dfd3-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:15.017454 | 0.04s 2026-03-18 18:47:40.187258 | fa163e8b-0e9d-6969-dfd3-00000000155e | TASK | PasswordAuthentication duplication notice 2026-03-18 18:47:40.218483 | fa163e8b-0e9d-6969-dfd3-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-18 18:47:40.219546 | fa163e8b-0e9d-6969-dfd3-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:15.075111 | 0.03s 2026-03-18 18:47:40.245300 | fa163e8b-0e9d-6969-dfd3-00000000155f | TASK | Motd duplication notice 2026-03-18 18:47:40.285285 | fa163e8b-0e9d-6969-dfd3-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-18 18:47:40.286658 | fa163e8b-0e9d-6969-dfd3-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:15.142216 | 0.04s 2026-03-18 18:47:40.313285 | fa163e8b-0e9d-6969-dfd3-000000001560 | TASK | Configure the banner text 2026-03-18 18:47:40.344662 | fa163e8b-0e9d-6969-dfd3-000000001560 | SKIPPED | Configure the banner text | standalone 2026-03-18 18:47:40.345809 | fa163e8b-0e9d-6969-dfd3-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:15.201369 | 0.03s 2026-03-18 18:47:40.371752 | fa163e8b-0e9d-6969-dfd3-000000001561 | TASK | Configure the motd banner 2026-03-18 18:47:40.402974 | fa163e8b-0e9d-6969-dfd3-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-03-18 18:47:40.404121 | fa163e8b-0e9d-6969-dfd3-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:15.259680 | 0.03s 2026-03-18 18:47:40.430885 | fa163e8b-0e9d-6969-dfd3-000000001562 | TASK | Update sshd configuration options from vars 2026-03-18 18:47:40.470845 | fa163e8b-0e9d-6969-dfd3-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-03-18 18:47:40.471973 | fa163e8b-0e9d-6969-dfd3-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:15.327539 | 0.04s 2026-03-18 18:47:40.498804 | fa163e8b-0e9d-6969-dfd3-000000001563 | TASK | Adjust ssh server configuration 2026-03-18 18:47:41.067267 | fa163e8b-0e9d-6969-dfd3-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-03-18 18:47:41.068978 | fa163e8b-0e9d-6969-dfd3-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:15.924541 | 0.57s 2026-03-18 18:47:41.097829 | fa163e8b-0e9d-6969-dfd3-000000001564 | TASK | Restart sshd 2026-03-18 18:47:41.540481 | fa163e8b-0e9d-6969-dfd3-000000001564 | CHANGED | Restart sshd | standalone 2026-03-18 18:47:41.542555 | fa163e8b-0e9d-6969-dfd3-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:16.398119 | 0.44s 2026-03-18 18:47:41.594607 | fa163e8b-0e9d-6969-dfd3-000000000bbb | TASK | create persistent directories 2026-03-18 18:47:41.859299 | fa163e8b-0e9d-6969-dfd3-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-18 18:47:41.860948 | fa163e8b-0e9d-6969-dfd3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.716502 | 0.27s 2026-03-18 18:47:42.062358 | fa163e8b-0e9d-6969-dfd3-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-18 18:47:42.063482 | fa163e8b-0e9d-6969-dfd3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.919051 | 0.47s 2026-03-18 18:47:42.286794 | fa163e8b-0e9d-6969-dfd3-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-18 18:47:42.287888 | fa163e8b-0e9d-6969-dfd3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.143456 | 0.69s 2026-03-18 18:47:42.294850 | fa163e8b-0e9d-6969-dfd3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.150420 | 0.70s 2026-03-18 18:47:42.320622 | fa163e8b-0e9d-6969-dfd3-000000000bbc | TASK | create persistent directories 2026-03-18 18:47:42.574120 | fa163e8b-0e9d-6969-dfd3-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-18 18:47:42.575641 | fa163e8b-0e9d-6969-dfd3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.431212 | 0.25s 2026-03-18 18:47:42.806490 | fa163e8b-0e9d-6969-dfd3-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-18 18:47:42.807578 | fa163e8b-0e9d-6969-dfd3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.663146 | 0.49s 2026-03-18 18:47:43.032267 | fa163e8b-0e9d-6969-dfd3-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-18 18:47:43.032927 | fa163e8b-0e9d-6969-dfd3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.888502 | 0.71s 2026-03-18 18:47:43.036782 | fa163e8b-0e9d-6969-dfd3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.892352 | 0.71s 2026-03-18 18:47:43.063406 | fa163e8b-0e9d-6969-dfd3-000000000bbd | TASK | Set swift_use_local_disks fact 2026-03-18 18:47:43.094587 | fa163e8b-0e9d-6969-dfd3-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-03-18 18:47:43.095705 | fa163e8b-0e9d-6969-dfd3-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:17.951271 | 0.03s 2026-03-18 18:47:43.119866 | fa163e8b-0e9d-6969-dfd3-000000000bbe | TASK | Set use_node_data_lookup fact 2026-03-18 18:47:43.150377 | fa163e8b-0e9d-6969-dfd3-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-03-18 18:47:43.151628 | fa163e8b-0e9d-6969-dfd3-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:18.007193 | 0.03s 2026-03-18 18:47:43.176234 | fa163e8b-0e9d-6969-dfd3-000000000bbf | TASK | Create Swift d1 directory if needed 2026-03-18 18:47:43.408964 | fa163e8b-0e9d-6969-dfd3-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-18 18:47:43.410284 | fa163e8b-0e9d-6969-dfd3-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:18.265848 | 0.23s 2026-03-18 18:47:43.434860 | fa163e8b-0e9d-6969-dfd3-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-03-18 18:47:43.463552 | fa163e8b-0e9d-6969-dfd3-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-03-18 18:47:43.464697 | fa163e8b-0e9d-6969-dfd3-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:18.320263 | 0.03s 2026-03-18 18:47:43.489063 | fa163e8b-0e9d-6969-dfd3-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-03-18 18:47:43.517514 | fa163e8b-0e9d-6969-dfd3-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-18 18:47:43.518636 | fa163e8b-0e9d-6969-dfd3-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:18.374201 | 0.03s 2026-03-18 18:47:43.543514 | fa163e8b-0e9d-6969-dfd3-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-03-18 18:47:43.573067 | fa163e8b-0e9d-6969-dfd3-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-18 18:47:43.574147 | fa163e8b-0e9d-6969-dfd3-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:18.429712 | 0.03s 2026-03-18 18:47:43.599244 | fa163e8b-0e9d-6969-dfd3-000000000bc3 | TASK | Format SwiftRawDisks 2026-03-18 18:47:43.629550 | fa163e8b-0e9d-6969-dfd3-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:18.485103 | 0.03s 2026-03-18 18:47:43.654959 | fa163e8b-0e9d-6969-dfd3-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-18 18:47:43.703567 | fa163e8b-0e9d-6969-dfd3-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-18 18:47:43.704670 | fa163e8b-0e9d-6969-dfd3-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:18.560234 | 0.05s 2026-03-18 18:47:43.729550 | fa163e8b-0e9d-6969-dfd3-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-03-18 18:47:43.757795 | fa163e8b-0e9d-6969-dfd3-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:18.613347 | 0.03s 2026-03-18 18:47:43.782677 | fa163e8b-0e9d-6969-dfd3-000000000bc6 | TASK | Check for NTP service 2026-03-18 18:47:44.029595 | fa163e8b-0e9d-6969-dfd3-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-03-18 18:47:44.031294 | fa163e8b-0e9d-6969-dfd3-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:18.886851 | 0.25s 2026-03-18 18:47:44.056512 | fa163e8b-0e9d-6969-dfd3-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-03-18 18:47:44.107038 | fa163e8b-0e9d-6969-dfd3-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-18 18:47:44.108386 | fa163e8b-0e9d-6969-dfd3-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:18.963943 | 0.05s 2026-03-18 18:47:44.133788 | fa163e8b-0e9d-6969-dfd3-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-03-18 18:47:44.162924 | fa163e8b-0e9d-6969-dfd3-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:19.018484 | 0.03s 2026-03-18 18:47:44.259399 | fa163e8b-0e9d-6969-dfd3-0000000016f5 | TASK | Load distro-specific variables 2026-03-18 18:47:44.285303 | fa163e8b-0e9d-6969-dfd3-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.140873 | 0.03s 2026-03-18 18:47:44.293491 | 0f584686-e977-476f-901b-1e371c6043ef | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:47:44.314405 | fa163e8b-0e9d-6969-dfd3-0000000017da | TASK | Load distro-specific variables 2026-03-18 18:47:44.358556 | fa163e8b-0e9d-6969-dfd3-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:47:44.359913 | fa163e8b-0e9d-6969-dfd3-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.215475 | 0.04s 2026-03-18 18:47:44.371968 | fa163e8b-0e9d-6969-dfd3-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.227529 | 0.06s 2026-03-18 18:47:44.400057 | fa163e8b-0e9d-6969-dfd3-0000000016f6 | TASK | Install chronyd 2026-03-18 18:47:44.431055 | fa163e8b-0e9d-6969-dfd3-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:19.286612 | 0.03s 2026-03-18 18:47:44.454493 | 9352aa18-5780-4177-bc9d-b4943aa11d07 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-18 18:47:44.489111 | fa163e8b-0e9d-6969-dfd3-000000001813 | TASK | Load distro-specific variables 2026-03-18 18:47:44.516621 | fa163e8b-0e9d-6969-dfd3-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.372184 | 0.03s 2026-03-18 18:47:44.527721 | 4c44584a-6bb0-42d7-8cdf-b0b8dce23f9f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:47:44.552588 | fa163e8b-0e9d-6969-dfd3-00000000185a | TASK | Load distro-specific variables 2026-03-18 18:47:44.611350 | fa163e8b-0e9d-6969-dfd3-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:47:44.613219 | fa163e8b-0e9d-6969-dfd3-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.468780 | 0.06s 2026-03-18 18:47:44.623218 | fa163e8b-0e9d-6969-dfd3-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.478782 | 0.07s 2026-03-18 18:47:44.643763 | fa163e8b-0e9d-6969-dfd3-000000001814 | TASK | Check for NTP service 2026-03-18 18:47:44.896144 | fa163e8b-0e9d-6969-dfd3-000000001814 | CHANGED | Check for NTP service | standalone 2026-03-18 18:47:44.897553 | fa163e8b-0e9d-6969-dfd3-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:19.753118 | 0.25s 2026-03-18 18:47:44.917512 | fa163e8b-0e9d-6969-dfd3-000000001815 | TASK | Disable NTP before configuring Chrony 2026-03-18 18:47:44.965410 | fa163e8b-0e9d-6969-dfd3-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-18 18:47:44.966113 | fa163e8b-0e9d-6969-dfd3-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:19.821685 | 0.05s 2026-03-18 18:47:44.985432 | fa163e8b-0e9d-6969-dfd3-000000001816 | TASK | Install chronyd package 2026-03-18 18:47:48.068041 | fa163e8b-0e9d-6969-dfd3-000000001816 | OK | Install chronyd package | standalone 2026-03-18 18:47:48.069559 | fa163e8b-0e9d-6969-dfd3-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:22.925123 | 3.08s 2026-03-18 18:47:48.095063 | fa163e8b-0e9d-6969-dfd3-0000000016f7 | TASK | Upgrade chronyd 2026-03-18 18:47:48.124559 | fa163e8b-0e9d-6969-dfd3-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-03-18 18:47:48.125684 | fa163e8b-0e9d-6969-dfd3-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:22.981249 | 0.03s 2026-03-18 18:47:48.150741 | fa163e8b-0e9d-6969-dfd3-0000000016f8 | TASK | Configure chronyd 2026-03-18 18:47:48.180766 | fa163e8b-0e9d-6969-dfd3-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:23.036326 | 0.03s 2026-03-18 18:47:48.199475 | 26f6d1e6-db53-4e1a-be8c-9ea9a0fb4541 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-18 18:47:48.236458 | fa163e8b-0e9d-6969-dfd3-000000001893 | TASK | Load distro-specific variables 2026-03-18 18:47:48.262703 | fa163e8b-0e9d-6969-dfd3-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.118272 | 0.03s 2026-03-18 18:47:48.272860 | 8bc22a3a-4ae3-4eaa-af3d-35adf5240d8e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:47:48.295259 | fa163e8b-0e9d-6969-dfd3-0000000018ff | TASK | Load distro-specific variables 2026-03-18 18:47:48.350942 | fa163e8b-0e9d-6969-dfd3-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:47:48.352455 | fa163e8b-0e9d-6969-dfd3-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.208016 | 0.06s 2026-03-18 18:47:48.364430 | fa163e8b-0e9d-6969-dfd3-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.219997 | 0.07s 2026-03-18 18:47:48.389506 | fa163e8b-0e9d-6969-dfd3-000000001894 | TASK | Install chrony configuration file 2026-03-18 18:47:49.027229 | fa163e8b-0e9d-6969-dfd3-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-03-18 18:47:49.028323 | fa163e8b-0e9d-6969-dfd3-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:23.883894 | 0.64s 2026-03-18 18:47:49.049360 | fa163e8b-0e9d-6969-dfd3-0000000016f9 | TASK | Run chronyd 2026-03-18 18:47:49.078992 | fa163e8b-0e9d-6969-dfd3-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:23.934559 | 0.03s 2026-03-18 18:47:49.089091 | 96ff3427-8309-462d-8a8d-a3c9d06f66e3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-18 18:47:49.116404 | fa163e8b-0e9d-6969-dfd3-000000001922 | TASK | Load distro-specific variables 2026-03-18 18:47:49.141590 | fa163e8b-0e9d-6969-dfd3-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.997161 | 0.02s 2026-03-18 18:47:49.149250 | 95f41391-104e-49da-a1f1-23a8ab5d9ef5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:47:49.168466 | fa163e8b-0e9d-6969-dfd3-0000000019a6 | TASK | Load distro-specific variables 2026-03-18 18:47:49.221785 | fa163e8b-0e9d-6969-dfd3-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:47:49.223094 | fa163e8b-0e9d-6969-dfd3-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.078656 | 0.05s 2026-03-18 18:47:49.228406 | fa163e8b-0e9d-6969-dfd3-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.083980 | 0.06s 2026-03-18 18:47:49.253392 | fa163e8b-0e9d-6969-dfd3-000000001923 | TASK | Ensure chronyd is running 2026-03-18 18:47:49.665259 | fa163e8b-0e9d-6969-dfd3-000000001923 | OK | Ensure chronyd is running | standalone 2026-03-18 18:47:49.666569 | fa163e8b-0e9d-6969-dfd3-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:24.522138 | 0.41s 2026-03-18 18:47:49.686920 | fa163e8b-0e9d-6969-dfd3-000000001924 | TASK | Force chronyd restart 2026-03-18 18:47:50.168428 | fa163e8b-0e9d-6969-dfd3-000000001924 | CHANGED | Force chronyd restart | standalone 2026-03-18 18:47:50.170579 | fa163e8b-0e9d-6969-dfd3-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:25.026148 | 0.48s 2026-03-18 18:47:50.191672 | fa163e8b-0e9d-6969-dfd3-0000000016fa | TASK | Enable online service 2026-03-18 18:47:50.221884 | fa163e8b-0e9d-6969-dfd3-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:25.077453 | 0.03s 2026-03-18 18:47:50.234253 | 86f869b9-4a65-408e-b065-32197a959b84 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-18 18:47:50.271636 | fa163e8b-0e9d-6969-dfd3-0000000019d3 | TASK | Create chrony-online.service unit file 2026-03-18 18:47:50.758194 | fa163e8b-0e9d-6969-dfd3-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-03-18 18:47:50.760898 | fa163e8b-0e9d-6969-dfd3-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:25.616459 | 0.49s 2026-03-18 18:47:50.788287 | fa163e8b-0e9d-6969-dfd3-0000000019d4 | TASK | Enable chrony-online.service 2026-03-18 18:47:51.652698 | fa163e8b-0e9d-6969-dfd3-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-03-18 18:47:51.655790 | fa163e8b-0e9d-6969-dfd3-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:26.511352 | 0.87s 2026-03-18 18:47:51.682075 | fa163e8b-0e9d-6969-dfd3-0000000016fb | TASK | Sync chronyc 2026-03-18 18:47:51.721666 | fa163e8b-0e9d-6969-dfd3-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:26.577225 | 0.04s 2026-03-18 18:47:51.739736 | 24a0092d-2b62-47f8-a832-e99b02cd9acd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-18 18:47:51.788393 | fa163e8b-0e9d-6969-dfd3-000000001a79 | TASK | Force NTP sync 2026-03-18 18:47:52.020298 | fa163e8b-0e9d-6969-dfd3-000000001a79 | CHANGED | Force NTP sync | standalone 2026-03-18 18:47:52.021745 | fa163e8b-0e9d-6969-dfd3-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:26.877308 | 0.23s 2026-03-18 18:47:52.047717 | fa163e8b-0e9d-6969-dfd3-000000001a7a | TASK | Ensure system is NTP time synced 2026-03-18 18:48:02.291361 | fa163e8b-0e9d-6969-dfd3-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-03-18 18:48:02.294259 | fa163e8b-0e9d-6969-dfd3-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:37.149817 | 10.24s 2026-03-18 18:48:02.344139 | fa163e8b-0e9d-6969-dfd3-000000000bc9 | TASK | Force NTP sync 2026-03-18 18:48:02.570353 | fa163e8b-0e9d-6969-dfd3-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-03-18 18:48:02.571678 | fa163e8b-0e9d-6969-dfd3-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:37.427244 | 0.23s 2026-03-18 18:48:02.595756 | fa163e8b-0e9d-6969-dfd3-000000000bca | TASK | Ensure system is NTP time synced 2026-03-18 18:48:02.814583 | fa163e8b-0e9d-6969-dfd3-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-03-18 18:48:02.815894 | fa163e8b-0e9d-6969-dfd3-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:37.671459 | 0.22s 2026-03-18 18:48:02.841540 | fa163e8b-0e9d-6969-dfd3-000000000bcb | TASK | Run timezone role 2026-03-18 18:48:02.870023 | fa163e8b-0e9d-6969-dfd3-000000000bcb | TIMING | Run timezone role | standalone | 0:03:37.725585 | 0.03s 2026-03-18 18:48:02.970031 | fa163e8b-0e9d-6969-dfd3-000000001c3a | TASK | Set timezone 2026-03-18 18:48:03.528086 | fa163e8b-0e9d-6969-dfd3-000000001c3a | OK | Set timezone | standalone 2026-03-18 18:48:03.529515 | fa163e8b-0e9d-6969-dfd3-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:38.385078 | 0.56s 2026-03-18 18:48:03.554827 | fa163e8b-0e9d-6969-dfd3-000000001c3b | TASK | Restart time services 2026-03-18 18:48:03.595302 | fa163e8b-0e9d-6969-dfd3-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-18 18:48:03.601578 | fa163e8b-0e9d-6969-dfd3-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-03-18 18:48:03.607882 | fa163e8b-0e9d-6969-dfd3-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:38.463446 | 0.05s 2026-03-18 18:48:03.656406 | fa163e8b-0e9d-6969-dfd3-000000000bcc | TASK | install tmpwatch on the host 2026-03-18 18:48:06.760031 | fa163e8b-0e9d-6969-dfd3-000000000bcc | OK | install tmpwatch on the host | standalone 2026-03-18 18:48:06.761809 | fa163e8b-0e9d-6969-dfd3-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:41.617373 | 3.10s 2026-03-18 18:48:06.786116 | fa163e8b-0e9d-6969-dfd3-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-03-18 18:48:06.815968 | fa163e8b-0e9d-6969-dfd3-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-18 18:48:06.817076 | fa163e8b-0e9d-6969-dfd3-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:41.672643 | 0.03s 2026-03-18 18:48:06.871184 | fa163e8b-0e9d-6969-dfd3-000000000bce | TIMING | include_role : tuned | standalone | 0:03:41.726715 | 0.03s 2026-03-18 18:48:06.973847 | fa163e8b-0e9d-6969-dfd3-000000001e6e | TASK | Gather variables for each operating system 2026-03-18 18:48:07.128756 | fa163e8b-0e9d-6969-dfd3-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-18 18:48:07.129842 | fa163e8b-0e9d-6969-dfd3-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.985407 | 0.16s 2026-03-18 18:48:07.135628 | fa163e8b-0e9d-6969-dfd3-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.991189 | 0.16s 2026-03-18 18:48:07.210862 | fa163e8b-0e9d-6969-dfd3-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:42.066412 | 0.05s 2026-03-18 18:48:07.230905 | fe2cecc3-1083-4d33-b446-b9c73595314f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-18 18:48:07.262699 | fa163e8b-0e9d-6969-dfd3-000000001f9f | TASK | Check tuned package is installed 2026-03-18 18:48:07.539378 | fa163e8b-0e9d-6969-dfd3-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-03-18 18:48:07.540774 | fa163e8b-0e9d-6969-dfd3-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:42.396337 | 0.28s 2026-03-18 18:48:07.567139 | fa163e8b-0e9d-6969-dfd3-000000001fa0 | TASK | Install tuned 2026-03-18 18:48:07.596039 | fa163e8b-0e9d-6969-dfd3-000000001fa0 | SKIPPED | Install tuned | standalone 2026-03-18 18:48:07.597529 | fa163e8b-0e9d-6969-dfd3-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:42.453091 | 0.03s 2026-03-18 18:48:07.624279 | fa163e8b-0e9d-6969-dfd3-000000001fa1 | TASK | Restart tuned 2026-03-18 18:48:07.653903 | fa163e8b-0e9d-6969-dfd3-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-03-18 18:48:07.655016 | fa163e8b-0e9d-6969-dfd3-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:42.510580 | 0.03s 2026-03-18 18:48:07.680086 | fa163e8b-0e9d-6969-dfd3-000000001e70 | TASK | Check for tuned-adm 2026-03-18 18:48:07.906755 | fa163e8b-0e9d-6969-dfd3-000000001e70 | OK | Check for tuned-adm | standalone 2026-03-18 18:48:07.908312 | fa163e8b-0e9d-6969-dfd3-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:42.763874 | 0.23s 2026-03-18 18:48:07.967437 | fa163e8b-0e9d-6969-dfd3-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:42.822985 | 0.03s 2026-03-18 18:48:07.997809 | 336cfafc-a426-40f6-a2cf-da219834fddb | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-18 18:48:08.031266 | fa163e8b-0e9d-6969-dfd3-000000001fcc | TASK | Ensure profile directory exists 2026-03-18 18:48:08.101378 | fa163e8b-0e9d-6969-dfd3-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-03-18 18:48:08.102739 | fa163e8b-0e9d-6969-dfd3-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:42.958296 | 0.07s 2026-03-18 18:48:08.130368 | fa163e8b-0e9d-6969-dfd3-000000001fcd | TASK | Create custom tuned profile 2026-03-18 18:48:08.193653 | fa163e8b-0e9d-6969-dfd3-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-03-18 18:48:08.194864 | fa163e8b-0e9d-6969-dfd3-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:43.050428 | 0.06s 2026-03-18 18:48:08.219767 | fa163e8b-0e9d-6969-dfd3-000000001fce | TASK | Check tuned active profile 2026-03-18 18:48:08.446018 | fa163e8b-0e9d-6969-dfd3-000000001fce | OK | Check tuned active profile | standalone 2026-03-18 18:48:08.447376 | fa163e8b-0e9d-6969-dfd3-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:43.302939 | 0.23s 2026-03-18 18:48:08.473241 | fa163e8b-0e9d-6969-dfd3-000000001fcf | TASK | Check Tuned Configuration file exists 2026-03-18 18:48:08.698460 | fa163e8b-0e9d-6969-dfd3-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-03-18 18:48:08.699797 | fa163e8b-0e9d-6969-dfd3-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:43.555361 | 0.23s 2026-03-18 18:48:08.725356 | fa163e8b-0e9d-6969-dfd3-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-18 18:48:08.786095 | fa163e8b-0e9d-6969-dfd3-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-18 18:48:08.787247 | fa163e8b-0e9d-6969-dfd3-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:43.642812 | 0.06s 2026-03-18 18:48:08.814370 | fa163e8b-0e9d-6969-dfd3-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-03-18 18:48:08.876464 | fa163e8b-0e9d-6969-dfd3-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-18 18:48:08.877879 | fa163e8b-0e9d-6969-dfd3-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:43.733442 | 0.06s 2026-03-18 18:48:08.902852 | fa163e8b-0e9d-6969-dfd3-000000001fd2 | TASK | Enable tuned profile 2026-03-18 18:48:08.934750 | fa163e8b-0e9d-6969-dfd3-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-03-18 18:48:08.935836 | fa163e8b-0e9d-6969-dfd3-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:43.791400 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-18 18:48:09.116608 | fa163e8b-0e9d-6969-dfd3-0000000000ac | TASK | Overcloud container setup tasks 2026-03-18 18:48:09.143799 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000ac') missing from stats 2026-03-18 18:48:09.164201 | fa163e8b-0e9d-6969-dfd3-0000000000ad | TASK | Write config data 2026-03-18 18:48:09.224992 | fa163e8b-0e9d-6969-dfd3-0000000000ad | TIMING | Write config data | standalone | 0:03:44.080548 | 0.06s 2026-03-18 18:48:09.266412 | 8d5fde2c-ef11-4235-a228-8a7882a8678c | INCLUDED | /root/standalone-ansible-4kwmv7l4/common_container_setup_tasks.yaml | standalone 2026-03-18 18:48:09.290316 | fa163e8b-0e9d-6969-dfd3-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-18 18:48:09.520411 | fa163e8b-0e9d-6969-dfd3-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-18 18:48:09.521810 | fa163e8b-0e9d-6969-dfd3-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:44.377375 | 0.23s 2026-03-18 18:48:09.541640 | fa163e8b-0e9d-6969-dfd3-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-03-18 18:48:09.737092 | fa163e8b-0e9d-6969-dfd3-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-18 18:48:09.738583 | fa163e8b-0e9d-6969-dfd3-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:44.594145 | 0.20s 2026-03-18 18:48:09.764023 | fa163e8b-0e9d-6969-dfd3-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-03-18 18:48:09.987872 | fa163e8b-0e9d-6969-dfd3-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-18 18:48:09.989375 | fa163e8b-0e9d-6969-dfd3-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:44.844938 | 0.22s 2026-03-18 18:48:10.014061 | fa163e8b-0e9d-6969-dfd3-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-18 18:48:10.212849 | fa163e8b-0e9d-6969-dfd3-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-18 18:48:10.214198 | fa163e8b-0e9d-6969-dfd3-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:45.069737 | 0.20s 2026-03-18 18:48:10.238886 | fa163e8b-0e9d-6969-dfd3-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-18 18:48:10.453464 | fa163e8b-0e9d-6969-dfd3-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-18 18:48:10.454850 | fa163e8b-0e9d-6969-dfd3-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:45.310414 | 0.21s 2026-03-18 18:48:10.480746 | fa163e8b-0e9d-6969-dfd3-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-03-18 18:48:11.775779 | fa163e8b-0e9d-6969-dfd3-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-18 18:48:11.777615 | fa163e8b-0e9d-6969-dfd3-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:46.633178 | 1.30s 2026-03-18 18:48:11.803264 | fa163e8b-0e9d-6969-dfd3-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-03-18 18:48:12.056906 | fa163e8b-0e9d-6969-dfd3-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-18 18:48:12.058589 | fa163e8b-0e9d-6969-dfd3-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:46.914152 | 0.25s 2026-03-18 18:48:12.085278 | fa163e8b-0e9d-6969-dfd3-00000000203a | TASK | Write container config scripts 2026-03-18 18:48:12.448354 | fa163e8b-0e9d-6969-dfd3-00000000203a | CHANGED | Write container config scripts | standalone 2026-03-18 18:48:12.449961 | fa163e8b-0e9d-6969-dfd3-00000000203a | TIMING | Write container config scripts | standalone | 0:03:47.305524 | 0.36s 2026-03-18 18:48:12.475548 | fa163e8b-0e9d-6969-dfd3-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-18 18:48:12.929638 | fa163e8b-0e9d-6969-dfd3-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-18 18:48:12.930980 | fa163e8b-0e9d-6969-dfd3-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:47.786543 | 0.45s 2026-03-18 18:48:12.955981 | fa163e8b-0e9d-6969-dfd3-00000000203c | TASK | Generate startup configs files per step and per container 2026-03-18 18:48:13.560950 | fa163e8b-0e9d-6969-dfd3-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-18 18:48:13.572068 | fa163e8b-0e9d-6969-dfd3-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:48.427621 | 0.61s 2026-03-18 18:48:13.619229 | fa163e8b-0e9d-6969-dfd3-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-03-18 18:48:13.906727 | fa163e8b-0e9d-6969-dfd3-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-18 18:48:13.908313 | fa163e8b-0e9d-6969-dfd3-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:48.763870 | 0.29s 2026-03-18 18:48:13.933501 | fa163e8b-0e9d-6969-dfd3-00000000203e | TASK | Create /var/lib/config-data directory 2026-03-18 18:48:14.166464 | fa163e8b-0e9d-6969-dfd3-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-18 18:48:14.167968 | fa163e8b-0e9d-6969-dfd3-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:49.023531 | 0.23s 2026-03-18 18:48:14.192857 | fa163e8b-0e9d-6969-dfd3-00000000203f | TASK | Write container config json files 2026-03-18 18:48:14.695554 | fa163e8b-0e9d-6969-dfd3-00000000203f | CHANGED | Write container config json files | standalone 2026-03-18 18:48:14.703880 | fa163e8b-0e9d-6969-dfd3-00000000203f | TIMING | Write container config json files | standalone | 0:03:49.559443 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-18 18:48:14.868953 | fa163e8b-0e9d-6969-dfd3-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-18 18:48:14.895385 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-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-18 18:48:14.955255 | fa163e8b-0e9d-6969-dfd3-0000000000b2 | TIMING | include_tasks | standalone | 0:03:49.810825 | 0.04s 2026-03-18 18:48:14.973522 | 8727b330-b452-4b5b-a589-5e2f9e9bd92f | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-03-18 18:48:15.007116 | fa163e8b-0e9d-6969-dfd3-000000002073 | TASK | Get undercloud FQDN 2026-03-18 18:48:15.066251 | fa163e8b-0e9d-6969-dfd3-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-000000002073') missing from stats 2026-03-18 18:48:15.128275 | fa163e8b-0e9d-6969-dfd3-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:49.983840 | 0.04s 2026-03-18 18:48:15.198135 | fa163e8b-0e9d-6969-dfd3-000000002098 | TASK | set main facts 2026-03-18 18:48:15.267770 | fa163e8b-0e9d-6969-dfd3-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-000000002098') missing from stats 2026-03-18 18:48:15.314732 | fa163e8b-0e9d-6969-dfd3-000000002099 | TASK | get the default.conf file 2026-03-18 18:48:15.557548 | fa163e8b-0e9d-6969-dfd3-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-000000002099') missing from stats 2026-03-18 18:48:15.604009 | fa163e8b-0e9d-6969-dfd3-00000000209a | TASK | set the principal 2026-03-18 18:48:15.686338 | fa163e8b-0e9d-6969-dfd3-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-00000000209a') missing from stats 2026-03-18 18:48:15.733323 | fa163e8b-0e9d-6969-dfd3-00000000209c | TASK | add new host with one-time password 2026-03-18 18:48:16.978841 | fa163e8b-0e9d-6969-dfd3-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-00000000209c') missing from stats 2026-03-18 18:48:17.018633 | fa163e8b-0e9d-6969-dfd3-00000000209d | TASK | set otp as a host fact 2026-03-18 18:48:17.057827 | fa163e8b-0e9d-6969-dfd3-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-03-18 18:48:17.058908 | fa163e8b-0e9d-6969-dfd3-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:51.914471 | 0.04s 2026-03-18 18:48:17.103882 | fa163e8b-0e9d-6969-dfd3-00000000209f | TASK | add required services using custom module 2026-03-18 18:48:20.381181 | fa163e8b-0e9d-6969-dfd3-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-0e9d-6969-dfd3-00000000209f') missing from stats 2026-03-18 18:48:20.453591 | fa163e8b-0e9d-6969-dfd3-000000002076 | TASK | check if default.conf exists 2026-03-18 18:48:20.695715 | fa163e8b-0e9d-6969-dfd3-000000002076 | OK | check if default.conf exists | standalone 2026-03-18 18:48:20.697114 | fa163e8b-0e9d-6969-dfd3-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:55.552676 | 0.24s 2026-03-18 18:48:20.721956 | fa163e8b-0e9d-6969-dfd3-000000002077 | TASK | install openssl-perl 2026-03-18 18:48:20.760905 | fa163e8b-0e9d-6969-dfd3-000000002077 | SKIPPED | install openssl-perl | standalone 2026-03-18 18:48:20.762074 | fa163e8b-0e9d-6969-dfd3-000000002077 | TIMING | install openssl-perl | standalone | 0:03:55.617638 | 0.04s 2026-03-18 18:48:20.788038 | fa163e8b-0e9d-6969-dfd3-000000002078 | TASK | register as an ipa client 2026-03-18 18:48:20.827069 | fa163e8b-0e9d-6969-dfd3-000000002078 | SKIPPED | register as an ipa client | standalone 2026-03-18 18:48:20.828274 | fa163e8b-0e9d-6969-dfd3-000000002078 | TIMING | register as an ipa client | standalone | 0:03:55.683838 | 0.04s 2026-03-18 18:48:20.852666 | fa163e8b-0e9d-6969-dfd3-000000002079 | TASK | restart certmonger service 2026-03-18 18:48:20.891518 | fa163e8b-0e9d-6969-dfd3-000000002079 | SKIPPED | restart certmonger service | standalone 2026-03-18 18:48:20.892754 | fa163e8b-0e9d-6969-dfd3-000000002079 | TIMING | restart certmonger service | standalone | 0:03:55.748317 | 0.04s 2026-03-18 18:48:20.918459 | fa163e8b-0e9d-6969-dfd3-00000000207a | TASK | set discovered ipa realm 2026-03-18 18:48:20.959635 | fa163e8b-0e9d-6969-dfd3-00000000207a | OK | set discovered ipa realm | standalone 2026-03-18 18:48:20.960888 | fa163e8b-0e9d-6969-dfd3-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:55.816453 | 0.04s PLAY [External deployment step 1] ********************************************** 2026-03-18 18:48:21.100694 | fa163e8b-0e9d-6969-dfd3-0000000000b6 | TASK | External deployment step 1 2026-03-18 18:48:21.128226 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000b6') missing from stats 2026-03-18 18:48:21.190782 | fa163e8b-0e9d-6969-dfd3-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:56.046336 | 0.04s 2026-03-18 18:48:21.229315 | 3fc226ca-2c20-464b-a03f-466f32f09b17 | INCLUDED | /root/standalone-ansible-4kwmv7l4/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-18 18:48:21.247605 | fa163e8b-0e9d-6969-dfd3-0000000020f5 | TASK | Container image prepare 2026-03-18 18:48:22.269487 | fa163e8b-0e9d-6969-dfd3-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-03-18 18:48:22.271556 | fa163e8b-0e9d-6969-dfd3-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:57.127120 | 1.02s 2026-03-18 18:48:22.357192 | fa163e8b-0e9d-6969-dfd3-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:57.212718 | 0.05s 2026-03-18 18:48:22.400745 | fa163e8b-0e9d-6969-dfd3-00000000211b | TASK | get dns zones and entries to add 2026-03-18 18:48:22.462974 | fa163e8b-0e9d-6969-dfd3-00000000211b | OK | get dns zones and entries to add | undercloud 2026-03-18 18:48:22.464488 | fa163e8b-0e9d-6969-dfd3-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:57.320054 | 0.06s 2026-03-18 18:48:22.533522 | fa163e8b-0e9d-6969-dfd3-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "ooo.test", "0.18.172.in-addr.arpa", "external.ooo.test", "0.17.172.in-addr.arpa", "tenant.ooo.test", "122.168.192.in-addr.arpa", "0.20.172.in-addr.arpa", "storage.ooo.test", "0.19.172.in-addr.arpa", "0.21.172.in-addr.arpa", "internalapi.ooo.test", "ctlplane.ooo.test", "storagemgmt.ooo.test" ] } 2026-03-18 18:48:22.534616 | fa163e8b-0e9d-6969-dfd3-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:57.390183 | 0.05s 2026-03-18 18:48:22.615748 | fa163e8b-0e9d-6969-dfd3-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-18 18:48:22.617295 | fa163e8b-0e9d-6969-dfd3-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:57.472862 | 0.06s 2026-03-18 18:48:22.635532 | fa163e8b-0e9d-6969-dfd3-00000000211e | TASK | add dns zones and records 2026-03-18 18:48:25.687907 | fa163e8b-0e9d-6969-dfd3-00000000211e | CHANGED | add dns zones and records | undercloud 2026-03-18 18:48:25.689690 | fa163e8b-0e9d-6969-dfd3-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:00.545255 | 3.05s 2026-03-18 18:48:25.724722 | fa163e8b-0e9d-6969-dfd3-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-03-18 18:48:25.967919 | fa163e8b-0e9d-6969-dfd3-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-18 18:48:25.969405 | fa163e8b-0e9d-6969-dfd3-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:00.824969 | 0.24s 2026-03-18 18:48:25.987536 | fa163e8b-0e9d-6969-dfd3-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-03-18 18:48:26.038864 | fa163e8b-0e9d-6969-dfd3-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.894418 | 0.05s 2026-03-18 18:48:26.085549 | fa163e8b-0e9d-6969-dfd3-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-18 18:48:26.348939 | fa163e8b-0e9d-6969-dfd3-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-18 18:48:26.350363 | fa163e8b-0e9d-6969-dfd3-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:01.205926 | 0.26s 2026-03-18 18:48:26.370505 | fa163e8b-0e9d-6969-dfd3-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-18 18:48:26.895039 | fa163e8b-0e9d-6969-dfd3-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-18 18:48:26.895865 | fa163e8b-0e9d-6969-dfd3-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:01.751439 | 0.52s 2026-03-18 18:48:26.910967 | fa163e8b-0e9d-6969-dfd3-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-18 18:48:26.960093 | fa163e8b-0e9d-6969-dfd3-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:01.815651 | 0.05s 2026-03-18 18:48:27.007022 | fa163e8b-0e9d-6969-dfd3-00000000218c | TASK | Check for a configured destination 2026-03-18 18:48:27.071402 | fa163e8b-0e9d-6969-dfd3-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-03-18 18:48:27.072711 | fa163e8b-0e9d-6969-dfd3-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:01.928272 | 0.06s 2026-03-18 18:48:27.112486 | fa163e8b-0e9d-6969-dfd3-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-18 18:48:27.537389 | fa163e8b-0e9d-6969-dfd3-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-18 18:48:27.538848 | fa163e8b-0e9d-6969-dfd3-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:02.394412 | 0.42s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-18 18:48:27.702040 | fa163e8b-0e9d-6969-dfd3-0000000000ba | TASK | Deploy step tasks for 1 2026-03-18 18:48:27.735649 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000ba') missing from stats 2026-03-18 18:48:27.756670 | fa163e8b-0e9d-6969-dfd3-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-18 18:48:28.214930 | fa163e8b-0e9d-6969-dfd3-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-18 18:48:28.216817 | fa163e8b-0e9d-6969-dfd3-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:03.072376 | 0.46s 2026-03-18 18:48:28.243693 | fa163e8b-0e9d-6969-dfd3-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-18 18:48:28.481783 | fa163e8b-0e9d-6969-dfd3-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-18 18:48:28.483439 | fa163e8b-0e9d-6969-dfd3-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:03.339001 | 0.24s 2026-03-18 18:48:28.510265 | fa163e8b-0e9d-6969-dfd3-0000000000be | TASK | Write config data at the start of step 1 2026-03-18 18:48:28.587958 | fa163e8b-0e9d-6969-dfd3-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:03.443501 | 0.08s 2026-03-18 18:48:28.636907 | 584eec45-36cc-48b1-a613-292cd47fd97c | INCLUDED | /root/standalone-ansible-4kwmv7l4/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-18 18:48:28.660903 | fa163e8b-0e9d-6969-dfd3-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-18 18:48:28.690095 | fa163e8b-0e9d-6969-dfd3-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-18 18:48:28.691375 | fa163e8b-0e9d-6969-dfd3-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:03.546936 | 0.03s 2026-03-18 18:48:28.717399 | fa163e8b-0e9d-6969-dfd3-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-18 18:48:28.747552 | fa163e8b-0e9d-6969-dfd3-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-18 18:48:28.748918 | fa163e8b-0e9d-6969-dfd3-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:03.604482 | 0.03s 2026-03-18 18:48:28.774317 | fa163e8b-0e9d-6969-dfd3-0000000021cd | TASK | Write the puppet step_config manifest 2026-03-18 18:48:29.229693 | fa163e8b-0e9d-6969-dfd3-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-03-18 18:48:29.231107 | fa163e8b-0e9d-6969-dfd3-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:04.086671 | 0.46s 2026-03-18 18:48:29.256382 | fa163e8b-0e9d-6969-dfd3-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-03-18 18:48:29.279363 | fa163e8b-0e9d-6969-dfd3-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-18 18:48:29.280460 | fa163e8b-0e9d-6969-dfd3-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:04.136016 | 0.02s 2026-03-18 18:48:29.306008 | fa163e8b-0e9d-6969-dfd3-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-03-18 18:48:29.335696 | fa163e8b-0e9d-6969-dfd3-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-18 18:48:29.336796 | fa163e8b-0e9d-6969-dfd3-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:04.192360 | 0.03s 2026-03-18 18:48:29.362916 | fa163e8b-0e9d-6969-dfd3-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-03-18 18:48:29.595104 | fa163e8b-0e9d-6969-dfd3-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-03-18 18:48:29.596743 | fa163e8b-0e9d-6969-dfd3-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:04.452299 | 0.23s 2026-03-18 18:48:29.622003 | fa163e8b-0e9d-6969-dfd3-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-18 18:48:29.653389 | fa163e8b-0e9d-6969-dfd3-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-18 18:48:29.654612 | fa163e8b-0e9d-6969-dfd3-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:04.510170 | 0.03s 2026-03-18 18:48:29.679987 | fa163e8b-0e9d-6969-dfd3-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-18 18:48:29.710294 | fa163e8b-0e9d-6969-dfd3-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-18 18:48:29.711459 | fa163e8b-0e9d-6969-dfd3-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:04.567018 | 0.03s 2026-03-18 18:48:29.737037 | fa163e8b-0e9d-6969-dfd3-0000000021d3 | TASK | Write container-puppet.json file 2026-03-18 18:48:30.308798 | fa163e8b-0e9d-6969-dfd3-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-03-18 18:48:30.310395 | fa163e8b-0e9d-6969-dfd3-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:05.165958 | 0.57s 2026-03-18 18:48:30.335062 | fa163e8b-0e9d-6969-dfd3-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-03-18 18:48:30.363689 | fa163e8b-0e9d-6969-dfd3-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-18 18:48:30.364875 | fa163e8b-0e9d-6969-dfd3-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:05.220438 | 0.03s 2026-03-18 18:48:30.390545 | fa163e8b-0e9d-6969-dfd3-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-03-18 18:48:30.422408 | fa163e8b-0e9d-6969-dfd3-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-18 18:48:30.423551 | fa163e8b-0e9d-6969-dfd3-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:05.279114 | 0.03s 2026-03-18 18:48:30.449528 | fa163e8b-0e9d-6969-dfd3-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-18 18:48:30.819447 | fa163e8b-0e9d-6969-dfd3-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-18 18:48:30.820863 | fa163e8b-0e9d-6969-dfd3-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:05.676421 | 0.37s 2026-03-18 18:48:30.845983 | fa163e8b-0e9d-6969-dfd3-0000000021d7 | TASK | Set host puppet debugging fact string 2026-03-18 18:48:30.878760 | fa163e8b-0e9d-6969-dfd3-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-18 18:48:30.879864 | fa163e8b-0e9d-6969-dfd3-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:05.735427 | 0.03s 2026-03-18 18:48:30.905052 | fa163e8b-0e9d-6969-dfd3-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-18 18:48:30.928309 | fa163e8b-0e9d-6969-dfd3-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-18 18:48:30.929449 | fa163e8b-0e9d-6969-dfd3-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:05.785013 | 0.02s 2026-03-18 18:48:30.954706 | fa163e8b-0e9d-6969-dfd3-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-18 18:48:30.983476 | fa163e8b-0e9d-6969-dfd3-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-18 18:48:30.984728 | fa163e8b-0e9d-6969-dfd3-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:05.840292 | 0.03s 2026-03-18 18:48:31.009380 | fa163e8b-0e9d-6969-dfd3-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-18 18:48:31.040588 | fa163e8b-0e9d-6969-dfd3-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-18 18:48:31.041672 | fa163e8b-0e9d-6969-dfd3-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:05.897236 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 18:48:31.107942 | fa163e8b-0e9d-6969-dfd3-0000000000c0 | TIMING | include_tasks | standalone | 0:04:05.963503 | 0.04s 2026-03-18 18:48:31.238675 | 54e08bf0-ec77-4857-8590-f4a6bf835dbc | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-18 18:48:31.327846 | fa163e8b-0e9d-6969-dfd3-000000002205 | TASK | Create dirs for certificates and keys 2026-03-18 18:48:31.610920 | fa163e8b-0e9d-6969-dfd3-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-18 18:48:31.612598 | fa163e8b-0e9d-6969-dfd3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:06.468156 | 0.28s 2026-03-18 18:48:31.827093 | fa163e8b-0e9d-6969-dfd3-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-18 18:48:31.828269 | fa163e8b-0e9d-6969-dfd3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:06.683836 | 0.50s 2026-03-18 18:48:31.834622 | fa163e8b-0e9d-6969-dfd3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:06.690198 | 0.51s 2026-03-18 18:48:31.892699 | fa163e8b-0e9d-6969-dfd3-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:06.748252 | 0.04s 2026-03-18 18:48:31.963095 | fa163e8b-0e9d-6969-dfd3-00000000231c | TASK | Set version specific variables 2026-03-18 18:48:31.999935 | fa163e8b-0e9d-6969-dfd3-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:06.855501 | 0.04s 2026-03-18 18:48:32.012190 | f2b9365b-9682-4d07-a2b2-53a935c2629f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:48:32.035423 | fa163e8b-0e9d-6969-dfd3-00000000234f | TASK | Ensure ansible_facts used by role 2026-03-18 18:48:32.404441 | fa163e8b-0e9d-6969-dfd3-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:48:32.406482 | fa163e8b-0e9d-6969-dfd3-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:07.262038 | 0.37s 2026-03-18 18:48:32.435761 | fa163e8b-0e9d-6969-dfd3-000000002350 | TASK | Set platform/version specific variables 2026-03-18 18:48:32.514378 | fa163e8b-0e9d-6969-dfd3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:48:32.546309 | fa163e8b-0e9d-6969-dfd3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:48:32.569201 | fa163e8b-0e9d-6969-dfd3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:48:32.589507 | fa163e8b-0e9d-6969-dfd3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:48:32.595525 | fa163e8b-0e9d-6969-dfd3-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:07.451079 | 0.16s 2026-03-18 18:48:32.621801 | fa163e8b-0e9d-6969-dfd3-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:48:35.842343 | fa163e8b-0e9d-6969-dfd3-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:48:35.843629 | fa163e8b-0e9d-6969-dfd3-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:10.699194 | 3.22s 2026-03-18 18:48:35.868254 | fa163e8b-0e9d-6969-dfd3-00000000231f | TASK | Ensure provider packages are installed 2026-03-18 18:48:38.909762 | fa163e8b-0e9d-6969-dfd3-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:13.765311 | 3.04s 2026-03-18 18:48:38.916317 | fa163e8b-0e9d-6969-dfd3-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:13.771875 | 3.05s 2026-03-18 18:48:38.942579 | fa163e8b-0e9d-6969-dfd3-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:48:39.217901 | fa163e8b-0e9d-6969-dfd3-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:48:39.220114 | fa163e8b-0e9d-6969-dfd3-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:14.075675 | 0.28s 2026-03-18 18:48:39.230231 | fa163e8b-0e9d-6969-dfd3-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:14.085795 | 0.29s 2026-03-18 18:48:39.256435 | fa163e8b-0e9d-6969-dfd3-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:48:39.515315 | fa163e8b-0e9d-6969-dfd3-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:48:39.516762 | fa163e8b-0e9d-6969-dfd3-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:14.372324 | 0.26s 2026-03-18 18:48:39.522755 | fa163e8b-0e9d-6969-dfd3-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:14.378318 | 0.26s 2026-03-18 18:48:39.543752 | fa163e8b-0e9d-6969-dfd3-000000002325 | TASK | Ensure provider service is running 2026-03-18 18:48:40.288606 | fa163e8b-0e9d-6969-dfd3-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:48:40.290991 | fa163e8b-0e9d-6969-dfd3-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:15.146559 | 0.75s 2026-03-18 18:48:40.301747 | fa163e8b-0e9d-6969-dfd3-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:15.157303 | 0.76s 2026-03-18 18:48:40.328780 | fa163e8b-0e9d-6969-dfd3-000000002328 | TASK | Ensure certificate requests 2026-03-18 18:48:42.190553 | fa163e8b-0e9d-6969-dfd3-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-18 18:48:42.193362 | fa163e8b-0e9d-6969-dfd3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.048918 | 1.86s 2026-03-18 18:48:44.051263 | fa163e8b-0e9d-6969-dfd3-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-18 18:48:44.053368 | fa163e8b-0e9d-6969-dfd3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.908940 | 3.72s 2026-03-18 18:48:46.192610 | fa163e8b-0e9d-6969-dfd3-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-18 18:48:46.195504 | fa163e8b-0e9d-6969-dfd3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.051067 | 5.86s 2026-03-18 18:48:47.768669 | fa163e8b-0e9d-6969-dfd3-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-18 18:48:47.769849 | fa163e8b-0e9d-6969-dfd3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.625416 | 7.44s 2026-03-18 18:48:49.362000 | fa163e8b-0e9d-6969-dfd3-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-18 18:48:49.363841 | fa163e8b-0e9d-6969-dfd3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:24.219413 | 9.03s 2026-03-18 18:48:49.375915 | fa163e8b-0e9d-6969-dfd3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:24.231477 | 9.05s 2026-03-18 18:48:49.429134 | fa163e8b-0e9d-6969-dfd3-00000000220d | TASK | Fail if container image is undefined 2026-03-18 18:48:49.493031 | fa163e8b-0e9d-6969-dfd3-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:48:49.495892 | fa163e8b-0e9d-6969-dfd3-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:24.351455 | 0.06s 2026-03-18 18:48:49.540366 | fa163e8b-0e9d-6969-dfd3-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-18 18:49:05.636040 | fa163e8b-0e9d-6969-dfd3-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-18 18:49:05.638224 | fa163e8b-0e9d-6969-dfd3-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:40.493795 | 16.10s 2026-03-18 18:49:05.693194 | fa163e8b-0e9d-6969-dfd3-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-18 18:49:06.068381 | fa163e8b-0e9d-6969-dfd3-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-18 18:49:06.071212 | fa163e8b-0e9d-6969-dfd3-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:40.926775 | 0.38s 2026-03-18 18:49:06.120753 | fa163e8b-0e9d-6969-dfd3-00000000221e | TASK | Fail if container image is undefined 2026-03-18 18:49:06.194605 | fa163e8b-0e9d-6969-dfd3-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:49:06.196802 | fa163e8b-0e9d-6969-dfd3-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:41.052364 | 0.07s 2026-03-18 18:49:06.238359 | fa163e8b-0e9d-6969-dfd3-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-18 18:49:14.760524 | fa163e8b-0e9d-6969-dfd3-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-18 18:49:14.762089 | fa163e8b-0e9d-6969-dfd3-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:49.617651 | 8.52s 2026-03-18 18:49:14.803843 | fa163e8b-0e9d-6969-dfd3-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-18 18:49:15.180552 | fa163e8b-0e9d-6969-dfd3-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-18 18:49:15.182444 | fa163e8b-0e9d-6969-dfd3-000000002220 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:50.038003 | 0.38s 2026-03-18 18:49:15.235044 | fa163e8b-0e9d-6969-dfd3-00000000222b | TASK | Check if rsyslog exists 2026-03-18 18:49:16.527273 | fa163e8b-0e9d-6969-dfd3-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-03-18 18:49:16.529023 | fa163e8b-0e9d-6969-dfd3-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:51.384583 | 1.29s 2026-03-18 18:49:16.556389 | fa163e8b-0e9d-6969-dfd3-00000000222d | TASK | Forward logging to haproxy.log file 2026-03-18 18:49:16.844722 | fa163e8b-0e9d-6969-dfd3-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-18 18:49:16.846770 | fa163e8b-0e9d-6969-dfd3-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:51.702327 | 0.29s 2026-03-18 18:49:16.875229 | fa163e8b-0e9d-6969-dfd3-00000000222e | TASK | restart rsyslog service after logging conf change 2026-03-18 18:49:17.597992 | fa163e8b-0e9d-6969-dfd3-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-18 18:49:17.600363 | fa163e8b-0e9d-6969-dfd3-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:52.455922 | 0.72s 2026-03-18 18:49:17.627598 | fa163e8b-0e9d-6969-dfd3-000000002235 | TASK | Fail if container image is undefined 2026-03-18 18:49:17.694339 | fa163e8b-0e9d-6969-dfd3-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:49:17.697431 | fa163e8b-0e9d-6969-dfd3-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:52.552984 | 0.07s 2026-03-18 18:49:17.742304 | fa163e8b-0e9d-6969-dfd3-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-18 18:49:24.056336 | fa163e8b-0e9d-6969-dfd3-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-18 18:49:24.058220 | fa163e8b-0e9d-6969-dfd3-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:58.913782 | 6.31s 2026-03-18 18:49:24.113725 | fa163e8b-0e9d-6969-dfd3-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-18 18:49:24.503077 | fa163e8b-0e9d-6969-dfd3-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-18 18:49:24.504547 | fa163e8b-0e9d-6969-dfd3-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:59.360109 | 0.39s 2026-03-18 18:49:24.554342 | fa163e8b-0e9d-6969-dfd3-000000002242 | TASK | make sure certmonger is installed 2026-03-18 18:49:27.741391 | fa163e8b-0e9d-6969-dfd3-000000002242 | OK | make sure certmonger is installed | standalone 2026-03-18 18:49:27.743123 | fa163e8b-0e9d-6969-dfd3-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:02.598678 | 3.19s 2026-03-18 18:49:27.769194 | fa163e8b-0e9d-6969-dfd3-000000002243 | TASK | make sure certmonger service is started 2026-03-18 18:49:28.157683 | fa163e8b-0e9d-6969-dfd3-000000002243 | OK | make sure certmonger service is started | standalone 2026-03-18 18:49:28.159803 | fa163e8b-0e9d-6969-dfd3-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:03.015366 | 0.39s 2026-03-18 18:49:28.186565 | fa163e8b-0e9d-6969-dfd3-000000002244 | TASK | Create dirs for certificates and keys 2026-03-18 18:49:28.465511 | fa163e8b-0e9d-6969-dfd3-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-18 18:49:28.468122 | fa163e8b-0e9d-6969-dfd3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:03.323676 | 0.28s 2026-03-18 18:49:28.703959 | fa163e8b-0e9d-6969-dfd3-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-18 18:49:28.705583 | fa163e8b-0e9d-6969-dfd3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:03.561152 | 0.52s 2026-03-18 18:49:28.716395 | fa163e8b-0e9d-6969-dfd3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:03.571955 | 0.53s 2026-03-18 18:49:28.742324 | fa163e8b-0e9d-6969-dfd3-000000002245 | TASK | Extract and trust certmonger's local CA 2026-03-18 18:49:30.013462 | fa163e8b-0e9d-6969-dfd3-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-03-18 18:49:30.015013 | fa163e8b-0e9d-6969-dfd3-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:04.870577 | 1.27s 2026-03-18 18:49:30.095720 | fa163e8b-0e9d-6969-dfd3-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:04.951273 | 0.05s 2026-03-18 18:49:30.163181 | fa163e8b-0e9d-6969-dfd3-0000000023d0 | TASK | Set version specific variables 2026-03-18 18:49:30.214140 | fa163e8b-0e9d-6969-dfd3-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:05.069696 | 0.05s 2026-03-18 18:49:30.234052 | 7be5dc65-bdc6-424e-8840-662feea8bd75 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:49:30.263667 | fa163e8b-0e9d-6969-dfd3-00000000240f | TASK | Ensure ansible_facts used by role 2026-03-18 18:49:30.687027 | fa163e8b-0e9d-6969-dfd3-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:49:30.688751 | fa163e8b-0e9d-6969-dfd3-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:05.544312 | 0.42s 2026-03-18 18:49:30.714752 | fa163e8b-0e9d-6969-dfd3-000000002410 | TASK | Set platform/version specific variables 2026-03-18 18:49:30.791273 | fa163e8b-0e9d-6969-dfd3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:49:30.810978 | fa163e8b-0e9d-6969-dfd3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:49:30.840405 | fa163e8b-0e9d-6969-dfd3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:49:30.850841 | fa163e8b-0e9d-6969-dfd3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:49:30.857794 | fa163e8b-0e9d-6969-dfd3-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:05.713339 | 0.14s 2026-03-18 18:49:30.887953 | fa163e8b-0e9d-6969-dfd3-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:49:33.955587 | fa163e8b-0e9d-6969-dfd3-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:49:33.956529 | fa163e8b-0e9d-6969-dfd3-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:08.812101 | 3.07s 2026-03-18 18:49:33.981665 | fa163e8b-0e9d-6969-dfd3-0000000023d3 | TASK | Ensure provider packages are installed 2026-03-18 18:49:37.352770 | fa163e8b-0e9d-6969-dfd3-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:12.208320 | 3.37s 2026-03-18 18:49:37.359183 | fa163e8b-0e9d-6969-dfd3-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:12.214723 | 3.38s 2026-03-18 18:49:37.385905 | fa163e8b-0e9d-6969-dfd3-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:49:37.749775 | fa163e8b-0e9d-6969-dfd3-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:49:37.751802 | fa163e8b-0e9d-6969-dfd3-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:12.607364 | 0.36s 2026-03-18 18:49:37.761894 | fa163e8b-0e9d-6969-dfd3-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:12.617465 | 0.37s 2026-03-18 18:49:37.790004 | fa163e8b-0e9d-6969-dfd3-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:49:38.122104 | fa163e8b-0e9d-6969-dfd3-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:49:38.124092 | fa163e8b-0e9d-6969-dfd3-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:12.979655 | 0.33s 2026-03-18 18:49:38.134245 | fa163e8b-0e9d-6969-dfd3-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:12.989814 | 0.34s 2026-03-18 18:49:38.160587 | fa163e8b-0e9d-6969-dfd3-0000000023d9 | TASK | Ensure provider service is running 2026-03-18 18:49:38.613900 | fa163e8b-0e9d-6969-dfd3-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:49:38.615109 | fa163e8b-0e9d-6969-dfd3-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:13.470677 | 0.45s 2026-03-18 18:49:38.621925 | fa163e8b-0e9d-6969-dfd3-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:13.477495 | 0.46s 2026-03-18 18:49:38.648609 | fa163e8b-0e9d-6969-dfd3-0000000023dc | TASK | Ensure certificate requests 2026-03-18 18:49:40.984879 | fa163e8b-0e9d-6969-dfd3-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-18 18:49:40.986653 | fa163e8b-0e9d-6969-dfd3-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:15.842214 | 2.34s 2026-03-18 18:49:40.999542 | fa163e8b-0e9d-6969-dfd3-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:15.855098 | 2.35s 2026-03-18 18:49:41.050103 | fa163e8b-0e9d-6969-dfd3-000000002248 | TASK | Create dirs for certificates and keys 2026-03-18 18:49:41.329508 | fa163e8b-0e9d-6969-dfd3-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-18 18:49:41.332446 | fa163e8b-0e9d-6969-dfd3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.188001 | 0.28s 2026-03-18 18:49:41.572253 | fa163e8b-0e9d-6969-dfd3-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-18 18:49:41.574288 | fa163e8b-0e9d-6969-dfd3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.429853 | 0.52s 2026-03-18 18:49:41.585301 | fa163e8b-0e9d-6969-dfd3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.440857 | 0.53s 2026-03-18 18:49:41.668063 | fa163e8b-0e9d-6969-dfd3-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:16.523619 | 0.06s 2026-03-18 18:49:41.734055 | fa163e8b-0e9d-6969-dfd3-00000000245e | TASK | Set version specific variables 2026-03-18 18:49:41.786396 | fa163e8b-0e9d-6969-dfd3-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:16.641957 | 0.05s 2026-03-18 18:49:41.806017 | 6ce216b3-b342-458a-97f6-2f2660722f9e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:49:41.835645 | fa163e8b-0e9d-6969-dfd3-000000002491 | TASK | Ensure ansible_facts used by role 2026-03-18 18:49:42.266069 | fa163e8b-0e9d-6969-dfd3-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:49:42.267066 | fa163e8b-0e9d-6969-dfd3-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:17.122639 | 0.43s 2026-03-18 18:49:42.287539 | fa163e8b-0e9d-6969-dfd3-000000002492 | TASK | Set platform/version specific variables 2026-03-18 18:49:42.346851 | fa163e8b-0e9d-6969-dfd3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:49:42.366044 | fa163e8b-0e9d-6969-dfd3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:49:42.379558 | fa163e8b-0e9d-6969-dfd3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:49:42.390420 | fa163e8b-0e9d-6969-dfd3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:49:42.402468 | fa163e8b-0e9d-6969-dfd3-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:17.258022 | 0.11s 2026-03-18 18:49:42.429016 | fa163e8b-0e9d-6969-dfd3-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:49:45.672412 | fa163e8b-0e9d-6969-dfd3-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:49:45.673950 | fa163e8b-0e9d-6969-dfd3-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:20.529506 | 3.24s 2026-03-18 18:49:45.700279 | fa163e8b-0e9d-6969-dfd3-000000002461 | TASK | Ensure provider packages are installed 2026-03-18 18:49:48.876279 | fa163e8b-0e9d-6969-dfd3-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:23.731827 | 3.17s 2026-03-18 18:49:48.888726 | fa163e8b-0e9d-6969-dfd3-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:23.744283 | 3.19s 2026-03-18 18:49:48.915788 | fa163e8b-0e9d-6969-dfd3-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:49:49.199855 | fa163e8b-0e9d-6969-dfd3-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:49:49.201427 | fa163e8b-0e9d-6969-dfd3-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:24.056989 | 0.28s 2026-03-18 18:49:49.208056 | fa163e8b-0e9d-6969-dfd3-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:24.063596 | 0.29s 2026-03-18 18:49:49.237527 | fa163e8b-0e9d-6969-dfd3-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:49:49.542834 | fa163e8b-0e9d-6969-dfd3-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:49:49.544784 | fa163e8b-0e9d-6969-dfd3-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:24.400341 | 0.31s 2026-03-18 18:49:49.551328 | fa163e8b-0e9d-6969-dfd3-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:24.406892 | 0.31s 2026-03-18 18:49:49.580591 | fa163e8b-0e9d-6969-dfd3-000000002467 | TASK | Ensure provider service is running 2026-03-18 18:49:50.024644 | fa163e8b-0e9d-6969-dfd3-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:49:50.026384 | fa163e8b-0e9d-6969-dfd3-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:24.881949 | 0.44s 2026-03-18 18:49:50.033345 | fa163e8b-0e9d-6969-dfd3-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:24.888895 | 0.45s 2026-03-18 18:49:50.061982 | fa163e8b-0e9d-6969-dfd3-00000000246a | TASK | Ensure certificate requests 2026-03-18 18:49:52.116839 | fa163e8b-0e9d-6969-dfd3-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-18 18:49:52.118726 | fa163e8b-0e9d-6969-dfd3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.974284 | 2.06s 2026-03-18 18:49:53.929083 | fa163e8b-0e9d-6969-dfd3-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-18 18:49:53.931379 | fa163e8b-0e9d-6969-dfd3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.786945 | 3.87s 2026-03-18 18:49:56.066620 | fa163e8b-0e9d-6969-dfd3-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-18 18:49:56.068958 | fa163e8b-0e9d-6969-dfd3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:30.924524 | 6.01s 2026-03-18 18:49:57.811079 | fa163e8b-0e9d-6969-dfd3-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-18 18:49:57.813697 | fa163e8b-0e9d-6969-dfd3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:32.669255 | 7.75s 2026-03-18 18:49:57.825416 | fa163e8b-0e9d-6969-dfd3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:32.680974 | 7.76s 2026-03-18 18:49:57.876230 | fa163e8b-0e9d-6969-dfd3-00000000224b | TASK | Run lvmfilter role 2026-03-18 18:49:57.927134 | fa163e8b-0e9d-6969-dfd3-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:32.782687 | 0.05s 2026-03-18 18:49:58.022760 | fa163e8b-0e9d-6969-dfd3-0000000024fe | TASK | Check if lvm2 is installed 2026-03-18 18:49:58.281514 | fa163e8b-0e9d-6969-dfd3-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-03-18 18:49:58.282923 | fa163e8b-0e9d-6969-dfd3-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:33.138484 | 0.26s 2026-03-18 18:49:58.309547 | fa163e8b-0e9d-6969-dfd3-000000002500 | TASK | collect ansible devices 2026-03-18 18:49:58.360319 | fa163e8b-0e9d-6969-dfd3-000000002500 | SKIPPED | collect ansible devices | standalone 2026-03-18 18:49:58.361526 | fa163e8b-0e9d-6969-dfd3-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:33.217090 | 0.05s 2026-03-18 18:49:58.388316 | fa163e8b-0e9d-6969-dfd3-000000002501 | TASK | collect in-use lvm2 devices list 2026-03-18 18:49:58.441483 | fa163e8b-0e9d-6969-dfd3-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-18 18:49:58.442829 | fa163e8b-0e9d-6969-dfd3-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:33.298391 | 0.05s 2026-03-18 18:49:58.471239 | fa163e8b-0e9d-6969-dfd3-000000002502 | TASK | set allowed_devices 2026-03-18 18:49:58.525505 | fa163e8b-0e9d-6969-dfd3-000000002502 | SKIPPED | set allowed_devices | standalone 2026-03-18 18:49:58.526739 | fa163e8b-0e9d-6969-dfd3-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:33.382303 | 0.05s 2026-03-18 18:49:58.552631 | fa163e8b-0e9d-6969-dfd3-000000002503 | TASK | build lvm2 allow list 2026-03-18 18:49:58.603516 | fa163e8b-0e9d-6969-dfd3-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-03-18 18:49:58.604836 | fa163e8b-0e9d-6969-dfd3-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:33.460398 | 0.05s 2026-03-18 18:49:58.630230 | fa163e8b-0e9d-6969-dfd3-000000002504 | TASK | build lvm2 deny list 2026-03-18 18:49:58.680694 | fa163e8b-0e9d-6969-dfd3-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-03-18 18:49:58.681865 | fa163e8b-0e9d-6969-dfd3-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:33.537429 | 0.05s 2026-03-18 18:49:58.707992 | fa163e8b-0e9d-6969-dfd3-000000002505 | TASK | build lvm2 filter 2026-03-18 18:49:58.758410 | fa163e8b-0e9d-6969-dfd3-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-03-18 18:49:58.759842 | fa163e8b-0e9d-6969-dfd3-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:33.615404 | 0.05s 2026-03-18 18:49:58.785404 | fa163e8b-0e9d-6969-dfd3-000000002506 | TASK | regenerate lvm config 2026-03-18 18:49:58.835827 | fa163e8b-0e9d-6969-dfd3-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-03-18 18:49:58.836994 | fa163e8b-0e9d-6969-dfd3-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:33.692556 | 0.05s 2026-03-18 18:49:58.862497 | fa163e8b-0e9d-6969-dfd3-000000002507 | TASK | copy new lvm.conf in place 2026-03-18 18:49:58.915658 | fa163e8b-0e9d-6969-dfd3-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-18 18:49:58.917001 | fa163e8b-0e9d-6969-dfd3-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:33.772566 | 0.05s 2026-03-18 18:49:58.965458 | fa163e8b-0e9d-6969-dfd3-000000002251 | TASK | Fail if container image is undefined 2026-03-18 18:49:59.037657 | fa163e8b-0e9d-6969-dfd3-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:49:59.039003 | fa163e8b-0e9d-6969-dfd3-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:33.894565 | 0.07s 2026-03-18 18:49:59.083866 | fa163e8b-0e9d-6969-dfd3-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-18 18:50:09.250806 | fa163e8b-0e9d-6969-dfd3-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-18 18:50:09.252384 | fa163e8b-0e9d-6969-dfd3-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:44.107944 | 10.17s 2026-03-18 18:50:09.308356 | fa163e8b-0e9d-6969-dfd3-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-18 18:50:09.668272 | fa163e8b-0e9d-6969-dfd3-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-18 18:50:09.669720 | fa163e8b-0e9d-6969-dfd3-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:44.525283 | 0.36s 2026-03-18 18:50:09.760783 | fa163e8b-0e9d-6969-dfd3-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:44.616334 | 0.04s 2026-03-18 18:50:09.823888 | fa163e8b-0e9d-6969-dfd3-000000002576 | TASK | Set version specific variables 2026-03-18 18:50:09.872049 | fa163e8b-0e9d-6969-dfd3-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:44.727603 | 0.05s 2026-03-18 18:50:09.890739 | 45517ec4-ec5a-44e8-9957-4a32abe39312 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:50:09.921289 | fa163e8b-0e9d-6969-dfd3-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-03-18 18:50:10.307698 | fa163e8b-0e9d-6969-dfd3-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:50:10.309435 | fa163e8b-0e9d-6969-dfd3-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:45.164997 | 0.39s 2026-03-18 18:50:10.336809 | fa163e8b-0e9d-6969-dfd3-0000000025a6 | TASK | Set platform/version specific variables 2026-03-18 18:50:10.414417 | fa163e8b-0e9d-6969-dfd3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:10.432513 | fa163e8b-0e9d-6969-dfd3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:10.450888 | fa163e8b-0e9d-6969-dfd3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:50:10.465072 | fa163e8b-0e9d-6969-dfd3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:50:10.477188 | fa163e8b-0e9d-6969-dfd3-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:45.332724 | 0.14s 2026-03-18 18:50:10.504510 | fa163e8b-0e9d-6969-dfd3-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:50:13.728857 | fa163e8b-0e9d-6969-dfd3-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:50:13.729758 | fa163e8b-0e9d-6969-dfd3-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:48.585330 | 3.22s 2026-03-18 18:50:13.746980 | fa163e8b-0e9d-6969-dfd3-000000002579 | TASK | Ensure provider packages are installed 2026-03-18 18:50:16.983540 | fa163e8b-0e9d-6969-dfd3-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:51.839089 | 3.24s 2026-03-18 18:50:16.995880 | fa163e8b-0e9d-6969-dfd3-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:51.851445 | 3.25s 2026-03-18 18:50:17.021756 | fa163e8b-0e9d-6969-dfd3-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:50:17.312697 | fa163e8b-0e9d-6969-dfd3-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:17.314146 | fa163e8b-0e9d-6969-dfd3-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:52.169707 | 0.29s 2026-03-18 18:50:17.320408 | fa163e8b-0e9d-6969-dfd3-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:52.175964 | 0.30s 2026-03-18 18:50:17.346434 | fa163e8b-0e9d-6969-dfd3-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:50:17.600876 | fa163e8b-0e9d-6969-dfd3-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:17.602797 | fa163e8b-0e9d-6969-dfd3-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:52.458358 | 0.25s 2026-03-18 18:50:17.612461 | fa163e8b-0e9d-6969-dfd3-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:52.468027 | 0.26s 2026-03-18 18:50:17.630394 | fa163e8b-0e9d-6969-dfd3-00000000257f | TASK | Ensure provider service is running 2026-03-18 18:50:19.073683 | fa163e8b-0e9d-6969-dfd3-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:50:19.075882 | fa163e8b-0e9d-6969-dfd3-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:53.931442 | 1.44s 2026-03-18 18:50:19.088663 | fa163e8b-0e9d-6969-dfd3-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:53.944233 | 1.46s 2026-03-18 18:50:19.117465 | fa163e8b-0e9d-6969-dfd3-000000002582 | TASK | Ensure certificate requests 2026-03-18 18:50:21.470674 | fa163e8b-0e9d-6969-dfd3-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-18 18:50:21.472039 | fa163e8b-0e9d-6969-dfd3-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.327607 | 2.35s 2026-03-18 18:50:21.476848 | fa163e8b-0e9d-6969-dfd3-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.332405 | 2.36s 2026-03-18 18:50:21.579964 | fa163e8b-0e9d-6969-dfd3-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:56.435512 | 0.05s 2026-03-18 18:50:21.645800 | fa163e8b-0e9d-6969-dfd3-0000000025ea | TASK | Set version specific variables 2026-03-18 18:50:21.695865 | fa163e8b-0e9d-6969-dfd3-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:56.551416 | 0.05s 2026-03-18 18:50:21.715352 | 2f047a90-8556-4812-9170-f3598917e757 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:50:21.746811 | fa163e8b-0e9d-6969-dfd3-000000002619 | TASK | Ensure ansible_facts used by role 2026-03-18 18:50:22.152393 | fa163e8b-0e9d-6969-dfd3-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:50:22.154120 | fa163e8b-0e9d-6969-dfd3-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:57.009684 | 0.41s 2026-03-18 18:50:22.181896 | fa163e8b-0e9d-6969-dfd3-00000000261a | TASK | Set platform/version specific variables 2026-03-18 18:50:22.271143 | fa163e8b-0e9d-6969-dfd3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:22.302444 | fa163e8b-0e9d-6969-dfd3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:22.330525 | fa163e8b-0e9d-6969-dfd3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:50:22.350053 | fa163e8b-0e9d-6969-dfd3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:50:22.356048 | fa163e8b-0e9d-6969-dfd3-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:57.211598 | 0.17s 2026-03-18 18:50:22.382890 | fa163e8b-0e9d-6969-dfd3-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:50:25.576914 | fa163e8b-0e9d-6969-dfd3-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:50:25.578619 | fa163e8b-0e9d-6969-dfd3-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:00.434174 | 3.19s 2026-03-18 18:50:25.604833 | fa163e8b-0e9d-6969-dfd3-0000000025ed | TASK | Ensure provider packages are installed 2026-03-18 18:50:28.850231 | fa163e8b-0e9d-6969-dfd3-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:03.705778 | 3.24s 2026-03-18 18:50:28.857475 | fa163e8b-0e9d-6969-dfd3-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:03.713032 | 3.25s 2026-03-18 18:50:28.883782 | fa163e8b-0e9d-6969-dfd3-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:50:29.158909 | fa163e8b-0e9d-6969-dfd3-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:29.161130 | fa163e8b-0e9d-6969-dfd3-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:04.016690 | 0.28s 2026-03-18 18:50:29.171352 | fa163e8b-0e9d-6969-dfd3-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:04.026909 | 0.29s 2026-03-18 18:50:29.197516 | fa163e8b-0e9d-6969-dfd3-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:50:29.505526 | fa163e8b-0e9d-6969-dfd3-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:29.507822 | fa163e8b-0e9d-6969-dfd3-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:04.363381 | 0.31s 2026-03-18 18:50:29.517751 | fa163e8b-0e9d-6969-dfd3-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:04.373309 | 0.32s 2026-03-18 18:50:29.544096 | fa163e8b-0e9d-6969-dfd3-0000000025f3 | TASK | Ensure provider service is running 2026-03-18 18:50:29.995554 | fa163e8b-0e9d-6969-dfd3-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:50:29.997524 | fa163e8b-0e9d-6969-dfd3-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:04.853086 | 0.45s 2026-03-18 18:50:30.012147 | fa163e8b-0e9d-6969-dfd3-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:04.867701 | 0.47s 2026-03-18 18:50:30.039735 | fa163e8b-0e9d-6969-dfd3-0000000025f6 | TASK | Ensure certificate requests 2026-03-18 18:50:31.796047 | fa163e8b-0e9d-6969-dfd3-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-18 18:50:31.798495 | fa163e8b-0e9d-6969-dfd3-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:06.654057 | 1.76s 2026-03-18 18:50:31.809129 | fa163e8b-0e9d-6969-dfd3-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:06.664688 | 1.77s 2026-03-18 18:50:31.862268 | fa163e8b-0e9d-6969-dfd3-000000002267 | TASK | Fail if container image is undefined 2026-03-18 18:50:31.930643 | fa163e8b-0e9d-6969-dfd3-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:50:31.933118 | fa163e8b-0e9d-6969-dfd3-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:06.788678 | 0.07s 2026-03-18 18:50:31.979652 | fa163e8b-0e9d-6969-dfd3-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-18 18:50:41.047930 | fa163e8b-0e9d-6969-dfd3-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-18 18:50:41.049491 | fa163e8b-0e9d-6969-dfd3-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:15.905053 | 9.07s 2026-03-18 18:50:41.106069 | fa163e8b-0e9d-6969-dfd3-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-18 18:50:41.463572 | fa163e8b-0e9d-6969-dfd3-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-18 18:50:41.465103 | fa163e8b-0e9d-6969-dfd3-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:16.320665 | 0.36s 2026-03-18 18:50:41.559687 | fa163e8b-0e9d-6969-dfd3-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:16.415237 | 0.05s 2026-03-18 18:50:41.619084 | fa163e8b-0e9d-6969-dfd3-000000002664 | TASK | Set version specific variables 2026-03-18 18:50:41.668579 | fa163e8b-0e9d-6969-dfd3-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:16.524135 | 0.05s 2026-03-18 18:50:41.687406 | 82e0c4fd-b0d0-479a-acdc-a47d6c7db0af | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:50:41.720889 | fa163e8b-0e9d-6969-dfd3-000000002693 | TASK | Ensure ansible_facts used by role 2026-03-18 18:50:42.127478 | fa163e8b-0e9d-6969-dfd3-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:50:42.129076 | fa163e8b-0e9d-6969-dfd3-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:16.984640 | 0.41s 2026-03-18 18:50:42.155906 | fa163e8b-0e9d-6969-dfd3-000000002694 | TASK | Set platform/version specific variables 2026-03-18 18:50:42.214131 | fa163e8b-0e9d-6969-dfd3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:42.231320 | fa163e8b-0e9d-6969-dfd3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:42.245336 | fa163e8b-0e9d-6969-dfd3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:50:42.255485 | fa163e8b-0e9d-6969-dfd3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:50:42.261579 | fa163e8b-0e9d-6969-dfd3-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:17.117137 | 0.10s 2026-03-18 18:50:42.287899 | fa163e8b-0e9d-6969-dfd3-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:50:45.581270 | fa163e8b-0e9d-6969-dfd3-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:50:45.582776 | fa163e8b-0e9d-6969-dfd3-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:20.438335 | 3.29s 2026-03-18 18:50:45.608438 | fa163e8b-0e9d-6969-dfd3-000000002667 | TASK | Ensure provider packages are installed 2026-03-18 18:50:48.800810 | fa163e8b-0e9d-6969-dfd3-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:23.656351 | 3.19s 2026-03-18 18:50:48.813406 | fa163e8b-0e9d-6969-dfd3-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:23.668962 | 3.20s 2026-03-18 18:50:48.841051 | fa163e8b-0e9d-6969-dfd3-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:50:49.133854 | fa163e8b-0e9d-6969-dfd3-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:49.135465 | fa163e8b-0e9d-6969-dfd3-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.991025 | 0.29s 2026-03-18 18:50:49.141837 | fa163e8b-0e9d-6969-dfd3-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.997396 | 0.30s 2026-03-18 18:50:49.168963 | fa163e8b-0e9d-6969-dfd3-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:50:49.455902 | fa163e8b-0e9d-6969-dfd3-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:49.458315 | fa163e8b-0e9d-6969-dfd3-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.313875 | 0.29s 2026-03-18 18:50:49.468437 | fa163e8b-0e9d-6969-dfd3-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.323871 | 0.30s 2026-03-18 18:50:49.494573 | fa163e8b-0e9d-6969-dfd3-00000000266d | TASK | Ensure provider service is running 2026-03-18 18:50:49.928547 | fa163e8b-0e9d-6969-dfd3-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:50:49.930651 | fa163e8b-0e9d-6969-dfd3-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.786212 | 0.43s 2026-03-18 18:50:49.939561 | fa163e8b-0e9d-6969-dfd3-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.795119 | 0.44s 2026-03-18 18:50:49.967097 | fa163e8b-0e9d-6969-dfd3-000000002670 | TASK | Ensure certificate requests 2026-03-18 18:50:51.688261 | fa163e8b-0e9d-6969-dfd3-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-18 18:50:51.690718 | fa163e8b-0e9d-6969-dfd3-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.546279 | 1.72s 2026-03-18 18:50:51.701218 | fa163e8b-0e9d-6969-dfd3-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.556784 | 1.73s 2026-03-18 18:50:51.802846 | fa163e8b-0e9d-6969-dfd3-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:26.658401 | 0.05s 2026-03-18 18:50:51.866798 | fa163e8b-0e9d-6969-dfd3-0000000026d8 | TASK | Set version specific variables 2026-03-18 18:50:51.916791 | fa163e8b-0e9d-6969-dfd3-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:26.772359 | 0.05s 2026-03-18 18:50:51.928933 | cf47ee56-5064-49b2-b1fc-a7bc250dfd48 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:50:51.951670 | fa163e8b-0e9d-6969-dfd3-000000002707 | TASK | Ensure ansible_facts used by role 2026-03-18 18:50:52.322462 | fa163e8b-0e9d-6969-dfd3-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:50:52.324083 | fa163e8b-0e9d-6969-dfd3-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:27.179648 | 0.37s 2026-03-18 18:50:52.350410 | fa163e8b-0e9d-6969-dfd3-000000002708 | TASK | Set platform/version specific variables 2026-03-18 18:50:52.445202 | fa163e8b-0e9d-6969-dfd3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:52.470982 | fa163e8b-0e9d-6969-dfd3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:50:52.494254 | fa163e8b-0e9d-6969-dfd3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:50:52.514234 | fa163e8b-0e9d-6969-dfd3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:50:52.520693 | fa163e8b-0e9d-6969-dfd3-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:27.376253 | 0.17s 2026-03-18 18:50:52.546563 | fa163e8b-0e9d-6969-dfd3-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:50:55.772632 | fa163e8b-0e9d-6969-dfd3-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:50:55.773905 | fa163e8b-0e9d-6969-dfd3-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:30.629472 | 3.23s 2026-03-18 18:50:55.799700 | fa163e8b-0e9d-6969-dfd3-0000000026db | TASK | Ensure provider packages are installed 2026-03-18 18:50:58.958351 | fa163e8b-0e9d-6969-dfd3-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:33.813901 | 3.16s 2026-03-18 18:50:58.970949 | fa163e8b-0e9d-6969-dfd3-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:33.826507 | 3.17s 2026-03-18 18:50:58.998942 | fa163e8b-0e9d-6969-dfd3-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:50:59.303381 | fa163e8b-0e9d-6969-dfd3-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:59.304814 | fa163e8b-0e9d-6969-dfd3-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:34.160377 | 0.30s 2026-03-18 18:50:59.310977 | fa163e8b-0e9d-6969-dfd3-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:34.166535 | 0.31s 2026-03-18 18:50:59.338007 | fa163e8b-0e9d-6969-dfd3-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:50:59.613258 | fa163e8b-0e9d-6969-dfd3-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:50:59.614727 | fa163e8b-0e9d-6969-dfd3-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:34.470295 | 0.27s 2026-03-18 18:50:59.624770 | fa163e8b-0e9d-6969-dfd3-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:34.480338 | 0.28s 2026-03-18 18:50:59.642953 | fa163e8b-0e9d-6969-dfd3-0000000026e1 | TASK | Ensure provider service is running 2026-03-18 18:51:00.099378 | fa163e8b-0e9d-6969-dfd3-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:51:00.102001 | fa163e8b-0e9d-6969-dfd3-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:34.957563 | 0.46s 2026-03-18 18:51:00.112971 | fa163e8b-0e9d-6969-dfd3-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:34.968519 | 0.47s 2026-03-18 18:51:00.141431 | fa163e8b-0e9d-6969-dfd3-0000000026e4 | TASK | Ensure certificate requests 2026-03-18 18:51:01.642920 | fa163e8b-0e9d-6969-dfd3-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-18 18:51:01.644501 | fa163e8b-0e9d-6969-dfd3-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:36.500064 | 1.50s 2026-03-18 18:51:01.651278 | fa163e8b-0e9d-6969-dfd3-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:36.506847 | 1.51s 2026-03-18 18:51:01.699810 | fa163e8b-0e9d-6969-dfd3-000000002278 | TASK | install systemd-container for a greenfield 2026-03-18 18:51:20.145061 | fa163e8b-0e9d-6969-dfd3-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-03-18 18:51:20.146869 | fa163e8b-0e9d-6969-dfd3-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:55.002433 | 18.45s 2026-03-18 18:51:20.172509 | fa163e8b-0e9d-6969-dfd3-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-03-18 18:51:20.223317 | fa163e8b-0e9d-6969-dfd3-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-18 18:51:20.224544 | fa163e8b-0e9d-6969-dfd3-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:55.080105 | 0.05s 2026-03-18 18:51:20.250307 | fa163e8b-0e9d-6969-dfd3-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-18 18:51:21.526563 | fa163e8b-0e9d-6969-dfd3-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-18 18:51:21.527988 | fa163e8b-0e9d-6969-dfd3-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:56.383552 | 1.28s 2026-03-18 18:51:21.553233 | fa163e8b-0e9d-6969-dfd3-00000000227d | TASK | is KSM enabled 2026-03-18 18:51:21.607436 | fa163e8b-0e9d-6969-dfd3-00000000227d | OK | is KSM enabled | standalone 2026-03-18 18:51:21.608638 | fa163e8b-0e9d-6969-dfd3-00000000227d | TIMING | is KSM enabled | standalone | 0:06:56.464204 | 0.05s 2026-03-18 18:51:21.634496 | fa163e8b-0e9d-6969-dfd3-00000000227f | TASK | Check for ksm 2026-03-18 18:51:21.909602 | fa163e8b-0e9d-6969-dfd3-00000000227f | CHANGED | Check for ksm | standalone 2026-03-18 18:51:21.910996 | fa163e8b-0e9d-6969-dfd3-00000000227f | TIMING | Check for ksm | standalone | 0:06:56.766560 | 0.27s 2026-03-18 18:51:21.936392 | fa163e8b-0e9d-6969-dfd3-000000002280 | TASK | disable KSM services 2026-03-18 18:51:22.014610 | fa163e8b-0e9d-6969-dfd3-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-18 18:51:22.037821 | fa163e8b-0e9d-6969-dfd3-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-18 18:51:22.043424 | fa163e8b-0e9d-6969-dfd3-000000002280 | TIMING | disable KSM services | standalone | 0:06:56.898987 | 0.11s 2026-03-18 18:51:22.069535 | fa163e8b-0e9d-6969-dfd3-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-03-18 18:51:22.119546 | fa163e8b-0e9d-6969-dfd3-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-18 18:51:22.120586 | fa163e8b-0e9d-6969-dfd3-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:56.976151 | 0.05s 2026-03-18 18:51:22.145208 | fa163e8b-0e9d-6969-dfd3-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-18 18:51:22.198049 | fa163e8b-0e9d-6969-dfd3-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-18 18:51:22.199137 | fa163e8b-0e9d-6969-dfd3-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:57.054702 | 0.05s 2026-03-18 18:51:22.223701 | fa163e8b-0e9d-6969-dfd3-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-18 18:51:22.277708 | fa163e8b-0e9d-6969-dfd3-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-18 18:51:22.278776 | fa163e8b-0e9d-6969-dfd3-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:57.134341 | 0.05s 2026-03-18 18:51:22.302722 | fa163e8b-0e9d-6969-dfd3-000000002285 | TASK | enable ksmtunded 2026-03-18 18:51:22.367102 | fa163e8b-0e9d-6969-dfd3-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-18 18:51:22.389324 | fa163e8b-0e9d-6969-dfd3-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-18 18:51:22.400872 | fa163e8b-0e9d-6969-dfd3-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:57.256436 | 0.10s 2026-03-18 18:51:22.425718 | fa163e8b-0e9d-6969-dfd3-000000002287 | TASK | Create dirs for certificates and keys 2026-03-18 18:51:22.700344 | fa163e8b-0e9d-6969-dfd3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-03-18 18:51:22.701746 | fa163e8b-0e9d-6969-dfd3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:57.557307 | 0.27s 2026-03-18 18:51:22.936672 | fa163e8b-0e9d-6969-dfd3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-03-18 18:51:22.938823 | fa163e8b-0e9d-6969-dfd3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:57.794361 | 0.51s 2026-03-18 18:51:23.173874 | fa163e8b-0e9d-6969-dfd3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-03-18 18:51:23.174982 | fa163e8b-0e9d-6969-dfd3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:58.030549 | 0.75s 2026-03-18 18:51:23.182269 | fa163e8b-0e9d-6969-dfd3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:58.037826 | 0.76s 2026-03-18 18:51:23.248421 | fa163e8b-0e9d-6969-dfd3-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:58.103979 | 0.04s 2026-03-18 18:51:23.311637 | fa163e8b-0e9d-6969-dfd3-000000002774 | TASK | Set version specific variables 2026-03-18 18:51:23.350351 | fa163e8b-0e9d-6969-dfd3-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:58.205912 | 0.04s 2026-03-18 18:51:23.369263 | 4fa7ed0c-c704-4fe3-b9e9-81f42ea87052 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:51:23.398934 | fa163e8b-0e9d-6969-dfd3-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-03-18 18:51:23.794805 | fa163e8b-0e9d-6969-dfd3-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:51:23.796344 | fa163e8b-0e9d-6969-dfd3-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:58.651908 | 0.40s 2026-03-18 18:51:23.822105 | fa163e8b-0e9d-6969-dfd3-0000000027a8 | TASK | Set platform/version specific variables 2026-03-18 18:51:23.909202 | fa163e8b-0e9d-6969-dfd3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:23.929486 | fa163e8b-0e9d-6969-dfd3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:23.947611 | fa163e8b-0e9d-6969-dfd3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:51:23.958212 | fa163e8b-0e9d-6969-dfd3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:51:23.970223 | fa163e8b-0e9d-6969-dfd3-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:58.825780 | 0.15s 2026-03-18 18:51:23.995968 | fa163e8b-0e9d-6969-dfd3-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:51:27.130338 | fa163e8b-0e9d-6969-dfd3-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:51:27.131801 | fa163e8b-0e9d-6969-dfd3-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:01.987366 | 3.13s 2026-03-18 18:51:27.157066 | fa163e8b-0e9d-6969-dfd3-000000002777 | TASK | Ensure provider packages are installed 2026-03-18 18:51:30.345190 | fa163e8b-0e9d-6969-dfd3-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.200736 | 3.19s 2026-03-18 18:51:30.348984 | fa163e8b-0e9d-6969-dfd3-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.204538 | 3.19s 2026-03-18 18:51:30.375410 | fa163e8b-0e9d-6969-dfd3-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:51:30.664632 | fa163e8b-0e9d-6969-dfd3-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:51:30.666873 | fa163e8b-0e9d-6969-dfd3-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.522408 | 0.29s 2026-03-18 18:51:30.676891 | fa163e8b-0e9d-6969-dfd3-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.532448 | 0.30s 2026-03-18 18:51:30.702913 | fa163e8b-0e9d-6969-dfd3-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:51:30.978430 | fa163e8b-0e9d-6969-dfd3-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:51:30.980587 | fa163e8b-0e9d-6969-dfd3-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:05.836149 | 0.28s 2026-03-18 18:51:30.990689 | fa163e8b-0e9d-6969-dfd3-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:05.846250 | 0.29s 2026-03-18 18:51:31.016832 | fa163e8b-0e9d-6969-dfd3-00000000277d | TASK | Ensure provider service is running 2026-03-18 18:51:31.429767 | fa163e8b-0e9d-6969-dfd3-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:51:31.432205 | fa163e8b-0e9d-6969-dfd3-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.287735 | 0.41s 2026-03-18 18:51:31.442975 | fa163e8b-0e9d-6969-dfd3-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.298534 | 0.42s 2026-03-18 18:51:31.470864 | fa163e8b-0e9d-6969-dfd3-000000002780 | TASK | Ensure certificate requests 2026-03-18 18:51:32.979489 | fa163e8b-0e9d-6969-dfd3-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-18 18:51:32.982138 | fa163e8b-0e9d-6969-dfd3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:07.837698 | 1.51s 2026-03-18 18:51:34.886207 | fa163e8b-0e9d-6969-dfd3-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-18 18:51:34.888522 | fa163e8b-0e9d-6969-dfd3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:09.744081 | 3.42s 2026-03-18 18:51:36.530312 | fa163e8b-0e9d-6969-dfd3-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-18 18:51:36.531985 | fa163e8b-0e9d-6969-dfd3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:11.387560 | 5.06s 2026-03-18 18:51:38.396280 | fa163e8b-0e9d-6969-dfd3-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-18 18:51:38.398732 | fa163e8b-0e9d-6969-dfd3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:13.254297 | 6.93s 2026-03-18 18:51:38.410490 | fa163e8b-0e9d-6969-dfd3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:13.266047 | 6.94s 2026-03-18 18:51:38.461280 | fa163e8b-0e9d-6969-dfd3-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-03-18 18:51:38.546891 | fa163e8b-0e9d-6969-dfd3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:13.402437 | 0.08s 2026-03-18 18:51:38.557764 | fa163e8b-0e9d-6969-dfd3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:13.413332 | 0.09s 2026-03-18 18:51:38.576028 | fa163e8b-0e9d-6969-dfd3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:13.431588 | 0.11s 2026-03-18 18:51:38.662569 | fa163e8b-0e9d-6969-dfd3-0000000027fe | TASK | Set version specific variables 2026-03-18 18:51:38.710625 | fa163e8b-0e9d-6969-dfd3-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:13.566189 | 0.05s 2026-03-18 18:51:38.722873 | d1cbba8e-f6fb-4beb-81cf-9473eef74c1d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:51:38.745642 | fa163e8b-0e9d-6969-dfd3-000000002856 | TASK | Ensure ansible_facts used by role 2026-03-18 18:51:39.138215 | fa163e8b-0e9d-6969-dfd3-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:51:39.139877 | fa163e8b-0e9d-6969-dfd3-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:13.995434 | 0.39s 2026-03-18 18:51:39.175507 | fa163e8b-0e9d-6969-dfd3-000000002857 | TASK | Set platform/version specific variables 2026-03-18 18:51:39.237587 | fa163e8b-0e9d-6969-dfd3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:39.255453 | fa163e8b-0e9d-6969-dfd3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:39.270327 | fa163e8b-0e9d-6969-dfd3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:51:39.281115 | fa163e8b-0e9d-6969-dfd3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:51:39.293267 | fa163e8b-0e9d-6969-dfd3-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:14.148818 | 0.11s 2026-03-18 18:51:39.320856 | fa163e8b-0e9d-6969-dfd3-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:51:42.448266 | fa163e8b-0e9d-6969-dfd3-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:51:42.449817 | fa163e8b-0e9d-6969-dfd3-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:17.305379 | 3.13s 2026-03-18 18:51:42.475088 | fa163e8b-0e9d-6969-dfd3-000000002801 | TASK | Ensure provider packages are installed 2026-03-18 18:51:45.637662 | fa163e8b-0e9d-6969-dfd3-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.493213 | 3.16s 2026-03-18 18:51:45.644662 | fa163e8b-0e9d-6969-dfd3-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.500217 | 3.17s 2026-03-18 18:51:45.671655 | fa163e8b-0e9d-6969-dfd3-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:51:45.922942 | fa163e8b-0e9d-6969-dfd3-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:51:45.924422 | fa163e8b-0e9d-6969-dfd3-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:20.779984 | 0.25s 2026-03-18 18:51:45.936452 | fa163e8b-0e9d-6969-dfd3-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:20.792011 | 0.26s 2026-03-18 18:51:45.963327 | fa163e8b-0e9d-6969-dfd3-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:51:46.233607 | fa163e8b-0e9d-6969-dfd3-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:51:46.234962 | fa163e8b-0e9d-6969-dfd3-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.090524 | 0.27s 2026-03-18 18:51:46.241216 | fa163e8b-0e9d-6969-dfd3-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.096777 | 0.28s 2026-03-18 18:51:46.268320 | fa163e8b-0e9d-6969-dfd3-000000002807 | TASK | Ensure provider service is running 2026-03-18 18:51:46.692846 | fa163e8b-0e9d-6969-dfd3-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:51:46.694836 | fa163e8b-0e9d-6969-dfd3-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:21.550394 | 0.42s 2026-03-18 18:51:46.709360 | fa163e8b-0e9d-6969-dfd3-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:21.564913 | 0.44s 2026-03-18 18:51:46.739870 | fa163e8b-0e9d-6969-dfd3-00000000280a | TASK | Ensure certificate requests 2026-03-18 18:51:48.869029 | fa163e8b-0e9d-6969-dfd3-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-18 18:51:48.870622 | fa163e8b-0e9d-6969-dfd3-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:23.726180 | 2.13s 2026-03-18 18:51:48.877565 | fa163e8b-0e9d-6969-dfd3-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:23.733123 | 2.14s 2026-03-18 18:51:48.927703 | fa163e8b-0e9d-6969-dfd3-000000002827 | TASK | Set version specific variables 2026-03-18 18:51:48.978651 | fa163e8b-0e9d-6969-dfd3-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:23.834204 | 0.05s 2026-03-18 18:51:48.998303 | 9f99aee6-cfdd-4dff-9558-ffcfdacb6e59 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:51:49.029940 | fa163e8b-0e9d-6969-dfd3-000000002890 | TASK | Ensure ansible_facts used by role 2026-03-18 18:51:49.418963 | fa163e8b-0e9d-6969-dfd3-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:51:49.420678 | fa163e8b-0e9d-6969-dfd3-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:24.276241 | 0.39s 2026-03-18 18:51:49.447734 | fa163e8b-0e9d-6969-dfd3-000000002891 | TASK | Set platform/version specific variables 2026-03-18 18:51:49.502452 | fa163e8b-0e9d-6969-dfd3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:49.519863 | fa163e8b-0e9d-6969-dfd3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:49.533632 | fa163e8b-0e9d-6969-dfd3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:51:49.544041 | fa163e8b-0e9d-6969-dfd3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:51:49.550139 | fa163e8b-0e9d-6969-dfd3-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:24.405701 | 0.10s 2026-03-18 18:51:49.575777 | fa163e8b-0e9d-6969-dfd3-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:51:52.702662 | fa163e8b-0e9d-6969-dfd3-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:51:52.704367 | fa163e8b-0e9d-6969-dfd3-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:27.559922 | 3.13s 2026-03-18 18:51:52.730174 | fa163e8b-0e9d-6969-dfd3-00000000282a | TASK | Ensure provider packages are installed 2026-03-18 18:51:55.885075 | fa163e8b-0e9d-6969-dfd3-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:30.740618 | 3.15s 2026-03-18 18:51:55.896623 | fa163e8b-0e9d-6969-dfd3-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:30.752192 | 3.16s 2026-03-18 18:51:55.914491 | fa163e8b-0e9d-6969-dfd3-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:51:56.180457 | fa163e8b-0e9d-6969-dfd3-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:51:56.181844 | fa163e8b-0e9d-6969-dfd3-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:31.037408 | 0.27s 2026-03-18 18:51:56.189561 | fa163e8b-0e9d-6969-dfd3-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:31.045118 | 0.27s 2026-03-18 18:51:56.216078 | fa163e8b-0e9d-6969-dfd3-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:51:56.503984 | fa163e8b-0e9d-6969-dfd3-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:51:56.506086 | fa163e8b-0e9d-6969-dfd3-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.361647 | 0.29s 2026-03-18 18:51:56.516283 | fa163e8b-0e9d-6969-dfd3-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.371843 | 0.30s 2026-03-18 18:51:56.543038 | fa163e8b-0e9d-6969-dfd3-000000002830 | TASK | Ensure provider service is running 2026-03-18 18:51:56.946750 | fa163e8b-0e9d-6969-dfd3-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:51:56.949534 | fa163e8b-0e9d-6969-dfd3-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:31.805095 | 0.40s 2026-03-18 18:51:56.960011 | fa163e8b-0e9d-6969-dfd3-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:31.815575 | 0.42s 2026-03-18 18:51:56.988145 | fa163e8b-0e9d-6969-dfd3-000000002833 | TASK | Ensure certificate requests 2026-03-18 18:51:59.111496 | fa163e8b-0e9d-6969-dfd3-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-18 18:51:59.112979 | fa163e8b-0e9d-6969-dfd3-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:33.968541 | 2.12s 2026-03-18 18:51:59.119751 | fa163e8b-0e9d-6969-dfd3-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:33.975312 | 2.13s 2026-03-18 18:51:59.220589 | fa163e8b-0e9d-6969-dfd3-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:34.076141 | 0.05s 2026-03-18 18:51:59.286039 | fa163e8b-0e9d-6969-dfd3-0000000028d5 | TASK | Set version specific variables 2026-03-18 18:51:59.348970 | fa163e8b-0e9d-6969-dfd3-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:34.204523 | 0.06s 2026-03-18 18:51:59.368629 | 66336e28-7f5d-433d-a5b7-e72e77a7a19a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:51:59.399636 | fa163e8b-0e9d-6969-dfd3-000000002904 | TASK | Ensure ansible_facts used by role 2026-03-18 18:51:59.783823 | fa163e8b-0e9d-6969-dfd3-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:51:59.785365 | fa163e8b-0e9d-6969-dfd3-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:34.640929 | 0.38s 2026-03-18 18:51:59.811895 | fa163e8b-0e9d-6969-dfd3-000000002905 | TASK | Set platform/version specific variables 2026-03-18 18:51:59.865748 | fa163e8b-0e9d-6969-dfd3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:59.886605 | fa163e8b-0e9d-6969-dfd3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:51:59.909111 | fa163e8b-0e9d-6969-dfd3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:51:59.928827 | fa163e8b-0e9d-6969-dfd3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:51:59.935446 | fa163e8b-0e9d-6969-dfd3-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:34.791006 | 0.12s 2026-03-18 18:51:59.961357 | fa163e8b-0e9d-6969-dfd3-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:52:02.994039 | fa163e8b-0e9d-6969-dfd3-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:52:02.995957 | fa163e8b-0e9d-6969-dfd3-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:37.851516 | 3.03s 2026-03-18 18:52:03.021756 | fa163e8b-0e9d-6969-dfd3-0000000028d8 | TASK | Ensure provider packages are installed 2026-03-18 18:52:06.186080 | fa163e8b-0e9d-6969-dfd3-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:41.041631 | 3.16s 2026-03-18 18:52:06.192675 | fa163e8b-0e9d-6969-dfd3-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:41.048244 | 3.17s 2026-03-18 18:52:06.219099 | fa163e8b-0e9d-6969-dfd3-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:52:06.512206 | fa163e8b-0e9d-6969-dfd3-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:06.513732 | fa163e8b-0e9d-6969-dfd3-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:41.369294 | 0.29s 2026-03-18 18:52:06.525552 | fa163e8b-0e9d-6969-dfd3-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:41.381122 | 0.31s 2026-03-18 18:52:06.552698 | fa163e8b-0e9d-6969-dfd3-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:52:06.834716 | fa163e8b-0e9d-6969-dfd3-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:06.836320 | fa163e8b-0e9d-6969-dfd3-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:41.691881 | 0.28s 2026-03-18 18:52:06.842838 | fa163e8b-0e9d-6969-dfd3-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:41.698404 | 0.29s 2026-03-18 18:52:06.868779 | fa163e8b-0e9d-6969-dfd3-0000000028de | TASK | Ensure provider service is running 2026-03-18 18:52:07.304693 | fa163e8b-0e9d-6969-dfd3-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:52:07.306767 | fa163e8b-0e9d-6969-dfd3-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.162328 | 0.44s 2026-03-18 18:52:07.320224 | fa163e8b-0e9d-6969-dfd3-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.175772 | 0.45s 2026-03-18 18:52:07.348921 | fa163e8b-0e9d-6969-dfd3-0000000028e1 | TASK | Ensure certificate requests 2026-03-18 18:52:09.139422 | fa163e8b-0e9d-6969-dfd3-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-18 18:52:09.140882 | fa163e8b-0e9d-6969-dfd3-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:43.996444 | 1.79s 2026-03-18 18:52:09.148645 | fa163e8b-0e9d-6969-dfd3-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:44.004205 | 1.80s 2026-03-18 18:52:09.196928 | fa163e8b-0e9d-6969-dfd3-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-18 18:52:09.277411 | fa163e8b-0e9d-6969-dfd3-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-18 18:52:09.278544 | fa163e8b-0e9d-6969-dfd3-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:44.134110 | 0.08s 2026-03-18 18:52:09.303301 | fa163e8b-0e9d-6969-dfd3-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-18 18:52:12.371592 | fa163e8b-0e9d-6969-dfd3-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-18 18:52:12.376927 | fa163e8b-0e9d-6969-dfd3-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:47.232490 | 3.07s 2026-03-18 18:52:12.413207 | fa163e8b-0e9d-6969-dfd3-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-03-18 18:52:12.484483 | fa163e8b-0e9d-6969-dfd3-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-18 18:52:12.485844 | fa163e8b-0e9d-6969-dfd3-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:47.341408 | 0.07s 2026-03-18 18:52:12.505495 | fa163e8b-0e9d-6969-dfd3-000000002293 | TASK | Fetch ovn VIP 2026-03-18 18:52:12.571644 | fa163e8b-0e9d-6969-dfd3-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-03-18 18:52:12.572358 | fa163e8b-0e9d-6969-dfd3-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:47.427932 | 0.07s 2026-03-18 18:52:12.591664 | fa163e8b-0e9d-6969-dfd3-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-03-18 18:52:12.658957 | fa163e8b-0e9d-6969-dfd3-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-18 18:52:12.660049 | fa163e8b-0e9d-6969-dfd3-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:47.515614 | 0.07s 2026-03-18 18:52:12.688323 | fa163e8b-0e9d-6969-dfd3-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-18 18:52:12.759208 | fa163e8b-0e9d-6969-dfd3-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-18 18:52:12.760460 | fa163e8b-0e9d-6969-dfd3-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:47.616023 | 0.07s 2026-03-18 18:52:12.790017 | fa163e8b-0e9d-6969-dfd3-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-03-18 18:52:12.860209 | fa163e8b-0e9d-6969-dfd3-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-18 18:52:12.861363 | fa163e8b-0e9d-6969-dfd3-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:47.716927 | 0.07s 2026-03-18 18:52:12.890525 | fa163e8b-0e9d-6969-dfd3-000000002297 | TASK | Remove pacemaker attributes 2026-03-18 18:52:12.957816 | fa163e8b-0e9d-6969-dfd3-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-18 18:52:12.964334 | fa163e8b-0e9d-6969-dfd3-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:47.819895 | 0.07s 2026-03-18 18:52:13.048354 | fa163e8b-0e9d-6969-dfd3-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:47.903912 | 0.05s 2026-03-18 18:52:13.119357 | fa163e8b-0e9d-6969-dfd3-00000000295d | TASK | Set version specific variables 2026-03-18 18:52:13.169745 | fa163e8b-0e9d-6969-dfd3-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:48.025300 | 0.05s 2026-03-18 18:52:13.193436 | 3abad69f-315f-414a-b1db-245c6135988d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:52:13.227267 | fa163e8b-0e9d-6969-dfd3-00000000298e | TASK | Ensure ansible_facts used by role 2026-03-18 18:52:13.619132 | fa163e8b-0e9d-6969-dfd3-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:52:13.620713 | fa163e8b-0e9d-6969-dfd3-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:48.476278 | 0.39s 2026-03-18 18:52:13.651760 | fa163e8b-0e9d-6969-dfd3-00000000298f | TASK | Set platform/version specific variables 2026-03-18 18:52:13.747861 | fa163e8b-0e9d-6969-dfd3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:13.780066 | fa163e8b-0e9d-6969-dfd3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:13.808215 | fa163e8b-0e9d-6969-dfd3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:52:13.829444 | fa163e8b-0e9d-6969-dfd3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:52:13.835483 | fa163e8b-0e9d-6969-dfd3-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:48.691046 | 0.18s 2026-03-18 18:52:13.866073 | fa163e8b-0e9d-6969-dfd3-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:52:16.916691 | fa163e8b-0e9d-6969-dfd3-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:52:16.918133 | fa163e8b-0e9d-6969-dfd3-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:51.773698 | 3.05s 2026-03-18 18:52:16.947123 | fa163e8b-0e9d-6969-dfd3-000000002960 | TASK | Ensure provider packages are installed 2026-03-18 18:52:20.045900 | fa163e8b-0e9d-6969-dfd3-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.901453 | 3.10s 2026-03-18 18:52:20.052096 | fa163e8b-0e9d-6969-dfd3-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.907658 | 3.10s 2026-03-18 18:52:20.076108 | fa163e8b-0e9d-6969-dfd3-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:52:20.371538 | fa163e8b-0e9d-6969-dfd3-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:20.373665 | fa163e8b-0e9d-6969-dfd3-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.229227 | 0.30s 2026-03-18 18:52:20.383841 | fa163e8b-0e9d-6969-dfd3-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.239403 | 0.31s 2026-03-18 18:52:20.412922 | fa163e8b-0e9d-6969-dfd3-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:52:20.707534 | fa163e8b-0e9d-6969-dfd3-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:20.709709 | fa163e8b-0e9d-6969-dfd3-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.565271 | 0.30s 2026-03-18 18:52:20.719779 | fa163e8b-0e9d-6969-dfd3-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.575338 | 0.31s 2026-03-18 18:52:20.748482 | fa163e8b-0e9d-6969-dfd3-000000002966 | TASK | Ensure provider service is running 2026-03-18 18:52:21.168026 | fa163e8b-0e9d-6969-dfd3-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:52:21.169117 | fa163e8b-0e9d-6969-dfd3-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.024687 | 0.42s 2026-03-18 18:52:21.173899 | fa163e8b-0e9d-6969-dfd3-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.029461 | 0.42s 2026-03-18 18:52:21.203607 | fa163e8b-0e9d-6969-dfd3-000000002969 | TASK | Ensure certificate requests 2026-03-18 18:52:22.889309 | fa163e8b-0e9d-6969-dfd3-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-18 18:52:22.892130 | fa163e8b-0e9d-6969-dfd3-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.747687 | 1.69s 2026-03-18 18:52:22.902450 | fa163e8b-0e9d-6969-dfd3-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.758012 | 1.70s 2026-03-18 18:52:22.956867 | fa163e8b-0e9d-6969-dfd3-00000000229c | TASK | Configure OVN DBs and northd 2026-03-18 18:52:23.008379 | fa163e8b-0e9d-6969-dfd3-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:57.863931 | 0.05s 2026-03-18 18:52:23.074707 | fa163e8b-0e9d-6969-dfd3-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-18 18:52:23.337832 | fa163e8b-0e9d-6969-dfd3-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-18 18:52:23.339288 | fa163e8b-0e9d-6969-dfd3-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:58.194846 | 0.26s 2026-03-18 18:52:23.368541 | fa163e8b-0e9d-6969-dfd3-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-18 18:52:23.433069 | fa163e8b-0e9d-6969-dfd3-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-18 18:52:23.434290 | fa163e8b-0e9d-6969-dfd3-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:58.289854 | 0.06s 2026-03-18 18:52:23.464693 | fa163e8b-0e9d-6969-dfd3-0000000029da | TASK | check ovsdb-tool election-timer options 2026-03-18 18:52:23.729288 | fa163e8b-0e9d-6969-dfd3-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-18 18:52:23.730315 | fa163e8b-0e9d-6969-dfd3-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:58.585884 | 0.26s 2026-03-18 18:52:23.752543 | fa163e8b-0e9d-6969-dfd3-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-03-18 18:52:23.803718 | fa163e8b-0e9d-6969-dfd3-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-18 18:52:23.804668 | fa163e8b-0e9d-6969-dfd3-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:58.660238 | 0.05s 2026-03-18 18:52:23.826530 | fa163e8b-0e9d-6969-dfd3-0000000029dc | TASK | render OVN cluster configuration 2026-03-18 18:52:24.345107 | fa163e8b-0e9d-6969-dfd3-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-03-18 18:52:24.346499 | fa163e8b-0e9d-6969-dfd3-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:59.202062 | 0.52s 2026-03-18 18:52:24.375540 | fa163e8b-0e9d-6969-dfd3-0000000029dd | TASK | restart OVN northd and north and south databases 2026-03-18 18:52:24.435970 | fa163e8b-0e9d-6969-dfd3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.291515 | 0.06s 2026-03-18 18:52:24.453657 | fa163e8b-0e9d-6969-dfd3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.309227 | 0.08s 2026-03-18 18:52:24.466917 | fa163e8b-0e9d-6969-dfd3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.322487 | 0.09s 2026-03-18 18:52:24.472835 | fa163e8b-0e9d-6969-dfd3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.328405 | 0.10s 2026-03-18 18:52:24.496008 | da64cb8a-b352-4517-af0e-31a54ec79498 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-18 18:52:24.503663 | e4dc78f7-7ae1-4f4a-9851-abe2c37b487b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-18 18:52:24.511099 | be3edc07-f466-4440-9a6b-a27ca6505d7d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-18 18:52:24.543809 | fa163e8b-0e9d-6969-dfd3-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-18 18:52:24.785046 | fa163e8b-0e9d-6969-dfd3-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-18 18:52:24.786389 | fa163e8b-0e9d-6969-dfd3-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:59.641953 | 0.24s 2026-03-18 18:52:24.817015 | fa163e8b-0e9d-6969-dfd3-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-18 18:52:24.866920 | fa163e8b-0e9d-6969-dfd3-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-18 18:52:24.868105 | fa163e8b-0e9d-6969-dfd3-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:59.723669 | 0.05s 2026-03-18 18:52:24.898955 | fa163e8b-0e9d-6969-dfd3-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-18 18:52:25.162918 | fa163e8b-0e9d-6969-dfd3-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-18 18:52:25.163713 | fa163e8b-0e9d-6969-dfd3-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:08:00.019287 | 0.26s 2026-03-18 18:52:25.183450 | fa163e8b-0e9d-6969-dfd3-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-18 18:52:25.221656 | fa163e8b-0e9d-6969-dfd3-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-18 18:52:25.222546 | fa163e8b-0e9d-6969-dfd3-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:08:00.078116 | 0.04s 2026-03-18 18:52:25.245391 | fa163e8b-0e9d-6969-dfd3-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-18 18:52:25.498355 | fa163e8b-0e9d-6969-dfd3-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-18 18:52:25.499845 | fa163e8b-0e9d-6969-dfd3-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:08:00.355405 | 0.25s 2026-03-18 18:52:25.531346 | fa163e8b-0e9d-6969-dfd3-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-03-18 18:52:25.583126 | fa163e8b-0e9d-6969-dfd3-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-18 18:52:25.584273 | fa163e8b-0e9d-6969-dfd3-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:08:00.439836 | 0.05s 2026-03-18 18:52:25.688706 | fa163e8b-0e9d-6969-dfd3-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:00.544268 | 0.05s 2026-03-18 18:52:25.754817 | fa163e8b-0e9d-6969-dfd3-000000002a64 | TASK | Set version specific variables 2026-03-18 18:52:25.803596 | fa163e8b-0e9d-6969-dfd3-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:00.659151 | 0.05s 2026-03-18 18:52:25.825263 | 122e662d-91a0-40b1-adff-830979d0ad2d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:52:25.857832 | fa163e8b-0e9d-6969-dfd3-000000002a93 | TASK | Ensure ansible_facts used by role 2026-03-18 18:52:26.254369 | fa163e8b-0e9d-6969-dfd3-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:52:26.255964 | fa163e8b-0e9d-6969-dfd3-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:01.111527 | 0.40s 2026-03-18 18:52:26.284818 | fa163e8b-0e9d-6969-dfd3-000000002a94 | TASK | Set platform/version specific variables 2026-03-18 18:52:26.376955 | fa163e8b-0e9d-6969-dfd3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:26.408304 | fa163e8b-0e9d-6969-dfd3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:26.437095 | fa163e8b-0e9d-6969-dfd3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:52:26.457298 | fa163e8b-0e9d-6969-dfd3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:52:26.463441 | fa163e8b-0e9d-6969-dfd3-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:01.319001 | 0.18s 2026-03-18 18:52:26.492247 | fa163e8b-0e9d-6969-dfd3-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:52:29.572515 | fa163e8b-0e9d-6969-dfd3-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:52:29.573984 | fa163e8b-0e9d-6969-dfd3-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:04.429548 | 3.08s 2026-03-18 18:52:29.602696 | fa163e8b-0e9d-6969-dfd3-000000002a67 | TASK | Ensure provider packages are installed 2026-03-18 18:52:32.700467 | fa163e8b-0e9d-6969-dfd3-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:07.556018 | 3.10s 2026-03-18 18:52:32.707259 | fa163e8b-0e9d-6969-dfd3-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:07.562818 | 3.10s 2026-03-18 18:52:32.743133 | fa163e8b-0e9d-6969-dfd3-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:52:33.038885 | fa163e8b-0e9d-6969-dfd3-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:33.040197 | fa163e8b-0e9d-6969-dfd3-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:07.895758 | 0.30s 2026-03-18 18:52:33.046404 | fa163e8b-0e9d-6969-dfd3-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:07.901963 | 0.30s 2026-03-18 18:52:33.076891 | fa163e8b-0e9d-6969-dfd3-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:52:33.337527 | fa163e8b-0e9d-6969-dfd3-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:33.339291 | fa163e8b-0e9d-6969-dfd3-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:08.194852 | 0.26s 2026-03-18 18:52:33.347668 | fa163e8b-0e9d-6969-dfd3-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:08.203225 | 0.27s 2026-03-18 18:52:33.377112 | fa163e8b-0e9d-6969-dfd3-000000002a6d | TASK | Ensure provider service is running 2026-03-18 18:52:34.791799 | fa163e8b-0e9d-6969-dfd3-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:52:34.793701 | fa163e8b-0e9d-6969-dfd3-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.649263 | 1.41s 2026-03-18 18:52:34.803051 | fa163e8b-0e9d-6969-dfd3-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.658605 | 1.42s 2026-03-18 18:52:34.834054 | fa163e8b-0e9d-6969-dfd3-000000002a70 | TASK | Ensure certificate requests 2026-03-18 18:52:36.484631 | fa163e8b-0e9d-6969-dfd3-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-18 18:52:36.486921 | fa163e8b-0e9d-6969-dfd3-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.342484 | 1.65s 2026-03-18 18:52:36.497505 | fa163e8b-0e9d-6969-dfd3-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.353065 | 1.66s 2026-03-18 18:52:36.603894 | fa163e8b-0e9d-6969-dfd3-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:11.459447 | 0.05s 2026-03-18 18:52:36.671029 | fa163e8b-0e9d-6969-dfd3-000000002ad8 | TASK | Set version specific variables 2026-03-18 18:52:36.718717 | fa163e8b-0e9d-6969-dfd3-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:11.574274 | 0.05s 2026-03-18 18:52:36.740914 | e0b7b704-6eb3-4de4-afc6-388ccd1b39a2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:52:36.773745 | fa163e8b-0e9d-6969-dfd3-000000002b07 | TASK | Ensure ansible_facts used by role 2026-03-18 18:52:37.169136 | fa163e8b-0e9d-6969-dfd3-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:52:37.171644 | fa163e8b-0e9d-6969-dfd3-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:12.027199 | 0.40s 2026-03-18 18:52:37.202823 | fa163e8b-0e9d-6969-dfd3-000000002b08 | TASK | Set platform/version specific variables 2026-03-18 18:52:37.281473 | fa163e8b-0e9d-6969-dfd3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:37.299364 | fa163e8b-0e9d-6969-dfd3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:37.317304 | fa163e8b-0e9d-6969-dfd3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:52:37.331212 | fa163e8b-0e9d-6969-dfd3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:52:37.343319 | fa163e8b-0e9d-6969-dfd3-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:12.198881 | 0.14s 2026-03-18 18:52:37.372179 | fa163e8b-0e9d-6969-dfd3-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:52:40.427807 | fa163e8b-0e9d-6969-dfd3-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:52:40.429144 | fa163e8b-0e9d-6969-dfd3-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:15.284711 | 3.06s 2026-03-18 18:52:40.457543 | fa163e8b-0e9d-6969-dfd3-000000002adb | TASK | Ensure provider packages are installed 2026-03-18 18:52:43.583352 | fa163e8b-0e9d-6969-dfd3-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.438907 | 3.12s 2026-03-18 18:52:43.595423 | fa163e8b-0e9d-6969-dfd3-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.450992 | 3.14s 2026-03-18 18:52:43.625619 | fa163e8b-0e9d-6969-dfd3-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:52:43.879777 | fa163e8b-0e9d-6969-dfd3-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:43.881976 | fa163e8b-0e9d-6969-dfd3-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.737537 | 0.25s 2026-03-18 18:52:43.892070 | fa163e8b-0e9d-6969-dfd3-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.747630 | 0.26s 2026-03-18 18:52:43.921452 | fa163e8b-0e9d-6969-dfd3-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:52:44.211949 | fa163e8b-0e9d-6969-dfd3-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:44.213444 | fa163e8b-0e9d-6969-dfd3-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.069006 | 0.29s 2026-03-18 18:52:44.219769 | fa163e8b-0e9d-6969-dfd3-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.075330 | 0.30s 2026-03-18 18:52:44.248303 | fa163e8b-0e9d-6969-dfd3-000000002ae1 | TASK | Ensure provider service is running 2026-03-18 18:52:44.656872 | fa163e8b-0e9d-6969-dfd3-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:52:44.659646 | fa163e8b-0e9d-6969-dfd3-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.515208 | 0.41s 2026-03-18 18:52:44.670351 | fa163e8b-0e9d-6969-dfd3-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.525913 | 0.42s 2026-03-18 18:52:44.700711 | fa163e8b-0e9d-6969-dfd3-000000002ae4 | TASK | Ensure certificate requests 2026-03-18 18:52:46.637108 | fa163e8b-0e9d-6969-dfd3-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-18 18:52:46.640006 | fa163e8b-0e9d-6969-dfd3-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.495569 | 1.94s 2026-03-18 18:52:46.650347 | fa163e8b-0e9d-6969-dfd3-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.505907 | 1.95s 2026-03-18 18:52:46.761470 | fa163e8b-0e9d-6969-dfd3-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:21.617023 | 0.05s 2026-03-18 18:52:46.836928 | fa163e8b-0e9d-6969-dfd3-000000002b4c | TASK | Set version specific variables 2026-03-18 18:52:46.885767 | fa163e8b-0e9d-6969-dfd3-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:21.741331 | 0.05s 2026-03-18 18:52:46.900970 | fb4afa23-bc12-42ee-9c05-11ca01f135c0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:52:46.925943 | fa163e8b-0e9d-6969-dfd3-000000002b7b | TASK | Ensure ansible_facts used by role 2026-03-18 18:52:47.306408 | fa163e8b-0e9d-6969-dfd3-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:52:47.307962 | fa163e8b-0e9d-6969-dfd3-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:22.163527 | 0.38s 2026-03-18 18:52:47.336669 | fa163e8b-0e9d-6969-dfd3-000000002b7c | TASK | Set platform/version specific variables 2026-03-18 18:52:47.427555 | fa163e8b-0e9d-6969-dfd3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:47.460975 | fa163e8b-0e9d-6969-dfd3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:52:47.488820 | fa163e8b-0e9d-6969-dfd3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:52:47.509633 | fa163e8b-0e9d-6969-dfd3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:52:47.516142 | fa163e8b-0e9d-6969-dfd3-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:22.371695 | 0.18s 2026-03-18 18:52:47.546344 | fa163e8b-0e9d-6969-dfd3-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:52:50.616326 | fa163e8b-0e9d-6969-dfd3-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:52:50.617251 | fa163e8b-0e9d-6969-dfd3-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:25.472822 | 3.07s 2026-03-18 18:52:50.636090 | fa163e8b-0e9d-6969-dfd3-000000002b4f | TASK | Ensure provider packages are installed 2026-03-18 18:52:53.812003 | fa163e8b-0e9d-6969-dfd3-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:28.667565 | 3.18s 2026-03-18 18:52:53.818546 | fa163e8b-0e9d-6969-dfd3-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:28.674106 | 3.18s 2026-03-18 18:52:53.847704 | fa163e8b-0e9d-6969-dfd3-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:52:54.149508 | fa163e8b-0e9d-6969-dfd3-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:54.150906 | fa163e8b-0e9d-6969-dfd3-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:29.006468 | 0.30s 2026-03-18 18:52:54.157074 | fa163e8b-0e9d-6969-dfd3-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:29.012635 | 0.31s 2026-03-18 18:52:54.187357 | fa163e8b-0e9d-6969-dfd3-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:52:54.487580 | fa163e8b-0e9d-6969-dfd3-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:52:54.489719 | fa163e8b-0e9d-6969-dfd3-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:29.345281 | 0.30s 2026-03-18 18:52:54.499921 | fa163e8b-0e9d-6969-dfd3-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:29.355476 | 0.31s 2026-03-18 18:52:54.529780 | fa163e8b-0e9d-6969-dfd3-000000002b55 | TASK | Ensure provider service is running 2026-03-18 18:52:54.975394 | fa163e8b-0e9d-6969-dfd3-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:52:54.977823 | fa163e8b-0e9d-6969-dfd3-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:29.833385 | 0.45s 2026-03-18 18:52:54.988343 | fa163e8b-0e9d-6969-dfd3-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:29.843912 | 0.46s 2026-03-18 18:52:55.019630 | fa163e8b-0e9d-6969-dfd3-000000002b58 | TASK | Ensure certificate requests 2026-03-18 18:52:57.346868 | fa163e8b-0e9d-6969-dfd3-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-18 18:52:57.349738 | fa163e8b-0e9d-6969-dfd3-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:32.205299 | 2.33s 2026-03-18 18:52:57.360309 | fa163e8b-0e9d-6969-dfd3-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:32.215870 | 2.34s 2026-03-18 18:52:57.415866 | fa163e8b-0e9d-6969-dfd3-0000000022a9 | TASK | Fail if container image is undefined 2026-03-18 18:52:57.485548 | fa163e8b-0e9d-6969-dfd3-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:52:57.486660 | fa163e8b-0e9d-6969-dfd3-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:32.342224 | 0.07s 2026-03-18 18:52:57.534488 | fa163e8b-0e9d-6969-dfd3-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-18 18:53:05.876910 | fa163e8b-0e9d-6969-dfd3-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-18 18:53:05.879031 | fa163e8b-0e9d-6969-dfd3-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:40.734584 | 8.34s 2026-03-18 18:53:05.937825 | fa163e8b-0e9d-6969-dfd3-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-18 18:53:06.293824 | fa163e8b-0e9d-6969-dfd3-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-18 18:53:06.295228 | fa163e8b-0e9d-6969-dfd3-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:41.150790 | 0.36s 2026-03-18 18:53:06.351432 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TASK | Pre-fetch all the containers 2026-03-18 18:53:20.489808 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-18 18:53:20.492984 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.348547 | 14.14s 2026-03-18 18:53:27.969731 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-18 18:53:27.973643 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:02.829206 | 21.62s 2026-03-18 18:53:31.278072 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-18 18:53:31.282695 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.138258 | 24.93s 2026-03-18 18:53:44.310122 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-18 18:53:44.314369 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.169931 | 37.96s 2026-03-18 18:54:16.006982 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-18 18:54:16.010753 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:50.866318 | 69.66s 2026-03-18 18:54:18.532754 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-18 18:54:18.535452 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:53.391016 | 72.18s 2026-03-18 18:54:24.157412 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-03-18 18:54:24.160962 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:59.016526 | 77.81s 2026-03-18 18:54:29.605323 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-18 18:54:29.608651 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:04.464215 | 83.26s 2026-03-18 18:54:34.585012 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-18 18:54:34.588075 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:09.443640 | 88.23s 2026-03-18 18:54:37.635446 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-18 18:54:37.639451 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.495011 | 91.29s 2026-03-18 18:54:49.993803 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-18 18:54:49.998110 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:24.853676 | 103.64s 2026-03-18 18:54:53.519395 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-18 18:54:53.522349 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:28.377916 | 107.17s 2026-03-18 18:55:12.658119 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-18 18:55:12.661148 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:47.516715 | 126.31s 2026-03-18 18:55:23.880823 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-18 18:55:23.883940 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:58.739500 | 137.53s 2026-03-18 18:55:33.514467 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-18 18:55:33.519130 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.374689 | 147.17s 2026-03-18 18:55:44.323517 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-18 18:55:44.328729 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.184289 | 157.98s 2026-03-18 18:55:52.691123 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-18 18:55:52.696184 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:27.551713 | 166.34s 2026-03-18 18:55:58.143269 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-18 18:55:58.148673 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.004232 | 171.80s 2026-03-18 18:56:01.802468 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-18 18:56:01.806679 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.662245 | 175.45s 2026-03-18 18:56:06.804742 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-18 18:56:06.807993 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:41.663557 | 180.45s 2026-03-18 18:56:13.731867 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-18 18:56:13.736035 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:48.591598 | 187.38s 2026-03-18 18:56:26.791641 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-18 18:56:26.793595 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:01.649167 | 200.44s 2026-03-18 18:56:31.623416 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-18 18:56:31.627096 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.482659 | 205.27s 2026-03-18 18:56:40.649715 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-18 18:56:40.654535 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:15.510091 | 214.30s 2026-03-18 18:56:44.555418 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-18 18:56:44.558429 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:19.413995 | 218.20s 2026-03-18 18:56:47.968741 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-18 18:56:47.972563 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:22.828129 | 221.62s 2026-03-18 18:56:52.084567 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-18 18:56:52.088522 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:26.944087 | 225.74s 2026-03-18 18:56:56.673125 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-18 18:56:56.677204 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:31.532768 | 230.32s 2026-03-18 18:57:02.616938 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-18 18:57:02.620053 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:37.475591 | 236.27s 2026-03-18 18:57:05.740686 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-18 18:57:05.744900 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:40.600462 | 239.39s 2026-03-18 18:57:09.613023 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-18 18:57:09.616547 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:44.472110 | 243.26s 2026-03-18 18:57:13.624658 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-18 18:57:13.629789 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:48.485346 | 247.28s 2026-03-18 18:57:16.224148 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-18 18:57:16.228365 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:51.083929 | 249.87s 2026-03-18 18:57:21.150679 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-18 18:57:21.154570 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:56.010135 | 254.80s 2026-03-18 18:57:24.542196 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-18 18:57:24.545266 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:59.400830 | 258.19s 2026-03-18 18:57:37.141760 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-18 18:57:37.145690 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:12.001253 | 270.79s 2026-03-18 18:57:41.186114 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-18 18:57:41.189383 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:16.044948 | 274.84s 2026-03-18 18:57:44.532371 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-18 18:57:44.536371 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:19.391937 | 278.18s 2026-03-18 18:57:48.152188 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-18 18:57:48.155976 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:23.011540 | 281.80s 2026-03-18 18:57:52.932703 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-18 18:57:52.936407 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:27.791970 | 286.58s 2026-03-18 18:57:56.099950 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-18 18:57:56.103249 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:30.958798 | 289.75s 2026-03-18 18:58:00.642269 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-18 18:58:00.645568 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:35.501135 | 294.29s 2026-03-18 18:58:04.285144 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-18 18:58:04.289288 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:39.144853 | 297.94s 2026-03-18 18:58:08.341452 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-18 18:58:08.344547 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:43.200112 | 301.99s 2026-03-18 18:58:11.418027 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-18 18:58:11.420822 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:46.276386 | 305.07s 2026-03-18 18:58:15.564012 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-18 18:58:15.566991 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:50.422553 | 309.21s 2026-03-18 18:58:19.436615 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-18 18:58:19.440296 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:54.295861 | 313.09s 2026-03-18 18:58:24.135734 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-18 18:58:24.139900 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:58.995467 | 317.79s 2026-03-18 18:58:27.686449 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-18 18:58:27.689327 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:02.544892 | 321.34s 2026-03-18 18:58:30.960841 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-18 18:58:30.964736 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:05.820302 | 324.61s 2026-03-18 18:58:35.599826 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-18 18:58:35.603993 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:10.459556 | 329.25s 2026-03-18 18:58:42.011904 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-18 18:58:42.015248 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:16.870811 | 335.66s 2026-03-18 18:58:45.300303 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-18 18:58:45.303098 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:20.158658 | 338.95s 2026-03-18 18:58:45.690394 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:20.545954 | 339.34s 2026-03-18 18:58:45.987034 | fa163e8b-0e9d-6969-dfd3-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:14:20.842586 | 0.07s 2026-03-18 18:58:46.059288 | fa163e8b-0e9d-6969-dfd3-000000002c32 | TASK | Set version specific variables 2026-03-18 18:58:46.110829 | fa163e8b-0e9d-6969-dfd3-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:14:20.966383 | 0.05s 2026-03-18 18:58:46.137973 | 95b2c42f-9caf-49ca-b1be-cd9bc539a945 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-18 18:58:46.172423 | fa163e8b-0e9d-6969-dfd3-000000002c61 | TASK | Ensure ansible_facts used by role 2026-03-18 18:58:46.607704 | fa163e8b-0e9d-6969-dfd3-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-03-18 18:58:46.609537 | fa163e8b-0e9d-6969-dfd3-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:14:21.465100 | 0.44s 2026-03-18 18:58:46.640451 | fa163e8b-0e9d-6969-dfd3-000000002c62 | TASK | Set platform/version specific variables 2026-03-18 18:58:46.744988 | fa163e8b-0e9d-6969-dfd3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:58:46.773610 | fa163e8b-0e9d-6969-dfd3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-18 18:58:46.802305 | fa163e8b-0e9d-6969-dfd3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-18 18:58:46.825721 | fa163e8b-0e9d-6969-dfd3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-18 18:58:46.835952 | fa163e8b-0e9d-6969-dfd3-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:14:21.691499 | 0.19s 2026-03-18 18:58:46.868037 | fa163e8b-0e9d-6969-dfd3-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-03-18 18:58:50.096334 | fa163e8b-0e9d-6969-dfd3-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-18 18:58:50.097772 | fa163e8b-0e9d-6969-dfd3-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:14:24.953337 | 3.23s 2026-03-18 18:58:50.127076 | fa163e8b-0e9d-6969-dfd3-000000002c35 | TASK | Ensure provider packages are installed 2026-03-18 18:58:53.288046 | fa163e8b-0e9d-6969-dfd3-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:14:28.143597 | 3.16s 2026-03-18 18:58:53.294682 | fa163e8b-0e9d-6969-dfd3-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:14:28.150239 | 3.17s 2026-03-18 18:58:53.325241 | fa163e8b-0e9d-6969-dfd3-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-03-18 18:58:53.587395 | fa163e8b-0e9d-6969-dfd3-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:58:53.589595 | fa163e8b-0e9d-6969-dfd3-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:14:28.445159 | 0.26s 2026-03-18 18:58:53.600012 | fa163e8b-0e9d-6969-dfd3-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:14:28.455573 | 0.27s 2026-03-18 18:58:53.631162 | fa163e8b-0e9d-6969-dfd3-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-03-18 18:58:53.937084 | fa163e8b-0e9d-6969-dfd3-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-18 18:58:53.939233 | fa163e8b-0e9d-6969-dfd3-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:14:28.794793 | 0.31s 2026-03-18 18:58:53.949727 | fa163e8b-0e9d-6969-dfd3-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:14:28.805286 | 0.32s 2026-03-18 18:58:53.979990 | fa163e8b-0e9d-6969-dfd3-000000002c3b | TASK | Ensure provider service is running 2026-03-18 18:58:54.480703 | fa163e8b-0e9d-6969-dfd3-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-18 18:58:54.483299 | fa163e8b-0e9d-6969-dfd3-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:14:29.338861 | 0.50s 2026-03-18 18:58:54.494009 | fa163e8b-0e9d-6969-dfd3-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:14:29.349568 | 0.51s 2026-03-18 18:58:54.515327 | fa163e8b-0e9d-6969-dfd3-000000002c3e | TASK | Ensure certificate requests 2026-03-18 18:58:56.968036 | fa163e8b-0e9d-6969-dfd3-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-18 18:58:56.970905 | fa163e8b-0e9d-6969-dfd3-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:14:31.826467 | 2.45s 2026-03-18 18:58:56.981503 | fa163e8b-0e9d-6969-dfd3-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:14:31.837051 | 2.47s 2026-03-18 18:58:57.040483 | fa163e8b-0e9d-6969-dfd3-0000000022c0 | TASK | Fail if container image is undefined 2026-03-18 18:58:57.114894 | fa163e8b-0e9d-6969-dfd3-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:58:57.116266 | fa163e8b-0e9d-6969-dfd3-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:14:31.971827 | 0.07s 2026-03-18 18:58:57.165785 | fa163e8b-0e9d-6969-dfd3-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-18 18:59:00.155748 | fa163e8b-0e9d-6969-dfd3-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-18 18:59:00.157272 | fa163e8b-0e9d-6969-dfd3-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:14:35.012836 | 2.99s 2026-03-18 18:59:00.212769 | fa163e8b-0e9d-6969-dfd3-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-18 18:59:00.555580 | fa163e8b-0e9d-6969-dfd3-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-18 18:59:00.556609 | fa163e8b-0e9d-6969-dfd3-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:14:35.412180 | 0.34s 2026-03-18 18:59:00.611634 | fa163e8b-0e9d-6969-dfd3-0000000022cd | TASK | Check if rsyslog exists 2026-03-18 18:59:00.880920 | fa163e8b-0e9d-6969-dfd3-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-03-18 18:59:00.882399 | fa163e8b-0e9d-6969-dfd3-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:14:35.737964 | 0.27s 2026-03-18 18:59:00.910782 | fa163e8b-0e9d-6969-dfd3-0000000022ce | TASK | Forward logging to swift.log file 2026-03-18 18:59:01.423701 | fa163e8b-0e9d-6969-dfd3-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-03-18 18:59:01.425075 | fa163e8b-0e9d-6969-dfd3-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:14:36.280638 | 0.51s 2026-03-18 18:59:01.455109 | fa163e8b-0e9d-6969-dfd3-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-03-18 18:59:02.350500 | fa163e8b-0e9d-6969-dfd3-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-18 18:59:02.352503 | fa163e8b-0e9d-6969-dfd3-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:14:37.208069 | 0.90s 2026-03-18 18:59:02.384422 | fa163e8b-0e9d-6969-dfd3-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-18 18:59:02.613262 | fa163e8b-0e9d-6969-dfd3-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-18 18:59:02.614770 | fa163e8b-0e9d-6969-dfd3-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:14:37.470333 | 0.23s 2026-03-18 18:59:02.733847 | fa163e8b-0e9d-6969-dfd3-0000000000c3 | TIMING | include_tasks | standalone | 0:14:37.589403 | 0.09s 2026-03-18 18:59:02.776453 | d5eaeca8-6a4d-44a8-a289-9a5387472812 | INCLUDED | /root/standalone-ansible-4kwmv7l4/common_deploy_steps_tasks.yaml | standalone 2026-03-18 18:59:02.807801 | fa163e8b-0e9d-6969-dfd3-000000002ca9 | TASK | Write the config_step hieradata 2026-03-18 18:59:03.316581 | fa163e8b-0e9d-6969-dfd3-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-03-18 18:59:03.318377 | fa163e8b-0e9d-6969-dfd3-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:14:38.173935 | 0.51s 2026-03-18 18:59:03.352357 | fa163e8b-0e9d-6969-dfd3-000000002caa | TASK | Run puppet host configuration for step 1 2026-03-18 18:59:03.670257 | fa163e8b-0e9d-6969-dfd3-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-18 18:59:03.671771 | fa163e8b-0e9d-6969-dfd3-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:14:38.527332 | 0.32s 2026-03-18 18:59:03.701412 | fa163e8b-0e9d-6969-dfd3-000000002cab | TASK | Wait for puppet host configuration to finish 2026-03-18 18:59:03.958348 | fa163e8b-0e9d-6969-dfd3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 18:59:14.166888 | fa163e8b-0e9d-6969-dfd3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 18:59:24.388461 | fa163e8b-0e9d-6969-dfd3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-18 18:59:34.629004 | fa163e8b-0e9d-6969-dfd3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-18 18:59:44.889600 | fa163e8b-0e9d-6969-dfd3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-18 18:59:55.106938 | fa163e8b-0e9d-6969-dfd3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-18 19:00:05.316518 | fa163e8b-0e9d-6969-dfd3-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:00:05.317996 | fa163e8b-0e9d-6969-dfd3-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:15:40.173558 | 61.61s 2026-03-18 19:00:05.350213 | fa163e8b-0e9d-6969-dfd3-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-18 19:00:05.435276 | fa163e8b-0e9d-6969-dfd3-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 18 18:59:03 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 18:59:09 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 18:59:09 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 18:59:09 puppet-user: (file & line not available)", "<13>Mar 18 18:59:09 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 18 18:59:09 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 18 18:59:09 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 18:59:09 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Mar 18 18:59:09 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 18 18:59:09 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 18 18:59:09 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 18 18:59:18 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 18 18:59:26 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 18 18:59:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 18 18:59:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 18 18:59:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 18 18:59:29 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 18 18:59:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 18 18:59:30 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 18 18:59:34 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 18 18:59:36 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 18 18:59:36 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 18 18:59:37 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 18 18:59:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 18 19:00:01 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:00:03 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 18 19:00:03 puppet-user: Notice: Applied catalog in 53.46 seconds", "<13>Mar 18 19:00:03 puppet-user: Application:", "<13>Mar 18 19:00:03 puppet-user: Initial environment: production", "<13>Mar 18 19:00:03 puppet-user: Converged environment: production", "<13>Mar 18 19:00:03 puppet-user: Run mode: user", "<13>Mar 18 19:00:03 puppet-user: Changes:", "<13>Mar 18 19:00:03 puppet-user: Total: 17", "<13>Mar 18 19:00:03 puppet-user: Events:", "<13>Mar 18 19:00:03 puppet-user: Success: 17", "<13>Mar 18 19:00:03 puppet-user: Resources:", "<13>Mar 18 19:00:03 puppet-user: Restarted: 1", "<13>Mar 18 19:00:03 puppet-user: Changed: 16", "<13>Mar 18 19:00:03 puppet-user: Out of sync: 16", "<13>Mar 18 19:00:03 puppet-user: Total: 26", "<13>Mar 18 19:00:03 puppet-user: Time:", "<13>Mar 18 19:00:03 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:00:03 puppet-user: Schedule: 0.00", "<13>Mar 18 19:00:03 puppet-user: File line: 0.00", "<13>Mar 18 19:00:03 puppet-user: File: 0.00", "<13>Mar 18 19:00:03 puppet-user: Augeas: 0.02", "<13>Mar 18 19:00:03 puppet-user: Config retrieval: 0.43", "<13>Mar 18 19:00:03 puppet-user: User: 0.57", "<13>Mar 18 19:00:03 puppet-user: Package: 15.95", "<13>Mar 18 19:00:03 puppet-user: Last run: 1773860403", "<13>Mar 18 19:00:03 puppet-user: Exec: 28.57", "<13>Mar 18 19:00:03 puppet-user: Pcmk property: 3.41", "<13>Mar 18 19:00:03 puppet-user: Service: 3.66", "<13>Mar 18 19:00:03 puppet-user: Transaction evaluation: 53.45", "<13>Mar 18 19:00:03 puppet-user: Catalog application: 53.46", "<13>Mar 18 19:00:03 puppet-user: Total: 53.46", "<13>Mar 18 19:00:03 puppet-user: Version:", "<13>Mar 18 19:00:03 puppet-user: Config: 1773860349", "<13>Mar 18 19:00:03 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:00:05.436941 | fa163e8b-0e9d-6969-dfd3-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:15:40.292506 | 0.08s 2026-03-18 19:00:05.466552 | fa163e8b-0e9d-6969-dfd3-000000002cad | TASK | Pre-cache facts for puppet containers 2026-03-18 19:00:05.496576 | fa163e8b-0e9d-6969-dfd3-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:15:40.352125 | 0.03s 2026-03-18 19:00:05.568823 | fa163e8b-0e9d-6969-dfd3-000000002cf4 | TASK | Gather variables for each operating system 2026-03-18 19:00:05.684114 | fa163e8b-0e9d-6969-dfd3-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:15:40.539667 | 0.11s 2026-03-18 19:00:05.714564 | fa163e8b-0e9d-6969-dfd3-000000002cf5 | TASK | Create puppet caching structures 2026-03-18 19:00:05.965368 | fa163e8b-0e9d-6969-dfd3-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:00:05.966834 | fa163e8b-0e9d-6969-dfd3-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:15:40.822397 | 0.25s 2026-03-18 19:00:05.997064 | fa163e8b-0e9d-6969-dfd3-000000002cf6 | TASK | Check for facter.conf 2026-03-18 19:00:06.220058 | fa163e8b-0e9d-6969-dfd3-000000002cf6 | OK | Check for facter.conf | standalone 2026-03-18 19:00:06.220935 | fa163e8b-0e9d-6969-dfd3-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:15:41.076508 | 0.22s 2026-03-18 19:00:06.240424 | fa163e8b-0e9d-6969-dfd3-000000002cf7 | TASK | Remove facter.conf if directory 2026-03-18 19:00:06.287142 | fa163e8b-0e9d-6969-dfd3-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:00:06.287956 | fa163e8b-0e9d-6969-dfd3-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:15:41.143525 | 0.05s 2026-03-18 19:00:06.311414 | fa163e8b-0e9d-6969-dfd3-000000002cf8 | TASK | Write facter cache config 2026-03-18 19:00:06.790368 | fa163e8b-0e9d-6969-dfd3-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-03-18 19:00:06.791844 | fa163e8b-0e9d-6969-dfd3-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:15:41.647408 | 0.48s 2026-03-18 19:00:06.821981 | fa163e8b-0e9d-6969-dfd3-000000002cf9 | TASK | Cleanup facter cache if exists 2026-03-18 19:00:07.059346 | fa163e8b-0e9d-6969-dfd3-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-03-18 19:00:07.060175 | fa163e8b-0e9d-6969-dfd3-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:15:41.915734 | 0.24s 2026-03-18 19:00:07.080145 | fa163e8b-0e9d-6969-dfd3-000000002cfa | TASK | Pre-cache facts 2026-03-18 19:00:07.697498 | fa163e8b-0e9d-6969-dfd3-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-03-18 19:00:07.698761 | fa163e8b-0e9d-6969-dfd3-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:15:42.554326 | 0.62s 2026-03-18 19:00:07.729948 | fa163e8b-0e9d-6969-dfd3-000000002cfb | TASK | Failed deployment if facter fails 2026-03-18 19:00:07.762251 | fa163e8b-0e9d-6969-dfd3-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:00:07.763367 | fa163e8b-0e9d-6969-dfd3-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:15:42.618931 | 0.03s 2026-03-18 19:00:07.815199 | fa163e8b-0e9d-6969-dfd3-000000002cfc | TASK | Sync cached facts 2026-03-18 19:00:08.232637 | fa163e8b-0e9d-6969-dfd3-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-0e9d-6969-dfd3-000000002cfc') missing from stats 2026-03-18 19:00:08.291821 | fa163e8b-0e9d-6969-dfd3-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:00:08.342140 | fa163e8b-0e9d-6969-dfd3-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:15:43.197696 | 0.05s 2026-03-18 19:00:08.373009 | 6a4f3a9b-814b-4add-81b9-0093b2631675 | INCLUDED | /root/standalone-ansible-4kwmv7l4/generate-config-tasks.yaml | standalone 2026-03-18 19:00:08.409142 | fa163e8b-0e9d-6969-dfd3-000000002d46 | TASK | Create base directory puppet configs 2026-03-18 19:00:08.639671 | fa163e8b-0e9d-6969-dfd3-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-03-18 19:00:08.641970 | fa163e8b-0e9d-6969-dfd3-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:15:43.497527 | 0.23s 2026-03-18 19:00:08.662811 | fa163e8b-0e9d-6969-dfd3-000000002d47 | TASK | Generate container puppet configs for step 1 2026-03-18 19:00:08.935532 | fa163e8b-0e9d-6969-dfd3-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-18 19:00:08.936734 | fa163e8b-0e9d-6969-dfd3-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:43.792300 | 0.27s 2026-03-18 19:00:08.967533 | fa163e8b-0e9d-6969-dfd3-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-18 19:00:08.995673 | fa163e8b-0e9d-6969-dfd3-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:15:43.851233 | 0.03s 2026-03-18 19:00:09.072267 | fa163e8b-0e9d-6969-dfd3-000000002dd2 | TASK | Gather variables for each operating system 2026-03-18 19:00:09.193894 | fa163e8b-0e9d-6969-dfd3-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:44.049449 | 0.12s 2026-03-18 19:00:09.222868 | fa163e8b-0e9d-6969-dfd3-000000002dd3 | TASK | Create container logs path 2026-03-18 19:00:09.453409 | fa163e8b-0e9d-6969-dfd3-000000002dd3 | OK | Create container logs path | standalone 2026-03-18 19:00:09.454691 | fa163e8b-0e9d-6969-dfd3-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:44.310257 | 0.23s 2026-03-18 19:00:09.485519 | fa163e8b-0e9d-6969-dfd3-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:00:09.921494 | fa163e8b-0e9d-6969-dfd3-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 19:00:09.923129 | fa163e8b-0e9d-6969-dfd3-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:44.778689 | 0.44s 2026-03-18 19:00:09.955029 | fa163e8b-0e9d-6969-dfd3-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-18 19:00:10.028693 | fa163e8b-0e9d-6969-dfd3-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:00:10.029973 | fa163e8b-0e9d-6969-dfd3-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:44.885537 | 0.07s 2026-03-18 19:00:10.060930 | fa163e8b-0e9d-6969-dfd3-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-18 19:00:10.090702 | fa163e8b-0e9d-6969-dfd3-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:00:10.092055 | fa163e8b-0e9d-6969-dfd3-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:44.947620 | 0.03s 2026-03-18 19:00:10.121644 | fa163e8b-0e9d-6969-dfd3-000000002dda | TASK | Update container configs with new config hashes 2026-03-18 19:00:10.182774 | fa163e8b-0e9d-6969-dfd3-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:00:10.184075 | fa163e8b-0e9d-6969-dfd3-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:45.039639 | 0.06s 2026-03-18 19:00:10.216762 | fa163e8b-0e9d-6969-dfd3-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:00:10.279543 | fa163e8b-0e9d-6969-dfd3-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:45.135098 | 0.06s 2026-03-18 19:00:10.304924 | 87d66e08-a153-45bf-be5c-ab46629943d0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:00:10.341244 | fa163e8b-0e9d-6969-dfd3-000000002e1f | TASK | Gather podman infos 2026-03-18 19:00:10.918830 | fa163e8b-0e9d-6969-dfd3-000000002e1f | OK | Gather podman infos | standalone 2026-03-18 19:00:10.920526 | fa163e8b-0e9d-6969-dfd3-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:45.776090 | 0.58s 2026-03-18 19:00:10.954385 | fa163e8b-0e9d-6969-dfd3-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:00:11.017449 | fa163e8b-0e9d-6969-dfd3-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 19:00:11.018817 | fa163e8b-0e9d-6969-dfd3-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:45.874379 | 0.06s 2026-03-18 19:00:11.052449 | fa163e8b-0e9d-6969-dfd3-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:00:11.105659 | fa163e8b-0e9d-6969-dfd3-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:45.961213 | 0.05s 2026-03-18 19:00:11.130533 | fcaefce2-16c0-4ac3-818e-bcd42770d253 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:00:11.168195 | fa163e8b-0e9d-6969-dfd3-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:00:42.094312 | fa163e8b-0e9d-6969-dfd3-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 19:00:42.095882 | fa163e8b-0e9d-6969-dfd3-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:16.951447 | 30.93s 2026-03-18 19:00:42.171816 | fa163e8b-0e9d-6969-dfd3-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:00:42.254277 | fa163e8b-0e9d-6969-dfd3-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 19:00:42.255594 | fa163e8b-0e9d-6969-dfd3-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:16:17.111157 | 0.08s 2026-03-18 19:00:42.313226 | fa163e8b-0e9d-6969-dfd3-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-03-18 19:00:42.374394 | fa163e8b-0e9d-6969-dfd3-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-18 19:00:42.375243 | fa163e8b-0e9d-6969-dfd3-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:16:17.230814 | 0.06s 2026-03-18 19:00:42.396924 | fa163e8b-0e9d-6969-dfd3-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-03-18 19:00:42.426917 | fa163e8b-0e9d-6969-dfd3-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-18 19:00:42.427674 | fa163e8b-0e9d-6969-dfd3-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:16:17.283246 | 0.03s 2026-03-18 19:00:42.451079 | fa163e8b-0e9d-6969-dfd3-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-18 19:00:42.477869 | fa163e8b-0e9d-6969-dfd3-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:16:17.333437 | 0.03s 2026-03-18 19:00:42.531249 | fa163e8b-0e9d-6969-dfd3-000000002e9f | TASK | Gather variables for each operating system 2026-03-18 19:00:42.646686 | fa163e8b-0e9d-6969-dfd3-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:17.502235 | 0.11s 2026-03-18 19:00:42.676224 | fa163e8b-0e9d-6969-dfd3-000000002ea0 | TASK | Create container logs path 2026-03-18 19:00:42.963149 | fa163e8b-0e9d-6969-dfd3-000000002ea0 | OK | Create container logs path | standalone 2026-03-18 19:00:42.964602 | fa163e8b-0e9d-6969-dfd3-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:17.820166 | 0.29s 2026-03-18 19:00:42.996695 | fa163e8b-0e9d-6969-dfd3-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 19:00:43.263753 | fa163e8b-0e9d-6969-dfd3-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-18 19:00:43.265025 | fa163e8b-0e9d-6969-dfd3-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:16:18.120589 | 0.27s 2026-03-18 19:00:43.294633 | fa163e8b-0e9d-6969-dfd3-000000002ea3 | TASK | Finalise hashes for all containers 2026-03-18 19:00:43.357639 | fa163e8b-0e9d-6969-dfd3-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:00:43.358706 | fa163e8b-0e9d-6969-dfd3-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:18.214271 | 0.06s 2026-03-18 19:00:43.387535 | fa163e8b-0e9d-6969-dfd3-000000002ea5 | TASK | Manage systemd shutdown files 2026-03-18 19:00:43.421933 | fa163e8b-0e9d-6969-dfd3-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:18.277486 | 0.03s 2026-03-18 19:00:43.458510 | 9d45aafe-6790-4894-990a-185465ba7074 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:00:43.486644 | fa163e8b-0e9d-6969-dfd3-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:00:43.747661 | fa163e8b-0e9d-6969-dfd3-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:00:43.749123 | fa163e8b-0e9d-6969-dfd3-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:18.604688 | 0.26s 2026-03-18 19:00:43.778514 | fa163e8b-0e9d-6969-dfd3-000000002ed9 | TASK | Set podman_drop_in fact 2026-03-18 19:00:43.839618 | fa163e8b-0e9d-6969-dfd3-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-03-18 19:00:43.840720 | fa163e8b-0e9d-6969-dfd3-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:18.696286 | 0.06s 2026-03-18 19:00:43.869506 | fa163e8b-0e9d-6969-dfd3-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:00:44.365369 | fa163e8b-0e9d-6969-dfd3-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:00:44.368514 | fa163e8b-0e9d-6969-dfd3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:19.224062 | 0.50s 2026-03-18 19:00:44.793034 | fa163e8b-0e9d-6969-dfd3-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:00:44.794830 | fa163e8b-0e9d-6969-dfd3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:19.650397 | 0.92s 2026-03-18 19:00:44.805407 | fa163e8b-0e9d-6969-dfd3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:19.660965 | 0.93s 2026-03-18 19:00:44.835137 | fa163e8b-0e9d-6969-dfd3-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:00:45.303814 | fa163e8b-0e9d-6969-dfd3-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:00:45.305401 | fa163e8b-0e9d-6969-dfd3-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:20.160966 | 0.47s 2026-03-18 19:00:45.334708 | fa163e8b-0e9d-6969-dfd3-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:00:45.845055 | fa163e8b-0e9d-6969-dfd3-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:00:45.846529 | fa163e8b-0e9d-6969-dfd3-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:20.702094 | 0.51s 2026-03-18 19:00:45.876080 | fa163e8b-0e9d-6969-dfd3-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:00:46.821193 | fa163e8b-0e9d-6969-dfd3-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:00:46.823206 | fa163e8b-0e9d-6969-dfd3-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:21.678770 | 0.95s 2026-03-18 19:00:46.853131 | fa163e8b-0e9d-6969-dfd3-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:00:47.361900 | fa163e8b-0e9d-6969-dfd3-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:00:47.363190 | fa163e8b-0e9d-6969-dfd3-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:22.218721 | 0.51s 2026-03-18 19:00:47.392816 | fa163e8b-0e9d-6969-dfd3-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:00:47.863761 | fa163e8b-0e9d-6969-dfd3-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:00:47.865207 | fa163e8b-0e9d-6969-dfd3-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:22.720731 | 0.47s 2026-03-18 19:00:47.894565 | fa163e8b-0e9d-6969-dfd3-000000002ee1 | TASK | Enable and start netns-placeholder 2026-03-18 19:00:48.769207 | fa163e8b-0e9d-6969-dfd3-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:00:48.771063 | fa163e8b-0e9d-6969-dfd3-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:23.626628 | 0.87s 2026-03-18 19:00:48.802075 | fa163e8b-0e9d-6969-dfd3-000000002ea7 | TASK | Update container configs with new config hashes 2026-03-18 19:00:48.855579 | fa163e8b-0e9d-6969-dfd3-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:23.711133 | 0.05s 2026-03-18 19:00:48.877227 | bc841761-b7d6-4794-84a7-3678fdd6b423 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:00:48.912077 | fa163e8b-0e9d-6969-dfd3-000000002f09 | TASK | Update config hashes for container startup configs 2026-03-18 19:00:49.220442 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-03-18 19:00:49.221669 | | WARNING | Config change detected for mysql_bootstrap, new hash: 7388b59d0ca247add820e0a75a737175 2026-03-18 19:00:49.222197 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 0893f2848b75e3590cc3721209658b45 2026-03-18 19:00:49.222775 | | WARNING | Config change detected for redis_tls_proxy, new hash: ae597a1649a4f0af7d1e5aba8d5f58df 2026-03-18 19:00:49.223357 | | WARNING | Config change detected for clustercheck, new hash: 63f8f559a3d5a622b871a4e13396d1af 2026-03-18 19:00:49.223858 | | WARNING | Config change detected for horizon_fix_perms, new hash: e48d8deab3cbb882d53f51a281242fc6 2026-03-18 19:00:49.224361 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 7388b59d0ca247add820e0a75a737175 2026-03-18 19:00:49.224859 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.225681 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.226212 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.226707 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.227229 | | WARNING | Config change detected for aodh_db_sync, new hash: 9b947c792ad92a0ea30c585c150c5d54 2026-03-18 19:00:49.227723 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 660651d9f0660f8e309b85802cccaca2 2026-03-18 19:00:49.228231 | | WARNING | Config change detected for glance_api_db_sync, new hash: 682e948710ec5910f9e31b414f1bc0f4-5d060fed3e6007f48f3e7d970e7b7f5c 2026-03-18 19:00:49.228750 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 2066265097d0a4551c8d4e603cff0e62 2026-03-18 19:00:49.229299 | | WARNING | Config change detected for horizon, new hash: e48d8deab3cbb882d53f51a281242fc6 2026-03-18 19:00:49.229781 | | WARNING | Config change detected for iscsid, new hash: 5d060fed3e6007f48f3e7d970e7b7f5c 2026-03-18 19:00:49.230268 | | WARNING | Config change detected for keystone, new hash: d6e72c20a95c0d94a879c355abe4a66e 2026-03-18 19:00:49.230790 | | WARNING | Config change detected for keystone_cron, new hash: d6e72c20a95c0d94a879c355abe4a66e 2026-03-18 19:00:49.231381 | | WARNING | Config change detected for keystone_db_sync, new hash: d6e72c20a95c0d94a879c355abe4a66e 2026-03-18 19:00:49.231849 | | WARNING | Config change detected for manila_api_db_sync, new hash: 99bdceab7c253ab1ff4ce6ec158ec1fe 2026-03-18 19:00:49.232356 | | WARNING | Config change detected for neutron_db_sync, new hash: ed4ff5712ebde482e7627d37177ece33 2026-03-18 19:00:49.232913 | | WARNING | Config change detected for nova_api_db_sync, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.233555 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.234046 | | WARNING | Config change detected for nova_db_sync, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.234539 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.234995 | | WARNING | Config change detected for nova_virtnodedevd, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.235492 | | WARNING | Config change detected for nova_virtproxyd, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.235973 | | WARNING | Config change detected for nova_virtqemud, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.236473 | | WARNING | Config change detected for nova_virtsecretd, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.237025 | | WARNING | Config change detected for nova_virtstoraged, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.237595 | | WARNING | Config change detected for octavia_db_sync, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.238062 | | WARNING | Config change detected for placement_api_db_sync, new hash: 7bc3413cf61dc5534f845f2f433dce2a 2026-03-18 19:00:49.238562 | | WARNING | Config change detected for swift_copy_rings, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a-bc7abee8042439d0e597ab1ebdd406e7 2026-03-18 19:00:49.239017 | | WARNING | Config change detected for aodh_api, new hash: 9b947c792ad92a0ea30c585c150c5d54 2026-03-18 19:00:49.239554 | | WARNING | Config change detected for aodh_api_cron, new hash: 9b947c792ad92a0ea30c585c150c5d54 2026-03-18 19:00:49.240093 | | WARNING | Config change detected for aodh_evaluator, new hash: 9b947c792ad92a0ea30c585c150c5d54 2026-03-18 19:00:49.240852 | | WARNING | Config change detected for aodh_listener, new hash: 9b947c792ad92a0ea30c585c150c5d54 2026-03-18 19:00:49.241449 | | WARNING | Config change detected for aodh_notifier, new hash: 9b947c792ad92a0ea30c585c150c5d54 2026-03-18 19:00:49.241928 | | WARNING | Config change detected for ceilometer_agent_central, new hash: e350146a78f2c9ace2a4774160a8798d 2026-03-18 19:00:49.242462 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: e350146a78f2c9ace2a4774160a8798d 2026-03-18 19:00:49.242920 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: e350146a78f2c9ace2a4774160a8798d 2026-03-18 19:00:49.243519 | | WARNING | Config change detected for cinder_api, new hash: 660651d9f0660f8e309b85802cccaca2 2026-03-18 19:00:49.243984 | | WARNING | Config change detected for cinder_api_cron, new hash: 660651d9f0660f8e309b85802cccaca2 2026-03-18 19:00:49.244480 | | WARNING | Config change detected for cinder_scheduler, new hash: 660651d9f0660f8e309b85802cccaca2 2026-03-18 19:00:49.244964 | | WARNING | Config change detected for glance_api, new hash: 682e948710ec5910f9e31b414f1bc0f4-5d060fed3e6007f48f3e7d970e7b7f5c 2026-03-18 19:00:49.245455 | | WARNING | Config change detected for glance_api_cron, new hash: 682e948710ec5910f9e31b414f1bc0f4 2026-03-18 19:00:49.245909 | | WARNING | Config change detected for glance_api_internal, new hash: 16617d015bb8f4c08140063b75f042e6-5d060fed3e6007f48f3e7d970e7b7f5c 2026-03-18 19:00:49.246407 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 16617d015bb8f4c08140063b75f042e6 2026-03-18 19:00:49.246888 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 682e948710ec5910f9e31b414f1bc0f4 2026-03-18 19:00:49.247395 | | WARNING | Config change detected for heat_api, new hash: ec80cb22627cf8192cd2aaf9dc207b6d 2026-03-18 19:00:49.247852 | | WARNING | Config change detected for heat_api_cfn, new hash: 6efe178e83b1a79ac369c255f2afc6ba 2026-03-18 19:00:49.248338 | | WARNING | Config change detected for heat_api_cron, new hash: ec80cb22627cf8192cd2aaf9dc207b6d 2026-03-18 19:00:49.248818 | | WARNING | Config change detected for heat_engine, new hash: 2066265097d0a4551c8d4e603cff0e62 2026-03-18 19:00:49.249317 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-18 19:00:49.249777 | | WARNING | Config change detected for manila_api, new hash: 99bdceab7c253ab1ff4ce6ec158ec1fe 2026-03-18 19:00:49.250277 | | WARNING | Config change detected for manila_api_cron, new hash: 99bdceab7c253ab1ff4ce6ec158ec1fe 2026-03-18 19:00:49.250778 | | WARNING | Config change detected for manila_scheduler, new hash: 99bdceab7c253ab1ff4ce6ec158ec1fe 2026-03-18 19:00:49.251514 | | WARNING | Config change detected for neutron_api, new hash: ed4ff5712ebde482e7627d37177ece33 2026-03-18 19:00:49.252003 | | WARNING | Config change detected for neutron_dhcp, new hash: ed4ff5712ebde482e7627d37177ece33 2026-03-18 19:00:49.252516 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: ed4ff5712ebde482e7627d37177ece33 2026-03-18 19:00:49.253319 | | WARNING | Config change detected for neutron_sriov_agent, new hash: ed4ff5712ebde482e7627d37177ece33 2026-03-18 19:00:49.253841 | | WARNING | Config change detected for nova_api, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.254390 | | WARNING | Config change detected for nova_api_cron, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.254874 | | WARNING | Config change detected for nova_conductor, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.255393 | | WARNING | Config change detected for nova_metadata, new hash: 65a13892645c62ca3b8335a4bab57d3b 2026-03-18 19:00:49.255932 | | WARNING | Config change detected for nova_migration_target, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.256581 | | WARNING | Config change detected for nova_scheduler, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.257110 | | WARNING | Config change detected for nova_vnc_proxy, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.257648 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: fd2333a408086f21cf193e47bc15c2e4 2026-03-18 19:00:49.258202 | | WARNING | Config change detected for octavia_api, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.258713 | | WARNING | Config change detected for octavia_driver_agent, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.259247 | | WARNING | Config change detected for ovn_metadata_agent, new hash: ed4ff5712ebde482e7627d37177ece33 2026-03-18 19:00:49.259717 | | WARNING | Config change detected for placement_api, new hash: 7bc3413cf61dc5534f845f2f433dce2a 2026-03-18 19:00:49.260287 | | WARNING | Config change detected for placement_wait_for_service, new hash: 7bc3413cf61dc5534f845f2f433dce2a 2026-03-18 19:00:49.260808 | | WARNING | Config change detected for swift_account_reaper, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.261379 | | WARNING | Config change detected for swift_account_server, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.261847 | | WARNING | Config change detected for swift_container_server, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.262350 | | WARNING | Config change detected for swift_container_updater, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.262825 | | WARNING | Config change detected for swift_object_expirer, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.263337 | | WARNING | Config change detected for swift_object_server, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.263812 | | WARNING | Config change detected for swift_object_updater, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.264304 | | WARNING | Config change detected for swift_proxy, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.264816 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 2dd83a6a5a03b85b3cf9b5b179712a3a 2026-03-18 19:00:49.265314 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: e350146a78f2c9ace2a4774160a8798d 2026-03-18 19:00:49.265794 | | WARNING | Config change detected for gnocchi_api, new hash: d427d4ec50fc01f0fd72494576266176 2026-03-18 19:00:49.266350 | | WARNING | Config change detected for gnocchi_db_sync, new hash: d427d4ec50fc01f0fd72494576266176 2026-03-18 19:00:49.266847 | | WARNING | Config change detected for gnocchi_metricd, new hash: d427d4ec50fc01f0fd72494576266176 2026-03-18 19:00:49.267390 | | WARNING | Config change detected for gnocchi_statsd, new hash: d427d4ec50fc01f0fd72494576266176 2026-03-18 19:00:49.267891 | | WARNING | Config change detected for nova_compute, new hash: 5d060fed3e6007f48f3e7d970e7b7f5c-dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.268462 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: dac86c31bc0c090b2132605c6eb110d1 2026-03-18 19:00:49.269314 | | WARNING | Config change detected for octavia_health_manager, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.269826 | | WARNING | Config change detected for octavia_housekeeping, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.270274 | | WARNING | Config change detected for octavia_rsyslog, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.270675 | | WARNING | Config change detected for octavia_worker, new hash: 633887ae8d8d1e7c32f1b7bbd7a0ef30 2026-03-18 19:00:49.271118 | fa163e8b-0e9d-6969-dfd3-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-18 19:00:49.271963 | fa163e8b-0e9d-6969-dfd3-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:24.127526 | 0.36s 2026-03-18 19:00:49.297699 | fa163e8b-0e9d-6969-dfd3-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 19:00:49.356315 | fa163e8b-0e9d-6969-dfd3-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:16:24.211876 | 0.06s 2026-03-18 19:00:49.373030 | d586cf6f-b4a7-48c2-a6b5-2b8d97a3ce2e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:00:49.406972 | fa163e8b-0e9d-6969-dfd3-000000002f28 | TASK | Gather podman infos 2026-03-18 19:00:50.301069 | fa163e8b-0e9d-6969-dfd3-000000002f28 | OK | Gather podman infos | standalone 2026-03-18 19:00:50.302407 | fa163e8b-0e9d-6969-dfd3-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:25.157974 | 0.89s 2026-03-18 19:00:50.369692 | fa163e8b-0e9d-6969-dfd3-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 19:00:50.431837 | fa163e8b-0e9d-6969-dfd3-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:16:25.287393 | 0.06s 2026-03-18 19:00:50.553264 | fa163e8b-0e9d-6969-dfd3-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:25.408818 | 0.06s 2026-03-18 19:00:50.607917 | fa163e8b-0e9d-6969-dfd3-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 19:00:50.660978 | fa163e8b-0e9d-6969-dfd3-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:16:25.516536 | 0.05s 2026-03-18 19:00:50.684306 | 49fca6fa-591b-47cc-a1c5-a4e496470e80 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:00:50.720919 | fa163e8b-0e9d-6969-dfd3-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 19:00:58.441792 | fa163e8b-0e9d-6969-dfd3-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-18 19:00:58.443466 | fa163e8b-0e9d-6969-dfd3-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:16:33.299029 | 7.72s 2026-03-18 19:00:58.476450 | fa163e8b-0e9d-6969-dfd3-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 19:01:02.894652 | fa163e8b-0e9d-6969-dfd3-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-18 19:01:02.896551 | fa163e8b-0e9d-6969-dfd3-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:16:37.752116 | 4.42s 2026-03-18 19:01:02.974916 | fa163e8b-0e9d-6969-dfd3-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-18 19:01:03.202990 | fa163e8b-0e9d-6969-dfd3-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-18 19:01:03.204008 | fa163e8b-0e9d-6969-dfd3-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:16:38.059578 | 0.23s 2026-03-18 19:01:03.238446 | fa163e8b-0e9d-6969-dfd3-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-18 19:01:03.297282 | fa163e8b-0e9d-6969-dfd3-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:16:38.152833 | 0.06s 2026-03-18 19:01:03.328837 | fa163e8b-0e9d-6969-dfd3-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-03-18 19:01:03.373941 | fa163e8b-0e9d-6969-dfd3-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:16:38.229498 | 0.04s 2026-03-18 19:01:03.400556 | 4e4d299f-6a59-4087-9e92-8a2ff8c30746 | INCLUDED | /root/standalone-ansible-4kwmv7l4/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:01:03.439122 | fa163e8b-0e9d-6969-dfd3-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-18 19:01:03.953656 | fa163e8b-0e9d-6969-dfd3-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-18 19:01:03.954984 | fa163e8b-0e9d-6969-dfd3-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:16:38.810547 | 0.51s 2026-03-18 19:01:03.989232 | fa163e8b-0e9d-6969-dfd3-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-03-18 19:01:04.273575 | fa163e8b-0e9d-6969-dfd3-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-03-18 19:01:04.275393 | fa163e8b-0e9d-6969-dfd3-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:16:39.130951 | 0.28s 2026-03-18 19:01:04.306712 | fa163e8b-0e9d-6969-dfd3-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-18 19:01:04.337234 | fa163e8b-0e9d-6969-dfd3-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:16:39.192787 | 0.03s 2026-03-18 19:01:04.401010 | fa163e8b-0e9d-6969-dfd3-000000002dd2 | TASK | Gather variables for each operating system 2026-03-18 19:01:04.524562 | fa163e8b-0e9d-6969-dfd3-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:39.380114 | 0.12s 2026-03-18 19:01:04.557497 | fa163e8b-0e9d-6969-dfd3-000000002dd3 | TASK | Create container logs path 2026-03-18 19:01:04.801657 | fa163e8b-0e9d-6969-dfd3-000000002dd3 | OK | Create container logs path | standalone 2026-03-18 19:01:04.802611 | fa163e8b-0e9d-6969-dfd3-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:39.658185 | 0.24s 2026-03-18 19:01:04.824275 | fa163e8b-0e9d-6969-dfd3-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:01:05.084456 | fa163e8b-0e9d-6969-dfd3-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 19:01:05.085831 | fa163e8b-0e9d-6969-dfd3-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:39.941395 | 0.26s 2026-03-18 19:01:05.116473 | fa163e8b-0e9d-6969-dfd3-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-18 19:01:05.160080 | fa163e8b-0e9d-6969-dfd3-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:01:05.161500 | fa163e8b-0e9d-6969-dfd3-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:40.017065 | 0.04s 2026-03-18 19:01:05.192458 | fa163e8b-0e9d-6969-dfd3-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-18 19:01:05.213222 | fa163e8b-0e9d-6969-dfd3-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:01:05.214352 | fa163e8b-0e9d-6969-dfd3-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:40.069916 | 0.02s 2026-03-18 19:01:05.244210 | fa163e8b-0e9d-6969-dfd3-000000002dda | TASK | Update container configs with new config hashes 2026-03-18 19:01:05.294452 | fa163e8b-0e9d-6969-dfd3-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:01:05.295750 | fa163e8b-0e9d-6969-dfd3-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:40.151314 | 0.05s 2026-03-18 19:01:05.329876 | fa163e8b-0e9d-6969-dfd3-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:01:05.381638 | fa163e8b-0e9d-6969-dfd3-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 19:01:05.383067 | fa163e8b-0e9d-6969-dfd3-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:40.238629 | 0.05s 2026-03-18 19:01:05.415755 | fa163e8b-0e9d-6969-dfd3-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 19:01:05.467958 | fa163e8b-0e9d-6969-dfd3-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 19:01:05.469334 | fa163e8b-0e9d-6969-dfd3-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:40.324897 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-18 19:01:05.655279 | fa163e8b-0e9d-6969-dfd3-0000000000c6 | TASK | External deployment step 2 2026-03-18 19:01:05.687576 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000c6') missing from stats 2026-03-18 19:01:05.744607 | fa163e8b-0e9d-6969-dfd3-0000000000c7 | TIMING | include_tasks | undercloud | 0:16:40.600164 | 0.04s 2026-03-18 19:01:05.751065 | c9c191cd-f7a5-4b98-9811-a4134a0a4dda | INCLUDED | /root/standalone-ansible-4kwmv7l4/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-03-18 19:01:05.886012 | fa163e8b-0e9d-6969-dfd3-0000000000ca | TASK | Deploy step tasks for 2 2026-03-18 19:01:05.912305 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000ca') missing from stats 2026-03-18 19:01:05.935826 | fa163e8b-0e9d-6969-dfd3-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-18 19:01:06.440730 | fa163e8b-0e9d-6969-dfd3-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-18 19:01:06.442053 | fa163e8b-0e9d-6969-dfd3-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:16:41.297619 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 19:01:06.524794 | fa163e8b-0e9d-6969-dfd3-0000000000cc | TIMING | include_tasks | standalone | 0:16:41.380346 | 0.05s 2026-03-18 19:01:06.617999 | 004b31fa-f3a7-426c-af14-9a554da4d87c | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-18 19:01:06.653668 | fa163e8b-0e9d-6969-dfd3-000000003075 | TASK | Push script 2026-03-18 19:01:07.193067 | fa163e8b-0e9d-6969-dfd3-000000003075 | CHANGED | Push script | standalone 2026-03-18 19:01:07.194573 | fa163e8b-0e9d-6969-dfd3-000000003075 | TIMING | Push script | standalone | 0:16:42.050135 | 0.54s 2026-03-18 19:01:07.223759 | fa163e8b-0e9d-6969-dfd3-000000003076 | TASK | Insert cronjob in root crontab 2026-03-18 19:01:07.648671 | fa163e8b-0e9d-6969-dfd3-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-18 19:01:07.650148 | fa163e8b-0e9d-6969-dfd3-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:16:42.505710 | 0.42s 2026-03-18 19:01:07.681206 | fa163e8b-0e9d-6969-dfd3-00000000307d | TASK | Gather variables for each operating system 2026-03-18 19:01:07.800706 | fa163e8b-0e9d-6969-dfd3-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:42.656261 | 0.12s 2026-03-18 19:01:07.831039 | fa163e8b-0e9d-6969-dfd3-00000000307e | TASK | Detect if resource is being created or already exists 2026-03-18 19:01:08.613095 | fa163e8b-0e9d-6969-dfd3-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:01:08.614693 | fa163e8b-0e9d-6969-dfd3-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:43.470257 | 0.78s 2026-03-18 19:01:08.646321 | fa163e8b-0e9d-6969-dfd3-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-03-18 19:02:54.464591 | fa163e8b-0e9d-6969-dfd3-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-18 19:02:54.466351 | fa163e8b-0e9d-6969-dfd3-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:18:29.321915 | 105.82s 2026-03-18 19:02:54.500910 | fa163e8b-0e9d-6969-dfd3-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-18 19:02:54.747231 | fa163e8b-0e9d-6969-dfd3-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-18 19:02:54.748109 | fa163e8b-0e9d-6969-dfd3-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:18:29.603681 | 0.25s 2026-03-18 19:02:54.767694 | fa163e8b-0e9d-6969-dfd3-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:02:55.377301 | fa163e8b-0e9d-6969-dfd3-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:02:55.378697 | fa163e8b-0e9d-6969-dfd3-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:30.234261 | 0.61s 2026-03-18 19:02:55.411032 | fa163e8b-0e9d-6969-dfd3-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-18 19:02:55.611466 | fa163e8b-0e9d-6969-dfd3-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-18 19:02:55.612911 | fa163e8b-0e9d-6969-dfd3-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:18:30.468465 | 0.20s 2026-03-18 19:02:55.634245 | fa163e8b-0e9d-6969-dfd3-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-18 19:02:55.685241 | fa163e8b-0e9d-6969-dfd3-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-18 19:02:55.686555 | fa163e8b-0e9d-6969-dfd3-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:18:30.542118 | 0.05s 2026-03-18 19:02:55.720121 | fa163e8b-0e9d-6969-dfd3-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-18 19:02:55.771872 | fa163e8b-0e9d-6969-dfd3-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-18 19:02:55.773309 | fa163e8b-0e9d-6969-dfd3-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:18:30.628862 | 0.05s 2026-03-18 19:02:55.806437 | fa163e8b-0e9d-6969-dfd3-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-18 19:02:55.859698 | fa163e8b-0e9d-6969-dfd3-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-18 19:02:55.861038 | fa163e8b-0e9d-6969-dfd3-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:18:30.716595 | 0.05s 2026-03-18 19:02:55.894177 | fa163e8b-0e9d-6969-dfd3-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:02:55.945833 | fa163e8b-0e9d-6969-dfd3-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:02:55.947249 | fa163e8b-0e9d-6969-dfd3-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:30.802807 | 0.05s 2026-03-18 19:02:55.979859 | fa163e8b-0e9d-6969-dfd3-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-18 19:02:56.031147 | fa163e8b-0e9d-6969-dfd3-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-18 19:02:56.032538 | fa163e8b-0e9d-6969-dfd3-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:18:30.888093 | 0.05s 2026-03-18 19:02:56.088844 | fa163e8b-0e9d-6969-dfd3-0000000030a9 | TASK | Gather variables for each operating system 2026-03-18 19:02:56.203511 | fa163e8b-0e9d-6969-dfd3-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:31.059067 | 0.11s 2026-03-18 19:02:56.234085 | fa163e8b-0e9d-6969-dfd3-0000000030aa | TASK | Detect if resource is being created or already exists 2026-03-18 19:02:56.988841 | fa163e8b-0e9d-6969-dfd3-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:02:56.990226 | fa163e8b-0e9d-6969-dfd3-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:31.845789 | 0.75s 2026-03-18 19:02:57.021655 | fa163e8b-0e9d-6969-dfd3-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-03-18 19:03:26.479219 | fa163e8b-0e9d-6969-dfd3-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-18 19:03:26.480887 | fa163e8b-0e9d-6969-dfd3-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:19:01.336451 | 29.46s 2026-03-18 19:03:26.512940 | fa163e8b-0e9d-6969-dfd3-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-18 19:03:26.770591 | fa163e8b-0e9d-6969-dfd3-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-18 19:03:26.772061 | fa163e8b-0e9d-6969-dfd3-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:19:01.627626 | 0.26s 2026-03-18 19:03:26.804761 | fa163e8b-0e9d-6969-dfd3-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:03:27.260092 | fa163e8b-0e9d-6969-dfd3-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:03:27.261870 | fa163e8b-0e9d-6969-dfd3-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:19:02.117426 | 0.46s 2026-03-18 19:03:27.295140 | fa163e8b-0e9d-6969-dfd3-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-18 19:03:27.517542 | fa163e8b-0e9d-6969-dfd3-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-18 19:03:27.518348 | fa163e8b-0e9d-6969-dfd3-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:19:02.373921 | 0.22s 2026-03-18 19:03:27.542034 | fa163e8b-0e9d-6969-dfd3-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-18 19:03:27.593353 | fa163e8b-0e9d-6969-dfd3-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-18 19:03:27.594810 | fa163e8b-0e9d-6969-dfd3-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:19:02.450370 | 0.05s 2026-03-18 19:03:27.620997 | fa163e8b-0e9d-6969-dfd3-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-03-18 19:03:27.680268 | fa163e8b-0e9d-6969-dfd3-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-18 19:03:27.682906 | fa163e8b-0e9d-6969-dfd3-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:19:02.538363 | 0.06s 2026-03-18 19:03:27.717088 | fa163e8b-0e9d-6969-dfd3-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-18 19:03:27.767557 | fa163e8b-0e9d-6969-dfd3-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-18 19:03:27.769794 | fa163e8b-0e9d-6969-dfd3-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:19:02.625355 | 0.05s 2026-03-18 19:03:27.803953 | fa163e8b-0e9d-6969-dfd3-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:03:27.867079 | fa163e8b-0e9d-6969-dfd3-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:03:27.869537 | fa163e8b-0e9d-6969-dfd3-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:19:02.725001 | 0.06s 2026-03-18 19:03:27.902432 | fa163e8b-0e9d-6969-dfd3-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-03-18 19:03:27.955553 | fa163e8b-0e9d-6969-dfd3-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-18 19:03:27.957279 | fa163e8b-0e9d-6969-dfd3-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:19:02.812847 | 0.05s 2026-03-18 19:03:28.003084 | fa163e8b-0e9d-6969-dfd3-0000000030d5 | TASK | Gather variables for each operating system 2026-03-18 19:03:28.116818 | fa163e8b-0e9d-6969-dfd3-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:19:02.972348 | 0.11s 2026-03-18 19:03:28.149586 | fa163e8b-0e9d-6969-dfd3-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-03-18 19:03:28.950319 | fa163e8b-0e9d-6969-dfd3-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:03:28.951977 | fa163e8b-0e9d-6969-dfd3-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:19:03.807535 | 0.80s 2026-03-18 19:03:28.987301 | fa163e8b-0e9d-6969-dfd3-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-18 19:03:55.704578 | fa163e8b-0e9d-6969-dfd3-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-18 19:03:55.706306 | fa163e8b-0e9d-6969-dfd3-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:19:30.561871 | 26.72s 2026-03-18 19:03:55.741356 | fa163e8b-0e9d-6969-dfd3-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-18 19:03:55.982612 | fa163e8b-0e9d-6969-dfd3-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-18 19:03:55.984058 | fa163e8b-0e9d-6969-dfd3-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:19:30.839623 | 0.24s 2026-03-18 19:03:56.014515 | fa163e8b-0e9d-6969-dfd3-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:03:56.483908 | fa163e8b-0e9d-6969-dfd3-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:03:56.485491 | fa163e8b-0e9d-6969-dfd3-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:19:31.341051 | 0.47s 2026-03-18 19:03:56.521771 | fa163e8b-0e9d-6969-dfd3-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-18 19:03:56.769514 | fa163e8b-0e9d-6969-dfd3-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-18 19:03:56.770918 | fa163e8b-0e9d-6969-dfd3-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:19:31.626483 | 0.25s 2026-03-18 19:03:56.801906 | fa163e8b-0e9d-6969-dfd3-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-18 19:03:56.834411 | fa163e8b-0e9d-6969-dfd3-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-18 19:03:56.835569 | fa163e8b-0e9d-6969-dfd3-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:19:31.691134 | 0.03s 2026-03-18 19:03:56.866313 | fa163e8b-0e9d-6969-dfd3-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-18 19:03:56.927112 | fa163e8b-0e9d-6969-dfd3-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-18 19:03:56.928594 | fa163e8b-0e9d-6969-dfd3-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:19:31.784155 | 0.06s 2026-03-18 19:03:56.961580 | fa163e8b-0e9d-6969-dfd3-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-18 19:03:57.024045 | fa163e8b-0e9d-6969-dfd3-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-18 19:03:57.025476 | fa163e8b-0e9d-6969-dfd3-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:19:31.881040 | 0.06s 2026-03-18 19:03:57.059602 | fa163e8b-0e9d-6969-dfd3-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:03:57.108989 | fa163e8b-0e9d-6969-dfd3-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:03:57.109724 | fa163e8b-0e9d-6969-dfd3-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:19:31.965298 | 0.05s 2026-03-18 19:03:57.130532 | fa163e8b-0e9d-6969-dfd3-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-18 19:03:57.189591 | fa163e8b-0e9d-6969-dfd3-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-18 19:03:57.190931 | fa163e8b-0e9d-6969-dfd3-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:19:32.046493 | 0.06s 2026-03-18 19:03:57.254323 | fa163e8b-0e9d-6969-dfd3-000000003101 | TASK | Gather variables for each operating system 2026-03-18 19:03:57.380276 | fa163e8b-0e9d-6969-dfd3-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:19:32.235830 | 0.12s 2026-03-18 19:03:57.412958 | fa163e8b-0e9d-6969-dfd3-000000003102 | TASK | Detect if resource is being created or already exists 2026-03-18 19:03:58.206262 | fa163e8b-0e9d-6969-dfd3-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:03:58.208289 | fa163e8b-0e9d-6969-dfd3-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:19:33.063846 | 0.79s 2026-03-18 19:03:58.240531 | fa163e8b-0e9d-6969-dfd3-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-03-18 19:04:25.916500 | fa163e8b-0e9d-6969-dfd3-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-18 19:04:25.917936 | fa163e8b-0e9d-6969-dfd3-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:20:00.773507 | 27.68s 2026-03-18 19:04:25.944528 | fa163e8b-0e9d-6969-dfd3-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-18 19:04:26.187835 | fa163e8b-0e9d-6969-dfd3-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-18 19:04:26.189201 | fa163e8b-0e9d-6969-dfd3-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:20:01.044736 | 0.24s 2026-03-18 19:04:26.218957 | fa163e8b-0e9d-6969-dfd3-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:04:26.643767 | fa163e8b-0e9d-6969-dfd3-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:04:26.644982 | fa163e8b-0e9d-6969-dfd3-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:20:01.500556 | 0.42s 2026-03-18 19:04:26.665622 | fa163e8b-0e9d-6969-dfd3-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-18 19:04:26.882691 | fa163e8b-0e9d-6969-dfd3-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-18 19:04:26.883489 | fa163e8b-0e9d-6969-dfd3-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:20:01.739060 | 0.22s 2026-03-18 19:04:26.904243 | fa163e8b-0e9d-6969-dfd3-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-18 19:04:26.953643 | fa163e8b-0e9d-6969-dfd3-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-18 19:04:26.954446 | fa163e8b-0e9d-6969-dfd3-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:20:01.810018 | 0.05s 2026-03-18 19:04:26.974310 | fa163e8b-0e9d-6969-dfd3-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-03-18 19:04:27.031444 | fa163e8b-0e9d-6969-dfd3-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-18 19:04:27.032315 | fa163e8b-0e9d-6969-dfd3-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:20:01.887886 | 0.06s 2026-03-18 19:04:27.053835 | fa163e8b-0e9d-6969-dfd3-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-03-18 19:04:27.090687 | fa163e8b-0e9d-6969-dfd3-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-18 19:04:27.091677 | fa163e8b-0e9d-6969-dfd3-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:20:01.947247 | 0.04s 2026-03-18 19:04:27.116097 | fa163e8b-0e9d-6969-dfd3-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:04:27.166083 | fa163e8b-0e9d-6969-dfd3-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:04:27.167074 | fa163e8b-0e9d-6969-dfd3-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:20:02.022645 | 0.05s 2026-03-18 19:04:27.190547 | fa163e8b-0e9d-6969-dfd3-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-03-18 19:04:27.227777 | fa163e8b-0e9d-6969-dfd3-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-18 19:04:27.228455 | fa163e8b-0e9d-6969-dfd3-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:20:02.084029 | 0.04s 2026-03-18 19:04:27.263913 | fa163e8b-0e9d-6969-dfd3-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-18 19:04:27.442577 | fa163e8b-0e9d-6969-dfd3-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-18 19:04:27.443950 | fa163e8b-0e9d-6969-dfd3-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:20:02.299519 | 0.18s 2026-03-18 19:04:27.524835 | fa163e8b-0e9d-6969-dfd3-0000000000cf | TIMING | include_tasks | standalone | 0:20:02.380398 | 0.06s 2026-03-18 19:04:27.549802 | 26a550a2-508a-4c8e-a370-3c2883c95364 | INCLUDED | /root/standalone-ansible-4kwmv7l4/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:04:27.575045 | fa163e8b-0e9d-6969-dfd3-0000000031a1 | TASK | Write the config_step hieradata 2026-03-18 19:04:28.028644 | fa163e8b-0e9d-6969-dfd3-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-03-18 19:04:28.030288 | fa163e8b-0e9d-6969-dfd3-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:20:02.885852 | 0.45s 2026-03-18 19:04:28.060294 | fa163e8b-0e9d-6969-dfd3-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-03-18 19:04:28.409942 | fa163e8b-0e9d-6969-dfd3-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-18 19:04:28.410674 | fa163e8b-0e9d-6969-dfd3-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:20:03.266248 | 0.35s 2026-03-18 19:04:28.429463 | fa163e8b-0e9d-6969-dfd3-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-03-18 19:04:28.672609 | fa163e8b-0e9d-6969-dfd3-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:04:38.887436 | fa163e8b-0e9d-6969-dfd3-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:04:49.119203 | fa163e8b-0e9d-6969-dfd3-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:04:49.120751 | fa163e8b-0e9d-6969-dfd3-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:23.976314 | 20.69s 2026-03-18 19:04:49.151642 | fa163e8b-0e9d-6969-dfd3-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-18 19:04:49.234854 | fa163e8b-0e9d-6969-dfd3-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 18 19:04:28 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:04:35 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:04:35 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:04:35 puppet-user: (file & line not available)", "<13>Mar 18 19:04:35 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 18 19:04:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 18 19:04:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:04:35 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Mar 18 19:04:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:04:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:04:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:04:45 puppet-user: Notice: Applied catalog in 9.89 seconds", "<13>Mar 18 19:04:45 puppet-user: Application:", "<13>Mar 18 19:04:45 puppet-user: Initial environment: production", "<13>Mar 18 19:04:45 puppet-user: Converged environment: production", "<13>Mar 18 19:04:45 puppet-user: Run mode: user", "<13>Mar 18 19:04:45 puppet-user: Changes:", "<13>Mar 18 19:04:45 puppet-user: Total: 2", "<13>Mar 18 19:04:45 puppet-user: Events:", "<13>Mar 18 19:04:45 puppet-user: Success: 2", "<13>Mar 18 19:04:45 puppet-user: Resources:", "<13>Mar 18 19:04:45 puppet-user: Changed: 2", "<13>Mar 18 19:04:45 puppet-user: Out of sync: 2", "<13>Mar 18 19:04:45 puppet-user: Total: 28", "<13>Mar 18 19:04:45 puppet-user: Time:", "<13>Mar 18 19:04:45 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:04:45 puppet-user: Schedule: 0.00", "<13>Mar 18 19:04:45 puppet-user: Package: 0.00", "<13>Mar 18 19:04:45 puppet-user: File line: 0.00", "<13>Mar 18 19:04:45 puppet-user: File: 0.00", "<13>Mar 18 19:04:45 puppet-user: Augeas: 0.01", "<13>Mar 18 19:04:45 puppet-user: User: 0.01", "<13>Mar 18 19:04:45 puppet-user: Service: 0.09", "<13>Mar 18 19:04:45 puppet-user: Config retrieval: 0.48", "<13>Mar 18 19:04:45 puppet-user: Pcmk property: 1.46", "<13>Mar 18 19:04:45 puppet-user: Exec: 1.92", "<13>Mar 18 19:04:45 puppet-user: Last run: 1773860685", "<13>Mar 18 19:04:45 puppet-user: Pcmk resource op default: 2.99", "<13>Mar 18 19:04:45 puppet-user: Pcmk resource default: 3.13", "<13>Mar 18 19:04:45 puppet-user: Transaction evaluation: 9.86", "<13>Mar 18 19:04:45 puppet-user: Catalog application: 9.89", "<13>Mar 18 19:04:45 puppet-user: Total: 9.90", "<13>Mar 18 19:04:45 puppet-user: Version:", "<13>Mar 18 19:04:45 puppet-user: Config: 1773860675", "<13>Mar 18 19:04:45 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:04:49.236121 | fa163e8b-0e9d-6969-dfd3-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:20:24.091679 | 0.08s 2026-03-18 19:04:49.266032 | fa163e8b-0e9d-6969-dfd3-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-03-18 19:04:49.295141 | fa163e8b-0e9d-6969-dfd3-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:24.150702 | 0.03s 2026-03-18 19:04:49.363009 | fa163e8b-0e9d-6969-dfd3-0000000031e4 | TASK | Gather variables for each operating system 2026-03-18 19:04:49.479391 | fa163e8b-0e9d-6969-dfd3-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:24.334945 | 0.12s 2026-03-18 19:04:49.509308 | fa163e8b-0e9d-6969-dfd3-0000000031e5 | TASK | Create puppet caching structures 2026-03-18 19:04:49.758507 | fa163e8b-0e9d-6969-dfd3-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:04:49.759980 | fa163e8b-0e9d-6969-dfd3-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:24.615544 | 0.25s 2026-03-18 19:04:49.789876 | fa163e8b-0e9d-6969-dfd3-0000000031e6 | TASK | Check for facter.conf 2026-03-18 19:04:50.032819 | fa163e8b-0e9d-6969-dfd3-0000000031e6 | OK | Check for facter.conf | standalone 2026-03-18 19:04:50.034291 | fa163e8b-0e9d-6969-dfd3-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:24.889855 | 0.24s 2026-03-18 19:04:50.064922 | fa163e8b-0e9d-6969-dfd3-0000000031e7 | TASK | Remove facter.conf if directory 2026-03-18 19:04:50.116626 | fa163e8b-0e9d-6969-dfd3-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:04:50.118070 | fa163e8b-0e9d-6969-dfd3-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:24.973636 | 0.05s 2026-03-18 19:04:50.141387 | fa163e8b-0e9d-6969-dfd3-0000000031e8 | TASK | Write facter cache config 2026-03-18 19:04:50.642749 | fa163e8b-0e9d-6969-dfd3-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-03-18 19:04:50.644665 | fa163e8b-0e9d-6969-dfd3-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:25.500225 | 0.50s 2026-03-18 19:04:50.677210 | fa163e8b-0e9d-6969-dfd3-0000000031e9 | TASK | Cleanup facter cache if exists 2026-03-18 19:04:50.905583 | fa163e8b-0e9d-6969-dfd3-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:04:50.907003 | fa163e8b-0e9d-6969-dfd3-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:25.762572 | 0.23s 2026-03-18 19:04:50.936804 | fa163e8b-0e9d-6969-dfd3-0000000031ea | TASK | Pre-cache facts 2026-03-18 19:04:51.561076 | fa163e8b-0e9d-6969-dfd3-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-03-18 19:04:51.563207 | fa163e8b-0e9d-6969-dfd3-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:26.418730 | 0.62s 2026-03-18 19:04:51.596145 | fa163e8b-0e9d-6969-dfd3-0000000031eb | TASK | Failed deployment if facter fails 2026-03-18 19:04:51.633791 | fa163e8b-0e9d-6969-dfd3-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:04:51.635322 | fa163e8b-0e9d-6969-dfd3-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:26.490881 | 0.04s 2026-03-18 19:04:51.684080 | fa163e8b-0e9d-6969-dfd3-0000000031ec | TASK | Sync cached facts 2026-03-18 19:04:52.030592 | fa163e8b-0e9d-6969-dfd3-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-0e9d-6969-dfd3-0000000031ec') missing from stats 2026-03-18 19:04:52.088034 | fa163e8b-0e9d-6969-dfd3-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:04:52.139090 | fa163e8b-0e9d-6969-dfd3-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:04:52.140505 | fa163e8b-0e9d-6969-dfd3-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:26.996059 | 0.05s 2026-03-18 19:04:52.170685 | fa163e8b-0e9d-6969-dfd3-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-18 19:04:52.199784 | fa163e8b-0e9d-6969-dfd3-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:20:27.055342 | 0.03s 2026-03-18 19:04:52.286427 | fa163e8b-0e9d-6969-dfd3-000000003243 | TASK | Gather variables for each operating system 2026-03-18 19:04:52.406057 | fa163e8b-0e9d-6969-dfd3-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:27.261609 | 0.12s 2026-03-18 19:04:52.438497 | fa163e8b-0e9d-6969-dfd3-000000003244 | TASK | Create container logs path 2026-03-18 19:04:52.706726 | fa163e8b-0e9d-6969-dfd3-000000003244 | OK | Create container logs path | standalone 2026-03-18 19:04:52.709419 | fa163e8b-0e9d-6969-dfd3-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:27.564981 | 0.27s 2026-03-18 19:04:52.743687 | fa163e8b-0e9d-6969-dfd3-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:04:53.074721 | fa163e8b-0e9d-6969-dfd3-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-18 19:04:53.076058 | fa163e8b-0e9d-6969-dfd3-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:20:27.931622 | 0.33s 2026-03-18 19:04:53.106356 | fa163e8b-0e9d-6969-dfd3-000000003247 | TASK | Finalise hashes for all containers 2026-03-18 19:04:53.180324 | fa163e8b-0e9d-6969-dfd3-000000003247 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:04:53.181711 | fa163e8b-0e9d-6969-dfd3-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:28.037273 | 0.07s 2026-03-18 19:04:53.212054 | fa163e8b-0e9d-6969-dfd3-000000003249 | TASK | Manage systemd shutdown files 2026-03-18 19:04:53.245540 | fa163e8b-0e9d-6969-dfd3-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:28.101104 | 0.03s 2026-03-18 19:04:53.269709 | 9da8781d-5d22-48e5-b60f-141fba8ed496 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:04:53.297292 | fa163e8b-0e9d-6969-dfd3-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:04:53.561482 | fa163e8b-0e9d-6969-dfd3-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:04:53.563056 | fa163e8b-0e9d-6969-dfd3-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:28.418618 | 0.26s 2026-03-18 19:04:53.594064 | fa163e8b-0e9d-6969-dfd3-00000000327d | TASK | Set podman_drop_in fact 2026-03-18 19:04:53.657298 | fa163e8b-0e9d-6969-dfd3-00000000327d | OK | Set podman_drop_in fact | standalone 2026-03-18 19:04:53.659057 | fa163e8b-0e9d-6969-dfd3-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:28.514614 | 0.06s 2026-03-18 19:04:53.691369 | fa163e8b-0e9d-6969-dfd3-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:04:54.195801 | fa163e8b-0e9d-6969-dfd3-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:04:54.197916 | fa163e8b-0e9d-6969-dfd3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:29.053472 | 0.50s 2026-03-18 19:04:54.612573 | fa163e8b-0e9d-6969-dfd3-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:04:54.613228 | fa163e8b-0e9d-6969-dfd3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:29.468803 | 0.92s 2026-03-18 19:04:54.617494 | fa163e8b-0e9d-6969-dfd3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:29.473054 | 0.92s 2026-03-18 19:04:54.647549 | fa163e8b-0e9d-6969-dfd3-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:04:55.092387 | fa163e8b-0e9d-6969-dfd3-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:04:55.093294 | fa163e8b-0e9d-6969-dfd3-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:29.948868 | 0.44s 2026-03-18 19:04:55.123520 | fa163e8b-0e9d-6969-dfd3-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:04:55.593627 | fa163e8b-0e9d-6969-dfd3-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:04:55.595041 | fa163e8b-0e9d-6969-dfd3-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:30.450605 | 0.47s 2026-03-18 19:04:55.624208 | fa163e8b-0e9d-6969-dfd3-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:04:56.297920 | fa163e8b-0e9d-6969-dfd3-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:04:56.300213 | fa163e8b-0e9d-6969-dfd3-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:31.155711 | 0.67s 2026-03-18 19:04:56.337710 | fa163e8b-0e9d-6969-dfd3-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:04:56.799384 | fa163e8b-0e9d-6969-dfd3-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:04:56.800956 | fa163e8b-0e9d-6969-dfd3-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:31.656517 | 0.46s 2026-03-18 19:04:56.830612 | fa163e8b-0e9d-6969-dfd3-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:04:57.330777 | fa163e8b-0e9d-6969-dfd3-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:04:57.332250 | fa163e8b-0e9d-6969-dfd3-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:32.187814 | 0.50s 2026-03-18 19:04:57.361590 | fa163e8b-0e9d-6969-dfd3-000000003285 | TASK | Enable and start netns-placeholder 2026-03-18 19:04:58.035060 | fa163e8b-0e9d-6969-dfd3-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:04:58.037251 | fa163e8b-0e9d-6969-dfd3-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:32.892815 | 0.67s 2026-03-18 19:04:58.070873 | fa163e8b-0e9d-6969-dfd3-00000000324b | TASK | Update container configs with new config hashes 2026-03-18 19:04:58.154986 | fa163e8b-0e9d-6969-dfd3-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:33.010545 | 0.08s 2026-03-18 19:04:58.175078 | 8d6c77e6-a452-4082-8d69-ae84da141c32 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:04:58.208466 | fa163e8b-0e9d-6969-dfd3-0000000032ad | TASK | Update config hashes for container startup configs 2026-03-18 19:04:58.505088 | fa163e8b-0e9d-6969-dfd3-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:04:58.506447 | fa163e8b-0e9d-6969-dfd3-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:33.362009 | 0.30s 2026-03-18 19:04:58.538396 | fa163e8b-0e9d-6969-dfd3-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:04:58.593580 | fa163e8b-0e9d-6969-dfd3-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:20:33.449140 | 0.05s 2026-03-18 19:04:58.617432 | daa99ea3-273f-485d-bd60-b45565765b86 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:04:58.654742 | fa163e8b-0e9d-6969-dfd3-0000000032cc | TASK | Gather podman infos 2026-03-18 19:04:59.638506 | fa163e8b-0e9d-6969-dfd3-0000000032cc | OK | Gather podman infos | standalone 2026-03-18 19:04:59.639194 | fa163e8b-0e9d-6969-dfd3-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:34.494769 | 0.98s 2026-03-18 19:04:59.705138 | fa163e8b-0e9d-6969-dfd3-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:04:59.772026 | fa163e8b-0e9d-6969-dfd3-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:20:34.627583 | 0.06s 2026-03-18 19:04:59.911532 | fa163e8b-0e9d-6969-dfd3-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:34.767083 | 0.07s 2026-03-18 19:04:59.969781 | fa163e8b-0e9d-6969-dfd3-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:05:00.024815 | fa163e8b-0e9d-6969-dfd3-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:20:34.880370 | 0.05s 2026-03-18 19:05:00.048973 | 1a2561ce-f851-46a4-955d-765d9c296056 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:05:00.085607 | fa163e8b-0e9d-6969-dfd3-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:05:21.413191 | fa163e8b-0e9d-6969-dfd3-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-18 19:05:21.414763 | fa163e8b-0e9d-6969-dfd3-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:20:56.270327 | 21.33s 2026-03-18 19:05:21.446521 | fa163e8b-0e9d-6969-dfd3-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:05:24.024567 | fa163e8b-0e9d-6969-dfd3-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-18 19:05:24.025986 | fa163e8b-0e9d-6969-dfd3-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:20:58.881550 | 2.58s 2026-03-18 19:05:24.098193 | fa163e8b-0e9d-6969-dfd3-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-18 19:05:24.371906 | fa163e8b-0e9d-6969-dfd3-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-18 19:05:24.373266 | fa163e8b-0e9d-6969-dfd3-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:20:59.228830 | 0.27s 2026-03-18 19:05:24.420014 | fa163e8b-0e9d-6969-dfd3-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-18 19:05:24.473213 | fa163e8b-0e9d-6969-dfd3-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:20:59.328766 | 0.05s 2026-03-18 19:05:24.504777 | fa163e8b-0e9d-6969-dfd3-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-03-18 19:05:24.548829 | fa163e8b-0e9d-6969-dfd3-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:20:59.404382 | 0.04s 2026-03-18 19:05:24.575249 | f979ea62-93b2-45a7-b60a-dd550d00d8f0 | INCLUDED | /root/standalone-ansible-4kwmv7l4/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:05:24.624811 | fa163e8b-0e9d-6969-dfd3-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-18 19:05:25.085343 | fa163e8b-0e9d-6969-dfd3-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-18 19:05:25.086633 | fa163e8b-0e9d-6969-dfd3-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:20:59.942196 | 0.46s 2026-03-18 19:05:25.118031 | fa163e8b-0e9d-6969-dfd3-00000000338a | TASK | Generate container puppet configs for step 2 2026-03-18 19:05:25.383013 | fa163e8b-0e9d-6969-dfd3-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-03-18 19:05:25.384528 | fa163e8b-0e9d-6969-dfd3-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:21:00.240093 | 0.26s 2026-03-18 19:05:25.414957 | fa163e8b-0e9d-6969-dfd3-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-18 19:05:25.436576 | fa163e8b-0e9d-6969-dfd3-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:21:00.292128 | 0.02s 2026-03-18 19:05:25.506114 | fa163e8b-0e9d-6969-dfd3-0000000033ba | TASK | Gather variables for each operating system 2026-03-18 19:05:25.617850 | fa163e8b-0e9d-6969-dfd3-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:00.473392 | 0.11s 2026-03-18 19:05:25.648059 | fa163e8b-0e9d-6969-dfd3-0000000033bb | TASK | Create container logs path 2026-03-18 19:05:25.849477 | fa163e8b-0e9d-6969-dfd3-0000000033bb | OK | Create container logs path | standalone 2026-03-18 19:05:25.850784 | fa163e8b-0e9d-6969-dfd3-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:00.706348 | 0.20s 2026-03-18 19:05:25.884731 | fa163e8b-0e9d-6969-dfd3-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-18 19:05:26.158206 | fa163e8b-0e9d-6969-dfd3-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-18 19:05:26.159058 | fa163e8b-0e9d-6969-dfd3-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:21:01.014627 | 0.27s 2026-03-18 19:05:26.181023 | fa163e8b-0e9d-6969-dfd3-0000000033be | TASK | Finalise hashes for all containers 2026-03-18 19:05:26.229457 | fa163e8b-0e9d-6969-dfd3-0000000033be | OK | Finalise hashes for all containers | standalone 2026-03-18 19:05:26.230734 | fa163e8b-0e9d-6969-dfd3-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:01.086297 | 0.05s 2026-03-18 19:05:26.262229 | fa163e8b-0e9d-6969-dfd3-0000000033c0 | TASK | Manage systemd shutdown files 2026-03-18 19:05:26.297125 | fa163e8b-0e9d-6969-dfd3-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:05:26.298449 | fa163e8b-0e9d-6969-dfd3-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:01.154011 | 0.03s 2026-03-18 19:05:26.329029 | fa163e8b-0e9d-6969-dfd3-0000000033c2 | TASK | Update container configs with new config hashes 2026-03-18 19:05:26.378916 | fa163e8b-0e9d-6969-dfd3-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:05:26.380298 | fa163e8b-0e9d-6969-dfd3-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:01.235860 | 0.05s 2026-03-18 19:05:26.414359 | fa163e8b-0e9d-6969-dfd3-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-18 19:05:26.464743 | fa163e8b-0e9d-6969-dfd3-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-18 19:05:26.466044 | fa163e8b-0e9d-6969-dfd3-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:21:01.321605 | 0.05s 2026-03-18 19:05:26.499871 | fa163e8b-0e9d-6969-dfd3-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-18 19:05:26.551333 | fa163e8b-0e9d-6969-dfd3-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-18 19:05:26.553472 | fa163e8b-0e9d-6969-dfd3-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:21:01.408920 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-18 19:05:26.738975 | fa163e8b-0e9d-6969-dfd3-0000000000d2 | TASK | External deployment step 3 2026-03-18 19:05:26.784918 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000d2') missing from stats 2026-03-18 19:05:26.843830 | fa163e8b-0e9d-6969-dfd3-0000000000d3 | TIMING | include_tasks | undercloud | 0:21:01.699389 | 0.04s 2026-03-18 19:05:26.850375 | 59725a97-c7ee-46fb-83b0-50d5be4d062b | INCLUDED | /root/standalone-ansible-4kwmv7l4/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-03-18 19:05:26.984069 | fa163e8b-0e9d-6969-dfd3-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-18 19:05:27.013344 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000d6') missing from stats 2026-03-18 19:05:27.035132 | fa163e8b-0e9d-6969-dfd3-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-18 19:05:27.510273 | fa163e8b-0e9d-6969-dfd3-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-18 19:05:27.511932 | fa163e8b-0e9d-6969-dfd3-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:21:02.367495 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 19:05:27.582913 | fa163e8b-0e9d-6969-dfd3-0000000000d8 | TIMING | include_tasks | standalone | 0:21:02.438469 | 0.04s 2026-03-18 19:05:27.610973 | 320eca20-b0b9-4be7-a5dc-aa819addfae9 | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-18 19:05:27.642146 | fa163e8b-0e9d-6969-dfd3-000000003428 | TASK | Start OVN container 2026-03-18 19:05:27.717962 | fa163e8b-0e9d-6969-dfd3-000000003428 | TIMING | Start OVN container | standalone | 0:21:02.573518 | 0.07s 2026-03-18 19:05:27.751902 | fa163e8b-0e9d-6969-dfd3-000000003428 | TIMING | Start OVN container | standalone | 0:21:02.607476 | 0.11s 2026-03-18 19:05:27.777489 | fa163e8b-0e9d-6969-dfd3-000000003428 | TIMING | Start OVN container | standalone | 0:21:02.633063 | 0.13s 2026-03-18 19:05:27.785133 | fa163e8b-0e9d-6969-dfd3-000000003428 | TIMING | Start OVN container | standalone | 0:21:02.640695 | 0.14s 2026-03-18 19:05:27.893942 | fa163e8b-0e9d-6969-dfd3-000000003460 | TASK | Gather variables for each operating system 2026-03-18 19:05:28.015923 | fa163e8b-0e9d-6969-dfd3-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:02.871469 | 0.12s 2026-03-18 19:05:28.046431 | fa163e8b-0e9d-6969-dfd3-000000003461 | TASK | Create container logs path 2026-03-18 19:05:28.296856 | fa163e8b-0e9d-6969-dfd3-000000003461 | OK | Create container logs path | standalone 2026-03-18 19:05:28.298357 | fa163e8b-0e9d-6969-dfd3-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:03.153920 | 0.25s 2026-03-18 19:05:28.331229 | fa163e8b-0e9d-6969-dfd3-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:28.650850 | fa163e8b-0e9d-6969-dfd3-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:28.652120 | fa163e8b-0e9d-6969-dfd3-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:03.507683 | 0.32s 2026-03-18 19:05:28.681966 | fa163e8b-0e9d-6969-dfd3-000000003464 | TASK | Finalise hashes for all containers 2026-03-18 19:05:28.786682 | fa163e8b-0e9d-6969-dfd3-000000003464 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:05:28.787847 | fa163e8b-0e9d-6969-dfd3-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:03.643410 | 0.10s 2026-03-18 19:05:28.817863 | fa163e8b-0e9d-6969-dfd3-000000003466 | TASK | Manage systemd shutdown files 2026-03-18 19:05:28.880102 | fa163e8b-0e9d-6969-dfd3-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:05:28.881483 | fa163e8b-0e9d-6969-dfd3-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:03.737046 | 0.06s 2026-03-18 19:05:28.911584 | fa163e8b-0e9d-6969-dfd3-000000003468 | TASK | Update container configs with new config hashes 2026-03-18 19:05:28.985009 | fa163e8b-0e9d-6969-dfd3-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:05:28.986338 | fa163e8b-0e9d-6969-dfd3-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:03.841900 | 0.07s 2026-03-18 19:05:29.017279 | fa163e8b-0e9d-6969-dfd3-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:29.082426 | fa163e8b-0e9d-6969-dfd3-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:03.937980 | 0.06s 2026-03-18 19:05:29.107099 | 7fb0f65a-d596-43db-9d8c-dd9b95631a6b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:05:29.142059 | fa163e8b-0e9d-6969-dfd3-0000000034f5 | TASK | Gather podman infos 2026-03-18 19:05:30.345028 | fa163e8b-0e9d-6969-dfd3-0000000034f5 | OK | Gather podman infos | standalone 2026-03-18 19:05:30.346097 | fa163e8b-0e9d-6969-dfd3-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:05.201665 | 1.20s 2026-03-18 19:05:30.439955 | fa163e8b-0e9d-6969-dfd3-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:30.532144 | fa163e8b-0e9d-6969-dfd3-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:05.387697 | 0.09s 2026-03-18 19:05:30.690801 | fa163e8b-0e9d-6969-dfd3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:05.546355 | 0.09s 2026-03-18 19:05:30.747341 | fa163e8b-0e9d-6969-dfd3-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:30.820769 | fa163e8b-0e9d-6969-dfd3-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:05.676328 | 0.07s 2026-03-18 19:05:30.843443 | cabe0548-c8f3-4396-97c9-49b0847036cb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:05:30.883496 | fa163e8b-0e9d-6969-dfd3-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:31.786010 | fa163e8b-0e9d-6969-dfd3-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:31.787455 | fa163e8b-0e9d-6969-dfd3-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:06.643018 | 0.90s 2026-03-18 19:05:31.819517 | fa163e8b-0e9d-6969-dfd3-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:35.605291 | fa163e8b-0e9d-6969-dfd3-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:35.606988 | fa163e8b-0e9d-6969-dfd3-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:21:10.462553 | 3.79s 2026-03-18 19:05:35.660974 | fa163e8b-0e9d-6969-dfd3-00000000348b | TASK | Gather variables for each operating system 2026-03-18 19:05:35.779679 | fa163e8b-0e9d-6969-dfd3-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:10.635234 | 0.12s 2026-03-18 19:05:35.809444 | fa163e8b-0e9d-6969-dfd3-00000000348c | TASK | Create container logs path 2026-03-18 19:05:36.085672 | fa163e8b-0e9d-6969-dfd3-00000000348c | OK | Create container logs path | standalone 2026-03-18 19:05:36.087032 | fa163e8b-0e9d-6969-dfd3-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:10.942596 | 0.28s 2026-03-18 19:05:36.117870 | fa163e8b-0e9d-6969-dfd3-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:36.416954 | fa163e8b-0e9d-6969-dfd3-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:36.418367 | fa163e8b-0e9d-6969-dfd3-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:11.273931 | 0.30s 2026-03-18 19:05:36.447280 | fa163e8b-0e9d-6969-dfd3-00000000348f | TASK | Finalise hashes for all containers 2026-03-18 19:05:36.552052 | fa163e8b-0e9d-6969-dfd3-00000000348f | OK | Finalise hashes for all containers | standalone 2026-03-18 19:05:36.553757 | fa163e8b-0e9d-6969-dfd3-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:11.409321 | 0.10s 2026-03-18 19:05:36.583423 | fa163e8b-0e9d-6969-dfd3-000000003491 | TASK | Manage systemd shutdown files 2026-03-18 19:05:36.648136 | fa163e8b-0e9d-6969-dfd3-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:05:36.649763 | fa163e8b-0e9d-6969-dfd3-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:11.505321 | 0.06s 2026-03-18 19:05:36.679925 | fa163e8b-0e9d-6969-dfd3-000000003493 | TASK | Update container configs with new config hashes 2026-03-18 19:05:36.753475 | fa163e8b-0e9d-6969-dfd3-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:05:36.754753 | fa163e8b-0e9d-6969-dfd3-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:11.610316 | 0.07s 2026-03-18 19:05:36.786572 | fa163e8b-0e9d-6969-dfd3-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:36.840390 | fa163e8b-0e9d-6969-dfd3-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:11.695947 | 0.05s 2026-03-18 19:05:36.864956 | 3f985883-6813-4e8e-b251-92684023e7cf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:05:36.896793 | fa163e8b-0e9d-6969-dfd3-0000000035ac | TASK | Gather podman infos 2026-03-18 19:05:38.059110 | fa163e8b-0e9d-6969-dfd3-0000000035ac | OK | Gather podman infos | standalone 2026-03-18 19:05:38.060127 | fa163e8b-0e9d-6969-dfd3-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:12.915698 | 1.16s 2026-03-18 19:05:38.138549 | fa163e8b-0e9d-6969-dfd3-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:38.227962 | fa163e8b-0e9d-6969-dfd3-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:13.083516 | 0.08s 2026-03-18 19:05:38.386928 | fa163e8b-0e9d-6969-dfd3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:13.242472 | 0.10s 2026-03-18 19:05:38.431711 | fa163e8b-0e9d-6969-dfd3-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:38.503027 | fa163e8b-0e9d-6969-dfd3-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:13.358578 | 0.07s 2026-03-18 19:05:38.527859 | b7b1de77-c56c-4b05-9ab5-262db1e2905a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:05:38.562658 | fa163e8b-0e9d-6969-dfd3-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:39.369020 | fa163e8b-0e9d-6969-dfd3-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:39.370787 | fa163e8b-0e9d-6969-dfd3-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:14.226352 | 0.81s 2026-03-18 19:05:39.401747 | fa163e8b-0e9d-6969-dfd3-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:42.231546 | fa163e8b-0e9d-6969-dfd3-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:42.234272 | fa163e8b-0e9d-6969-dfd3-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:21:17.089726 | 2.83s 2026-03-18 19:05:42.290807 | fa163e8b-0e9d-6969-dfd3-0000000034b6 | TASK | Gather variables for each operating system 2026-03-18 19:05:42.416464 | fa163e8b-0e9d-6969-dfd3-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:17.272022 | 0.12s 2026-03-18 19:05:42.446639 | fa163e8b-0e9d-6969-dfd3-0000000034b7 | TASK | Create container logs path 2026-03-18 19:05:42.727835 | fa163e8b-0e9d-6969-dfd3-0000000034b7 | OK | Create container logs path | standalone 2026-03-18 19:05:42.729238 | fa163e8b-0e9d-6969-dfd3-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:17.584804 | 0.28s 2026-03-18 19:05:42.762659 | fa163e8b-0e9d-6969-dfd3-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:43.102051 | fa163e8b-0e9d-6969-dfd3-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:43.103315 | fa163e8b-0e9d-6969-dfd3-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:17.958881 | 0.34s 2026-03-18 19:05:43.132259 | fa163e8b-0e9d-6969-dfd3-0000000034ba | TASK | Finalise hashes for all containers 2026-03-18 19:05:43.226906 | fa163e8b-0e9d-6969-dfd3-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-03-18 19:05:43.228039 | fa163e8b-0e9d-6969-dfd3-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:18.083605 | 0.09s 2026-03-18 19:05:43.257901 | fa163e8b-0e9d-6969-dfd3-0000000034bc | TASK | Manage systemd shutdown files 2026-03-18 19:05:43.320703 | fa163e8b-0e9d-6969-dfd3-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:05:43.322802 | fa163e8b-0e9d-6969-dfd3-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:18.178361 | 0.06s 2026-03-18 19:05:43.354403 | fa163e8b-0e9d-6969-dfd3-0000000034be | TASK | Update container configs with new config hashes 2026-03-18 19:05:43.428511 | fa163e8b-0e9d-6969-dfd3-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:05:43.430223 | fa163e8b-0e9d-6969-dfd3-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:18.285791 | 0.07s 2026-03-18 19:05:43.461299 | fa163e8b-0e9d-6969-dfd3-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:43.528133 | fa163e8b-0e9d-6969-dfd3-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:18.383698 | 0.06s 2026-03-18 19:05:43.544539 | 6146d516-e551-4574-987f-2d2dbc1388ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:05:43.576032 | fa163e8b-0e9d-6969-dfd3-00000000365e | TASK | Gather podman infos 2026-03-18 19:05:44.763870 | fa163e8b-0e9d-6969-dfd3-00000000365e | OK | Gather podman infos | standalone 2026-03-18 19:05:44.765198 | fa163e8b-0e9d-6969-dfd3-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:19.620727 | 1.19s 2026-03-18 19:05:44.844929 | fa163e8b-0e9d-6969-dfd3-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:44.925582 | fa163e8b-0e9d-6969-dfd3-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:19.781137 | 0.08s 2026-03-18 19:05:45.067305 | fa163e8b-0e9d-6969-dfd3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:19.922854 | 0.08s 2026-03-18 19:05:45.129621 | fa163e8b-0e9d-6969-dfd3-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:45.205566 | fa163e8b-0e9d-6969-dfd3-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:20.061120 | 0.07s 2026-03-18 19:05:45.231292 | 777af98e-7151-4962-a2ec-99d9f1158e83 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:05:45.275575 | fa163e8b-0e9d-6969-dfd3-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:46.245869 | fa163e8b-0e9d-6969-dfd3-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:46.248347 | fa163e8b-0e9d-6969-dfd3-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:21.103908 | 0.97s 2026-03-18 19:05:46.281365 | fa163e8b-0e9d-6969-dfd3-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:05:49.002074 | fa163e8b-0e9d-6969-dfd3-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:05:49.003606 | fa163e8b-0e9d-6969-dfd3-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:21:23.859171 | 2.72s 2026-03-18 19:05:49.057734 | fa163e8b-0e9d-6969-dfd3-00000000342a | TASK | Set NB connection 2026-03-18 19:05:49.493809 | fa163e8b-0e9d-6969-dfd3-00000000342a | CHANGED | Set NB connection | standalone 2026-03-18 19:05:49.495209 | fa163e8b-0e9d-6969-dfd3-00000000342a | TIMING | Set NB connection | standalone | 0:21:24.350773 | 0.44s 2026-03-18 19:05:49.522625 | fa163e8b-0e9d-6969-dfd3-00000000342b | TASK | Set SB connection 2026-03-18 19:05:49.960124 | fa163e8b-0e9d-6969-dfd3-00000000342b | CHANGED | Set SB connection | standalone 2026-03-18 19:05:49.961556 | fa163e8b-0e9d-6969-dfd3-00000000342b | TIMING | Set SB connection | standalone | 0:21:24.817121 | 0.44s 2026-03-18 19:05:49.990791 | fa163e8b-0e9d-6969-dfd3-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-18 19:05:50.228092 | fa163e8b-0e9d-6969-dfd3-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-18 19:05:50.229667 | fa163e8b-0e9d-6969-dfd3-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:21:25.085231 | 0.24s 2026-03-18 19:05:50.322112 | fa163e8b-0e9d-6969-dfd3-0000000000db | TIMING | include_tasks | standalone | 0:21:25.177670 | 0.06s 2026-03-18 19:05:50.360366 | 2950f8e3-0807-4754-82b8-fdbfc5efc265 | INCLUDED | /root/standalone-ansible-4kwmv7l4/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:05:50.386678 | fa163e8b-0e9d-6969-dfd3-00000000370a | TASK | Write the config_step hieradata 2026-03-18 19:05:50.877362 | fa163e8b-0e9d-6969-dfd3-00000000370a | OK | Write the config_step hieradata | standalone 2026-03-18 19:05:50.878221 | fa163e8b-0e9d-6969-dfd3-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:21:25.733795 | 0.49s 2026-03-18 19:05:50.909116 | fa163e8b-0e9d-6969-dfd3-00000000370b | TASK | Run puppet host configuration for step 3 2026-03-18 19:05:51.217094 | fa163e8b-0e9d-6969-dfd3-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-18 19:05:51.218331 | fa163e8b-0e9d-6969-dfd3-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:21:26.073895 | 0.31s 2026-03-18 19:05:51.247360 | fa163e8b-0e9d-6969-dfd3-00000000370c | TASK | Wait for puppet host configuration to finish 2026-03-18 19:05:51.503825 | fa163e8b-0e9d-6969-dfd3-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:06:01.710277 | fa163e8b-0e9d-6969-dfd3-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:06:11.933145 | fa163e8b-0e9d-6969-dfd3-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:06:11.934813 | fa163e8b-0e9d-6969-dfd3-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:21:46.790373 | 20.68s 2026-03-18 19:06:11.965100 | fa163e8b-0e9d-6969-dfd3-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-18 19:06:12.037694 | fa163e8b-0e9d-6969-dfd3-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 18 19:05:51 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:05:57 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:05:57 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:05:57 puppet-user: (file & line not available)", "<13>Mar 18 19:05:57 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 18 19:05:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 18 19:05:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:05:57 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Mar 18 19:06:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:06:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:06:05 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:06:05 puppet-user: Notice: Applied catalog in 8.07 seconds", "<13>Mar 18 19:06:05 puppet-user: Application:", "<13>Mar 18 19:06:05 puppet-user: Initial environment: production", "<13>Mar 18 19:06:05 puppet-user: Converged environment: production", "<13>Mar 18 19:06:05 puppet-user: Run mode: user", "<13>Mar 18 19:06:05 puppet-user: Changes:", "<13>Mar 18 19:06:05 puppet-user: Total: 2", "<13>Mar 18 19:06:05 puppet-user: Events:", "<13>Mar 18 19:06:05 puppet-user: Success: 2", "<13>Mar 18 19:06:05 puppet-user: Resources:", "<13>Mar 18 19:06:05 puppet-user: Changed: 2", "<13>Mar 18 19:06:05 puppet-user: Out of sync: 2", "<13>Mar 18 19:06:05 puppet-user: Total: 28", "<13>Mar 18 19:06:05 puppet-user: Time:", "<13>Mar 18 19:06:05 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:06:05 puppet-user: Schedule: 0.00", "<13>Mar 18 19:06:05 puppet-user: Package: 0.00", "<13>Mar 18 19:06:05 puppet-user: File line: 0.00", "<13>Mar 18 19:06:05 puppet-user: File: 0.00", "<13>Mar 18 19:06:05 puppet-user: Augeas: 0.01", "<13>Mar 18 19:06:05 puppet-user: User: 0.06", "<13>Mar 18 19:06:05 puppet-user: Service: 0.08", "<13>Mar 18 19:06:05 puppet-user: Config retrieval: 0.49", "<13>Mar 18 19:06:05 puppet-user: Pcmk property: 1.49", "<13>Mar 18 19:06:05 puppet-user: Exec: 1.95", "<13>Mar 18 19:06:05 puppet-user: Last run: 1773860765", "<13>Mar 18 19:06:05 puppet-user: Pcmk resource default: 2.06", "<13>Mar 18 19:06:05 puppet-user: Pcmk resource op default: 2.08", "<13>Mar 18 19:06:05 puppet-user: Transaction evaluation: 7.89", "<13>Mar 18 19:06:05 puppet-user: Catalog application: 8.07", "<13>Mar 18 19:06:05 puppet-user: Total: 8.08", "<13>Mar 18 19:06:05 puppet-user: Version:", "<13>Mar 18 19:06:05 puppet-user: Config: 1773860757", "<13>Mar 18 19:06:05 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:06:12.038984 | fa163e8b-0e9d-6969-dfd3-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:21:46.894550 | 0.07s 2026-03-18 19:06:12.068860 | fa163e8b-0e9d-6969-dfd3-00000000370e | TASK | Pre-cache facts for puppet containers 2026-03-18 19:06:12.098623 | fa163e8b-0e9d-6969-dfd3-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:21:46.954183 | 0.03s 2026-03-18 19:06:12.166642 | fa163e8b-0e9d-6969-dfd3-00000000374d | TASK | Gather variables for each operating system 2026-03-18 19:06:12.289269 | fa163e8b-0e9d-6969-dfd3-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:21:47.144827 | 0.12s 2026-03-18 19:06:12.318231 | fa163e8b-0e9d-6969-dfd3-00000000374e | TASK | Create puppet caching structures 2026-03-18 19:06:12.582619 | fa163e8b-0e9d-6969-dfd3-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:06:12.584109 | fa163e8b-0e9d-6969-dfd3-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:21:47.439674 | 0.26s 2026-03-18 19:06:12.613979 | fa163e8b-0e9d-6969-dfd3-00000000374f | TASK | Check for facter.conf 2026-03-18 19:06:12.849602 | fa163e8b-0e9d-6969-dfd3-00000000374f | OK | Check for facter.conf | standalone 2026-03-18 19:06:12.851098 | fa163e8b-0e9d-6969-dfd3-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:21:47.706662 | 0.24s 2026-03-18 19:06:12.884243 | fa163e8b-0e9d-6969-dfd3-000000003750 | TASK | Remove facter.conf if directory 2026-03-18 19:06:12.946764 | fa163e8b-0e9d-6969-dfd3-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:06:12.947987 | fa163e8b-0e9d-6969-dfd3-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:21:47.803550 | 0.06s 2026-03-18 19:06:12.978015 | fa163e8b-0e9d-6969-dfd3-000000003751 | TASK | Write facter cache config 2026-03-18 19:06:13.535626 | fa163e8b-0e9d-6969-dfd3-000000003751 | CHANGED | Write facter cache config | standalone 2026-03-18 19:06:13.536532 | fa163e8b-0e9d-6969-dfd3-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:21:48.392107 | 0.56s 2026-03-18 19:06:13.555767 | fa163e8b-0e9d-6969-dfd3-000000003752 | TASK | Cleanup facter cache if exists 2026-03-18 19:06:13.785881 | fa163e8b-0e9d-6969-dfd3-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:06:13.787407 | fa163e8b-0e9d-6969-dfd3-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:21:48.642968 | 0.23s 2026-03-18 19:06:13.817027 | fa163e8b-0e9d-6969-dfd3-000000003753 | TASK | Pre-cache facts 2026-03-18 19:06:14.428419 | fa163e8b-0e9d-6969-dfd3-000000003753 | CHANGED | Pre-cache facts | standalone 2026-03-18 19:06:14.429868 | fa163e8b-0e9d-6969-dfd3-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:21:49.285433 | 0.61s 2026-03-18 19:06:14.460966 | fa163e8b-0e9d-6969-dfd3-000000003754 | TASK | Failed deployment if facter fails 2026-03-18 19:06:14.495704 | fa163e8b-0e9d-6969-dfd3-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:06:14.496907 | fa163e8b-0e9d-6969-dfd3-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:21:49.352471 | 0.03s 2026-03-18 19:06:14.541883 | fa163e8b-0e9d-6969-dfd3-000000003755 | TASK | Sync cached facts 2026-03-18 19:06:14.863434 | fa163e8b-0e9d-6969-dfd3-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-0e9d-6969-dfd3-000000003755') missing from stats 2026-03-18 19:06:14.921311 | fa163e8b-0e9d-6969-dfd3-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:06:14.971711 | fa163e8b-0e9d-6969-dfd3-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:06:14.972942 | fa163e8b-0e9d-6969-dfd3-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:21:49.828506 | 0.05s 2026-03-18 19:06:15.004381 | fa163e8b-0e9d-6969-dfd3-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-18 19:06:15.035206 | fa163e8b-0e9d-6969-dfd3-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:21:49.890736 | 0.03s 2026-03-18 19:06:15.101595 | fa163e8b-0e9d-6969-dfd3-0000000037ac | TASK | Gather variables for each operating system 2026-03-18 19:06:15.226213 | fa163e8b-0e9d-6969-dfd3-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:50.081707 | 0.12s 2026-03-18 19:06:15.258962 | fa163e8b-0e9d-6969-dfd3-0000000037ad | TASK | Create container logs path 2026-03-18 19:06:15.515962 | fa163e8b-0e9d-6969-dfd3-0000000037ad | OK | Create container logs path | standalone 2026-03-18 19:06:15.517470 | fa163e8b-0e9d-6969-dfd3-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:50.373033 | 0.26s 2026-03-18 19:06:15.549077 | fa163e8b-0e9d-6969-dfd3-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:06:15.880798 | fa163e8b-0e9d-6969-dfd3-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-18 19:06:15.882660 | fa163e8b-0e9d-6969-dfd3-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:50.738216 | 0.33s 2026-03-18 19:06:15.917088 | fa163e8b-0e9d-6969-dfd3-0000000037b0 | TASK | Finalise hashes for all containers 2026-03-18 19:06:16.001508 | fa163e8b-0e9d-6969-dfd3-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:06:16.002840 | fa163e8b-0e9d-6969-dfd3-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:50.858404 | 0.08s 2026-03-18 19:06:16.022888 | fa163e8b-0e9d-6969-dfd3-0000000037b2 | TASK | Manage systemd shutdown files 2026-03-18 19:06:16.049063 | fa163e8b-0e9d-6969-dfd3-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:50.904634 | 0.03s 2026-03-18 19:06:16.064800 | fc1ff2a0-df65-4c08-a603-215ffe1d1892 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:06:16.090659 | fa163e8b-0e9d-6969-dfd3-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:06:16.354984 | fa163e8b-0e9d-6969-dfd3-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:06:16.356754 | fa163e8b-0e9d-6969-dfd3-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:21:51.212314 | 0.26s 2026-03-18 19:06:16.387115 | fa163e8b-0e9d-6969-dfd3-0000000037e6 | TASK | Set podman_drop_in fact 2026-03-18 19:06:16.448683 | fa163e8b-0e9d-6969-dfd3-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-03-18 19:06:16.449855 | fa163e8b-0e9d-6969-dfd3-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:21:51.305421 | 0.06s 2026-03-18 19:06:16.473186 | fa163e8b-0e9d-6969-dfd3-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:06:16.987966 | fa163e8b-0e9d-6969-dfd3-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:06:16.989115 | fa163e8b-0e9d-6969-dfd3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:51.844685 | 0.51s 2026-03-18 19:06:17.488359 | fa163e8b-0e9d-6969-dfd3-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:06:17.490319 | fa163e8b-0e9d-6969-dfd3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:52.345885 | 1.02s 2026-03-18 19:06:17.500692 | fa163e8b-0e9d-6969-dfd3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:52.356251 | 1.03s 2026-03-18 19:06:17.530867 | fa163e8b-0e9d-6969-dfd3-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:06:18.042122 | fa163e8b-0e9d-6969-dfd3-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:06:18.043594 | fa163e8b-0e9d-6969-dfd3-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:21:52.899158 | 0.51s 2026-03-18 19:06:18.072008 | fa163e8b-0e9d-6969-dfd3-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:06:18.588129 | fa163e8b-0e9d-6969-dfd3-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:06:18.589009 | fa163e8b-0e9d-6969-dfd3-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:21:53.444582 | 0.52s 2026-03-18 19:06:18.608271 | fa163e8b-0e9d-6969-dfd3-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:06:19.359607 | fa163e8b-0e9d-6969-dfd3-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:06:19.361820 | fa163e8b-0e9d-6969-dfd3-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:21:54.217382 | 0.75s 2026-03-18 19:06:19.387131 | fa163e8b-0e9d-6969-dfd3-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:06:19.854124 | fa163e8b-0e9d-6969-dfd3-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:06:19.855787 | fa163e8b-0e9d-6969-dfd3-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:21:54.711342 | 0.47s 2026-03-18 19:06:19.888821 | fa163e8b-0e9d-6969-dfd3-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:06:20.403024 | fa163e8b-0e9d-6969-dfd3-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:06:20.404422 | fa163e8b-0e9d-6969-dfd3-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:21:55.259962 | 0.51s 2026-03-18 19:06:20.427108 | fa163e8b-0e9d-6969-dfd3-0000000037ee | TASK | Enable and start netns-placeholder 2026-03-18 19:06:21.126789 | fa163e8b-0e9d-6969-dfd3-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:06:21.129227 | fa163e8b-0e9d-6969-dfd3-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:21:55.984789 | 0.70s 2026-03-18 19:06:21.159966 | fa163e8b-0e9d-6969-dfd3-0000000037b4 | TASK | Update container configs with new config hashes 2026-03-18 19:06:21.221465 | fa163e8b-0e9d-6969-dfd3-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:56.077018 | 0.06s 2026-03-18 19:06:21.242950 | 64dbd8f7-c18c-4958-b4e6-0e3376174a31 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:06:21.276361 | fa163e8b-0e9d-6969-dfd3-000000003816 | TASK | Update config hashes for container startup configs 2026-03-18 19:06:21.580396 | fa163e8b-0e9d-6969-dfd3-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:06:21.581862 | fa163e8b-0e9d-6969-dfd3-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:21:56.437426 | 0.30s 2026-03-18 19:06:21.613367 | fa163e8b-0e9d-6969-dfd3-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:06:21.674088 | fa163e8b-0e9d-6969-dfd3-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:56.529639 | 0.06s 2026-03-18 19:06:21.697816 | 27123897-f77a-4441-a262-38be53a2e067 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:06:21.735390 | fa163e8b-0e9d-6969-dfd3-000000003835 | TASK | Gather podman infos 2026-03-18 19:06:22.990308 | fa163e8b-0e9d-6969-dfd3-000000003835 | OK | Gather podman infos | standalone 2026-03-18 19:06:22.991322 | fa163e8b-0e9d-6969-dfd3-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:57.846889 | 1.25s 2026-03-18 19:06:23.075144 | fa163e8b-0e9d-6969-dfd3-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:06:23.155882 | fa163e8b-0e9d-6969-dfd3-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:58.011435 | 0.07s 2026-03-18 19:06:23.311725 | fa163e8b-0e9d-6969-dfd3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:58.167271 | 0.09s 2026-03-18 19:06:23.371822 | fa163e8b-0e9d-6969-dfd3-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:06:23.435803 | fa163e8b-0e9d-6969-dfd3-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:58.291358 | 0.06s 2026-03-18 19:06:23.459552 | 30143139-997d-4de0-8516-26a7620eedd9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:06:23.495485 | fa163e8b-0e9d-6969-dfd3-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:07:17.503026 | fa163e8b-0e9d-6969-dfd3-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-18 19:07:17.504701 | fa163e8b-0e9d-6969-dfd3-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:52.360264 | 54.01s 2026-03-18 19:07:17.536795 | fa163e8b-0e9d-6969-dfd3-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:07:42.228762 | fa163e8b-0e9d-6969-dfd3-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-18 19:07:42.230679 | fa163e8b-0e9d-6969-dfd3-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:23:17.086236 | 24.69s 2026-03-18 19:07:42.308958 | fa163e8b-0e9d-6969-dfd3-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-18 19:07:42.583375 | fa163e8b-0e9d-6969-dfd3-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-18 19:07:42.584910 | fa163e8b-0e9d-6969-dfd3-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:23:17.440472 | 0.27s 2026-03-18 19:07:42.631954 | fa163e8b-0e9d-6969-dfd3-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-18 19:07:42.686314 | fa163e8b-0e9d-6969-dfd3-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:23:17.541857 | 0.05s 2026-03-18 19:07:42.718904 | fa163e8b-0e9d-6969-dfd3-000000003715 | TASK | Include container-puppet tasks for step 3 2026-03-18 19:07:42.765401 | fa163e8b-0e9d-6969-dfd3-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:23:17.620956 | 0.04s 2026-03-18 19:07:42.791198 | 6fd7655b-0388-4c3f-a2b1-4c3ec20f024b | INCLUDED | /root/standalone-ansible-4kwmv7l4/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:07:42.840724 | fa163e8b-0e9d-6969-dfd3-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-18 19:07:43.417901 | fa163e8b-0e9d-6969-dfd3-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-18 19:07:43.419410 | fa163e8b-0e9d-6969-dfd3-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:23:18.274973 | 0.58s 2026-03-18 19:07:43.451876 | fa163e8b-0e9d-6969-dfd3-0000000038ee | TASK | Generate container puppet configs for step 3 2026-03-18 19:07:43.772995 | fa163e8b-0e9d-6969-dfd3-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-03-18 19:07:43.774710 | fa163e8b-0e9d-6969-dfd3-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:23:18.630271 | 0.32s 2026-03-18 19:07:43.808567 | fa163e8b-0e9d-6969-dfd3-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-18 19:07:43.840935 | fa163e8b-0e9d-6969-dfd3-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:23:18.696490 | 0.03s 2026-03-18 19:07:43.911924 | fa163e8b-0e9d-6969-dfd3-00000000391e | TASK | Gather variables for each operating system 2026-03-18 19:07:44.026885 | fa163e8b-0e9d-6969-dfd3-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:18.882425 | 0.11s 2026-03-18 19:07:44.059409 | fa163e8b-0e9d-6969-dfd3-00000000391f | TASK | Create container logs path 2026-03-18 19:07:44.342527 | fa163e8b-0e9d-6969-dfd3-00000000391f | OK | Create container logs path | standalone 2026-03-18 19:07:44.344231 | fa163e8b-0e9d-6969-dfd3-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:19.199795 | 0.28s 2026-03-18 19:07:44.377094 | fa163e8b-0e9d-6969-dfd3-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-18 19:07:44.671250 | fa163e8b-0e9d-6969-dfd3-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-18 19:07:44.672677 | fa163e8b-0e9d-6969-dfd3-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:23:19.528239 | 0.29s 2026-03-18 19:07:44.693450 | fa163e8b-0e9d-6969-dfd3-000000003922 | TASK | Finalise hashes for all containers 2026-03-18 19:07:44.743360 | fa163e8b-0e9d-6969-dfd3-000000003922 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:07:44.745121 | fa163e8b-0e9d-6969-dfd3-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:19.600677 | 0.05s 2026-03-18 19:07:44.777453 | fa163e8b-0e9d-6969-dfd3-000000003924 | TASK | Manage systemd shutdown files 2026-03-18 19:07:44.822402 | fa163e8b-0e9d-6969-dfd3-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:07:44.823853 | fa163e8b-0e9d-6969-dfd3-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:19.679414 | 0.04s 2026-03-18 19:07:44.854772 | fa163e8b-0e9d-6969-dfd3-000000003926 | TASK | Update container configs with new config hashes 2026-03-18 19:07:44.910972 | fa163e8b-0e9d-6969-dfd3-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:07:44.912414 | fa163e8b-0e9d-6969-dfd3-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:19.767975 | 0.06s 2026-03-18 19:07:44.944928 | fa163e8b-0e9d-6969-dfd3-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-18 19:07:44.988453 | fa163e8b-0e9d-6969-dfd3-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-18 19:07:44.989297 | fa163e8b-0e9d-6969-dfd3-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:23:19.844870 | 0.04s 2026-03-18 19:07:45.010328 | fa163e8b-0e9d-6969-dfd3-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-18 19:07:45.051287 | fa163e8b-0e9d-6969-dfd3-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-18 19:07:45.052210 | fa163e8b-0e9d-6969-dfd3-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:23:19.907782 | 0.04s PLAY [External deployment step 4] ********************************************** 2026-03-18 19:07:45.171811 | fa163e8b-0e9d-6969-dfd3-0000000000de | TASK | External deployment step 4 2026-03-18 19:07:45.210860 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000de') missing from stats 2026-03-18 19:07:45.264038 | fa163e8b-0e9d-6969-dfd3-0000000000df | TIMING | include_tasks | undercloud | 0:23:20.119591 | 0.04s 2026-03-18 19:07:45.295650 | 47cfcf21-b040-43e3-ba91-6c3756627361 | INCLUDED | /root/standalone-ansible-4kwmv7l4/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-18 19:07:45.313238 | fa163e8b-0e9d-6969-dfd3-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-18 19:07:47.047912 | fa163e8b-0e9d-6969-dfd3-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-18 19:07:47.050317 | fa163e8b-0e9d-6969-dfd3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:23:21.905871 | 1.74s 2026-03-18 19:07:48.225666 | fa163e8b-0e9d-6969-dfd3-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-18 19:07:48.227342 | fa163e8b-0e9d-6969-dfd3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:23:23.082906 | 2.91s 2026-03-18 19:07:48.237364 | fa163e8b-0e9d-6969-dfd3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:23:23.092929 | 2.92s 2026-03-18 19:07:48.251810 | fa163e8b-0e9d-6969-dfd3-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-03-18 19:07:48.282240 | fa163e8b-0e9d-6969-dfd3-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:23:23.137807 | 0.03s 2026-03-18 19:07:48.321298 | fa163e8b-0e9d-6969-dfd3-0000000039a6 | TASK | Create Keystone Admin resources 2026-03-18 19:07:48.349956 | fa163e8b-0e9d-6969-dfd3-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:23:23.205522 | 0.03s 2026-03-18 19:07:48.369702 | 1448cef8-0317-47d8-9eaf-8b8c716f000b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-18 19:07:48.409205 | fa163e8b-0e9d-6969-dfd3-0000000039e7 | TASK | Create admin and service projects 2026-03-18 19:07:48.441750 | fa163e8b-0e9d-6969-dfd3-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:23:23.297301 | 0.03s 2026-03-18 19:07:48.461038 | 01994f6a-3a59-4de1-8f3d-cb3f6f589f11 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-18 19:07:48.499590 | fa163e8b-0e9d-6969-dfd3-000000003a38 | TASK | Async creation of Keystone project 2026-03-18 19:07:49.091270 | fa163e8b-0e9d-6969-dfd3-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-18 19:07:49.093328 | fa163e8b-0e9d-6969-dfd3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:23.948890 | 0.59s 2026-03-18 19:07:49.409699 | fa163e8b-0e9d-6969-dfd3-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-18 19:07:49.411111 | fa163e8b-0e9d-6969-dfd3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:24.266678 | 0.91s 2026-03-18 19:07:49.421314 | fa163e8b-0e9d-6969-dfd3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:24.276878 | 0.92s 2026-03-18 19:07:49.437209 | fa163e8b-0e9d-6969-dfd3-000000003a3a | TASK | Check Keystone project status 2026-03-18 19:07:49.695893 | fa163e8b-0e9d-6969-dfd3-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-18 19:07:54.909064 | fa163e8b-0e9d-6969-dfd3-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-03-18 19:07:54.911384 | fa163e8b-0e9d-6969-dfd3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:29.766941 | 5.47s 2026-03-18 19:07:55.158090 | fa163e8b-0e9d-6969-dfd3-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-18 19:07:55.160120 | fa163e8b-0e9d-6969-dfd3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:30.015686 | 5.72s 2026-03-18 19:07:55.171343 | fa163e8b-0e9d-6969-dfd3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:30.026903 | 5.73s 2026-03-18 19:07:55.193128 | fa163e8b-0e9d-6969-dfd3-0000000039e8 | TASK | Create admin role 2026-03-18 19:07:56.526335 | fa163e8b-0e9d-6969-dfd3-0000000039e8 | OK | Create admin role | undercloud 2026-03-18 19:07:56.527795 | fa163e8b-0e9d-6969-dfd3-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:23:31.383359 | 1.33s 2026-03-18 19:07:56.544819 | fa163e8b-0e9d-6969-dfd3-0000000039e9 | TASK | Create _member_ role 2026-03-18 19:07:56.584436 | fa163e8b-0e9d-6969-dfd3-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-03-18 19:07:56.585537 | fa163e8b-0e9d-6969-dfd3-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:23:31.441101 | 0.04s 2026-03-18 19:07:56.604083 | fa163e8b-0e9d-6969-dfd3-0000000039ea | TASK | Check admin password 2026-03-18 19:07:58.047603 | fa163e8b-0e9d-6969-dfd3-0000000039ea | OK | Check admin password | undercloud 2026-03-18 19:07:58.049100 | fa163e8b-0e9d-6969-dfd3-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:23:32.904650 | 1.44s 2026-03-18 19:07:58.068496 | fa163e8b-0e9d-6969-dfd3-0000000039eb | TASK | Create admin user 2026-03-18 19:07:59.860263 | fa163e8b-0e9d-6969-dfd3-0000000039eb | CHANGED | Create admin user | undercloud 2026-03-18 19:07:59.861692 | fa163e8b-0e9d-6969-dfd3-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:23:34.717254 | 1.79s 2026-03-18 19:07:59.881255 | fa163e8b-0e9d-6969-dfd3-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-03-18 19:08:01.432235 | fa163e8b-0e9d-6969-dfd3-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-03-18 19:08:01.433336 | fa163e8b-0e9d-6969-dfd3-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:23:36.288908 | 1.55s 2026-03-18 19:08:01.447994 | fa163e8b-0e9d-6969-dfd3-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-03-18 19:08:01.510334 | fa163e8b-0e9d-6969-dfd3-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-18 19:08:01.511758 | fa163e8b-0e9d-6969-dfd3-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:23:36.367321 | 0.06s 2026-03-18 19:08:01.531785 | fa163e8b-0e9d-6969-dfd3-0000000039ee | TASK | Create identity service 2026-03-18 19:08:02.704468 | fa163e8b-0e9d-6969-dfd3-0000000039ee | OK | Create identity service | undercloud 2026-03-18 19:08:02.705914 | fa163e8b-0e9d-6969-dfd3-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:23:37.561476 | 1.17s 2026-03-18 19:08:02.725631 | fa163e8b-0e9d-6969-dfd3-0000000039ef | TASK | Create identity public endpoint 2026-03-18 19:08:04.016135 | fa163e8b-0e9d-6969-dfd3-0000000039ef | OK | Create identity public endpoint | undercloud 2026-03-18 19:08:04.017071 | fa163e8b-0e9d-6969-dfd3-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:23:38.872645 | 1.29s 2026-03-18 19:08:04.031808 | fa163e8b-0e9d-6969-dfd3-0000000039f0 | TASK | Create identity internal endpoint 2026-03-18 19:08:05.255484 | fa163e8b-0e9d-6969-dfd3-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-03-18 19:08:05.256995 | fa163e8b-0e9d-6969-dfd3-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:23:40.112558 | 1.22s 2026-03-18 19:08:05.277509 | fa163e8b-0e9d-6969-dfd3-0000000039f1 | TASK | Create identity admin endpoint 2026-03-18 19:08:06.630443 | fa163e8b-0e9d-6969-dfd3-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-03-18 19:08:06.633031 | fa163e8b-0e9d-6969-dfd3-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:23:41.488593 | 1.35s 2026-03-18 19:08:06.653146 | fa163e8b-0e9d-6969-dfd3-0000000039a7 | TASK | Create Keystone Projects 2026-03-18 19:08:06.748023 | fa163e8b-0e9d-6969-dfd3-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:23:41.603574 | 0.09s 2026-03-18 19:08:06.760095 | fa163e8b-0e9d-6969-dfd3-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:23:41.615658 | 0.10s 2026-03-18 19:08:06.774886 | 211c2198-7cae-40c6-805f-c8795f8d72db | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-18 19:08:06.821347 | fa163e8b-0e9d-6969-dfd3-000000003ac4 | TASK | Async creation of Keystone project 2026-03-18 19:08:07.164521 | fa163e8b-0e9d-6969-dfd3-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-18 19:08:07.166500 | fa163e8b-0e9d-6969-dfd3-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:42.022063 | 0.34s 2026-03-18 19:08:07.176647 | fa163e8b-0e9d-6969-dfd3-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:42.032217 | 0.35s 2026-03-18 19:08:07.196310 | fa163e8b-0e9d-6969-dfd3-000000003ac6 | TASK | Check Keystone project status 2026-03-18 19:08:07.480239 | fa163e8b-0e9d-6969-dfd3-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-18 19:08:12.693317 | fa163e8b-0e9d-6969-dfd3-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-03-18 19:08:12.694225 | fa163e8b-0e9d-6969-dfd3-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:47.549793 | 5.50s 2026-03-18 19:08:12.699459 | fa163e8b-0e9d-6969-dfd3-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:47.555010 | 5.50s 2026-03-18 19:08:12.720585 | fa163e8b-0e9d-6969-dfd3-0000000039a9 | TASK | Create Keystone Domains 2026-03-18 19:08:12.827041 | fa163e8b-0e9d-6969-dfd3-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:23:47.682595 | 0.10s 2026-03-18 19:08:12.839363 | fa163e8b-0e9d-6969-dfd3-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:23:47.694919 | 0.12s 2026-03-18 19:08:12.855026 | 30b2519e-b355-40b4-820f-743b066dc539 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-18 19:08:12.903536 | fa163e8b-0e9d-6969-dfd3-000000003b79 | TASK | Async creation of Keystone domains 2026-03-18 19:08:13.455198 | fa163e8b-0e9d-6969-dfd3-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-18 19:08:13.457517 | fa163e8b-0e9d-6969-dfd3-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:23:48.313074 | 0.55s 2026-03-18 19:08:13.467714 | fa163e8b-0e9d-6969-dfd3-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:23:48.323272 | 0.56s 2026-03-18 19:08:13.487366 | fa163e8b-0e9d-6969-dfd3-000000003b7b | TASK | Check Keystone domain status 2026-03-18 19:08:13.763809 | fa163e8b-0e9d-6969-dfd3-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-18 19:08:18.991895 | fa163e8b-0e9d-6969-dfd3-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-18 19:08:18.994673 | fa163e8b-0e9d-6969-dfd3-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:23:53.850234 | 5.51s 2026-03-18 19:08:19.004728 | fa163e8b-0e9d-6969-dfd3-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:23:53.860290 | 5.52s 2026-03-18 19:08:19.024223 | fa163e8b-0e9d-6969-dfd3-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-18 19:08:19.070635 | fa163e8b-0e9d-6969-dfd3-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:23:53.926188 | 0.04s 2026-03-18 19:08:19.085587 | b13a40a9-c1c1-4d4b-bb09-3d33bccf1704 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-18 19:08:19.139914 | fa163e8b-0e9d-6969-dfd3-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-03-18 19:08:20.583809 | fa163e8b-0e9d-6969-dfd3-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-18 19:08:20.585341 | fa163e8b-0e9d-6969-dfd3-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:23:55.440904 | 1.44s 2026-03-18 19:08:20.603723 | fa163e8b-0e9d-6969-dfd3-000000003c44 | TASK | Set openstack_domains fact 2026-03-18 19:08:20.667450 | fa163e8b-0e9d-6969-dfd3-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-03-18 19:08:20.668806 | fa163e8b-0e9d-6969-dfd3-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:23:55.524369 | 0.06s 2026-03-18 19:08:20.687653 | fa163e8b-0e9d-6969-dfd3-0000000039ac | TASK | Create Keystone Services 2026-03-18 19:08:20.794093 | fa163e8b-0e9d-6969-dfd3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:55.649633 | 0.11s 2026-03-18 19:08:20.810576 | fa163e8b-0e9d-6969-dfd3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:55.666143 | 0.12s 2026-03-18 19:08:20.824964 | fa163e8b-0e9d-6969-dfd3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:55.680525 | 0.14s 2026-03-18 19:08:20.843240 | 11022e69-9297-41ec-a762-74f2e7adbcca | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-18 19:08:20.852068 | 89fef19b-ae9d-47a9-bd66-ff0dee13d541 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-18 19:08:20.900541 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TASK | Async creation of Keystone service 2026-03-18 19:08:21.255521 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-18 19:08:21.257293 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:56.112849 | 0.36s 2026-03-18 19:08:21.551837 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-18 19:08:21.553613 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:56.409179 | 0.65s 2026-03-18 19:08:21.860092 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-18 19:08:21.861600 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:56.717167 | 0.96s 2026-03-18 19:08:22.204839 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-18 19:08:22.206931 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:57.062497 | 1.31s 2026-03-18 19:08:22.509764 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-18 19:08:22.513018 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:57.368584 | 1.61s 2026-03-18 19:08:22.836402 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-18 19:08:22.837075 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:57.692650 | 1.94s 2026-03-18 19:08:23.144731 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-18 19:08:23.145383 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:58.000958 | 2.24s 2026-03-18 19:08:23.478063 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-18 19:08:23.478969 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:58.334540 | 2.58s 2026-03-18 19:08:23.776007 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-18 19:08:23.778579 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:58.634145 | 2.88s 2026-03-18 19:08:24.064301 | fa163e8b-0e9d-6969-dfd3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-18 19:08:24.065070 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:58.920644 | 3.16s 2026-03-18 19:08:24.073403 | fa163e8b-0e9d-6969-dfd3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:58.928970 | 3.17s 2026-03-18 19:08:24.095095 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TASK | Check Keystone service status 2026-03-18 19:08:24.347718 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-18 19:08:24.349413 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:59.204982 | 0.25s 2026-03-18 19:08:24.567585 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-18 19:08:24.570489 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:59.426054 | 0.47s 2026-03-18 19:08:24.802863 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-18 19:08:24.805941 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:59.661505 | 0.71s 2026-03-18 19:08:25.044898 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-18 19:08:25.047630 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:59.903195 | 0.95s 2026-03-18 19:08:25.299897 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-18 19:08:25.302305 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:00.157870 | 1.21s 2026-03-18 19:08:25.559071 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-18 19:08:25.559817 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:00.415392 | 1.46s 2026-03-18 19:08:25.819851 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-18 19:08:25.821060 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:00.676626 | 1.72s 2026-03-18 19:08:26.103150 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-18 19:08:26.103879 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:00.959453 | 2.01s 2026-03-18 19:08:26.372145 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-18 19:08:26.374358 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:01.229924 | 2.28s 2026-03-18 19:08:26.605460 | fa163e8b-0e9d-6969-dfd3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-18 19:08:26.607260 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:01.462826 | 2.51s 2026-03-18 19:08:26.619010 | fa163e8b-0e9d-6969-dfd3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:01.474575 | 2.52s 2026-03-18 19:08:26.636609 | fa163e8b-0e9d-6969-dfd3-000000003d27 | TASK | Async creation of Keystone service 2026-03-18 19:08:27.043957 | fa163e8b-0e9d-6969-dfd3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-18 19:08:27.045683 | fa163e8b-0e9d-6969-dfd3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:01.901240 | 0.41s 2026-03-18 19:08:27.359987 | fa163e8b-0e9d-6969-dfd3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-18 19:08:27.361436 | fa163e8b-0e9d-6969-dfd3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:02.216997 | 0.72s 2026-03-18 19:08:27.655935 | fa163e8b-0e9d-6969-dfd3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-18 19:08:27.656543 | fa163e8b-0e9d-6969-dfd3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:02.512118 | 1.02s 2026-03-18 19:08:27.659524 | fa163e8b-0e9d-6969-dfd3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:02.515095 | 1.02s 2026-03-18 19:08:27.674662 | fa163e8b-0e9d-6969-dfd3-000000003d29 | TASK | Check Keystone service status 2026-03-18 19:08:27.965311 | fa163e8b-0e9d-6969-dfd3-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-18 19:08:33.183029 | fa163e8b-0e9d-6969-dfd3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-18 19:08:33.184361 | fa163e8b-0e9d-6969-dfd3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:08.039921 | 5.51s 2026-03-18 19:08:33.420784 | fa163e8b-0e9d-6969-dfd3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-18 19:08:33.421884 | fa163e8b-0e9d-6969-dfd3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:08.277453 | 5.75s 2026-03-18 19:08:33.636788 | fa163e8b-0e9d-6969-dfd3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-18 19:08:33.638040 | fa163e8b-0e9d-6969-dfd3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:08.493607 | 5.96s 2026-03-18 19:08:33.644710 | fa163e8b-0e9d-6969-dfd3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:08.500274 | 5.97s 2026-03-18 19:08:33.660074 | fa163e8b-0e9d-6969-dfd3-0000000039ae | TASK | Create Keystone Endpoints 2026-03-18 19:08:33.737663 | fa163e8b-0e9d-6969-dfd3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:24:08.593213 | 0.08s 2026-03-18 19:08:33.769626 | fa163e8b-0e9d-6969-dfd3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:24:08.625188 | 0.11s 2026-03-18 19:08:33.796701 | fa163e8b-0e9d-6969-dfd3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:24:08.652268 | 0.14s 2026-03-18 19:08:33.802878 | fa163e8b-0e9d-6969-dfd3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:24:08.658436 | 0.14s 2026-03-18 19:08:33.815872 | 2ba3886b-198e-4088-b98d-f0b8ff07c67b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-18 19:08:33.822341 | 881d4719-d2eb-400b-acad-fac8c7447346 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-18 19:08:33.827874 | 22814881-edfc-4de9-ac34-97be0f80b0b9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-18 19:08:33.884208 | fa163e8b-0e9d-6969-dfd3-000000003e59 | TASK | Create Keystone public endpoints 2026-03-18 19:08:33.994447 | fa163e8b-0e9d-6969-dfd3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:24:08.849991 | 0.11s 2026-03-18 19:08:34.011895 | fa163e8b-0e9d-6969-dfd3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:24:08.867464 | 0.13s 2026-03-18 19:08:34.025186 | fa163e8b-0e9d-6969-dfd3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:24:08.880733 | 0.14s 2026-03-18 19:08:34.038426 | 4304adea-e5b3-4499-bcae-716f5f3c1c93 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:08:34.044382 | 82bd3229-f6f1-4eb8-905c-3fbeabe57dd4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:08:34.064037 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-03-18 19:08:34.445511 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-18 19:08:34.447244 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:09.302808 | 0.38s 2026-03-18 19:08:34.802773 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-18 19:08:34.804863 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:09.660427 | 0.74s 2026-03-18 19:08:35.079561 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-18 19:08:35.080219 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:09.935793 | 1.02s 2026-03-18 19:08:35.393730 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-18 19:08:35.394524 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:10.250098 | 1.33s 2026-03-18 19:08:35.667714 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-18 19:08:35.668470 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:10.524045 | 1.60s 2026-03-18 19:08:35.902596 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-18 19:08:35.903281 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:10.758856 | 1.84s 2026-03-18 19:08:36.251483 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-18 19:08:36.252119 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:11.107694 | 2.19s 2026-03-18 19:08:36.551998 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-18 19:08:36.553183 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:11.408736 | 2.49s 2026-03-18 19:08:36.806726 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-18 19:08:36.807494 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:11.663066 | 2.74s 2026-03-18 19:08:37.084776 | fa163e8b-0e9d-6969-dfd3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-18 19:08:37.085567 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:11.941142 | 3.02s 2026-03-18 19:08:37.098079 | fa163e8b-0e9d-6969-dfd3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:11.953647 | 3.03s 2026-03-18 19:08:37.114942 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TASK | Check Keystone public endpoint status 2026-03-18 19:08:37.334383 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-18 19:08:37.336644 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:12.192158 | 0.22s 2026-03-18 19:08:37.570873 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-18 19:08:37.571738 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:12.427310 | 0.46s 2026-03-18 19:08:37.827409 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-18 19:08:37.829209 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:12.684775 | 0.71s 2026-03-18 19:08:38.086943 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-18 19:08:38.089119 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:12.944689 | 0.97s 2026-03-18 19:08:38.316999 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-18 19:08:38.318748 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:13.174317 | 1.20s 2026-03-18 19:08:38.552002 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-18 19:08:38.553404 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:13.408965 | 1.44s 2026-03-18 19:08:38.803951 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-18 19:08:38.805265 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:13.660831 | 1.69s 2026-03-18 19:08:39.070372 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-18 19:08:39.071523 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:13.927091 | 1.96s 2026-03-18 19:08:39.397622 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-18 19:08:39.398881 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:14.254449 | 2.28s 2026-03-18 19:08:39.658429 | fa163e8b-0e9d-6969-dfd3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-18 19:08:39.659703 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:14.515223 | 2.54s 2026-03-18 19:08:39.671405 | fa163e8b-0e9d-6969-dfd3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:14.526963 | 2.56s 2026-03-18 19:08:39.699530 | fa163e8b-0e9d-6969-dfd3-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-03-18 19:08:40.072937 | fa163e8b-0e9d-6969-dfd3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-18 19:08:40.074725 | fa163e8b-0e9d-6969-dfd3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:14.930282 | 0.37s 2026-03-18 19:08:40.366444 | fa163e8b-0e9d-6969-dfd3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-18 19:08:40.368109 | fa163e8b-0e9d-6969-dfd3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:15.223678 | 0.67s 2026-03-18 19:08:40.684623 | fa163e8b-0e9d-6969-dfd3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-18 19:08:40.686403 | fa163e8b-0e9d-6969-dfd3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:15.541973 | 0.98s 2026-03-18 19:08:40.698096 | fa163e8b-0e9d-6969-dfd3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:15.553664 | 1.00s 2026-03-18 19:08:40.715895 | fa163e8b-0e9d-6969-dfd3-000000003f8a | TASK | Check Keystone public endpoint status 2026-03-18 19:08:41.021372 | fa163e8b-0e9d-6969-dfd3-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-18 19:08:46.243568 | fa163e8b-0e9d-6969-dfd3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-18 19:08:46.244485 | fa163e8b-0e9d-6969-dfd3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:21.100056 | 5.53s 2026-03-18 19:08:46.481177 | fa163e8b-0e9d-6969-dfd3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-18 19:08:46.483139 | fa163e8b-0e9d-6969-dfd3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:21.338705 | 5.77s 2026-03-18 19:08:46.694781 | fa163e8b-0e9d-6969-dfd3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-18 19:08:46.695716 | fa163e8b-0e9d-6969-dfd3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:21.551288 | 5.98s 2026-03-18 19:08:46.702180 | fa163e8b-0e9d-6969-dfd3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:21.557712 | 5.99s 2026-03-18 19:08:46.724913 | fa163e8b-0e9d-6969-dfd3-000000003e5e | TASK | Create Keystone admin endpoints 2026-03-18 19:08:46.838521 | fa163e8b-0e9d-6969-dfd3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:24:21.694061 | 0.11s 2026-03-18 19:08:46.855446 | fa163e8b-0e9d-6969-dfd3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:24:21.711015 | 0.13s 2026-03-18 19:08:46.871519 | fa163e8b-0e9d-6969-dfd3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:24:21.727081 | 0.14s 2026-03-18 19:08:46.889815 | 92b2abce-89b8-4e25-a889-518b637ab8ce | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:08:46.899783 | 6c4840f3-e346-401d-9f64-b89695158c75 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:08:46.924997 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2026-03-18 19:08:47.262109 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-18 19:08:47.263939 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:22.119506 | 0.34s 2026-03-18 19:08:47.574700 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-18 19:08:47.575805 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:22.431372 | 0.65s 2026-03-18 19:08:47.847935 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-18 19:08:47.849245 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:22.704812 | 0.92s 2026-03-18 19:08:48.145560 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-18 19:08:48.147103 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:23.002671 | 1.22s 2026-03-18 19:08:48.434515 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-18 19:08:48.435278 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:23.290853 | 1.51s 2026-03-18 19:08:48.715373 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-18 19:08:48.716554 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:23.572129 | 1.79s 2026-03-18 19:08:48.997558 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-18 19:08:48.999367 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:23.854939 | 2.07s 2026-03-18 19:08:49.271191 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-18 19:08:49.272664 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:24.128236 | 2.35s 2026-03-18 19:08:49.547339 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-18 19:08:49.550688 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:24.406252 | 2.62s 2026-03-18 19:08:49.820940 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-18 19:08:49.821693 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:24.677265 | 2.90s 2026-03-18 19:08:49.829948 | fa163e8b-0e9d-6969-dfd3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:24.685515 | 2.90s 2026-03-18 19:08:49.851629 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TASK | Check Keystone admin endpoint status 2026-03-18 19:08:50.160951 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-18 19:08:50.162919 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:25.018483 | 0.31s 2026-03-18 19:08:50.414295 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-18 19:08:50.416092 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:25.271660 | 0.56s 2026-03-18 19:08:50.674491 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-18 19:08:50.676173 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:25.531727 | 0.82s 2026-03-18 19:08:50.920421 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-18 19:08:50.921740 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:25.777306 | 1.07s 2026-03-18 19:08:51.195542 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-18 19:08:51.197468 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:26.053034 | 1.34s 2026-03-18 19:08:51.467035 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-18 19:08:51.467838 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:26.323412 | 1.62s 2026-03-18 19:08:51.738216 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-18 19:08:51.740314 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:26.595879 | 1.89s 2026-03-18 19:08:51.995064 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-18 19:08:51.996201 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:26.851768 | 2.14s 2026-03-18 19:08:52.213822 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-18 19:08:52.214556 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:27.070131 | 2.36s 2026-03-18 19:08:52.461713 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-18 19:08:52.464221 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:27.319789 | 2.61s 2026-03-18 19:08:52.477655 | fa163e8b-0e9d-6969-dfd3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:27.333225 | 2.63s 2026-03-18 19:08:52.504461 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2026-03-18 19:08:52.816037 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-18 19:08:52.818198 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:27.673713 | 0.31s 2026-03-18 19:08:53.125264 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-18 19:08:53.126526 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:27.982093 | 0.62s 2026-03-18 19:08:53.424243 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-18 19:08:53.425250 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:28.280817 | 0.92s 2026-03-18 19:08:53.430679 | fa163e8b-0e9d-6969-dfd3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:28.286258 | 0.92s 2026-03-18 19:08:53.445920 | fa163e8b-0e9d-6969-dfd3-000000003feb | TASK | Check Keystone admin endpoint status 2026-03-18 19:08:53.768499 | fa163e8b-0e9d-6969-dfd3-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-18 19:08:59.020713 | fa163e8b-0e9d-6969-dfd3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-18 19:08:59.022742 | fa163e8b-0e9d-6969-dfd3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:33.878299 | 5.58s 2026-03-18 19:08:59.290211 | fa163e8b-0e9d-6969-dfd3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-18 19:08:59.292662 | fa163e8b-0e9d-6969-dfd3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:34.148228 | 5.85s 2026-03-18 19:08:59.542524 | fa163e8b-0e9d-6969-dfd3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-18 19:08:59.544569 | fa163e8b-0e9d-6969-dfd3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:34.400136 | 6.10s 2026-03-18 19:08:59.555958 | fa163e8b-0e9d-6969-dfd3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:34.411516 | 6.11s 2026-03-18 19:08:59.575862 | fa163e8b-0e9d-6969-dfd3-000000003e63 | TASK | Create Keystone internal endpoints 2026-03-18 19:08:59.659530 | fa163e8b-0e9d-6969-dfd3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:24:34.515077 | 0.08s 2026-03-18 19:08:59.676715 | fa163e8b-0e9d-6969-dfd3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:24:34.532284 | 0.10s 2026-03-18 19:08:59.686230 | fa163e8b-0e9d-6969-dfd3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:24:34.541788 | 0.11s 2026-03-18 19:08:59.704114 | a1cf981c-46dd-46ec-8036-6ce0f9f0bba6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:08:59.715357 | 1f0be857-1faf-4b6c-8f69-3fc91112aa49 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:08:59.741149 | fa163e8b-0e9d-6969-dfd3-000000004043 | TASK | Async creation of Keystone internal endpoint 2026-03-18 19:09:00.029157 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-18 19:09:00.034658 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:34.890227 | 0.29s 2026-03-18 19:09:00.261793 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-18 19:09:00.263231 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:35.118806 | 0.52s 2026-03-18 19:09:00.556585 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-18 19:09:00.558052 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:35.413612 | 0.82s 2026-03-18 19:09:00.860018 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-18 19:09:00.860628 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:35.716203 | 1.12s 2026-03-18 19:09:01.161863 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-18 19:09:01.162574 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:36.018150 | 1.42s 2026-03-18 19:09:01.444663 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-18 19:09:01.445311 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:36.300887 | 1.70s 2026-03-18 19:09:01.714263 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-18 19:09:01.715867 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:36.571433 | 1.97s 2026-03-18 19:09:01.978976 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-18 19:09:01.979678 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:36.835253 | 2.24s 2026-03-18 19:09:02.323904 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-18 19:09:02.325027 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:37.180594 | 2.58s 2026-03-18 19:09:02.558869 | fa163e8b-0e9d-6969-dfd3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-18 19:09:02.559893 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:37.415468 | 2.82s 2026-03-18 19:09:02.570894 | fa163e8b-0e9d-6969-dfd3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:37.426463 | 2.83s 2026-03-18 19:09:02.587727 | fa163e8b-0e9d-6969-dfd3-000000004045 | TASK | Check Keystone internal endpoint status 2026-03-18 19:09:02.840955 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-18 19:09:02.842526 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:37.698096 | 0.25s 2026-03-18 19:09:03.075860 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-18 19:09:03.077228 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:37.932802 | 0.49s 2026-03-18 19:09:03.279368 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-18 19:09:03.281008 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:38.136583 | 0.69s 2026-03-18 19:09:03.522053 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-18 19:09:03.522745 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:38.378320 | 0.93s 2026-03-18 19:09:03.785728 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-18 19:09:03.787174 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:38.642749 | 1.20s 2026-03-18 19:09:04.044623 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-18 19:09:04.045617 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:38.901186 | 1.46s 2026-03-18 19:09:04.285114 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-18 19:09:04.286015 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:39.141588 | 1.70s 2026-03-18 19:09:04.530273 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-18 19:09:04.532026 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:39.387595 | 1.94s 2026-03-18 19:09:04.827936 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-18 19:09:04.829194 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:39.684730 | 2.24s 2026-03-18 19:09:05.151652 | fa163e8b-0e9d-6969-dfd3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-18 19:09:05.152834 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:40.008396 | 2.56s 2026-03-18 19:09:05.166123 | fa163e8b-0e9d-6969-dfd3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:40.021680 | 2.58s 2026-03-18 19:09:05.201465 | fa163e8b-0e9d-6969-dfd3-00000000404a | TASK | Async creation of Keystone internal endpoint 2026-03-18 19:09:05.581188 | fa163e8b-0e9d-6969-dfd3-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-18 19:09:05.582768 | fa163e8b-0e9d-6969-dfd3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:40.438326 | 0.38s 2026-03-18 19:09:05.877731 | fa163e8b-0e9d-6969-dfd3-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-18 19:09:05.878643 | fa163e8b-0e9d-6969-dfd3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:40.734216 | 0.68s 2026-03-18 19:09:06.152202 | fa163e8b-0e9d-6969-dfd3-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-18 19:09:06.154558 | fa163e8b-0e9d-6969-dfd3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:41.010130 | 0.95s 2026-03-18 19:09:06.165208 | fa163e8b-0e9d-6969-dfd3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:41.020769 | 0.96s 2026-03-18 19:09:06.184459 | fa163e8b-0e9d-6969-dfd3-00000000404c | TASK | Check Keystone internal endpoint status 2026-03-18 19:09:06.518272 | fa163e8b-0e9d-6969-dfd3-00000000404c | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-18 19:09:11.732611 | fa163e8b-0e9d-6969-dfd3-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-18 19:09:11.734126 | fa163e8b-0e9d-6969-dfd3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:46.589685 | 5.54s 2026-03-18 19:09:11.986389 | fa163e8b-0e9d-6969-dfd3-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-18 19:09:11.987566 | fa163e8b-0e9d-6969-dfd3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:46.843132 | 5.80s 2026-03-18 19:09:12.260079 | fa163e8b-0e9d-6969-dfd3-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-18 19:09:12.261409 | fa163e8b-0e9d-6969-dfd3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:47.116975 | 6.07s 2026-03-18 19:09:12.273219 | fa163e8b-0e9d-6969-dfd3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:47.128785 | 6.08s 2026-03-18 19:09:12.288493 | fa163e8b-0e9d-6969-dfd3-0000000039b0 | TASK | Run cleanup tasks 2026-03-18 19:09:12.349725 | fa163e8b-0e9d-6969-dfd3-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:24:47.205275 | 0.06s 2026-03-18 19:09:12.366716 | 9eb354e7-2a20-47bc-a3cb-c6134677ed87 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-18 19:09:12.425880 | fa163e8b-0e9d-6969-dfd3-0000000040a0 | TASK | Get list of enabled services 2026-03-18 19:09:15.058928 | fa163e8b-0e9d-6969-dfd3-0000000040a0 | CHANGED | Get list of enabled services | undercloud 2026-03-18 19:09:15.060610 | fa163e8b-0e9d-6969-dfd3-0000000040a0 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:24:49.916167 | 2.63s 2026-03-18 19:09:15.080544 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | TASK | List services to be disabled 2026-03-18 19:09:15.166348 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-18 19:09:15.191677 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-18 19:09:15.219770 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-18 19:09:15.245599 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-18 19:09:15.280551 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-18 19:09:15.306757 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-18 19:09:15.332531 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-18 19:09:15.358237 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-18 19:09:15.383844 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-18 19:09:15.409566 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-18 19:09:15.436292 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-18 19:09:15.461717 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-18 19:09:15.487484 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-18 19:09:15.511120 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-18 19:09:15.517406 | fa163e8b-0e9d-6969-dfd3-0000000040a1 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:24:50.372969 | 0.44s 2026-03-18 19:09:15.533406 | fa163e8b-0e9d-6969-dfd3-0000000040a2 | TASK | Delete keystone services not enabled 2026-03-18 19:09:15.562248 | fa163e8b-0e9d-6969-dfd3-0000000040a2 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:24:50.417817 | 0.03s 2026-03-18 19:09:15.576649 | fa163e8b-0e9d-6969-dfd3-0000000039b1 | TASK | Create Keystone Roles 2026-03-18 19:09:15.679110 | fa163e8b-0e9d-6969-dfd3-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:50.534657 | 0.10s 2026-03-18 19:09:15.685883 | fa163e8b-0e9d-6969-dfd3-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:50.541449 | 0.11s 2026-03-18 19:09:15.694049 | a80c4df7-8852-4b04-819b-386c843f1e3c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-18 19:09:15.736046 | fa163e8b-0e9d-6969-dfd3-00000000420c | TASK | Async creation of Keystone role 2026-03-18 19:09:16.128149 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-18 19:09:16.130496 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:50.986050 | 0.39s 2026-03-18 19:09:16.431348 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-18 19:09:16.432070 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:51.287644 | 0.70s 2026-03-18 19:09:16.764449 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-18 19:09:16.766098 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:51.621662 | 1.03s 2026-03-18 19:09:17.046751 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-18 19:09:17.047401 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:51.902976 | 1.31s 2026-03-18 19:09:17.317195 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-18 19:09:17.317801 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:52.173377 | 1.58s 2026-03-18 19:09:17.651008 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-18 19:09:17.652567 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:52.508134 | 1.92s 2026-03-18 19:09:17.950748 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-18 19:09:17.953625 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:52.808574 | 2.22s 2026-03-18 19:09:18.262766 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-18 19:09:18.264942 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:53.120509 | 2.53s 2026-03-18 19:09:18.560893 | fa163e8b-0e9d-6969-dfd3-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-18 19:09:18.561507 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:53.417082 | 2.82s 2026-03-18 19:09:18.566115 | fa163e8b-0e9d-6969-dfd3-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:53.421685 | 2.83s 2026-03-18 19:09:18.580827 | fa163e8b-0e9d-6969-dfd3-00000000420e | TASK | Check Keystone role status 2026-03-18 19:09:18.881315 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-18 19:09:18.882957 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:53.738525 | 0.30s 2026-03-18 19:09:19.122456 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-18 19:09:19.124813 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:53.980379 | 0.54s 2026-03-18 19:09:19.362229 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-18 19:09:19.364911 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:54.220480 | 0.78s 2026-03-18 19:09:19.582643 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-18 19:09:19.583369 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:54.438943 | 1.00s 2026-03-18 19:09:19.838842 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-18 19:09:19.840050 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:54.695616 | 1.26s 2026-03-18 19:09:20.114517 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-18 19:09:20.115653 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:54.971220 | 1.53s 2026-03-18 19:09:20.374782 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-18 19:09:20.376654 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:55.232220 | 1.80s 2026-03-18 19:09:20.613704 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-18 19:09:20.615788 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:55.471351 | 2.03s 2026-03-18 19:09:20.868977 | fa163e8b-0e9d-6969-dfd3-00000000420e | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-18 19:09:20.870002 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:55.725569 | 2.29s 2026-03-18 19:09:20.880514 | fa163e8b-0e9d-6969-dfd3-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:55.736060 | 2.30s 2026-03-18 19:09:20.904692 | fa163e8b-0e9d-6969-dfd3-0000000039b3 | TASK | Create Keystone Users 2026-03-18 19:09:21.010044 | fa163e8b-0e9d-6969-dfd3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:55.865585 | 0.10s 2026-03-18 19:09:21.034102 | fa163e8b-0e9d-6969-dfd3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:55.889671 | 0.13s 2026-03-18 19:09:21.047266 | fa163e8b-0e9d-6969-dfd3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:55.902820 | 0.14s 2026-03-18 19:09:21.069335 | f69053c2-034a-4d15-9339-9384dfcca21a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-18 19:09:21.082312 | 6a622af4-25a0-43df-b686-a3e15649e6e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-18 19:09:21.168398 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TASK | Check password of Keystone user 2026-03-18 19:09:22.118876 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:22.120647 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:56.976202 | 0.95s 2026-03-18 19:09:23.100086 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:23.101112 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:57.956677 | 1.93s 2026-03-18 19:09:24.009654 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:24.011426 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:58.866986 | 2.84s 2026-03-18 19:09:24.898301 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:24.899887 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:59.755452 | 3.73s 2026-03-18 19:09:25.909083 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:25.909976 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:00.765548 | 4.74s 2026-03-18 19:09:26.846038 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:26.847042 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:01.702608 | 5.68s 2026-03-18 19:09:27.797113 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:27.798073 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:02.653640 | 6.63s 2026-03-18 19:09:28.737509 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:28.738500 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:03.594066 | 7.57s 2026-03-18 19:09:29.682576 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:29.683327 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:04.538903 | 8.51s 2026-03-18 19:09:30.647621 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:30.648705 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:05.504270 | 9.48s 2026-03-18 19:09:30.655964 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | 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-18 19:09:30.656953 | fa163e8b-0e9d-6969-dfd3-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:05.512521 | 9.49s 2026-03-18 19:09:30.676543 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TASK | Async creation of Keystone user 2026-03-18 19:09:31.066513 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:31.068594 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:05.924149 | 0.39s 2026-03-18 19:09:31.374239 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:31.375568 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:06.231135 | 0.70s 2026-03-18 19:09:31.781282 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:31.782715 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:06.638280 | 1.10s 2026-03-18 19:09:32.117585 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:32.118538 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:06.974114 | 1.44s 2026-03-18 19:09:32.448378 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:32.448981 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:07.304555 | 1.77s 2026-03-18 19:09:32.797616 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:32.798293 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:07.653864 | 2.12s 2026-03-18 19:09:33.136455 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:33.137285 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:07.992861 | 2.46s 2026-03-18 19:09:33.464222 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:33.465923 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:08.321490 | 2.79s 2026-03-18 19:09:33.812815 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:33.813364 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:08.668940 | 3.14s 2026-03-18 19:09:34.180429 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:34.181635 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:09.037211 | 3.50s 2026-03-18 19:09:34.191964 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:34.192808 | fa163e8b-0e9d-6969-dfd3-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:09.048376 | 3.51s 2026-03-18 19:09:34.211582 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TASK | Check Keystone user status 2026-03-18 19:09:34.526223 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:34.527079 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:09.382649 | 0.31s 2026-03-18 19:09:34.800969 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:34.802641 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:09.658207 | 0.59s 2026-03-18 19:09:35.044401 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:35.045399 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:09.900964 | 0.83s 2026-03-18 19:09:35.279281 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:35.280783 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:10.136349 | 1.07s 2026-03-18 19:09:35.569277 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:35.570978 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:10.426544 | 1.36s 2026-03-18 19:09:35.833116 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-18 19:09:41.061186 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:41.062472 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:15.918047 | 6.85s 2026-03-18 19:09:41.337187 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:41.337889 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.193462 | 7.12s 2026-03-18 19:09:41.616817 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:41.618490 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.474056 | 7.41s 2026-03-18 19:09:41.891754 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:41.892878 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.748446 | 7.68s 2026-03-18 19:09:42.191245 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:42.192296 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:17.047863 | 7.98s 2026-03-18 19:09:42.204355 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:42.205033 | fa163e8b-0e9d-6969-dfd3-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:17.060604 | 7.99s 2026-03-18 19:09:42.226547 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TASK | Check password of Keystone user 2026-03-18 19:09:43.215940 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | 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-18 19:09:43.219865 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:18.075408 | 0.99s 2026-03-18 19:09:44.156261 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | 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-18 19:09:44.157879 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:19.013445 | 1.93s 2026-03-18 19:09:45.059722 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | 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-18 19:09:45.060673 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:19.916240 | 2.83s 2026-03-18 19:09:46.015753 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | 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-18 19:09:46.017098 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:20.872670 | 3.79s 2026-03-18 19:09:46.958081 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | 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-18 19:09:46.959088 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:21.814653 | 4.73s 2026-03-18 19:09:47.911610 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | 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-18 19:09:47.912622 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:22.768188 | 5.68s 2026-03-18 19:09:47.918428 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | 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-18 19:09:47.919669 | fa163e8b-0e9d-6969-dfd3-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:22.775237 | 5.69s 2026-03-18 19:09:47.939134 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TASK | Async creation of Keystone user 2026-03-18 19:09:48.372139 | fa163e8b-0e9d-6969-dfd3-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:48.379092 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:23.234648 | 0.44s 2026-03-18 19:09:48.725023 | fa163e8b-0e9d-6969-dfd3-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:48.726608 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:23.582174 | 0.79s 2026-03-18 19:09:49.080272 | fa163e8b-0e9d-6969-dfd3-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:49.081916 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:23.937483 | 1.14s 2026-03-18 19:09:49.403190 | fa163e8b-0e9d-6969-dfd3-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:49.404770 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:24.260339 | 1.46s 2026-03-18 19:09:49.820549 | fa163e8b-0e9d-6969-dfd3-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:49.821445 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:24.677013 | 1.88s 2026-03-18 19:09:50.135420 | fa163e8b-0e9d-6969-dfd3-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:50.137200 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:24.992730 | 2.20s 2026-03-18 19:09:50.147232 | fa163e8b-0e9d-6969-dfd3-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:09:50.149038 | fa163e8b-0e9d-6969-dfd3-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:25.004603 | 2.21s 2026-03-18 19:09:50.168752 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TASK | Check Keystone user status 2026-03-18 19:09:50.466764 | fa163e8b-0e9d-6969-dfd3-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:50.468346 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:25.323900 | 0.30s 2026-03-18 19:09:50.713910 | fa163e8b-0e9d-6969-dfd3-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:50.715623 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:25.571188 | 0.54s 2026-03-18 19:09:50.977253 | fa163e8b-0e9d-6969-dfd3-0000000043ad | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-18 19:09:56.196537 | fa163e8b-0e9d-6969-dfd3-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:56.198493 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:31.054060 | 6.03s 2026-03-18 19:09:56.465389 | fa163e8b-0e9d-6969-dfd3-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:56.467212 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:31.322772 | 6.30s 2026-03-18 19:09:56.741577 | fa163e8b-0e9d-6969-dfd3-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:56.742585 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:31.598151 | 6.57s 2026-03-18 19:09:57.019857 | fa163e8b-0e9d-6969-dfd3-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:57.021417 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:31.876984 | 6.85s 2026-03-18 19:09:57.031606 | fa163e8b-0e9d-6969-dfd3-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:09:57.032614 | fa163e8b-0e9d-6969-dfd3-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:31.888181 | 6.86s 2026-03-18 19:09:57.052205 | fa163e8b-0e9d-6969-dfd3-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-03-18 19:09:57.133083 | fa163e8b-0e9d-6969-dfd3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:31.988627 | 0.08s 2026-03-18 19:09:57.178046 | fa163e8b-0e9d-6969-dfd3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:32.033611 | 0.12s 2026-03-18 19:09:57.209442 | fa163e8b-0e9d-6969-dfd3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:32.065011 | 0.16s 2026-03-18 19:09:57.217675 | fa163e8b-0e9d-6969-dfd3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:32.073235 | 0.16s 2026-03-18 19:09:57.233010 | 5c281033-21cf-4f09-84e2-e53356d79c6c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-18 19:09:57.239656 | 7522ef23-d0f5-4025-a6fd-2280b7bd86d1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-18 19:09:57.245334 | f058176b-2b4f-4967-9b0b-20d67051a891 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-18 19:09:57.316701 | fa163e8b-0e9d-6969-dfd3-0000000045a0 | TASK | Async assignment of Keystone user per role 2026-03-18 19:09:57.425375 | fa163e8b-0e9d-6969-dfd3-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:32.280915 | 0.11s 2026-03-18 19:09:57.450958 | fa163e8b-0e9d-6969-dfd3-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:32.306526 | 0.13s 2026-03-18 19:09:57.462502 | fa163e8b-0e9d-6969-dfd3-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:32.318072 | 0.14s 2026-03-18 19:09:57.470937 | d7e88e0f-1090-4553-aa2f-d02fe5e1c39c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:09:57.475400 | 146b0f39-6764-481f-82f3-434e55b177a2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:09:57.491503 | fa163e8b-0e9d-6969-dfd3-000000004769 | TASK | Async assignment of Keystone user to roles 2026-03-18 19:09:57.842707 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-18 19:09:57.844507 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:32.700074 | 0.35s 2026-03-18 19:09:58.131543 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-18 19:09:58.132336 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:32.987910 | 0.64s 2026-03-18 19:09:58.412704 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-18 19:09:58.414355 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:33.269926 | 0.92s 2026-03-18 19:09:58.687492 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-18 19:09:58.688240 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:33.543813 | 1.20s 2026-03-18 19:09:58.944658 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-18 19:09:58.945245 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:33.800822 | 1.45s 2026-03-18 19:09:59.235414 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-18 19:09:59.235978 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:34.091555 | 1.74s 2026-03-18 19:09:59.533520 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-18 19:09:59.534112 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:34.389687 | 2.04s 2026-03-18 19:09:59.854311 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-18 19:09:59.854867 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:34.710444 | 2.36s 2026-03-18 19:10:00.129223 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-18 19:10:00.129801 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:34.985377 | 2.64s 2026-03-18 19:10:00.389578 | fa163e8b-0e9d-6969-dfd3-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-18 19:10:00.391128 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:35.246694 | 2.90s 2026-03-18 19:10:00.398489 | fa163e8b-0e9d-6969-dfd3-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:35.254059 | 2.91s 2026-03-18 19:10:00.413723 | fa163e8b-0e9d-6969-dfd3-00000000476b | TASK | Check Keystone user assignment to roles status 2026-03-18 19:10:00.699932 | fa163e8b-0e9d-6969-dfd3-00000000476b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:10:05.934574 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-18 19:10:05.938715 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:40.794262 | 5.52s 2026-03-18 19:10:06.186362 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-18 19:10:06.187731 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:41.043307 | 5.77s 2026-03-18 19:10:06.432752 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-18 19:10:06.434149 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:41.289722 | 6.02s 2026-03-18 19:10:06.668954 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-18 19:10:06.670544 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:41.526108 | 6.26s 2026-03-18 19:10:06.881024 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-18 19:10:06.882946 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:41.738512 | 6.47s 2026-03-18 19:10:07.125352 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-18 19:10:07.126050 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:41.981624 | 6.71s 2026-03-18 19:10:07.389438 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-18 19:10:07.390574 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:42.246140 | 6.98s 2026-03-18 19:10:07.649978 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-18 19:10:07.651132 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:42.506698 | 7.24s 2026-03-18 19:10:07.916742 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-18 19:10:07.918715 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:42.774282 | 7.50s 2026-03-18 19:10:08.182041 | fa163e8b-0e9d-6969-dfd3-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-18 19:10:08.183065 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:43.038634 | 7.77s 2026-03-18 19:10:08.193135 | fa163e8b-0e9d-6969-dfd3-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:43.048691 | 7.78s 2026-03-18 19:10:08.217015 | fa163e8b-0e9d-6969-dfd3-000000004770 | TASK | Async assignment of Keystone user to roles 2026-03-18 19:10:08.609981 | fa163e8b-0e9d-6969-dfd3-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-18 19:10:08.613559 | fa163e8b-0e9d-6969-dfd3-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:43.469115 | 0.40s 2026-03-18 19:10:08.930099 | fa163e8b-0e9d-6969-dfd3-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-18 19:10:08.931061 | fa163e8b-0e9d-6969-dfd3-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:43.786628 | 0.71s 2026-03-18 19:10:09.266258 | fa163e8b-0e9d-6969-dfd3-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-18 19:10:09.267284 | fa163e8b-0e9d-6969-dfd3-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:44.122852 | 1.05s 2026-03-18 19:10:09.602408 | fa163e8b-0e9d-6969-dfd3-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-18 19:10:09.604037 | fa163e8b-0e9d-6969-dfd3-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:44.459604 | 1.38s 2026-03-18 19:10:09.919896 | fa163e8b-0e9d-6969-dfd3-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-18 19:10:09.921005 | fa163e8b-0e9d-6969-dfd3-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:44.776561 | 1.70s 2026-03-18 19:10:10.278004 | fa163e8b-0e9d-6969-dfd3-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-18 19:10:10.280526 | fa163e8b-0e9d-6969-dfd3-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:45.136088 | 2.06s 2026-03-18 19:10:10.296255 | fa163e8b-0e9d-6969-dfd3-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:45.151829 | 2.08s 2026-03-18 19:10:10.328527 | fa163e8b-0e9d-6969-dfd3-000000004772 | TASK | Check Keystone user assignment to roles status 2026-03-18 19:10:10.530877 | fa163e8b-0e9d-6969-dfd3-000000004772 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:10:15.750489 | fa163e8b-0e9d-6969-dfd3-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-18 19:10:15.752582 | fa163e8b-0e9d-6969-dfd3-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:50.608140 | 5.42s 2026-03-18 19:10:16.009936 | fa163e8b-0e9d-6969-dfd3-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-18 19:10:16.011741 | fa163e8b-0e9d-6969-dfd3-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:50.867308 | 5.68s 2026-03-18 19:10:16.266426 | fa163e8b-0e9d-6969-dfd3-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-18 19:10:16.267538 | fa163e8b-0e9d-6969-dfd3-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:51.123105 | 5.94s 2026-03-18 19:10:16.510383 | fa163e8b-0e9d-6969-dfd3-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-18 19:10:16.512531 | fa163e8b-0e9d-6969-dfd3-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:51.368097 | 6.18s 2026-03-18 19:10:16.781578 | fa163e8b-0e9d-6969-dfd3-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-18 19:10:16.783415 | fa163e8b-0e9d-6969-dfd3-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:51.638981 | 6.45s 2026-03-18 19:10:17.040970 | fa163e8b-0e9d-6969-dfd3-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-18 19:10:17.042637 | fa163e8b-0e9d-6969-dfd3-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:51.898201 | 6.71s 2026-03-18 19:10:17.052965 | fa163e8b-0e9d-6969-dfd3-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:51.908535 | 6.72s 2026-03-18 19:10:17.068660 | fa163e8b-0e9d-6969-dfd3-0000000045a5 | TASK | Async assignment of Keystone user per role 2026-03-18 19:10:17.127701 | fa163e8b-0e9d-6969-dfd3-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:51.983252 | 0.06s 2026-03-18 19:10:17.139172 | fa163e8b-0e9d-6969-dfd3-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:51.994725 | 0.07s 2026-03-18 19:10:17.145754 | ea6eb74c-733b-4e7e-9e68-b4999610a559 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:10:17.162273 | fa163e8b-0e9d-6969-dfd3-0000000047d6 | TASK | Async assignment of Keystone user to roles 2026-03-18 19:10:17.556012 | fa163e8b-0e9d-6969-dfd3-0000000047d6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-18 19:10:17.557008 | fa163e8b-0e9d-6969-dfd3-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:52.412575 | 0.39s 2026-03-18 19:10:17.564120 | fa163e8b-0e9d-6969-dfd3-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:52.419677 | 0.40s 2026-03-18 19:10:17.587834 | fa163e8b-0e9d-6969-dfd3-0000000047d8 | TASK | Check Keystone user assignment to roles status 2026-03-18 19:10:17.877019 | fa163e8b-0e9d-6969-dfd3-0000000047d8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:10:23.128113 | fa163e8b-0e9d-6969-dfd3-0000000047d8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-18 19:10:23.131631 | fa163e8b-0e9d-6969-dfd3-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:57.987192 | 5.54s 2026-03-18 19:10:23.141602 | fa163e8b-0e9d-6969-dfd3-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:57.997164 | 5.55s 2026-03-18 19:10:23.160881 | fa163e8b-0e9d-6969-dfd3-0000000045aa | TASK | Async assignment of Keystone user per role 2026-03-18 19:10:23.266715 | fa163e8b-0e9d-6969-dfd3-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:58.122264 | 0.10s 2026-03-18 19:10:23.279438 | fa163e8b-0e9d-6969-dfd3-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:58.135001 | 0.12s 2026-03-18 19:10:23.292971 | 1a0aeb86-999b-48b4-ac89-688d7fb86e1b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:10:23.316867 | fa163e8b-0e9d-6969-dfd3-0000000047fa | TASK | Async assignment of Keystone user to roles 2026-03-18 19:10:23.689759 | fa163e8b-0e9d-6969-dfd3-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-18 19:10:23.692112 | fa163e8b-0e9d-6969-dfd3-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:58.547670 | 0.37s 2026-03-18 19:10:24.053510 | fa163e8b-0e9d-6969-dfd3-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-18 19:10:24.055208 | fa163e8b-0e9d-6969-dfd3-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:58.910775 | 0.74s 2026-03-18 19:10:24.354380 | fa163e8b-0e9d-6969-dfd3-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-18 19:10:24.361040 | fa163e8b-0e9d-6969-dfd3-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:59.216615 | 1.04s 2026-03-18 19:10:24.366590 | fa163e8b-0e9d-6969-dfd3-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:59.222153 | 1.05s 2026-03-18 19:10:24.384828 | fa163e8b-0e9d-6969-dfd3-0000000047fc | TASK | Check Keystone user assignment to roles status 2026-03-18 19:10:24.609470 | fa163e8b-0e9d-6969-dfd3-0000000047fc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:10:29.849622 | fa163e8b-0e9d-6969-dfd3-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-18 19:10:29.851299 | fa163e8b-0e9d-6969-dfd3-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:04.706856 | 5.47s 2026-03-18 19:10:30.108872 | fa163e8b-0e9d-6969-dfd3-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-18 19:10:30.111060 | fa163e8b-0e9d-6969-dfd3-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:04.966625 | 5.73s 2026-03-18 19:10:30.319831 | fa163e8b-0e9d-6969-dfd3-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-18 19:10:30.321936 | fa163e8b-0e9d-6969-dfd3-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:05.177500 | 5.94s 2026-03-18 19:10:30.333112 | fa163e8b-0e9d-6969-dfd3-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:05.188673 | 5.95s 2026-03-18 19:10:30.369129 | fa163e8b-0e9d-6969-dfd3-00000000397b | TASK | is Keystone LDAP enabled 2026-03-18 19:10:30.430882 | fa163e8b-0e9d-6969-dfd3-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-03-18 19:10:30.432134 | fa163e8b-0e9d-6969-dfd3-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:26:05.287698 | 0.06s 2026-03-18 19:10:30.450563 | fa163e8b-0e9d-6969-dfd3-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-18 19:10:30.492834 | fa163e8b-0e9d-6969-dfd3-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-18 19:10:30.494437 | fa163e8b-0e9d-6969-dfd3-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:26:05.349998 | 0.04s 2026-03-18 19:10:30.514604 | fa163e8b-0e9d-6969-dfd3-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-03-18 19:10:30.558926 | fa163e8b-0e9d-6969-dfd3-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-18 19:10:30.560244 | fa163e8b-0e9d-6969-dfd3-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:26:05.415806 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-18 19:10:30.697212 | fa163e8b-0e9d-6969-dfd3-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-18 19:10:30.727249 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000e2') missing from stats 2026-03-18 19:10:30.750478 | fa163e8b-0e9d-6969-dfd3-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-18 19:10:31.212823 | fa163e8b-0e9d-6969-dfd3-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-18 19:10:31.214117 | fa163e8b-0e9d-6969-dfd3-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:26:06.069682 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 19:10:31.284283 | fa163e8b-0e9d-6969-dfd3-0000000000e4 | TIMING | include_tasks | standalone | 0:26:06.139838 | 0.04s 2026-03-18 19:10:31.329770 | 24e3b494-8b32-487b-8013-40c9bba6f2d8 | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-18 19:10:31.355594 | fa163e8b-0e9d-6969-dfd3-00000000483e | TASK | Create virtqemud recovery script 2026-03-18 19:10:31.813928 | fa163e8b-0e9d-6969-dfd3-00000000483e | CHANGED | Create virtqemud recovery script | standalone 2026-03-18 19:10:31.815268 | fa163e8b-0e9d-6969-dfd3-00000000483e | TIMING | Create virtqemud recovery script | standalone | 0:26:06.670833 | 0.46s 2026-03-18 19:10:31.842201 | fa163e8b-0e9d-6969-dfd3-00000000483f | TASK | Create virtqemud recovery trigger service 2026-03-18 19:10:32.349147 | fa163e8b-0e9d-6969-dfd3-00000000483f | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-18 19:10:32.350466 | fa163e8b-0e9d-6969-dfd3-00000000483f | TIMING | Create virtqemud recovery trigger service | standalone | 0:26:07.206031 | 0.51s 2026-03-18 19:10:32.378590 | fa163e8b-0e9d-6969-dfd3-000000004840 | TASK | Create virtqemud recovery trigger timer 2026-03-18 19:10:32.890118 | fa163e8b-0e9d-6969-dfd3-000000004840 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-18 19:10:32.891384 | fa163e8b-0e9d-6969-dfd3-000000004840 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:26:07.746948 | 0.51s 2026-03-18 19:10:32.918809 | fa163e8b-0e9d-6969-dfd3-000000004841 | TASK | Enable virtqemud recovery trigger service 2026-03-18 19:10:33.955194 | fa163e8b-0e9d-6969-dfd3-000000004841 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-18 19:10:33.956285 | fa163e8b-0e9d-6969-dfd3-000000004841 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:26:08.811860 | 1.04s 2026-03-18 19:10:33.975167 | fa163e8b-0e9d-6969-dfd3-000000004842 | TASK | Enable virtqemud recovery trigger timer 2026-03-18 19:10:35.005959 | fa163e8b-0e9d-6969-dfd3-000000004842 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-18 19:10:35.007004 | fa163e8b-0e9d-6969-dfd3-000000004842 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:26:09.862577 | 1.03s 2026-03-18 19:10:35.025896 | fa163e8b-0e9d-6969-dfd3-000000004843 | TASK | Really enable virtqemud recovery trigger timer 2026-03-18 19:10:35.630913 | fa163e8b-0e9d-6969-dfd3-000000004843 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-18 19:10:35.632253 | fa163e8b-0e9d-6969-dfd3-000000004843 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:26:10.487813 | 0.61s 2026-03-18 19:10:35.660957 | fa163e8b-0e9d-6969-dfd3-000000004845 | TASK | Create systemd file 2026-03-18 19:10:36.168861 | fa163e8b-0e9d-6969-dfd3-000000004845 | CHANGED | Create systemd file | standalone 2026-03-18 19:10:36.169649 | fa163e8b-0e9d-6969-dfd3-000000004845 | TIMING | Create systemd file | standalone | 0:26:11.025223 | 0.51s 2026-03-18 19:10:36.188307 | fa163e8b-0e9d-6969-dfd3-000000004846 | TASK | Reload systemd 2026-03-18 19:10:37.949408 | fa163e8b-0e9d-6969-dfd3-000000004846 | CHANGED | Reload systemd | standalone 2026-03-18 19:10:37.951028 | fa163e8b-0e9d-6969-dfd3-000000004846 | TIMING | Reload systemd | standalone | 0:26:12.806592 | 1.76s 2026-03-18 19:10:37.980459 | fa163e8b-0e9d-6969-dfd3-000000004849 | TASK | Start OVN container 2026-03-18 19:10:38.051141 | fa163e8b-0e9d-6969-dfd3-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-18 19:10:38.068466 | fa163e8b-0e9d-6969-dfd3-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-18 19:10:38.082337 | fa163e8b-0e9d-6969-dfd3-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-18 19:10:38.088896 | fa163e8b-0e9d-6969-dfd3-000000004849 | TIMING | Start OVN container | standalone | 0:26:12.944458 | 0.11s 2026-03-18 19:10:38.117950 | fa163e8b-0e9d-6969-dfd3-00000000484b | TASK | Set NB connection 2026-03-18 19:10:38.157714 | fa163e8b-0e9d-6969-dfd3-00000000484b | SKIPPED | Set NB connection | standalone 2026-03-18 19:10:38.158863 | fa163e8b-0e9d-6969-dfd3-00000000484b | TIMING | Set NB connection | standalone | 0:26:13.014428 | 0.04s 2026-03-18 19:10:38.186805 | fa163e8b-0e9d-6969-dfd3-00000000484c | TASK | Set SB connection 2026-03-18 19:10:38.226469 | fa163e8b-0e9d-6969-dfd3-00000000484c | SKIPPED | Set SB connection | standalone 2026-03-18 19:10:38.227558 | fa163e8b-0e9d-6969-dfd3-00000000484c | TIMING | Set SB connection | standalone | 0:26:13.083124 | 0.04s 2026-03-18 19:10:38.255680 | fa163e8b-0e9d-6969-dfd3-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-18 19:10:38.523875 | fa163e8b-0e9d-6969-dfd3-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-18 19:10:38.525296 | fa163e8b-0e9d-6969-dfd3-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:26:13.380862 | 0.27s 2026-03-18 19:10:38.637588 | fa163e8b-0e9d-6969-dfd3-0000000000e7 | TIMING | include_tasks | standalone | 0:26:13.493144 | 0.08s 2026-03-18 19:10:38.675993 | c52a1a28-bbd6-479a-a32b-41e7591e6ae8 | INCLUDED | /root/standalone-ansible-4kwmv7l4/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:10:38.702031 | fa163e8b-0e9d-6969-dfd3-00000000487b | TASK | Write the config_step hieradata 2026-03-18 19:10:39.197292 | fa163e8b-0e9d-6969-dfd3-00000000487b | OK | Write the config_step hieradata | standalone 2026-03-18 19:10:39.198205 | fa163e8b-0e9d-6969-dfd3-00000000487b | TIMING | Write the config_step hieradata | standalone | 0:26:14.053778 | 0.50s 2026-03-18 19:10:39.218289 | fa163e8b-0e9d-6969-dfd3-00000000487c | TASK | Run puppet host configuration for step 4 2026-03-18 19:10:39.499285 | fa163e8b-0e9d-6969-dfd3-00000000487c | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-18 19:10:39.500531 | fa163e8b-0e9d-6969-dfd3-00000000487c | TIMING | Run puppet host configuration for step 4 | standalone | 0:26:14.356095 | 0.28s 2026-03-18 19:10:39.538644 | fa163e8b-0e9d-6969-dfd3-00000000487d | TASK | Wait for puppet host configuration to finish 2026-03-18 19:10:39.803750 | fa163e8b-0e9d-6969-dfd3-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:10:49.987287 | fa163e8b-0e9d-6969-dfd3-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:11:00.284641 | fa163e8b-0e9d-6969-dfd3-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-18 19:11:10.566915 | fa163e8b-0e9d-6969-dfd3-00000000487d | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:11:10.568362 | fa163e8b-0e9d-6969-dfd3-00000000487d | TIMING | Wait for puppet host configuration to finish | standalone | 0:26:45.423927 | 31.03s 2026-03-18 19:11:10.592720 | fa163e8b-0e9d-6969-dfd3-00000000487e | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-18 19:11:10.663826 | fa163e8b-0e9d-6969-dfd3-00000000487e | 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 18 19:10:39 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:10:45 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:10:45 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:10:45 puppet-user: (file & line not available)", "<13>Mar 18 19:10:45 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 18 19:10:45 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 18 19:10:46 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 18 19:10:46 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 18 19:10:46 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 18 19:10:46 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 18 19:10:46 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 18 19:10:46 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 18 19:10:46 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 18 19:10:46 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 18 19:10:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:10:46 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Mar 18 19:10:50 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:10:52 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:10:58 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 18 19:10:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}2deb277ec91649b0dd00e0951dc6de448df3aaf2136de5621bc3fd5273c26680'", "<13>Mar 18 19:10:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 18 19:10:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 18 19:10:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 18 19:10:58 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 18 19:11:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:11:05 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 18 19:11:06 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 18 19:11:06 puppet-user: Notice: Applied catalog in 20.45 seconds", "<13>Mar 18 19:11:06 puppet-user: Application:", "<13>Mar 18 19:11:06 puppet-user: Initial environment: production", "<13>Mar 18 19:11:06 puppet-user: Converged environment: production", "<13>Mar 18 19:11:06 puppet-user: Run mode: user", "<13>Mar 18 19:11:06 puppet-user: Changes:", "<13>Mar 18 19:11:06 puppet-user: Total: 10", "<13>Mar 18 19:11:06 puppet-user: Events:", "<13>Mar 18 19:11:06 puppet-user: Success: 10", "<13>Mar 18 19:11:06 puppet-user: Resources:", "<13>Mar 18 19:11:06 puppet-user: Restarted: 1", "<13>Mar 18 19:11:06 puppet-user: Changed: 10", "<13>Mar 18 19:11:06 puppet-user: Out of sync: 10", "<13>Mar 18 19:11:06 puppet-user: Total: 37", "<13>Mar 18 19:11:06 puppet-user: Time:", "<13>Mar 18 19:11:06 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:11:06 puppet-user: Schedule: 0.00", "<13>Mar 18 19:11:06 puppet-user: File line: 0.00", "<13>Mar 18 19:11:06 puppet-user: Augeas: 0.01", "<13>Mar 18 19:11:06 puppet-user: User: 0.01", "<13>Mar 18 19:11:06 puppet-user: File: 0.12", "<13>Mar 18 19:11:06 puppet-user: Config retrieval: 0.59", "<13>Mar 18 19:11:06 puppet-user: Pcmk property: 1.67", "<13>Mar 18 19:11:06 puppet-user: Service: 1.77", "<13>Mar 18 19:11:06 puppet-user: Last run: 1773861066", "<13>Mar 18 19:11:06 puppet-user: Pcmk resource op default: 2.06", "<13>Mar 18 19:11:06 puppet-user: Pcmk resource default: 2.12", "<13>Mar 18 19:11:06 puppet-user: Transaction evaluation: 20.43", "<13>Mar 18 19:11:06 puppet-user: Catalog application: 20.45", "<13>Mar 18 19:11:06 puppet-user: Package: 5.40", "<13>Mar 18 19:11:06 puppet-user: Exec: 7.05", "<13>Mar 18 19:11:06 puppet-user: Total: 20.45", "<13>Mar 18 19:11:06 puppet-user: Version:", "<13>Mar 18 19:11:06 puppet-user: Config: 1773861045", "<13>Mar 18 19:11:06 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:11:10.666392 | fa163e8b-0e9d-6969-dfd3-00000000487e | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:26:45.521949 | 0.07s 2026-03-18 19:11:10.686222 | fa163e8b-0e9d-6969-dfd3-00000000487f | TASK | Pre-cache facts for puppet containers 2026-03-18 19:11:10.717129 | fa163e8b-0e9d-6969-dfd3-00000000487f | TIMING | Pre-cache facts for puppet containers | standalone | 0:26:45.572701 | 0.03s 2026-03-18 19:11:10.759211 | fa163e8b-0e9d-6969-dfd3-0000000048c0 | TASK | Gather variables for each operating system 2026-03-18 19:11:10.870290 | fa163e8b-0e9d-6969-dfd3-0000000048c0 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:26:45.725838 | 0.11s 2026-03-18 19:11:10.901449 | fa163e8b-0e9d-6969-dfd3-0000000048c1 | TASK | Create puppet caching structures 2026-03-18 19:11:11.094003 | fa163e8b-0e9d-6969-dfd3-0000000048c1 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:11:11.095575 | fa163e8b-0e9d-6969-dfd3-0000000048c1 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:26:45.951138 | 0.19s 2026-03-18 19:11:11.125149 | fa163e8b-0e9d-6969-dfd3-0000000048c2 | TASK | Check for facter.conf 2026-03-18 19:11:11.372055 | fa163e8b-0e9d-6969-dfd3-0000000048c2 | OK | Check for facter.conf | standalone 2026-03-18 19:11:11.375278 | fa163e8b-0e9d-6969-dfd3-0000000048c2 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:26:46.230838 | 0.25s 2026-03-18 19:11:11.397378 | fa163e8b-0e9d-6969-dfd3-0000000048c3 | TASK | Remove facter.conf if directory 2026-03-18 19:11:11.437086 | fa163e8b-0e9d-6969-dfd3-0000000048c3 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:11:11.437963 | fa163e8b-0e9d-6969-dfd3-0000000048c3 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:26:46.293536 | 0.04s 2026-03-18 19:11:11.460998 | fa163e8b-0e9d-6969-dfd3-0000000048c4 | TASK | Write facter cache config 2026-03-18 19:11:11.901100 | fa163e8b-0e9d-6969-dfd3-0000000048c4 | CHANGED | Write facter cache config | standalone 2026-03-18 19:11:11.902748 | fa163e8b-0e9d-6969-dfd3-0000000048c4 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:26:46.758312 | 0.44s 2026-03-18 19:11:11.933540 | fa163e8b-0e9d-6969-dfd3-0000000048c5 | TASK | Cleanup facter cache if exists 2026-03-18 19:11:12.169752 | fa163e8b-0e9d-6969-dfd3-0000000048c5 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:11:12.171187 | fa163e8b-0e9d-6969-dfd3-0000000048c5 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:26:47.026722 | 0.24s 2026-03-18 19:11:12.200663 | fa163e8b-0e9d-6969-dfd3-0000000048c6 | TASK | Pre-cache facts 2026-03-18 19:11:12.806415 | fa163e8b-0e9d-6969-dfd3-0000000048c6 | CHANGED | Pre-cache facts | standalone 2026-03-18 19:11:12.807642 | fa163e8b-0e9d-6969-dfd3-0000000048c6 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:26:47.663206 | 0.61s 2026-03-18 19:11:12.839743 | fa163e8b-0e9d-6969-dfd3-0000000048c7 | TASK | Failed deployment if facter fails 2026-03-18 19:11:12.874071 | fa163e8b-0e9d-6969-dfd3-0000000048c7 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:11:12.875278 | fa163e8b-0e9d-6969-dfd3-0000000048c7 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:26:47.730842 | 0.03s 2026-03-18 19:11:12.919146 | fa163e8b-0e9d-6969-dfd3-0000000048c8 | TASK | Sync cached facts 2026-03-18 19:11:13.244301 | fa163e8b-0e9d-6969-dfd3-0000000048c8 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-0e9d-6969-dfd3-0000000048c8') missing from stats 2026-03-18 19:11:13.300104 | fa163e8b-0e9d-6969-dfd3-000000004880 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:11:13.350905 | fa163e8b-0e9d-6969-dfd3-000000004880 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:11:13.352372 | fa163e8b-0e9d-6969-dfd3-000000004880 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:26:48.207935 | 0.05s 2026-03-18 19:11:13.382618 | fa163e8b-0e9d-6969-dfd3-000000004882 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-18 19:11:13.410749 | fa163e8b-0e9d-6969-dfd3-000000004882 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:26:48.266304 | 0.03s 2026-03-18 19:11:13.475364 | fa163e8b-0e9d-6969-dfd3-00000000491f | TASK | Gather variables for each operating system 2026-03-18 19:11:13.607045 | fa163e8b-0e9d-6969-dfd3-00000000491f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:48.462598 | 0.13s 2026-03-18 19:11:13.637744 | fa163e8b-0e9d-6969-dfd3-000000004920 | TASK | Create container logs path 2026-03-18 19:11:13.891926 | fa163e8b-0e9d-6969-dfd3-000000004920 | OK | Create container logs path | standalone 2026-03-18 19:11:13.893400 | fa163e8b-0e9d-6969-dfd3-000000004920 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:48.748964 | 0.25s 2026-03-18 19:11:13.925651 | fa163e8b-0e9d-6969-dfd3-000000004922 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:11:14.223849 | fa163e8b-0e9d-6969-dfd3-000000004922 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-18 19:11:14.225288 | fa163e8b-0e9d-6969-dfd3-000000004922 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:49.080845 | 0.30s 2026-03-18 19:11:14.258088 | fa163e8b-0e9d-6969-dfd3-000000004923 | TASK | Finalise hashes for all containers 2026-03-18 19:11:14.451346 | fa163e8b-0e9d-6969-dfd3-000000004923 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:11:14.452651 | fa163e8b-0e9d-6969-dfd3-000000004923 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:49.308215 | 0.19s 2026-03-18 19:11:14.481800 | fa163e8b-0e9d-6969-dfd3-000000004925 | TASK | Manage systemd shutdown files 2026-03-18 19:11:14.516458 | fa163e8b-0e9d-6969-dfd3-000000004925 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:49.372026 | 0.03s 2026-03-18 19:11:14.532413 | b555b625-8bff-4bb7-87fa-37acbc606748 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:11:14.556691 | fa163e8b-0e9d-6969-dfd3-000000004958 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:11:14.886121 | fa163e8b-0e9d-6969-dfd3-000000004958 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:11:14.886962 | fa163e8b-0e9d-6969-dfd3-000000004958 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:26:49.742535 | 0.33s 2026-03-18 19:11:14.950286 | fa163e8b-0e9d-6969-dfd3-000000004959 | TASK | Set podman_drop_in fact 2026-03-18 19:11:15.000197 | fa163e8b-0e9d-6969-dfd3-000000004959 | OK | Set podman_drop_in fact | standalone 2026-03-18 19:11:15.001084 | fa163e8b-0e9d-6969-dfd3-000000004959 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:26:49.856656 | 0.05s 2026-03-18 19:11:15.023569 | fa163e8b-0e9d-6969-dfd3-00000000495b | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:11:15.483606 | fa163e8b-0e9d-6969-dfd3-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:11:15.485299 | fa163e8b-0e9d-6969-dfd3-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:50.340853 | 0.46s 2026-03-18 19:11:15.962097 | fa163e8b-0e9d-6969-dfd3-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:11:15.963265 | fa163e8b-0e9d-6969-dfd3-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:50.818830 | 0.94s 2026-03-18 19:11:15.975635 | fa163e8b-0e9d-6969-dfd3-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:50.831193 | 0.95s 2026-03-18 19:11:16.005879 | fa163e8b-0e9d-6969-dfd3-00000000495c | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:11:16.527431 | fa163e8b-0e9d-6969-dfd3-00000000495c | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:11:16.528741 | fa163e8b-0e9d-6969-dfd3-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:26:51.384313 | 0.52s 2026-03-18 19:11:16.548127 | fa163e8b-0e9d-6969-dfd3-00000000495d | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:11:17.078201 | fa163e8b-0e9d-6969-dfd3-00000000495d | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:11:17.080710 | fa163e8b-0e9d-6969-dfd3-00000000495d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:26:51.936273 | 0.53s 2026-03-18 19:11:17.110906 | fa163e8b-0e9d-6969-dfd3-00000000495e | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:11:17.904504 | fa163e8b-0e9d-6969-dfd3-00000000495e | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:11:17.906524 | fa163e8b-0e9d-6969-dfd3-00000000495e | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:26:52.762087 | 0.79s 2026-03-18 19:11:17.936174 | fa163e8b-0e9d-6969-dfd3-00000000495f | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:11:18.500669 | fa163e8b-0e9d-6969-dfd3-00000000495f | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:11:18.502143 | fa163e8b-0e9d-6969-dfd3-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:26:53.357704 | 0.57s 2026-03-18 19:11:18.532490 | fa163e8b-0e9d-6969-dfd3-000000004960 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:11:19.126487 | fa163e8b-0e9d-6969-dfd3-000000004960 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:11:19.128378 | fa163e8b-0e9d-6969-dfd3-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:26:53.983937 | 0.59s 2026-03-18 19:11:19.158438 | fa163e8b-0e9d-6969-dfd3-000000004961 | TASK | Enable and start netns-placeholder 2026-03-18 19:11:19.950074 | fa163e8b-0e9d-6969-dfd3-000000004961 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:11:19.952050 | fa163e8b-0e9d-6969-dfd3-000000004961 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:26:54.807612 | 0.79s 2026-03-18 19:11:19.982741 | fa163e8b-0e9d-6969-dfd3-000000004927 | TASK | Update container configs with new config hashes 2026-03-18 19:11:20.043704 | fa163e8b-0e9d-6969-dfd3-000000004927 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:54.899268 | 0.06s 2026-03-18 19:11:20.054020 | 09d116ec-b014-48db-aa6e-a9669f0bc274 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:11:20.075390 | fa163e8b-0e9d-6969-dfd3-000000004989 | TASK | Update config hashes for container startup configs 2026-03-18 19:11:20.346739 | fa163e8b-0e9d-6969-dfd3-000000004989 | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:11:20.348053 | fa163e8b-0e9d-6969-dfd3-000000004989 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:26:55.203616 | 0.27s 2026-03-18 19:11:20.380219 | fa163e8b-0e9d-6969-dfd3-000000004928 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:11:20.442712 | fa163e8b-0e9d-6969-dfd3-000000004928 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:55.298266 | 0.06s 2026-03-18 19:11:20.466520 | 2750a266-f265-45d6-8372-7ee60ca76a45 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:11:20.505314 | fa163e8b-0e9d-6969-dfd3-0000000049a8 | TASK | Gather podman infos 2026-03-18 19:11:22.078433 | fa163e8b-0e9d-6969-dfd3-0000000049a8 | OK | Gather podman infos | standalone 2026-03-18 19:11:22.080132 | fa163e8b-0e9d-6969-dfd3-0000000049a8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:26:56.935699 | 1.57s 2026-03-18 19:11:22.192021 | fa163e8b-0e9d-6969-dfd3-0000000049a9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:11:22.275636 | fa163e8b-0e9d-6969-dfd3-0000000049a9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:57.131193 | 0.08s 2026-03-18 19:11:22.453858 | fa163e8b-0e9d-6969-dfd3-0000000049f2 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:26:57.309404 | 0.12s 2026-03-18 19:11:22.522070 | fa163e8b-0e9d-6969-dfd3-000000004929 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:11:22.585490 | fa163e8b-0e9d-6969-dfd3-000000004929 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:57.441041 | 0.06s 2026-03-18 19:11:22.609272 | 1ae37677-c599-41d7-b200-ff63ed931c02 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:11:22.647792 | fa163e8b-0e9d-6969-dfd3-000000004a18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:11:45.315754 | fa163e8b-0e9d-6969-dfd3-000000004a18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-18 19:11:45.317240 | fa163e8b-0e9d-6969-dfd3-000000004a18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:20.172808 | 22.67s 2026-03-18 19:11:45.338498 | fa163e8b-0e9d-6969-dfd3-000000004a19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:14:03.398252 | fa163e8b-0e9d-6969-dfd3-000000004a19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-18 19:14:03.401266 | fa163e8b-0e9d-6969-dfd3-000000004a19 | 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:29:38.256819 | 138.06s 2026-03-18 19:14:03.474392 | fa163e8b-0e9d-6969-dfd3-000000004884 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-18 19:14:03.719864 | fa163e8b-0e9d-6969-dfd3-000000004884 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-18 19:14:03.721320 | fa163e8b-0e9d-6969-dfd3-000000004884 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:29:38.576882 | 0.25s 2026-03-18 19:14:03.769869 | fa163e8b-0e9d-6969-dfd3-000000004885 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-18 19:14:03.831711 | fa163e8b-0e9d-6969-dfd3-000000004885 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:29:38.687263 | 0.06s 2026-03-18 19:14:03.862719 | fa163e8b-0e9d-6969-dfd3-000000004886 | TASK | Include container-puppet tasks for step 4 2026-03-18 19:14:03.914772 | fa163e8b-0e9d-6969-dfd3-000000004886 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:29:38.770326 | 0.05s 2026-03-18 19:14:03.943341 | 6c7baa19-0a50-4e3c-a981-3ad3e8a38e4d | INCLUDED | /root/standalone-ansible-4kwmv7l4/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:14:03.995252 | fa163e8b-0e9d-6969-dfd3-000000004a64 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-18 19:14:04.490028 | fa163e8b-0e9d-6969-dfd3-000000004a64 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-18 19:14:04.491295 | fa163e8b-0e9d-6969-dfd3-000000004a64 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:29:39.346864 | 0.49s 2026-03-18 19:14:04.514710 | fa163e8b-0e9d-6969-dfd3-000000004a66 | TASK | Generate container puppet configs for step 4 2026-03-18 19:14:04.737573 | fa163e8b-0e9d-6969-dfd3-000000004a66 | OK | Generate container puppet configs for step 4 | standalone 2026-03-18 19:14:04.738906 | fa163e8b-0e9d-6969-dfd3-000000004a66 | TIMING | Generate container puppet configs for step 4 | standalone | 0:29:39.594470 | 0.22s 2026-03-18 19:14:04.769383 | fa163e8b-0e9d-6969-dfd3-000000004a67 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-18 19:14:04.802140 | fa163e8b-0e9d-6969-dfd3-000000004a67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:29:39.657702 | 0.03s 2026-03-18 19:14:04.860546 | fa163e8b-0e9d-6969-dfd3-000000004a96 | TASK | Gather variables for each operating system 2026-03-18 19:14:04.982466 | fa163e8b-0e9d-6969-dfd3-000000004a96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:39.838018 | 0.12s 2026-03-18 19:14:05.008143 | fa163e8b-0e9d-6969-dfd3-000000004a97 | TASK | Create container logs path 2026-03-18 19:14:05.261904 | fa163e8b-0e9d-6969-dfd3-000000004a97 | OK | Create container logs path | standalone 2026-03-18 19:14:05.263465 | fa163e8b-0e9d-6969-dfd3-000000004a97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:40.119028 | 0.25s 2026-03-18 19:14:05.296005 | fa163e8b-0e9d-6969-dfd3-000000004a99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-18 19:14:05.595034 | fa163e8b-0e9d-6969-dfd3-000000004a99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-18 19:14:05.596534 | fa163e8b-0e9d-6969-dfd3-000000004a99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:29:40.452097 | 0.30s 2026-03-18 19:14:05.626594 | fa163e8b-0e9d-6969-dfd3-000000004a9a | TASK | Finalise hashes for all containers 2026-03-18 19:14:05.679907 | fa163e8b-0e9d-6969-dfd3-000000004a9a | OK | Finalise hashes for all containers | standalone 2026-03-18 19:14:05.681208 | fa163e8b-0e9d-6969-dfd3-000000004a9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:40.536735 | 0.05s 2026-03-18 19:14:05.712952 | fa163e8b-0e9d-6969-dfd3-000000004a9c | TASK | Manage systemd shutdown files 2026-03-18 19:14:05.750397 | fa163e8b-0e9d-6969-dfd3-000000004a9c | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:14:05.751781 | fa163e8b-0e9d-6969-dfd3-000000004a9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:40.607341 | 0.04s 2026-03-18 19:14:05.782668 | fa163e8b-0e9d-6969-dfd3-000000004a9e | TASK | Update container configs with new config hashes 2026-03-18 19:14:05.835048 | fa163e8b-0e9d-6969-dfd3-000000004a9e | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:14:05.836481 | fa163e8b-0e9d-6969-dfd3-000000004a9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:40.692043 | 0.05s 2026-03-18 19:14:05.873011 | fa163e8b-0e9d-6969-dfd3-000000004a9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-18 19:14:05.926860 | fa163e8b-0e9d-6969-dfd3-000000004a9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-18 19:14:05.928252 | fa163e8b-0e9d-6969-dfd3-000000004a9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:29:40.783815 | 0.05s 2026-03-18 19:14:05.960929 | fa163e8b-0e9d-6969-dfd3-000000004aa0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-18 19:14:06.018181 | fa163e8b-0e9d-6969-dfd3-000000004aa0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-18 19:14:06.019555 | fa163e8b-0e9d-6969-dfd3-000000004aa0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:29:40.875117 | 0.06s PLAY [External deployment step 5] ********************************************** 2026-03-18 19:14:06.209422 | fa163e8b-0e9d-6969-dfd3-0000000000ea | TASK | External deployment step 5 2026-03-18 19:14:06.256431 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000ea') missing from stats 2026-03-18 19:14:06.314454 | fa163e8b-0e9d-6969-dfd3-0000000000eb | TIMING | include_tasks | undercloud | 0:29:41.170013 | 0.04s 2026-03-18 19:14:06.322658 | ad0cbbf9-93f6-4260-8075-fe442b4ee248 | INCLUDED | /root/standalone-ansible-4kwmv7l4/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-18 19:14:06.338303 | fa163e8b-0e9d-6969-dfd3-000000004aef | TASK | Manage Cinder's default volume type 2026-03-18 19:14:17.219887 | fa163e8b-0e9d-6969-dfd3-000000004aef | OK | Manage Cinder's default volume type | undercloud 2026-03-18 19:14:17.221835 | fa163e8b-0e9d-6969-dfd3-000000004aef | TIMING | Manage Cinder's default volume type | undercloud | 0:29:52.077399 | 10.88s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-18 19:14:17.390521 | fa163e8b-0e9d-6969-dfd3-0000000000ee | TASK | Deploy step tasks for 5 2026-03-18 19:14:17.432592 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000ee') missing from stats 2026-03-18 19:14:17.465961 | fa163e8b-0e9d-6969-dfd3-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-18 19:14:17.956403 | fa163e8b-0e9d-6969-dfd3-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-18 19:14:17.958013 | fa163e8b-0e9d-6969-dfd3-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:29:52.813575 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 19:14:18.037862 | fa163e8b-0e9d-6969-dfd3-0000000000f0 | TIMING | include_tasks | standalone | 0:29:52.893422 | 0.05s 2026-03-18 19:14:18.156103 | d04c8800-c730-4bfc-91c2-8399966040de | INCLUDED | /root/standalone-ansible-4kwmv7l4/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-18 19:14:18.193233 | fa163e8b-0e9d-6969-dfd3-000000004b12 | TASK | Gather variables for each operating system 2026-03-18 19:14:18.318682 | fa163e8b-0e9d-6969-dfd3-000000004b12 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:53.174236 | 0.12s 2026-03-18 19:14:18.348804 | fa163e8b-0e9d-6969-dfd3-000000004b13 | TASK | Detect if resource is being created or already exists 2026-03-18 19:14:19.147590 | fa163e8b-0e9d-6969-dfd3-000000004b13 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:14:19.149251 | fa163e8b-0e9d-6969-dfd3-000000004b13 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:54.004806 | 0.80s 2026-03-18 19:14:19.180415 | fa163e8b-0e9d-6969-dfd3-000000004b14 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-18 19:14:44.475061 | fa163e8b-0e9d-6969-dfd3-000000004b14 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-18 19:14:44.477502 | fa163e8b-0e9d-6969-dfd3-000000004b14 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:30:19.333066 | 25.30s 2026-03-18 19:14:44.509371 | fa163e8b-0e9d-6969-dfd3-000000004b15 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-18 19:14:44.772546 | fa163e8b-0e9d-6969-dfd3-000000004b15 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-18 19:14:44.773598 | fa163e8b-0e9d-6969-dfd3-000000004b15 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:30:19.629172 | 0.26s 2026-03-18 19:14:44.793844 | fa163e8b-0e9d-6969-dfd3-000000004b16 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:14:45.205320 | fa163e8b-0e9d-6969-dfd3-000000004b16 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:14:45.206257 | fa163e8b-0e9d-6969-dfd3-000000004b16 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:20.061830 | 0.41s 2026-03-18 19:14:45.226581 | fa163e8b-0e9d-6969-dfd3-000000004b17 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-18 19:14:45.429423 | fa163e8b-0e9d-6969-dfd3-000000004b17 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-18 19:14:45.430299 | fa163e8b-0e9d-6969-dfd3-000000004b17 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:30:20.285872 | 0.20s 2026-03-18 19:14:45.451336 | fa163e8b-0e9d-6969-dfd3-000000004b19 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-18 19:14:45.509746 | fa163e8b-0e9d-6969-dfd3-000000004b19 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-18 19:14:45.510588 | fa163e8b-0e9d-6969-dfd3-000000004b19 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:30:20.366157 | 0.06s 2026-03-18 19:14:45.537016 | fa163e8b-0e9d-6969-dfd3-000000004b1a | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-18 19:14:45.598412 | fa163e8b-0e9d-6969-dfd3-000000004b1a | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-18 19:14:45.599706 | fa163e8b-0e9d-6969-dfd3-000000004b1a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:30:20.455268 | 0.06s 2026-03-18 19:14:45.630892 | fa163e8b-0e9d-6969-dfd3-000000004b1b | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-18 19:14:45.692832 | fa163e8b-0e9d-6969-dfd3-000000004b1b | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-18 19:14:45.693933 | fa163e8b-0e9d-6969-dfd3-000000004b1b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:30:20.549498 | 0.06s 2026-03-18 19:14:45.726017 | fa163e8b-0e9d-6969-dfd3-000000004b1c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:14:45.788278 | fa163e8b-0e9d-6969-dfd3-000000004b1c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:14:45.789794 | fa163e8b-0e9d-6969-dfd3-000000004b1c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:20.645357 | 0.06s 2026-03-18 19:14:45.821463 | fa163e8b-0e9d-6969-dfd3-000000004b1d | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-18 19:14:45.878542 | fa163e8b-0e9d-6969-dfd3-000000004b1d | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-18 19:14:45.880051 | fa163e8b-0e9d-6969-dfd3-000000004b1d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:30:20.735611 | 0.06s 2026-03-18 19:14:45.936015 | fa163e8b-0e9d-6969-dfd3-000000004b3e | TASK | Gather variables for each operating system 2026-03-18 19:14:46.085823 | fa163e8b-0e9d-6969-dfd3-000000004b3e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:30:20.941374 | 0.15s 2026-03-18 19:14:46.121117 | fa163e8b-0e9d-6969-dfd3-000000004b3f | TASK | Detect if resource is being created or already exists 2026-03-18 19:14:46.826745 | fa163e8b-0e9d-6969-dfd3-000000004b3f | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:14:46.828695 | fa163e8b-0e9d-6969-dfd3-000000004b3f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:30:21.684253 | 0.71s 2026-03-18 19:14:46.863714 | fa163e8b-0e9d-6969-dfd3-000000004b40 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-18 19:15:12.459681 | fa163e8b-0e9d-6969-dfd3-000000004b40 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-18 19:15:12.469871 | fa163e8b-0e9d-6969-dfd3-000000004b40 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:30:47.325434 | 25.60s 2026-03-18 19:15:12.495390 | fa163e8b-0e9d-6969-dfd3-000000004b41 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-18 19:15:12.730798 | fa163e8b-0e9d-6969-dfd3-000000004b41 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-18 19:15:12.731953 | fa163e8b-0e9d-6969-dfd3-000000004b41 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:30:47.587526 | 0.24s 2026-03-18 19:15:12.752188 | fa163e8b-0e9d-6969-dfd3-000000004b42 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:15:13.236829 | fa163e8b-0e9d-6969-dfd3-000000004b42 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:15:13.237873 | fa163e8b-0e9d-6969-dfd3-000000004b42 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:48.093441 | 0.48s 2026-03-18 19:15:13.262123 | fa163e8b-0e9d-6969-dfd3-000000004b43 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-18 19:15:13.474673 | fa163e8b-0e9d-6969-dfd3-000000004b43 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-18 19:15:13.475752 | fa163e8b-0e9d-6969-dfd3-000000004b43 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:30:48.331320 | 0.21s 2026-03-18 19:15:13.502560 | fa163e8b-0e9d-6969-dfd3-000000004b45 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-18 19:15:13.558285 | fa163e8b-0e9d-6969-dfd3-000000004b45 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-18 19:15:13.559431 | fa163e8b-0e9d-6969-dfd3-000000004b45 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:30:48.414999 | 0.05s 2026-03-18 19:15:13.582507 | fa163e8b-0e9d-6969-dfd3-000000004b46 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-18 19:15:13.629336 | fa163e8b-0e9d-6969-dfd3-000000004b46 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-18 19:15:13.630509 | fa163e8b-0e9d-6969-dfd3-000000004b46 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:30:48.486078 | 0.05s 2026-03-18 19:15:13.653211 | fa163e8b-0e9d-6969-dfd3-000000004b47 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-18 19:15:13.697128 | fa163e8b-0e9d-6969-dfd3-000000004b47 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-18 19:15:13.698624 | fa163e8b-0e9d-6969-dfd3-000000004b47 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:30:48.554191 | 0.04s 2026-03-18 19:15:13.725434 | fa163e8b-0e9d-6969-dfd3-000000004b48 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:15:13.786470 | fa163e8b-0e9d-6969-dfd3-000000004b48 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:15:13.787665 | fa163e8b-0e9d-6969-dfd3-000000004b48 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:48.643231 | 0.06s 2026-03-18 19:15:13.810705 | fa163e8b-0e9d-6969-dfd3-000000004b49 | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-18 19:15:13.872117 | fa163e8b-0e9d-6969-dfd3-000000004b49 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-18 19:15:13.873044 | fa163e8b-0e9d-6969-dfd3-000000004b49 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:30:48.728616 | 0.06s 2026-03-18 19:15:13.911141 | fa163e8b-0e9d-6969-dfd3-000000004b6a | TASK | Gather variables for each operating system 2026-03-18 19:15:14.016371 | fa163e8b-0e9d-6969-dfd3-000000004b6a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:30:48.871921 | 0.10s 2026-03-18 19:15:14.038879 | fa163e8b-0e9d-6969-dfd3-000000004b6b | TASK | Detect if resource is being created or already exists 2026-03-18 19:15:14.803496 | fa163e8b-0e9d-6969-dfd3-000000004b6b | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:15:14.805419 | fa163e8b-0e9d-6969-dfd3-000000004b6b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:30:49.660977 | 0.77s 2026-03-18 19:15:14.840055 | fa163e8b-0e9d-6969-dfd3-000000004b6c | TASK | Run init bundle puppet on the host for manila_share 2026-03-18 19:15:41.153112 | fa163e8b-0e9d-6969-dfd3-000000004b6c | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-18 19:15:41.155484 | fa163e8b-0e9d-6969-dfd3-000000004b6c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:31:16.011039 | 26.31s 2026-03-18 19:15:41.192201 | fa163e8b-0e9d-6969-dfd3-000000004b6d | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-18 19:15:41.512431 | fa163e8b-0e9d-6969-dfd3-000000004b6d | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-18 19:15:41.513656 | fa163e8b-0e9d-6969-dfd3-000000004b6d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:31:16.369230 | 0.32s 2026-03-18 19:15:41.538252 | fa163e8b-0e9d-6969-dfd3-000000004b6e | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:15:42.016816 | fa163e8b-0e9d-6969-dfd3-000000004b6e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:15:42.017695 | fa163e8b-0e9d-6969-dfd3-000000004b6e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:31:16.873270 | 0.48s 2026-03-18 19:15:42.038256 | fa163e8b-0e9d-6969-dfd3-000000004b6f | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-18 19:15:42.221422 | fa163e8b-0e9d-6969-dfd3-000000004b6f | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-18 19:15:42.222244 | fa163e8b-0e9d-6969-dfd3-000000004b6f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:31:17.077816 | 0.18s 2026-03-18 19:15:42.243577 | fa163e8b-0e9d-6969-dfd3-000000004b71 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-18 19:15:42.280682 | fa163e8b-0e9d-6969-dfd3-000000004b71 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-18 19:15:42.281371 | fa163e8b-0e9d-6969-dfd3-000000004b71 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:31:17.136944 | 0.04s 2026-03-18 19:15:42.303326 | fa163e8b-0e9d-6969-dfd3-000000004b72 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-18 19:15:42.344534 | fa163e8b-0e9d-6969-dfd3-000000004b72 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-18 19:15:42.345801 | fa163e8b-0e9d-6969-dfd3-000000004b72 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:31:17.201369 | 0.04s 2026-03-18 19:15:42.370739 | fa163e8b-0e9d-6969-dfd3-000000004b73 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-18 19:15:42.421669 | fa163e8b-0e9d-6969-dfd3-000000004b73 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-18 19:15:42.422913 | fa163e8b-0e9d-6969-dfd3-000000004b73 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:31:17.278480 | 0.05s 2026-03-18 19:15:42.451596 | fa163e8b-0e9d-6969-dfd3-000000004b74 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:15:42.510814 | fa163e8b-0e9d-6969-dfd3-000000004b74 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:15:42.512579 | fa163e8b-0e9d-6969-dfd3-000000004b74 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:31:17.368147 | 0.06s 2026-03-18 19:15:42.539392 | fa163e8b-0e9d-6969-dfd3-000000004b75 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-18 19:15:42.582353 | fa163e8b-0e9d-6969-dfd3-000000004b75 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-18 19:15:42.583752 | fa163e8b-0e9d-6969-dfd3-000000004b75 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:31:17.439322 | 0.04s 2026-03-18 19:15:42.630761 | fa163e8b-0e9d-6969-dfd3-000000004b96 | TASK | Run kolla_set_configs to copy ring files 2026-03-18 19:15:43.170004 | fa163e8b-0e9d-6969-dfd3-000000004b96 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-18 19:15:43.171092 | fa163e8b-0e9d-6969-dfd3-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:18.026661 | 0.54s 2026-03-18 19:15:43.174124 | fa163e8b-0e9d-6969-dfd3-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:18.029703 | 0.54s 2026-03-18 19:15:43.198994 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TASK | Run kolla_set_configs to copy ring files 2026-03-18 19:15:43.558764 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-18 19:15:43.562452 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:18.418009 | 0.36s 2026-03-18 19:15:44.060357 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-18 19:15:44.061793 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:18.917359 | 0.86s 2026-03-18 19:15:44.388123 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-18 19:15:44.389741 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:19.245307 | 1.19s 2026-03-18 19:15:44.876777 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-18 19:15:44.878000 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:19.733571 | 1.68s 2026-03-18 19:15:45.207877 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-18 19:15:45.209183 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:20.064724 | 2.01s 2026-03-18 19:15:45.565311 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-18 19:15:45.567146 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:20.422710 | 2.37s 2026-03-18 19:15:46.067451 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-18 19:15:46.071812 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:20.927376 | 2.87s 2026-03-18 19:15:46.680137 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-18 19:15:46.681457 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:21.537023 | 3.48s 2026-03-18 19:15:46.995975 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-18 19:15:46.997476 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:21.853042 | 3.80s 2026-03-18 19:15:47.515967 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-18 19:15:47.517335 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:22.372900 | 4.32s 2026-03-18 19:15:47.860744 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-18 19:15:47.861962 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:22.717526 | 4.66s 2026-03-18 19:15:48.358174 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-18 19:15:48.360596 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:23.216161 | 5.16s 2026-03-18 19:15:48.903586 | fa163e8b-0e9d-6969-dfd3-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-18 19:15:48.904910 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:23.760475 | 5.70s 2026-03-18 19:15:48.923338 | fa163e8b-0e9d-6969-dfd3-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:23.778896 | 5.72s 2026-03-18 19:15:48.961266 | fa163e8b-0e9d-6969-dfd3-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-18 19:15:49.214911 | fa163e8b-0e9d-6969-dfd3-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-18 19:15:49.218422 | fa163e8b-0e9d-6969-dfd3-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:31:24.073978 | 0.26s 2026-03-18 19:15:49.319718 | fa163e8b-0e9d-6969-dfd3-0000000000f3 | TIMING | include_tasks | standalone | 0:31:24.175258 | 0.07s 2026-03-18 19:15:49.365249 | d1178eff-b805-41dc-9b23-8f54f1b41ec6 | INCLUDED | /root/standalone-ansible-4kwmv7l4/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:15:49.403279 | fa163e8b-0e9d-6969-dfd3-000000004c14 | TASK | Write the config_step hieradata 2026-03-18 19:15:49.930402 | fa163e8b-0e9d-6969-dfd3-000000004c14 | OK | Write the config_step hieradata | standalone 2026-03-18 19:15:49.931774 | fa163e8b-0e9d-6969-dfd3-000000004c14 | TIMING | Write the config_step hieradata | standalone | 0:31:24.787337 | 0.53s 2026-03-18 19:15:49.962006 | fa163e8b-0e9d-6969-dfd3-000000004c15 | TASK | Run puppet host configuration for step 5 2026-03-18 19:15:50.283698 | fa163e8b-0e9d-6969-dfd3-000000004c15 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-18 19:15:50.285002 | fa163e8b-0e9d-6969-dfd3-000000004c15 | TIMING | Run puppet host configuration for step 5 | standalone | 0:31:25.140566 | 0.32s 2026-03-18 19:15:50.321145 | fa163e8b-0e9d-6969-dfd3-000000004c16 | TASK | Wait for puppet host configuration to finish 2026-03-18 19:15:50.578818 | fa163e8b-0e9d-6969-dfd3-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:16:00.835227 | fa163e8b-0e9d-6969-dfd3-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:16:11.067214 | fa163e8b-0e9d-6969-dfd3-000000004c16 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:16:11.068930 | fa163e8b-0e9d-6969-dfd3-000000004c16 | TIMING | Wait for puppet host configuration to finish | standalone | 0:31:45.924492 | 20.75s 2026-03-18 19:16:11.099375 | fa163e8b-0e9d-6969-dfd3-000000004c17 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-18 19:16:11.187305 | fa163e8b-0e9d-6969-dfd3-000000004c17 | 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 18 19:15:50 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:15:57 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:15:57 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:15:57 puppet-user: (file & line not available)", "<13>Mar 18 19:15:57 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 18 19:15:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 18 19:15:57 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 18 19:15:57 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 18 19:15:57 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 18 19:15:57 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 18 19:15:57 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 18 19:15:57 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 18 19:15:57 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 18 19:15:57 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 18 19:15:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:15:57 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.69 seconds", "<13>Mar 18 19:16:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:16:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:16:06 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:16:06 puppet-user: Notice: Applied catalog in 8.51 seconds", "<13>Mar 18 19:16:06 puppet-user: Application:", "<13>Mar 18 19:16:06 puppet-user: Initial environment: production", "<13>Mar 18 19:16:06 puppet-user: Converged environment: production", "<13>Mar 18 19:16:06 puppet-user: Run mode: user", "<13>Mar 18 19:16:06 puppet-user: Changes:", "<13>Mar 18 19:16:06 puppet-user: Total: 2", "<13>Mar 18 19:16:06 puppet-user: Events:", "<13>Mar 18 19:16:06 puppet-user: Success: 2", "<13>Mar 18 19:16:06 puppet-user: Resources:", "<13>Mar 18 19:16:06 puppet-user: Changed: 2", "<13>Mar 18 19:16:06 puppet-user: Out of sync: 2", "<13>Mar 18 19:16:06 puppet-user: Total: 37", "<13>Mar 18 19:16:06 puppet-user: Time:", "<13>Mar 18 19:16:06 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:16:06 puppet-user: Schedule: 0.00", "<13>Mar 18 19:16:06 puppet-user: File line: 0.00", "<13>Mar 18 19:16:06 puppet-user: Package: 0.00", "<13>Mar 18 19:16:06 puppet-user: User: 0.01", "<13>Mar 18 19:16:06 puppet-user: Augeas: 0.01", "<13>Mar 18 19:16:06 puppet-user: File: 0.10", "<13>Mar 18 19:16:06 puppet-user: Service: 0.17", "<13>Mar 18 19:16:06 puppet-user: Config retrieval: 0.81", "<13>Mar 18 19:16:06 puppet-user: Pcmk property: 1.56", "<13>Mar 18 19:16:06 puppet-user: Last run: 1773861366", "<13>Mar 18 19:16:06 puppet-user: Pcmk resource default: 2.09", "<13>Mar 18 19:16:06 puppet-user: Exec: 2.11", "<13>Mar 18 19:16:06 puppet-user: Pcmk resource op default: 2.27", "<13>Mar 18 19:16:06 puppet-user: Transaction evaluation: 8.50", "<13>Mar 18 19:16:06 puppet-user: Catalog application: 8.51", "<13>Mar 18 19:16:06 puppet-user: Total: 8.52", "<13>Mar 18 19:16:06 puppet-user: Version:", "<13>Mar 18 19:16:06 puppet-user: Config: 1773861357", "<13>Mar 18 19:16:06 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:16:11.189122 | fa163e8b-0e9d-6969-dfd3-000000004c17 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:31:46.044682 | 0.09s 2026-03-18 19:16:11.218618 | fa163e8b-0e9d-6969-dfd3-000000004c18 | TASK | Pre-cache facts for puppet containers 2026-03-18 19:16:11.248482 | fa163e8b-0e9d-6969-dfd3-000000004c18 | TIMING | Pre-cache facts for puppet containers | standalone | 0:31:46.104042 | 0.03s 2026-03-18 19:16:11.315885 | fa163e8b-0e9d-6969-dfd3-000000004c57 | TASK | Gather variables for each operating system 2026-03-18 19:16:11.438791 | fa163e8b-0e9d-6969-dfd3-000000004c57 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:31:46.294335 | 0.12s 2026-03-18 19:16:11.471004 | fa163e8b-0e9d-6969-dfd3-000000004c58 | TASK | Create puppet caching structures 2026-03-18 19:16:11.729785 | fa163e8b-0e9d-6969-dfd3-000000004c58 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:16:11.731313 | fa163e8b-0e9d-6969-dfd3-000000004c58 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:31:46.586877 | 0.26s 2026-03-18 19:16:11.761699 | fa163e8b-0e9d-6969-dfd3-000000004c59 | TASK | Check for facter.conf 2026-03-18 19:16:12.009909 | fa163e8b-0e9d-6969-dfd3-000000004c59 | OK | Check for facter.conf | standalone 2026-03-18 19:16:12.011497 | fa163e8b-0e9d-6969-dfd3-000000004c59 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:31:46.867061 | 0.25s 2026-03-18 19:16:12.040738 | fa163e8b-0e9d-6969-dfd3-000000004c5a | TASK | Remove facter.conf if directory 2026-03-18 19:16:12.073079 | fa163e8b-0e9d-6969-dfd3-000000004c5a | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:16:12.074256 | fa163e8b-0e9d-6969-dfd3-000000004c5a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:31:46.929819 | 0.03s 2026-03-18 19:16:12.103399 | fa163e8b-0e9d-6969-dfd3-000000004c5b | TASK | Write facter cache config 2026-03-18 19:16:12.597809 | fa163e8b-0e9d-6969-dfd3-000000004c5b | CHANGED | Write facter cache config | standalone 2026-03-18 19:16:12.598831 | fa163e8b-0e9d-6969-dfd3-000000004c5b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:31:47.454406 | 0.49s 2026-03-18 19:16:12.618094 | fa163e8b-0e9d-6969-dfd3-000000004c5c | TASK | Cleanup facter cache if exists 2026-03-18 19:16:12.810137 | fa163e8b-0e9d-6969-dfd3-000000004c5c | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:16:12.811566 | fa163e8b-0e9d-6969-dfd3-000000004c5c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:31:47.667129 | 0.19s 2026-03-18 19:16:12.841796 | fa163e8b-0e9d-6969-dfd3-000000004c5d | TASK | Pre-cache facts 2026-03-18 19:16:13.565856 | fa163e8b-0e9d-6969-dfd3-000000004c5d | CHANGED | Pre-cache facts | standalone 2026-03-18 19:16:13.567468 | fa163e8b-0e9d-6969-dfd3-000000004c5d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:31:48.423031 | 0.72s 2026-03-18 19:16:13.604042 | fa163e8b-0e9d-6969-dfd3-000000004c5e | TASK | Failed deployment if facter fails 2026-03-18 19:16:13.644929 | fa163e8b-0e9d-6969-dfd3-000000004c5e | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:16:13.646220 | fa163e8b-0e9d-6969-dfd3-000000004c5e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:31:48.501779 | 0.04s 2026-03-18 19:16:13.697316 | fa163e8b-0e9d-6969-dfd3-000000004c5f | TASK | Sync cached facts 2026-03-18 19:16:13.964947 | fa163e8b-0e9d-6969-dfd3-000000004c5f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-0e9d-6969-dfd3-000000004c5f') missing from stats 2026-03-18 19:16:14.022787 | fa163e8b-0e9d-6969-dfd3-000000004c19 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:16:14.062117 | fa163e8b-0e9d-6969-dfd3-000000004c19 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:16:14.063057 | fa163e8b-0e9d-6969-dfd3-000000004c19 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:31:48.918627 | 0.04s 2026-03-18 19:16:14.086243 | fa163e8b-0e9d-6969-dfd3-000000004c1b | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-18 19:16:14.108181 | fa163e8b-0e9d-6969-dfd3-000000004c1b | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:31:48.963727 | 0.02s 2026-03-18 19:16:14.151492 | fa163e8b-0e9d-6969-dfd3-000000004cb6 | TASK | Gather variables for each operating system 2026-03-18 19:16:14.271460 | fa163e8b-0e9d-6969-dfd3-000000004cb6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:49.127014 | 0.12s 2026-03-18 19:16:14.301421 | fa163e8b-0e9d-6969-dfd3-000000004cb7 | TASK | Create container logs path 2026-03-18 19:16:14.568978 | fa163e8b-0e9d-6969-dfd3-000000004cb7 | OK | Create container logs path | standalone 2026-03-18 19:16:14.570521 | fa163e8b-0e9d-6969-dfd3-000000004cb7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:49.426085 | 0.27s 2026-03-18 19:16:14.602373 | fa163e8b-0e9d-6969-dfd3-000000004cb9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:16:14.902626 | fa163e8b-0e9d-6969-dfd3-000000004cb9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-18 19:16:14.904111 | fa163e8b-0e9d-6969-dfd3-000000004cb9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:49.759673 | 0.30s 2026-03-18 19:16:14.937536 | fa163e8b-0e9d-6969-dfd3-000000004cba | TASK | Finalise hashes for all containers 2026-03-18 19:16:14.991353 | fa163e8b-0e9d-6969-dfd3-000000004cba | OK | Finalise hashes for all containers | standalone 2026-03-18 19:16:14.992653 | fa163e8b-0e9d-6969-dfd3-000000004cba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:49.848217 | 0.05s 2026-03-18 19:16:15.023280 | fa163e8b-0e9d-6969-dfd3-000000004cbc | TASK | Manage systemd shutdown files 2026-03-18 19:16:15.053349 | fa163e8b-0e9d-6969-dfd3-000000004cbc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:49.908910 | 0.03s 2026-03-18 19:16:15.088009 | 193aa395-f3a1-4723-a583-a663b7a366fc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:16:15.115595 | fa163e8b-0e9d-6969-dfd3-000000004cef | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:16:15.423025 | fa163e8b-0e9d-6969-dfd3-000000004cef | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:16:15.424545 | fa163e8b-0e9d-6969-dfd3-000000004cef | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:31:50.280109 | 0.31s 2026-03-18 19:16:15.455836 | fa163e8b-0e9d-6969-dfd3-000000004cf0 | TASK | Set podman_drop_in fact 2026-03-18 19:16:15.518606 | fa163e8b-0e9d-6969-dfd3-000000004cf0 | OK | Set podman_drop_in fact | standalone 2026-03-18 19:16:15.519812 | fa163e8b-0e9d-6969-dfd3-000000004cf0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:31:50.375376 | 0.06s 2026-03-18 19:16:15.549737 | fa163e8b-0e9d-6969-dfd3-000000004cf2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:16:16.048447 | fa163e8b-0e9d-6969-dfd3-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:16:16.050055 | fa163e8b-0e9d-6969-dfd3-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:31:50.905608 | 0.50s 2026-03-18 19:16:16.506212 | fa163e8b-0e9d-6969-dfd3-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:16:16.507426 | fa163e8b-0e9d-6969-dfd3-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:31:51.362992 | 0.96s 2026-03-18 19:16:16.515180 | fa163e8b-0e9d-6969-dfd3-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:31:51.370707 | 0.96s 2026-03-18 19:16:16.545668 | fa163e8b-0e9d-6969-dfd3-000000004cf3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:16:17.113535 | fa163e8b-0e9d-6969-dfd3-000000004cf3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:16:17.115089 | fa163e8b-0e9d-6969-dfd3-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:31:51.970652 | 0.57s 2026-03-18 19:16:17.144643 | fa163e8b-0e9d-6969-dfd3-000000004cf4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:16:17.675178 | fa163e8b-0e9d-6969-dfd3-000000004cf4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:16:17.676261 | fa163e8b-0e9d-6969-dfd3-000000004cf4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:31:52.531832 | 0.53s 2026-03-18 19:16:17.700306 | fa163e8b-0e9d-6969-dfd3-000000004cf5 | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:16:18.709040 | fa163e8b-0e9d-6969-dfd3-000000004cf5 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:16:18.711303 | fa163e8b-0e9d-6969-dfd3-000000004cf5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:31:53.566865 | 1.01s 2026-03-18 19:16:18.742624 | fa163e8b-0e9d-6969-dfd3-000000004cf6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:16:19.242827 | fa163e8b-0e9d-6969-dfd3-000000004cf6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:16:19.243728 | fa163e8b-0e9d-6969-dfd3-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:31:54.099299 | 0.50s 2026-03-18 19:16:19.264387 | fa163e8b-0e9d-6969-dfd3-000000004cf7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:16:19.719399 | fa163e8b-0e9d-6969-dfd3-000000004cf7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:16:19.720537 | fa163e8b-0e9d-6969-dfd3-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:31:54.576106 | 0.46s 2026-03-18 19:16:19.741074 | fa163e8b-0e9d-6969-dfd3-000000004cf8 | TASK | Enable and start netns-placeholder 2026-03-18 19:16:21.735270 | fa163e8b-0e9d-6969-dfd3-000000004cf8 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:16:21.737753 | fa163e8b-0e9d-6969-dfd3-000000004cf8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:31:56.593315 | 2.00s 2026-03-18 19:16:21.758951 | fa163e8b-0e9d-6969-dfd3-000000004cbe | TASK | Update container configs with new config hashes 2026-03-18 19:16:21.817259 | fa163e8b-0e9d-6969-dfd3-000000004cbe | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:56.672826 | 0.06s 2026-03-18 19:16:21.827641 | 175c9abf-6490-4cdf-87ed-41aa2b2f1881 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:16:21.848423 | fa163e8b-0e9d-6969-dfd3-000000004d20 | TASK | Update config hashes for container startup configs 2026-03-18 19:16:22.114057 | fa163e8b-0e9d-6969-dfd3-000000004d20 | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:16:22.114984 | fa163e8b-0e9d-6969-dfd3-000000004d20 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:31:56.970558 | 0.27s 2026-03-18 19:16:22.136069 | fa163e8b-0e9d-6969-dfd3-000000004cbf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:16:22.183352 | fa163e8b-0e9d-6969-dfd3-000000004cbf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:57.038919 | 0.05s 2026-03-18 19:16:22.194744 | 85fa76b7-b7ad-4007-95af-637cf0254c59 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:16:22.216791 | fa163e8b-0e9d-6969-dfd3-000000004d3f | TASK | Gather podman infos 2026-03-18 19:16:24.455118 | fa163e8b-0e9d-6969-dfd3-000000004d3f | OK | Gather podman infos | standalone 2026-03-18 19:16:24.456592 | fa163e8b-0e9d-6969-dfd3-000000004d3f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:31:59.312159 | 2.24s 2026-03-18 19:16:24.645301 | fa163e8b-0e9d-6969-dfd3-000000004d40 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:16:24.736043 | fa163e8b-0e9d-6969-dfd3-000000004d40 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:59.591599 | 0.08s 2026-03-18 19:16:24.922420 | fa163e8b-0e9d-6969-dfd3-000000004d89 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:31:59.777977 | 0.14s 2026-03-18 19:16:24.968838 | fa163e8b-0e9d-6969-dfd3-000000004cc0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:16:24.999003 | fa163e8b-0e9d-6969-dfd3-000000004cc0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:59.854564 | 0.03s 2026-03-18 19:16:25.015049 | 7caff7c6-8c31-46ab-a746-0f54ff3e8b13 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:16:25.048385 | fa163e8b-0e9d-6969-dfd3-000000004daf | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:16:50.825452 | fa163e8b-0e9d-6969-dfd3-000000004daf | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-18 19:16:50.828625 | fa163e8b-0e9d-6969-dfd3-000000004daf | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:32:25.684198 | 25.78s 2026-03-18 19:16:50.850696 | fa163e8b-0e9d-6969-dfd3-000000004db0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:17:15.987132 | fa163e8b-0e9d-6969-dfd3-000000004db0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-18 19:17:15.988095 | fa163e8b-0e9d-6969-dfd3-000000004db0 | 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:32:50.843670 | 25.14s 2026-03-18 19:17:16.037881 | fa163e8b-0e9d-6969-dfd3-000000004c1d | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-18 19:17:16.259768 | fa163e8b-0e9d-6969-dfd3-000000004c1d | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-18 19:17:16.261185 | fa163e8b-0e9d-6969-dfd3-000000004c1d | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:32:51.116717 | 0.22s 2026-03-18 19:17:16.301156 | fa163e8b-0e9d-6969-dfd3-000000004c1e | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-18 19:17:16.349442 | fa163e8b-0e9d-6969-dfd3-000000004c1e | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:32:51.205003 | 0.05s 2026-03-18 19:17:16.373230 | fa163e8b-0e9d-6969-dfd3-000000004c1f | TASK | Include container-puppet tasks for step 5 2026-03-18 19:17:16.423206 | fa163e8b-0e9d-6969-dfd3-000000004c1f | TIMING | Include container-puppet tasks for step 5 | standalone | 0:32:51.278735 | 0.05s 2026-03-18 19:17:16.447884 | d6340799-5b44-41c7-8792-aab4f4524183 | INCLUDED | /root/standalone-ansible-4kwmv7l4/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:17:16.487212 | fa163e8b-0e9d-6969-dfd3-000000004dfb | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-18 19:17:16.966560 | fa163e8b-0e9d-6969-dfd3-000000004dfb | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-18 19:17:16.968199 | fa163e8b-0e9d-6969-dfd3-000000004dfb | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:32:51.823727 | 0.48s 2026-03-18 19:17:17.001732 | fa163e8b-0e9d-6969-dfd3-000000004dfd | TASK | Generate container puppet configs for step 5 2026-03-18 19:17:17.252739 | fa163e8b-0e9d-6969-dfd3-000000004dfd | OK | Generate container puppet configs for step 5 | standalone 2026-03-18 19:17:17.254435 | fa163e8b-0e9d-6969-dfd3-000000004dfd | TIMING | Generate container puppet configs for step 5 | standalone | 0:32:52.109998 | 0.25s 2026-03-18 19:17:17.285799 | fa163e8b-0e9d-6969-dfd3-000000004dfe | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-18 19:17:17.320902 | fa163e8b-0e9d-6969-dfd3-000000004dfe | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:32:52.176455 | 0.03s 2026-03-18 19:17:17.391547 | fa163e8b-0e9d-6969-dfd3-000000004e2d | TASK | Gather variables for each operating system 2026-03-18 19:17:17.505888 | fa163e8b-0e9d-6969-dfd3-000000004e2d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:32:52.361444 | 0.11s 2026-03-18 19:17:17.529744 | fa163e8b-0e9d-6969-dfd3-000000004e2e | TASK | Create container logs path 2026-03-18 19:17:17.758334 | fa163e8b-0e9d-6969-dfd3-000000004e2e | OK | Create container logs path | standalone 2026-03-18 19:17:17.759923 | fa163e8b-0e9d-6969-dfd3-000000004e2e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:32:52.615486 | 0.23s 2026-03-18 19:17:17.791791 | fa163e8b-0e9d-6969-dfd3-000000004e30 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-18 19:17:18.009007 | fa163e8b-0e9d-6969-dfd3-000000004e30 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-18 19:17:18.009773 | fa163e8b-0e9d-6969-dfd3-000000004e30 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:32:52.865347 | 0.22s 2026-03-18 19:17:18.028891 | fa163e8b-0e9d-6969-dfd3-000000004e31 | TASK | Finalise hashes for all containers 2026-03-18 19:17:18.076851 | fa163e8b-0e9d-6969-dfd3-000000004e31 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:17:18.077769 | fa163e8b-0e9d-6969-dfd3-000000004e31 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:32:52.933338 | 0.05s 2026-03-18 19:17:18.100576 | fa163e8b-0e9d-6969-dfd3-000000004e33 | TASK | Manage systemd shutdown files 2026-03-18 19:17:18.138936 | fa163e8b-0e9d-6969-dfd3-000000004e33 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:17:18.140064 | fa163e8b-0e9d-6969-dfd3-000000004e33 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:32:52.995632 | 0.04s 2026-03-18 19:17:18.164146 | fa163e8b-0e9d-6969-dfd3-000000004e35 | TASK | Update container configs with new config hashes 2026-03-18 19:17:18.213192 | fa163e8b-0e9d-6969-dfd3-000000004e35 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:17:18.214236 | fa163e8b-0e9d-6969-dfd3-000000004e35 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:32:53.069802 | 0.05s 2026-03-18 19:17:18.238521 | fa163e8b-0e9d-6969-dfd3-000000004e36 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-18 19:17:18.287832 | fa163e8b-0e9d-6969-dfd3-000000004e36 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-18 19:17:18.288857 | fa163e8b-0e9d-6969-dfd3-000000004e36 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:32:53.144426 | 0.05s 2026-03-18 19:17:18.320514 | fa163e8b-0e9d-6969-dfd3-000000004e37 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-18 19:17:18.361017 | fa163e8b-0e9d-6969-dfd3-000000004e37 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-18 19:17:18.361966 | fa163e8b-0e9d-6969-dfd3-000000004e37 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:32:53.217535 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-03-18 19:17:18.519532 | fa163e8b-0e9d-6969-dfd3-0000000000f7 | TASK | Server Post Deployments 2026-03-18 19:17:18.555531 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000f7') missing from stats 2026-03-18 19:17:18.642563 | fa163e8b-0e9d-6969-dfd3-0000000000f8 | TIMING | include_tasks | standalone | 0:32:53.498121 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-18 19:17:18.787639 | fa163e8b-0e9d-6969-dfd3-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-18 19:17:18.817718 | fa163e8b-0e9d-6969-dfd3-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', 'fa163e8b-0e9d-6969-dfd3-0000000000fc') missing from stats 2026-03-18 19:17:18.834389 | fa163e8b-0e9d-6969-dfd3-000000000100 | TASK | is additonal Cell? 2026-03-18 19:17:18.861504 | fa163e8b-0e9d-6969-dfd3-000000000100 | OK | is additonal Cell? | undercloud 2026-03-18 19:17:18.862378 | fa163e8b-0e9d-6969-dfd3-000000000100 | TIMING | is additonal Cell? | undercloud | 0:32:53.717947 | 0.03s 2026-03-18 19:17:18.877511 | fa163e8b-0e9d-6969-dfd3-000000000102 | TASK | discover via nova_manager? 2026-03-18 19:17:18.966506 | fa163e8b-0e9d-6969-dfd3-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-18 19:17:18.967466 | fa163e8b-0e9d-6969-dfd3-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:32:53.823035 | 0.09s 2026-03-18 19:17:18.982654 | fa163e8b-0e9d-6969-dfd3-000000000103 | TASK | discover via nova_api? 2026-03-18 19:17:19.040032 | fa163e8b-0e9d-6969-dfd3-000000000103 | OK | discover via nova_api? | undercloud 2026-03-18 19:17:19.041028 | fa163e8b-0e9d-6969-dfd3-000000000103 | TIMING | discover via nova_api? | undercloud | 0:32:53.896592 | 0.06s 2026-03-18 19:17:19.057004 | fa163e8b-0e9d-6969-dfd3-000000000104 | TASK | Warn if no discovery host available 2026-03-18 19:17:19.095873 | fa163e8b-0e9d-6969-dfd3-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-18 19:17:19.096762 | fa163e8b-0e9d-6969-dfd3-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:32:53.952330 | 0.04s 2026-03-18 19:17:19.119301 | fa163e8b-0e9d-6969-dfd3-000000000105 | TASK | Discovering nova hosts 2026-03-18 19:17:21.681382 | fa163e8b-0e9d-6969-dfd3-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8b-0e9d-6969-dfd3-000000000105') missing from stats 2026-03-18 19:17:21.741742 | fa163e8b-0e9d-6969-dfd3-000000000106 | OK | set_fact | undercloud 2026-03-18 19:17:21.742840 | fa163e8b-0e9d-6969-dfd3-000000000106 | TIMING | set_fact | undercloud | 0:32:56.598409 | 0.04s 2026-03-18 19:17:21.758319 | fa163e8b-0e9d-6969-dfd3-000000000108 | TASK | Set up group_vars 2026-03-18 19:17:21.797454 | fa163e8b-0e9d-6969-dfd3-000000000108 | OK | Set up group_vars | undercloud 2026-03-18 19:17:21.798432 | fa163e8b-0e9d-6969-dfd3-000000000108 | TIMING | Set up group_vars | undercloud | 0:32:56.653998 | 0.04s 2026-03-18 19:17:21.815847 | fa163e8b-0e9d-6969-dfd3-000000000109 | TASK | Make needed directories on the undercloud 2026-03-18 19:17:22.052639 | fa163e8b-0e9d-6969-dfd3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-4kwmv7l4/octavia-ansible 2026-03-18 19:17:22.053815 | fa163e8b-0e9d-6969-dfd3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:56.909385 | 0.24s 2026-03-18 19:17:22.291485 | fa163e8b-0e9d-6969-dfd3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-4kwmv7l4/octavia-ansible/local_dir 2026-03-18 19:17:22.292438 | fa163e8b-0e9d-6969-dfd3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:57.148014 | 0.48s 2026-03-18 19:17:22.464296 | fa163e8b-0e9d-6969-dfd3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-4kwmv7l4/octavia-ansible/group_vars 2026-03-18 19:17:22.465091 | fa163e8b-0e9d-6969-dfd3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:57.320665 | 0.65s 2026-03-18 19:17:22.471031 | fa163e8b-0e9d-6969-dfd3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:57.326604 | 0.65s 2026-03-18 19:17:22.485384 | fa163e8b-0e9d-6969-dfd3-00000000010a | TASK | Write group_vars file 2026-03-18 19:17:23.009967 | fa163e8b-0e9d-6969-dfd3-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-18 19:17:23.010730 | fa163e8b-0e9d-6969-dfd3-00000000010a | TIMING | Write group_vars file | undercloud | 0:32:57.866302 | 0.52s 2026-03-18 19:17:23.034290 | fa163e8b-0e9d-6969-dfd3-00000000010b | TASK | Gather missing facts 2026-03-18 19:17:23.382920 | fa163e8b-0e9d-6969-dfd3-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8b-0e9d-6969-dfd3-00000000010b') missing from stats 2026-03-18 19:17:23.400376 | fa163e8b-0e9d-6969-dfd3-00000000010b | TIMING | Gather missing facts | undercloud | 0:32:58.255938 | 0.37s 2026-03-18 19:17:23.423709 | fa163e8b-0e9d-6969-dfd3-00000000010c | TASK | Write octavia inventory 2026-03-18 19:17:24.009693 | fa163e8b-0e9d-6969-dfd3-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-18 19:17:24.011100 | fa163e8b-0e9d-6969-dfd3-00000000010c | TIMING | Write octavia inventory | undercloud | 0:32:58.866661 | 0.59s 2026-03-18 19:17:24.029817 | fa163e8b-0e9d-6969-dfd3-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-18 19:17:24.279847 | fa163e8b-0e9d-6969-dfd3-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-18 19:17:24.281723 | fa163e8b-0e9d-6969-dfd3-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:32:59.137290 | 0.25s 2026-03-18 19:17:24.298878 | fa163e8b-0e9d-6969-dfd3-00000000010e | TASK | Set private key location 2026-03-18 19:17:24.348479 | fa163e8b-0e9d-6969-dfd3-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-18 19:17:24.349891 | fa163e8b-0e9d-6969-dfd3-00000000010e | TIMING | Set private key location | undercloud | 0:32:59.205455 | 0.05s 2026-03-18 19:17:24.365440 | fa163e8b-0e9d-6969-dfd3-00000000010f | TASK | Configure octavia command 2026-03-18 19:17:24.422739 | fa163e8b-0e9d-6969-dfd3-00000000010f | OK | Configure octavia command | undercloud 2026-03-18 19:17:24.424504 | fa163e8b-0e9d-6969-dfd3-00000000010f | TIMING | Configure octavia command | undercloud | 0:32:59.280071 | 0.06s 2026-03-18 19:17:24.473121 | fa163e8b-0e9d-6969-dfd3-000000000110 | OK | set_fact | undercloud 2026-03-18 19:17:24.474498 | fa163e8b-0e9d-6969-dfd3-000000000110 | TIMING | set_fact | undercloud | 0:32:59.330065 | 0.03s 2026-03-18 19:17:24.522365 | fa163e8b-0e9d-6969-dfd3-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-4kwmv7l4/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-4kwmv7l4/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-4kwmv7l4/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-18 19:17:24.523133 | fa163e8b-0e9d-6969-dfd3-000000000111 | TIMING | debug | undercloud | 0:32:59.378703 | 0.03s 2026-03-18 19:17:24.537680 | fa163e8b-0e9d-6969-dfd3-000000000112 | TASK | Configure octavia on overcloud 2026-03-18 19:20:46.054769 | fa163e8b-0e9d-6969-dfd3-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-18 19:20:46.056759 | fa163e8b-0e9d-6969-dfd3-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:36:20.912324 | 201.52s 2026-03-18 19:20:46.073207 | fa163e8b-0e9d-6969-dfd3-000000000113 | TASK | Purge temp dirs 2026-03-18 19:20:46.303330 | fa163e8b-0e9d-6969-dfd3-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-4kwmv7l4/octavia-ansible/local_dir 2026-03-18 19:20:46.305566 | fa163e8b-0e9d-6969-dfd3-000000000113 | TIMING | Purge temp dirs | undercloud | 0:36:21.161130 | 0.23s 2026-03-18 19:20:46.317865 | fa163e8b-0e9d-6969-dfd3-000000000113 | TIMING | Purge temp dirs | undercloud | 0:36:21.173426 | 0.24s 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-18 19:20:46.378579 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 19:20:46.379213 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 19:20:46.379798 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:36:21.235371 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 19:20:46.380361 | UUID | Info | Host | Task Name | Run Time 2026-03-18 19:20:46.380902 | fa163e8b-0e9d-6969-dfd3-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 339.34s 2026-03-18 19:20:46.381465 | fa163e8b-0e9d-6969-dfd3-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 201.52s 2026-03-18 19:20:46.382144 | fa163e8b-0e9d-6969-dfd3-000000004a19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 138.06s 2026-03-18 19:20:46.382720 | fa163e8b-0e9d-6969-dfd3-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.82s 2026-03-18 19:20:46.383322 | fa163e8b-0e9d-6969-dfd3-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.61s 2026-03-18 19:20:46.383845 | fa163e8b-0e9d-6969-dfd3-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.01s 2026-03-18 19:20:46.384395 | fa163e8b-0e9d-6969-dfd3-00000000487d | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.03s 2026-03-18 19:20:46.384895 | fa163e8b-0e9d-6969-dfd3-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.93s 2026-03-18 19:20:46.385451 | fa163e8b-0e9d-6969-dfd3-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.46s 2026-03-18 19:20:46.385955 | fa163e8b-0e9d-6969-dfd3-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.68s 2026-03-18 19:20:46.386496 | fa163e8b-0e9d-6969-dfd3-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.72s 2026-03-18 19:20:46.387045 | fa163e8b-0e9d-6969-dfd3-000000004b6c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 26.31s 2026-03-18 19:20:46.387728 | fa163e8b-0e9d-6969-dfd3-000000004daf | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.78s 2026-03-18 19:20:46.388277 | fa163e8b-0e9d-6969-dfd3-000000004b40 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.60s 2026-03-18 19:20:46.388785 | fa163e8b-0e9d-6969-dfd3-000000004b14 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.30s 2026-03-18 19:20:46.389320 | fa163e8b-0e9d-6969-dfd3-000000004db0 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.14s 2026-03-18 19:20:46.389826 | fa163e8b-0e9d-6969-dfd3-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 | 24.69s 2026-03-18 19:20:46.390367 | fa163e8b-0e9d-6969-dfd3-000000004a18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 22.67s 2026-03-18 19:20:46.390909 | fa163e8b-0e9d-6969-dfd3-00000000333c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 21.33s 2026-03-18 19:20:46.391465 | fa163e8b-0e9d-6969-dfd3-000000004c16 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.75s 2026-03-18 19:20:46.391950 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-4kwmv7l4 Install artifact is located at /root/standalone-install-20260318192047.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.jsVi9AHaQZ + exit 0 ~/ci-framework-data/artifacts